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