assignment 2 uploaded

This commit is contained in:
Ramchandra Phawade Phawade 2023-10-16 15:39:20 +05:30
parent a3968c50a3
commit a2c5bc1017
3 changed files with 34 additions and 0 deletions

BIN
assignment2/Assignment2.pdf Normal file

Binary file not shown.

View File

@ -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)).

17
summary.txt Normal file
View File

@ -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)).