(x)(y)(x = x ∨y = y)
I proceed by assuming the negation of the formula, marking the scope of the assumption as I go along. Lines 7 and 8 show contradictions, so the assumption is discharged and shown not to be true (double negation), which reduces to the theorem we were seeking to prove.
- * ¬ (x)(y)(x = x ∨y = y) / AIP
- * (∃x) ¬ (y)(x = x ∨y = y) / 1, CQ
- * (∃x)(∃y) ¬ (x = x ∨y = y) / 2, CQ
- * (∃y) ¬ (a = a ∨y = y) / 3, EI x/a
- * ¬ (a = a ∨b = b) / 4, EI y/b
- * ¬ (a = a) • ¬ (b = b) / 5, DeM
- * ¬ (a = a) / 6, Simp.
- * ¬ (b = b) / 7, Simp.
- ¬ ¬ (x)(y)(x = x ∨y = y) / 1- 7(8) IP
- (x)(y)(x = x ∨y = y) / 9, DN
No comments:
Post a Comment