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