Metamath Proof Explorer


Theorem reclt1d

Description: The reciprocal of a positive number less than 1 is greater than 1. (Contributed by Mario Carneiro, 28-May-2016)

Ref Expression
Hypothesis rpred.1
|- ( ph -> A e. RR+ )
Assertion reclt1d
|- ( ph -> ( A < 1 <-> 1 < ( 1 / A ) ) )

Proof

Step Hyp Ref Expression
1 rpred.1
 |-  ( ph -> A e. RR+ )
2 1 rpregt0d
 |-  ( ph -> ( A e. RR /\ 0 < A ) )
3 reclt1
 |-  ( ( A e. RR /\ 0 < A ) -> ( A < 1 <-> 1 < ( 1 / A ) ) )
4 2 3 syl
 |-  ( ph -> ( A < 1 <-> 1 < ( 1 / A ) ) )