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