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