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

Definition df-sqr 4728
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 4758 for its closure, sqrval 4729 for its value, sqrsqe 4774 and sqsqr 4775 for its relationship to squares, and sqr11 4761 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(s):   x,y,z

Detailed syntax breakdown of Definition df-sqr
StepHypRef Expression
1 csqr 4727 . 2 class sqr
2 vx . . . . . . 7 set x
32cv 1089 . . . . . 6 class x
4 cr 4027 . . . . . 6 class RR
53, 4wcel 1092 . . . . 5 wff x e. RR
6 cc0 4028 . . . . . 6 class 0
7 cle 4092 . . . . . 6 class <_
86, 3, 7wbr 2054 . . . . 5 wff 0 <_ x
95, 8wa 196 . . . 4 wff (x e. RR /\ 0 <_ x)
10 vy . . . . . 6 set y
1110cv 1089 . . . . 5 class y
12 vz . . . . . . . . . 10 set z
1312cv 1089 . . . . . . . . 9 class z
146, 13, 7wbr 2054 . . . . . . . 8 wff 0 <_ z
15 cmulc 4032 . . . . . . . . . 10 class x.
1613, 13, 15co 3001 . . . . . . . . 9 class (z x. z)
1716, 3, 7wbr 2054 . . . . . . . 8 wff (z x. z) <_ x
1814, 17wa 196 . . . . . . 7 wff (0 <_ z /\ (z x. z) <_ x)
1918, 12, 4crab 1204 . . . . . 6 class {z e. RR | (0 <_ z /\ (z x. z) <_ x)}
20 clt 4033 . . . . . 6 class <
2119, 4, 20csup 2060 . . . . 5 class sup({z e. RR | (0 <_ z /\ (z x. z) <_ x)}, RR, < )
2211, 21wceq 1091 . . . 4 wff y = sup({z e. RR | (0 <_ z /\ (z x. z) <_ x)}, RR, < )
239, 22wa 196 . . 3 wff ((x e. RR /\ 0 <_ x) /\ y = sup({z e. RR | (0 <_ z /\ (z x. z) <_ x)}, RR, < ))
2423, 2, 10copab 2055 . 2 class {<.x, y>. | ((x e. RR /\ 0 <_ x) /\ y = sup({z e. RR | (0 <_ z /\ (z x. z) <_ x)}, RR, < ))}
251, 24wceq 1091 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 4729
metamath.org