summary of classes from class 29 to 32 added
This commit is contained in:
parent
78cff3cb18
commit
5adf88277e
Binary file not shown.
|
@ -0,0 +1,2 @@
|
|||
Quiz was conducted.
|
||||
|
|
@ -0,0 +1,13 @@
|
|||
# Proof system for FOL
|
||||
Axiom Group1 : substitution in propositional tautologies
|
||||
Axiom Group2 : (\forall x \alpha -> \alpha[t,x]) for any term t substituting x in valid way (that is no free variable becomes bound).
|
||||
Axiom Group3 : (\forall x (\alpha -> \beta) -> (\forall x \alpha -> \forall x \beta))
|
||||
Axiom Group4 : (\alpha -> (\forall x \alpha)), when x is not a free variable in \alpha
|
||||
|
||||
## Then Axioms=I({Axiom group1, Axiom group2, Axiom group3, Axiom group4}, {\forall x, \forall y,...})
|
||||
|
||||
## Any formula has a proof if it belongs to I(Axioms,{MP}).
|
||||
|
||||
-- example of a proof.
|
||||
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
-- substitution
|
||||
-- soundness theorem
|
||||
-- base case proof.
|
||||
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue