Proof: Greater Than Transitive Property

Let's prove the following theorem:

if the following are true:
  • a > b
  • b > c

then a > c

Proof:

View as a tree | View dependent proofs | Try proving it

Given
1 a > b
2 b > c
Proof Table
# Claim Reason
1 c < a if b > c and a > b, then c < a
2 a > c if c < a, then a > c

Comments

Please log in to add comments