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

Definition df-sqr 6671
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 6701 for its closure, sqrval 6672 for its value, sqrsq 6721 and sqsqr 6722 for its relationship to squares, and sqr11 6704 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 6670 . 2 class sqr
2 vx . . . . . . 7 set x
32cv 957 . . . . . 6 class x
4 cr 5245 . . . . . 6 class RR
53, 4wcel 960 . . . . 5 wff x e. RR
6 cc0 5246 . . . . . 6 class 0
7 cle 5307 . . . . . 6 class <_
86, 3, 7wbr 2624 . . . . 5 wff 0 <_ x
95, 8wa 223 . . . 4 wff (x e. RR /\ 0 <_ x)
10 vy . . . . . 6 set y
1110cv 957 . . . . 5 class y
12 vz . . . . . . . . . 10 set z
1312cv 957 . . . . . . . . 9 class z
146, 13, 7wbr 2624 . . . . . . . 8 wff 0 <_ z
15 cmul 5251 . . . . . . . . . 10 class x.
1613, 13, 15co 3969 . . . . . . . . 9 class (z x. z)
1716, 3, 7wbr 2624 . . . . . . . 8 wff (z x. z) <_ x
1814, 17wa 223 . . . . . . 7 wff (0 <_ z /\ (z x. z) <_ x)
1918, 12, 4crab 1651 . . . . . 6 class {z e. RR | (0 <_ z /\ (z x. z) <_ x)}
20 clt 5498 . . . . . 6 class <
2119, 4, 20csup 4582 . . . . 5 class sup({z e. RR | (0 <_ z /\ (z x. z) <_ x)}, RR, < )
2211, 21wceq 958 . . . 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 2671 . 2 class {<.x, y>. | ((x e. RR /\ 0 <_ x) /\ y = sup({z e. RR | (0 <_ z /\ (z x. z) <_ x)}, RR, < ))}
251, 24wceq 958 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 6672
Copyright terms: Public domain