Beginning of Section SurrealSqrt
Notation. We use
- as a prefix operator with priority 358 corresponding to applying term
minus_SNo.
Notation. We use
+ as an infix operator with priority 360 and which associates to the right corresponding to applying term
add_SNo.
Notation. We use
* as an infix operator with priority 355 and which associates to the right corresponding to applying term
mul_SNo.
Notation. We use
:/: as an infix operator with priority 353 and no associativity corresponding to applying term
div_SNo.
Notation. We use
< as an infix operator with priority 490 and no associativity corresponding to applying term
SNoLt.
Notation. We use
≤ as an infix operator with priority 490 and no associativity corresponding to applying term
SNoLe.
Notation. We use
^ as an infix operator with priority 342 and which associates to the right corresponding to applying term
exp_SNo_nat.
Definition. We define
SNoL_nonneg to be
λx ⇒ {w ∈ SNoL x|0 ≤ w} of type
set → set.
Definition. We define
SNo_sqrtauxset to be
λY Z x ⇒ ⋃y ∈ Y{(x + y * z) :/: (y + z)|z ∈ Z, 0 < y + z} of type
set → set → set → set.
Beginning of Section sqrt_SNo_nonneg
End of Section sqrt_SNo_nonneg
End of Section SurrealSqrt