Proof: Add Terms Twice
Let's prove the following theorem:
if x = y, then (a + x) + c = (a + y) + c
Proof:
Given
1 | x = y |
---|
# | Claim | Reason |
---|---|---|
1 | a + x = a + y | if x = y, then a + x = a + y |
2 | (a + x) + c = (a + y) + c | if a + x = a + y, then (a + x) + c = (a + y) + c |
Comments
Please log in to add comments