diff --git a/assignment2/Assignment2.pdf b/assignment2/Assignment2.pdf new file mode 100644 index 0000000..3d7df9d Binary files /dev/null and b/assignment2/Assignment2.pdf differ diff --git a/class_25_16102023/summary.txt b/class_25_16102023/summary.txt new file mode 100644 index 0000000..ae91085 --- /dev/null +++ b/class_25_16102023/summary.txt @@ -0,0 +1,17 @@ +Semantics of FOL +-- graph theory +-- \Sigma \entails \alpha +-- Lemma : two assignments agree on FV(\alpha) in a structure L, + then M \entails \alpha under s_1 + iff + M \entails \alpha under s_1 +-- Proof of lemma : terms, atomic formuals. +-- Examples : +-- L =(R(,)) + M1=(\nat, <) + M2=(\nat, divides) + M3=(pow(nat), \subset) + formulas : R(x,y) + : \exists x \forall y (R(x,y)). + + diff --git a/summary.txt b/summary.txt new file mode 100644 index 0000000..ae91085 --- /dev/null +++ b/summary.txt @@ -0,0 +1,17 @@ +Semantics of FOL +-- graph theory +-- \Sigma \entails \alpha +-- Lemma : two assignments agree on FV(\alpha) in a structure L, + then M \entails \alpha under s_1 + iff + M \entails \alpha under s_1 +-- Proof of lemma : terms, atomic formuals. +-- Examples : +-- L =(R(,)) + M1=(\nat, <) + M2=(\nat, divides) + M3=(pow(nat), \subset) + formulas : R(x,y) + : \exists x \forall y (R(x,y)). + +