Metamath Proof Explorer


Theorem resqrtcld

Description: The square root of a nonnegative real is a real. (Contributed by Mario Carneiro, 29-May-2016)

Ref Expression
Hypotheses resqrcld.1
|- ( ph -> A e. RR )
resqrcld.2
|- ( ph -> 0 <_ A )
Assertion resqrtcld
|- ( ph -> ( sqrt ` A ) e. RR )

Proof

Step Hyp Ref Expression
1 resqrcld.1
 |-  ( ph -> A e. RR )
2 resqrcld.2
 |-  ( ph -> 0 <_ A )
3 resqrtcl
 |-  ( ( A e. RR /\ 0 <_ A ) -> ( sqrt ` A ) e. RR )
4 1 2 3 syl2anc
 |-  ( ph -> ( sqrt ` A ) e. RR )