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