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