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.
Definition. We define
abs_SNo to be
λx ⇒ if 0 ≤ x then x else - x of type
set → set.
Proof: Proof not loaded.
Proof: Proof not loaded.
Proof: Proof not loaded.
Proof: Proof not loaded.
Proof: Proof not loaded.
Proof: Proof not loaded.
Proof: Proof not loaded.
Proof: Proof not loaded.
Proof: Proof not loaded.
Proof: Proof not loaded.
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.
Definition. We define
SNo_max_of to be
λX x ⇒ x ∈ X ∧ SNo x ∧ ∀y ∈ X, SNo y → y ≤ x of type
set → set → prop.
Definition. We define
SNo_min_of to be
λX x ⇒ x ∈ X ∧ SNo x ∧ ∀y ∈ X, SNo y → x ≤ y of type
set → set → prop.
Proof: Proof not loaded.
Proof: Proof not loaded.
Proof: Proof not loaded.
Proof: Proof not loaded.
Proof: Proof not loaded.
Proof: Proof not loaded.
Proof: Proof not loaded.
Proof: Proof not loaded.
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.
Proof: Proof not loaded.
Proof: Proof not loaded.
Proof: Proof not loaded.
Proof: Proof not loaded.
Proof: Proof not loaded.
Proof: Proof not loaded.
Proof: Proof not loaded.
Proof: Proof not loaded.
Proof: Proof not loaded.
Proof: Proof not loaded.
Proof: Proof not loaded.
End of Section DiadicRationals