If we were to use the example:
∀ x ∈ Z, ∃ y ∈ Z, x = y + 1 ⇒ ∃ z ∈ Z, x^2 = z + 1
We would have the following steps for establishing the proof:
Assume ∀ x ∈ Z # domain assumption
Assume ∃ y ∈ Z, x = y + 1 # antecedent
Let y' be a value that depends on x... # some value that depends on x
Then, y' ∈ Z
Let z' = y^2 + 2y
Then, z' ∈ Z
If x^2 = (y' + 1)^2 = y'^2 + 2y' + 1 and z' = y^2 + 2y
Then, x^2 = z' + 1
Then, z' ∈ Z
If x^2 = (y' + 1)^2 = y'^2 + 2y' + 1 and z' = y^2 + 2y
Then, x^2 = z' + 1
Then ∃ z ∈ Z, x^2 = z + 1 # introducing ∃
Then ∀ x ∈ Z, ∃ y ∈ Z, x = y + 1 ⇒ ∃ z ∈ Z, x^2 = z + 1
Let us focus now on the bold part. How did we find it? Easy: we knew where we wanted to go. If we are going from x to x^2, then we know that the expression on the left will be squared. Rearrange things a little bit, and voila!
Then ∀ x ∈ Z, ∃ y ∈ Z, x = y + 1 ⇒ ∃ z ∈ Z, x^2 = z + 1
Let us focus now on the bold part. How did we find it? Easy: we knew where we wanted to go. If we are going from x to x^2, then we know that the expression on the left will be squared. Rearrange things a little bit, and voila!
No comments:
Post a Comment