Beginning of Section SurrealAbs
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.
L254Definition. We define
abs_SNo to be
λx ⇒ if 0 ≤ x then x else - x of type
set → set.
L255
Proof: Proof not loaded.
L260
Proof: Proof not loaded.
L265
Proof: Proof not loaded.
L269
Proof: Proof not loaded.
L275
Proof: Proof not loaded.
L285
Proof: Proof not loaded.
L293
Proof: Proof not loaded.
L301
Proof: Proof not loaded.
L333
Proof: Proof not loaded.
L351
Proof: Proof not loaded.
L436
Proof: Proof not loaded.
End of Section SurrealAbs
Beginning of Section SNoMaxMin
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 342 and which associates to the right corresponding to applying term
exp_SNo_nat.
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.
L470Definition. We define
SNo_max_of to be
λX x ⇒ x ∈ X ∧ SNo x ∧ ∀y ∈ X, SNo y → y ≤ x of type
set → set → prop.
L472Definition. We define
SNo_min_of to be
λX x ⇒ x ∈ X ∧ SNo x ∧ ∀y ∈ X, SNo y → x ≤ y of type
set → set → prop.
L473
Proof: Proof not loaded.
L494
Proof: Proof not loaded.
L513
Proof: Proof not loaded.
L534
Proof: Proof not loaded.
L726
Proof: Proof not loaded.
L796
Proof: Proof not loaded.
L942
Proof: Proof not loaded.
L1010
Proof: Proof not loaded.
L1025
Proof: Proof not loaded.
End of Section SNoMaxMin
Beginning of Section DiadicRationals
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 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.
L1053
Proof: Proof not loaded.
L1079
Proof: Proof not loaded.
L1104
Proof: Proof not loaded.
L1115
Proof: Proof not loaded.
L1120
Proof: Proof not loaded.
L1132
Proof: Proof not loaded.
L1158
Proof: Proof not loaded.
L1200
Proof: Proof not loaded.
L1278
Proof: Proof not loaded.
L1483
Proof: Proof not loaded.
L1496
Proof: Proof not loaded.
End of Section DiadicRationals