Proof: Sum Equation
Let's prove the following theorem:
if (a + b) + c = d, then a + c = d - b
Proof:
Given
1 | (a + b) + c = d |
---|
# | Claim | Reason |
---|---|---|
1 | a + c = d + (b ⋅ (-1)) | if (a + b) + c = d, then a + c = d + (b ⋅ (-1)) |
2 | d - b = d + (b ⋅ (-1)) | d - b = d + (b ⋅ (-1)) |
3 | a + c = d - b | if a + c = d + (b ⋅ (-1)) and d - b = d + (b ⋅ (-1)), then a + c = d - b |
Comments
Please log in to add comments