Proof: Substitution 16 Pre
Let's prove the following theorem:
if a + b = c, then (x + a) + b = x + c
Proof:
Given
1 | a + b = c |
---|
# | Claim | Reason |
---|---|---|
1 | (x + a) + b = x + (a + b) | (x + a) + b = x + (a + b) |
2 | (x + a) + b = x + c | if (x + a) + b = x + (a + b) and a + b = c, then (x + a) + b = x + c |
Comments
Please log in to add comments