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