Metamath Proof Explorer


Theorem xrletrd

Description: Transitive law for ordering on extended reals. (Contributed by Mario Carneiro, 23-Aug-2015)

Ref Expression
Hypotheses xrlttrd.1
|- ( ph -> A e. RR* )
xrlttrd.2
|- ( ph -> B e. RR* )
xrlttrd.3
|- ( ph -> C e. RR* )
xrletrd.4
|- ( ph -> A <_ B )
xrletrd.5
|- ( ph -> B <_ C )
Assertion xrletrd
|- ( ph -> A <_ C )

Proof

Step Hyp Ref Expression
1 xrlttrd.1
 |-  ( ph -> A e. RR* )
2 xrlttrd.2
 |-  ( ph -> B e. RR* )
3 xrlttrd.3
 |-  ( ph -> C e. RR* )
4 xrletrd.4
 |-  ( ph -> A <_ B )
5 xrletrd.5
 |-  ( ph -> B <_ C )
6 xrletr
 |-  ( ( A e. RR* /\ B e. RR* /\ C e. RR* ) -> ( ( A <_ B /\ B <_ C ) -> A <_ C ) )
7 1 2 3 6 syl3anc
 |-  ( ph -> ( ( A <_ B /\ B <_ C ) -> A <_ C ) )
8 4 5 7 mp2and
 |-  ( ph -> A <_ C )