Proof: Subtract Same Sides Sub
Let's prove the following theorem:
if the following are true:
- a = b
- c = d
then a - c = b - d
Proof:
Given
1 | a = b |
---|---|
2 | c = d |
# | Claim | Reason |
---|---|---|
1 | a - c = b - d | if a = b and c = d, then a - c = b - d |
Comments
Please log in to add comments