Description: Square root is monotonic. (Contributed by NM, 3-Aug-1999)
Ref | Expression | ||
---|---|---|---|
Hypotheses | sqrtthi.1 | |- A e. RR |
|
sqr11.1 | |- B e. RR |
||
Assertion | sqrtlei | |- ( ( 0 <_ A /\ 0 <_ B ) -> ( A <_ B <-> ( sqrt ` A ) <_ ( sqrt ` B ) ) ) |
Step | Hyp | Ref | Expression |
---|---|---|---|
1 | sqrtthi.1 | |- A e. RR |
|
2 | sqr11.1 | |- B e. RR |
|
3 | sqrtle | |- ( ( ( A e. RR /\ 0 <_ A ) /\ ( B e. RR /\ 0 <_ B ) ) -> ( A <_ B <-> ( sqrt ` A ) <_ ( sqrt ` B ) ) ) |
|
4 | 2 3 | mpanr1 | |- ( ( ( A e. RR /\ 0 <_ A ) /\ 0 <_ B ) -> ( A <_ B <-> ( sqrt ` A ) <_ ( sqrt ` B ) ) ) |
5 | 1 4 | mpanl1 | |- ( ( 0 <_ A /\ 0 <_ B ) -> ( A <_ B <-> ( sqrt ` A ) <_ ( sqrt ` B ) ) ) |