HomeHome Metamath Proof Explorer < Previous   Next >
Related theorems
Unicode version

Definition df-sqr 6670
Description: Define a function whose value is the square root of a nonnegative real number. The square root of x is the supremum of all reals whose square is less than x. See sqrcl 6700 for its closure, sqrval 6671 for its value, sqrsq 6720 and sqsqr 6721 for its relationship to squares, and sqr11 6703 for uniqueness.
Assertion
Ref Expression
df-sqr |- sqr = {<.x, y>. | ((x e. RR /\ 0 <_ x) /\ y = sup({z e. RR | (0 <_ z /\ (z x. z) <_ x)}, RR, < ))}
Distinct variable group:   x,y,z

Detailed syntax breakdown of Definition df-sqr
StepHypRef Expression
1 csqr 6669 . 2 class sqr
2 vx . . . . . . 7 set x
32cv 955 . . . . . 6 class x
4 cr 5233 . . . . . 6 class RR
53, 4wcel 958 . . . . 5 wff x e. RR
6 cc0 5234 . . . . . 6 class 0
7 cle 5295 . . . . . 6 class <_
86, 3, 7wbr 2619 . . . . 5 wff 0 <_ x
95, 8wa 223 . . . 4 wff (x e. RR /\ 0 <_ x)
10 vy . . . . . 6 set y
1110cv 955 . . . . 5 class y
12 vz . . . . . . . . . 10 set z
1312cv 955 . . . . . . . . 9 class z
146, 13, 7wbr 2619 . . . . . . . 8 wff 0 <_ z
15 cmul 5239 . . . . . . . . . 10 class x.
1613, 13, 15co 3963 . . . . . . . . 9 class (z x. z)
1716, 3, 7wbr 2619 . . . . . . . 8 wff (z x. z) <_ x
1814, 17wa 223 . . . . . . 7 wff (0 <_ z /\ (z x. z) <_ x)
1918, 12, 4crab 1648 . . . . . 6 class {z e. RR | (0 <_ z /\ (z x. z) <_ x)}
20 clt 5486 . . . . . 6 class <
2119, 4, 20csup 4573 . . . . 5 class sup({z e. RR | (0 <_ z /\ (z x. z) <_ x)}, RR, < )
2211, 21wceq 956 . . . 4 wff y = sup({z e. RR | (0 <_ z /\ (z x. z) <_ x)}, RR, < )
239, 22wa 223 . . 3 wff ((x e. RR /\ 0 <_ x) /\ y = sup({z e. RR | (0 <_ z /\ (z x. z) <_ x)}, RR, < ))
2423, 2, 10copab 2666 . 2 class {<.x, y>. | ((x e. RR /\ 0 <_ x) /\ y = sup({z e. RR | (0 <_ z /\ (z x. z) <_ x)}, RR, < ))}
251, 24wceq 956 1 wff sqr = {<.x, y>. | ((x e. RR /\ 0 <_ x) /\ y = sup({z e. RR | (0 <_ z /\ (z x. z) <_ x)}, RR, < ))}
Colors of variables: wff set class
This definition is referenced by:  sqrval 6671
Copyright terms: Public domain