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