Show that the given statement is a consequence of a formula. To show that it is so, we construct an argument with the first statement as a premise and the second as a conclusion. Two things worth noting about this proof. One: 'y' from line 4 is instantiated to 'a' on line 5 by universal instantiation even though, or perhaps because, we have already instantiated into 'a' by existential instantiation on line 4. Two: this allows us to set up a biconditional which can be easily simplified and the remainder dispatched by Modus Ponens after having first introduced the identity a = a.
- (∃x)(y)(y = x ≡ Gy)
- ∴(x)Fx ⊃(∃x)(Gx • Fx)
- * (x)Fx / ACP
- * (y)(y = a ≡ Gy) / 1EI x/a
- * a = a ≡ Ga / 4UI y/a
- * (a = a ⊃Ga) • (Ga ⊃a = a) / 5BE
- * a = a ⊃Ga / 6Simp.
- * a = a / Id
- * Ga / 8,7MP
- * Fa / 3UI x/a
- * Ga • Fa / 9,10Conj.
- * (∃x)(Gx • Fx) / 11EG
- (x)Fx ⊃(∃x)(Gx • Fx) / 3-12CP
No comments:
Post a Comment