Primitive. The name
Eps_i is a term of type
(set → prop) → set.
L2Axiom. (
Eps_i_ax) We take the following as an axiom:
∀P : set → prop, ∀x : set, P x → P (Eps_i P)
L4Definition. We define
True to be
∀p : prop, p → p of type
prop.
L6Definition. We define
False to be
∀p : prop, p of type
prop.
L7Definition. We define
not to be
λA : prop ⇒ A → False of type
prop → prop.
Notation. We use
¬ as a prefix operator with priority 700 corresponding to applying term
not.
L12Definition. We define
and to be
λA B : prop ⇒ ∀p : prop, (A → B → p) → p of type
prop → prop → prop.
Notation. We use
∧ as an infix operator with priority 780 and which associates to the left corresponding to applying term
and.
L17Definition. We define
or to be
λA B : prop ⇒ ∀p : prop, (A → p) → (B → p) → p of type
prop → prop → prop.
Notation. We use
∨ as an infix operator with priority 785 and which associates to the left corresponding to applying term
or.
L22Definition. We define
iff to be
λA B : prop ⇒ and (A → B) (B → A) of type
prop → prop → prop.
Notation. We use
↔ as an infix operator with priority 805 and no associativity corresponding to applying term
iff.
Beginning of Section Eq
L30Definition. We define
eq to be
λx y : A ⇒ ∀Q : A → A → prop, Q x y → Q y x of type
A → A → prop.
L31Definition. We define
neq to be
λx y : A ⇒ ¬ eq x y of type
A → A → prop.
End of Section Eq
Notation. We use
= as an infix operator with priority 502 and no associativity corresponding to applying term
eq.
Notation. We use
≠ as an infix operator with priority 502 and no associativity corresponding to applying term
neq.
Beginning of Section FE
L40Axiom. (
func_ext) We take the following as an axiom:
∀f g : A → B, (∀x : A, f x = g x) → f = g
End of Section FE
Beginning of Section Ex
L45Definition. We define
ex to be
λQ : A → prop ⇒ ∀P : prop, (∀x : A, Q x → P) → P of type
(A → prop) → prop.
End of Section Ex
Notation. We use
∃ x...y [possibly with ascriptions] , B as a binder notation corresponding to a term constructed using
ex.
L50Axiom. (
prop_ext) We take the following as an axiom:
∀p q : prop, iff p q → p = q
Primitive. The name
In is a term of type
set → set → prop.
Notation. We use
∈ as an infix operator with priority 500 and no associativity corresponding to applying term
In. Furthermore, we may write
∀ x ∈ A, B to mean
∀ x : set, x ∈ A → B.
L54Definition. We define
Subq to be
λA B ⇒ ∀x ∈ A, x ∈ B of type
set → set → prop.
Notation. We use
⊆ as an infix operator with priority 500 and no associativity corresponding to applying term
Subq. Furthermore, we may write
∀ x ⊆ A, B to mean
∀ x : set, x ⊆ A → B.
L56Axiom. (
set_ext) We take the following as an axiom:
∀X Y : set, X ⊆ Y → Y ⊆ X → X = Y
L58Axiom. (
In_ind) We take the following as an axiom:
∀P : set → prop, (∀X : set, (∀x ∈ X, P x) → P X) → ∀X : set, P X
Notation. We use
∃ x...y [possibly with ascriptions] , B as a binder notation corresponding to a term constructed using
ex and handling ∈ or ⊆ ascriptions using
and.
Primitive. The name
Empty is a term of type
set.
L64Axiom. (
EmptyAx) We take the following as an axiom:
Primitive. The name
⋃ is a term of type
set → set.
L68Axiom. (
UnionEq) We take the following as an axiom:
∀X x, x ∈ ⋃ X ↔ ∃Y, x ∈ Y ∧ Y ∈ X
Primitive. The name
𝒫 is a term of type
set → set.
L73Axiom. (
PowerEq) We take the following as an axiom:
∀X Y : set, Y ∈ 𝒫 X ↔ Y ⊆ X
Primitive. The name
Repl is a term of type
set → (set → set) → set.
Notation.
{B| x ∈ A} is notation for
Repl A (λ x . B).
L78Axiom. (
ReplEq) We take the following as an axiom:
∀A : set, ∀F : set → set, ∀y : set, y ∈ {F x|x ∈ A} ↔ ∃x ∈ A, y = F x
L80Definition. We define
TransSet to be
λU : set ⇒ ∀x ∈ U, x ⊆ U of type
set → prop.
L82Definition. We define
Union_closed to be
λU : set ⇒ ∀X : set, X ∈ U → ⋃ X ∈ U of type
set → prop.
L84Definition. We define
Power_closed to be
λU : set ⇒ ∀X : set, X ∈ U → 𝒫 X ∈ U of type
set → prop.
L85Definition. We define
Repl_closed to be
λU : set ⇒ ∀X : set, X ∈ U → ∀F : set → set, (∀x : set, x ∈ X → F x ∈ U) → {F x|x ∈ X} ∈ U of type
set → prop.
Primitive. The name
UnivOf is a term of type
set → set.
L93Axiom. (
UnivOf_In) We take the following as an axiom:
L99Axiom. (
UnivOf_Min) We take the following as an axiom:
L104Axiom. (
FalseE) We take the following as an axiom:
L106Axiom. (
TrueI) We take the following as an axiom:
L108Axiom. (
notI) We take the following as an axiom:
L110Axiom. (
notE) We take the following as an axiom:
L112Axiom. (
andI) We take the following as an axiom:
∀A B : prop, A → B → A ∧ B
L114Axiom. (
andEL) We take the following as an axiom:
L116Axiom. (
andER) We take the following as an axiom:
L118Axiom. (
orIL) We take the following as an axiom:
L120Axiom. (
orIR) We take the following as an axiom:
L122Axiom. (
orE) We take the following as an axiom:
∀A B C : prop, (A → C) → (B → C) → A ∨ B → C
Beginning of Section PropN
L126Variable P1 P2 P3 : prop
L128Axiom. (
and3I) We take the following as an axiom:
P1 → P2 → P3 → P1 ∧ P2 ∧ P3
L130Axiom. (
and3E) We take the following as an axiom:
P1 ∧ P2 ∧ P3 → (∀p : prop, (P1 → P2 → P3 → p) → p)
L131Axiom. (
or3I1) We take the following as an axiom:
L132Axiom. (
or3I2) We take the following as an axiom:
L133Axiom. (
or3I3) We take the following as an axiom:
L134Axiom. (
or3E) We take the following as an axiom:
P1 ∨ P2 ∨ P3 → (∀p : prop, (P1 → p) → (P2 → p) → (P3 → p) → p)
L137Axiom. (
and4I) We take the following as an axiom:
P1 → P2 → P3 → P4 → P1 ∧ P2 ∧ P3 ∧ P4
L139Axiom. (
and4E) We take the following as an axiom:
P1 ∧ P2 ∧ P3 ∧ P4 → (∀p : prop, (P1 → P2 → P3 → P4 → p) → p)
L140Axiom. (
or4I1) We take the following as an axiom:
L141Axiom. (
or4I2) We take the following as an axiom:
L142Axiom. (
or4I3) We take the following as an axiom:
L143Axiom. (
or4I4) We take the following as an axiom:
L144Axiom. (
or4E) We take the following as an axiom:
P1 ∨ P2 ∨ P3 ∨ P4 → (∀p : prop, (P1 → p) → (P2 → p) → (P3 → p) → (P4 → p) → p)
L147Axiom. (
and5I) We take the following as an axiom:
P1 → P2 → P3 → P4 → P5 → P1 ∧ P2 ∧ P3 ∧ P4 ∧ P5
L149Axiom. (
and5E) We take the following as an axiom:
P1 ∧ P2 ∧ P3 ∧ P4 ∧ P5 → (∀p : prop, (P1 → P2 → P3 → P4 → P5 → p) → p)
L150Axiom. (
or5I1) We take the following as an axiom:
P1 → P1 ∨ P2 ∨ P3 ∨ P4 ∨ P5
L151Axiom. (
or5I2) We take the following as an axiom:
P2 → P1 ∨ P2 ∨ P3 ∨ P4 ∨ P5
L152Axiom. (
or5I3) We take the following as an axiom:
P3 → P1 ∨ P2 ∨ P3 ∨ P4 ∨ P5
L153Axiom. (
or5I4) We take the following as an axiom:
P4 → P1 ∨ P2 ∨ P3 ∨ P4 ∨ P5
L154Axiom. (
or5I5) We take the following as an axiom:
P5 → P1 ∨ P2 ∨ P3 ∨ P4 ∨ P5
L155Axiom. (
or5E) We take the following as an axiom:
P1 ∨ P2 ∨ P3 ∨ P4 ∨ P5 → (∀p : prop, (P1 → p) → (P2 → p) → (P3 → p) → (P4 → p) → (P5 → p) → p)
L158Axiom. (
and6I) We take the following as an axiom:
P1 → P2 → P3 → P4 → P5 → P6 → P1 ∧ P2 ∧ P3 ∧ P4 ∧ P5 ∧ P6
L160Axiom. (
and6E) We take the following as an axiom:
P1 ∧ P2 ∧ P3 ∧ P4 ∧ P5 ∧ P6 → (∀p : prop, (P1 → P2 → P3 → P4 → P5 → P6 → p) → p)
L163Axiom. (
and7I) We take the following as an axiom:
P1 → P2 → P3 → P4 → P5 → P6 → P7 → P1 ∧ P2 ∧ P3 ∧ P4 ∧ P5 ∧ P6 ∧ P7
L165Axiom. (
and7E) We take the following as an axiom:
P1 ∧ P2 ∧ P3 ∧ P4 ∧ P5 ∧ P6 ∧ P7 → (∀p : prop, (P1 → P2 → P3 → P4 → P5 → P6 → P7 → p) → p)
End of Section PropN
L168Axiom. (
and8I) We take the following as an axiom:
∀P0 P1 P2 P3 P4 P5 P6 P7 : prop, P0 → P1 → P2 → P3 → P4 → P5 → P6 → P7 → P0 ∧ P1 ∧ P2 ∧ P3 ∧ P4 ∧ P5 ∧ P6 ∧ P7
L172Axiom. (
and9I) We take the following as an axiom:
∀P0 P1 P2 P3 P4 P5 P6 P7 P8 : prop, P0 → P1 → P2 → P3 → P4 → P5 → P6 → P7 → P8 → P0 ∧ P1 ∧ P2 ∧ P3 ∧ P4 ∧ P5 ∧ P6 ∧ P7 ∧ P8
L176Axiom. (
and10I) We take the following as an axiom:
∀P0 P1 P2 P3 P4 P5 P6 P7 P8 P9 : prop, P0 → P1 → P2 → P3 → P4 → P5 → P6 → P7 → P8 → P9 → P0 ∧ P1 ∧ P2 ∧ P3 ∧ P4 ∧ P5 ∧ P6 ∧ P7 ∧ P8 ∧ P9
L180Axiom. (
iffI) We take the following as an axiom:
∀A B : prop, (A → B) → (B → A) → (A ↔ B)
L182Axiom. (
iffEL) We take the following as an axiom:
∀A B : prop, (A ↔ B) → A → B
L183Axiom. (
iffER) We take the following as an axiom:
∀A B : prop, (A ↔ B) → B → A
L184Axiom. (
iff_ref) We take the following as an axiom:
L185Axiom. (
neq_i_sym) We take the following as an axiom:
L187Definition. We define
nIn to be
λx X ⇒ ¬ In x X of type
set → set → prop.
Notation. We use
∉ as an infix operator with priority 502 and no associativity corresponding to applying term
nIn.
L193Axiom. (
Eps_i_ex) We take the following as an axiom:
∀P : set → prop, (∃x, P x) → P (Eps_i P)
L195Axiom. (
pred_ext) We take the following as an axiom:
∀P Q : set → prop, (∀x, P x ↔ Q x) → P = Q
L197Axiom. (
prop_ext_2) We take the following as an axiom:
∀p q : prop, (p → q) → (q → p) → p = q
L198Axiom. (
pred_ext_2) We take the following as an axiom:
∀P Q : set → prop, P ⊆ Q → Q ⊆ P → P = Q
L199Axiom. (
Subq_ref) We take the following as an axiom:
L201Axiom. (
Subq_tra) We take the following as an axiom:
∀X Y Z : set, X ⊆ Y → Y ⊆ Z → X ⊆ Z
L202Axiom. (
Subq_contra) We take the following as an axiom:
∀X Y z : set, X ⊆ Y → z ∉ Y → z ∉ X
L203Axiom. (
EmptyE) We take the following as an axiom:
L205Axiom. (
Subq_Empty) We take the following as an axiom:
L207Axiom. (
Empty_eq) We take the following as an axiom:
L208Axiom. (
UnionI) We take the following as an axiom:
∀X x Y : set, x ∈ Y → Y ∈ X → x ∈ ⋃ X
L210Axiom. (
UnionE) We take the following as an axiom:
∀X x : set, x ∈ ⋃ X → ∃Y : set, x ∈ Y ∧ Y ∈ X
L211Axiom. (
UnionE_impred) We take the following as an axiom:
∀X x : set, x ∈ ⋃ X → ∀p : prop, (∀Y : set, x ∈ Y → Y ∈ X → p) → p
L212Axiom. (
Union_Empty) We take the following as an axiom:
L214Axiom. (
PowerI) We take the following as an axiom:
∀X Y : set, Y ⊆ X → Y ∈ 𝒫 X
L216Axiom. (
PowerE) We take the following as an axiom:
∀X Y : set, Y ∈ 𝒫 X → Y ⊆ X
L217Axiom. (
Power_Subq) We take the following as an axiom:
∀X Y : set, X ⊆ Y → 𝒫 X ⊆ 𝒫 Y
L222Axiom. (
xm) We take the following as an axiom:
L224Axiom. (
dneg) We take the following as an axiom:
L225Axiom. (
imp_not_or) We take the following as an axiom:
∀p q : prop, (p → q) → ¬ p ∨ q
Primitive. The name
exactly1of2 is a term of type
prop → prop → prop.
L235Axiom. (
exactly1of2_E) We take the following as an axiom:
∀A B : prop, exactly1of2 A B → ∀p : prop, (A → ¬ B → p) → (¬ A → B → p) → p
Primitive. The name
exactly1of3 is a term of type
prop → prop → prop → prop.
L257Axiom. (
exactly1of3_E) We take the following as an axiom:
∀A B C : prop, exactly1of3 A B C → ∀p : prop, (A → ¬ B → ¬ C → p) → (¬ A → B → ¬ C → p) → (¬ A → ¬ B → C → p) → p
L275Axiom. (
ReplI) We take the following as an axiom:
∀A : set, ∀F : set → set, ∀x : set, x ∈ A → F x ∈ {F x|x ∈ A}
L277Axiom. (
ReplE) We take the following as an axiom:
∀A : set, ∀F : set → set, ∀y : set, y ∈ {F x|x ∈ A} → ∃x ∈ A, y = F x
L279Axiom. (
ReplE_impred) We take the following as an axiom:
∀A : set, ∀F : set → set, ∀y : set, y ∈ {F x|x ∈ A} → ∀p : prop, (∀x : set, x ∈ A → y = F x → p) → p
L281Axiom. (
Repl_Empty) We take the following as an axiom:
L283Axiom. (
ReplEq_ext_sub) We take the following as an axiom:
∀X, ∀F G : set → set, (∀x ∈ X, F x = G x) → {F x|x ∈ X} ⊆ {G x|x ∈ X}
L285Axiom. (
ReplEq_ext) We take the following as an axiom:
∀X, ∀F G : set → set, (∀x ∈ X, F x = G x) → {F x|x ∈ X} = {G x|x ∈ X}
Primitive. The name
If_i is a term of type
prop → set → set → set.
Notation.
if cond then T else E is notation corresponding to
If_i type cond T E where
type is the inferred type of
T.
L295Axiom. (
If_i_0) We take the following as an axiom:
L298Axiom. (
If_i_1) We take the following as an axiom:
L301Axiom. (
If_i_or) We take the following as an axiom:
L303Axiom. (
If_i_eta) We take the following as an axiom:
Primitive. The name
UPair is a term of type
set → set → set.
Notation.
{x,y} is notation for
UPair x y.
L310Axiom. (
UPairE) We take the following as an axiom:
∀x y z : set, x ∈ {y,z} → x = y ∨ x = z
L313Axiom. (
UPairI1) We take the following as an axiom:
L315Axiom. (
UPairI2) We take the following as an axiom:
L317Axiom. (
UPair_com) We take the following as an axiom:
Primitive. The name
Sing is a term of type
set → set.
Notation.
{x} is notation for
Sing x.
L323Axiom. (
SingI) We take the following as an axiom:
L325Axiom. (
SingE) We take the following as an axiom:
∀x y : set, y ∈ {x} → y = x
Primitive. The name
binunion is a term of type
set → set → set.
Notation. We use
∪ as an infix operator with priority 345 and which associates to the left corresponding to applying term
binunion.
L332Axiom. (
binunionI1) We take the following as an axiom:
∀X Y z : set, z ∈ X → z ∈ X ∪ Y
L334Axiom. (
binunionI2) We take the following as an axiom:
∀X Y z : set, z ∈ Y → z ∈ X ∪ Y
L336Axiom. (
binunionE) We take the following as an axiom:
∀X Y z : set, z ∈ X ∪ Y → z ∈ X ∨ z ∈ Y
L338Definition. We define
SetAdjoin to be
λX y ⇒ X ∪ {y} of type
set → set → set.
Notation. We now use the set enumeration notation
{...,...,...} in general. If 0 elements are given, then
Empty is used to form the corresponding term. If 1 element is given, then
Sing is used to form the corresponding term. If 2 elements are given, then
UPair is used to form the corresponding term. If more than elements are given, then
SetAdjoin is used to reduce to the case with one fewer elements.
L344Axiom. (
Repl_UPair) We take the following as an axiom:
∀F : set → set, ∀x y : set, {F z|z ∈ {x,y}} = {F x,F y}
L346Axiom. (
Repl_Sing) We take the following as an axiom:
∀F : set → set, ∀x : set, {F z|z ∈ {x}} = {F x}
L348Axiom. (
Repl_restr) We take the following as an axiom:
∀X : set, ∀F G : set → set, (∀x : set, x ∈ X → F x = G x) → {F x|x ∈ X} = {G x|x ∈ X}
L350Definition. We define
famunion to be
λX F ⇒ ⋃ {F x|x ∈ X} of type
set → (set → set) → set.
Notation. We use
⋃ x [possibly with ascriptions] , B as a binder notation corresponding to a term constructed using
famunion.
L356Axiom. (
famunionI) We take the following as an axiom:
∀X : set, ∀F : (set → set), ∀x y : set, x ∈ X → y ∈ F x → y ∈ ⋃x ∈ XF x
L358Axiom. (
famunionE) We take the following as an axiom:
∀X : set, ∀F : (set → set), ∀y : set, y ∈ (⋃x ∈ XF x) → ∃x ∈ X, y ∈ F x
L360Axiom. (
famunionE_impred) We take the following as an axiom:
∀X : set, ∀F : (set → set), ∀y : set, y ∈ (⋃x ∈ XF x) → ∀p : prop, (∀x, x ∈ X → y ∈ F x → p) → p
L366Axiom. (
Power_Sing) We take the following as an axiom:
Primitive. The name
Sep is a term of type
set → (set → prop) → set.
Notation.
{x ∈ A | B} is notation for
Sep A (λ x . B).
L374Axiom. (
SepI) We take the following as an axiom:
∀X : set, ∀P : (set → prop), ∀x : set, x ∈ X → P x → x ∈ {x ∈ X|P x}
L376Axiom. (
SepE) We take the following as an axiom:
∀X : set, ∀P : (set → prop), ∀x : set, x ∈ {x ∈ X|P x} → x ∈ X ∧ P x
L377Axiom. (
SepE1) We take the following as an axiom:
∀X : set, ∀P : (set → prop), ∀x : set, x ∈ {x ∈ X|P x} → x ∈ X
L378Axiom. (
SepE2) We take the following as an axiom:
∀X : set, ∀P : (set → prop), ∀x : set, x ∈ {x ∈ X|P x} → P x
L379Axiom. (
Sep_Subq) We take the following as an axiom:
∀X : set, ∀P : set → prop, {x ∈ X|P x} ⊆ X
L381Axiom. (
Sep_In_Power) We take the following as an axiom:
∀X : set, ∀P : set → prop, {x ∈ X|P x} ∈ 𝒫 X
Primitive. The name
ReplSep is a term of type
set → (set → prop) → (set → set) → set.
Notation.
{B| x ∈ A, C} is notation for
ReplSep A (λ x . C) (λ x . B).
L387Axiom. (
ReplSepI) We take the following as an axiom:
∀X : set, ∀P : set → prop, ∀F : set → set, ∀x : set, x ∈ X → P x → F x ∈ {F x|x ∈ X, P x}
L389Axiom. (
ReplSepE) We take the following as an axiom:
∀X : set, ∀P : set → prop, ∀F : set → set, ∀y : set, y ∈ {F x|x ∈ X, P x} → ∃x : set, x ∈ X ∧ P x ∧ y = F x
L391Axiom. (
ReplSepE_impred) We take the following as an axiom:
∀X : set, ∀P : set → prop, ∀F : set → set, ∀y : set, y ∈ {F x|x ∈ X, P x} → ∀p : prop, (∀x ∈ X, P x → y = F x → p) → p
Primitive. The name
ReplSep2 is a term of type
set → (set → set) → (set → set → prop) → (set → set → set) → set.
L396Axiom. (
ReplSep2I) We take the following as an axiom:
∀A, ∀B : set → set, ∀P : set → set → prop, ∀F : set → set → set, ∀x ∈ A, ∀y ∈ B x, P x y → F x y ∈ ReplSep2 A B P F
L398Axiom. (
ReplSep2E_impred) We take the following as an axiom:
∀A, ∀B : set → set, ∀P : set → set → prop, ∀F : set → set → set, ∀r ∈ ReplSep2 A B P F, ∀p : prop, (∀x ∈ A, ∀y ∈ B x, P x y → r = F x y → p) → p
L400Axiom. (
ReplSep2E) We take the following as an axiom:
∀A, ∀B : set → set, ∀P : set → set → prop, ∀F : set → set → set, ∀r ∈ ReplSep2 A B P F, ∃x ∈ A, ∃y ∈ B x, P x y ∧ r = F x y
L402Axiom. (
binunion_asso) We take the following as an axiom:
∀X Y Z : set, X ∪ (Y ∪ Z) = (X ∪ Y) ∪ Z
L404Axiom. (
binunion_com) We take the following as an axiom:
∀X Y : set, X ∪ Y = Y ∪ X
L412Axiom. (
binunion_nIn_I) We take the following as an axiom:
∀X Y z : set, z ∉ X → z ∉ Y → z ∉ X ∪ Y
L413Axiom. (
binunion_nIn_E) We take the following as an axiom:
∀X Y z : set, z ∉ X ∪ Y → z ∉ X ∧ z ∉ Y
Primitive. The name
binintersect is a term of type
set → set → set.
Notation. We use
∩ as an infix operator with priority 340 and which associates to the left corresponding to applying term
binintersect.
L420Axiom. (
binintersectI) We take the following as an axiom:
∀X Y z, z ∈ X → z ∈ Y → z ∈ X ∩ Y
L422Axiom. (
binintersectE) We take the following as an axiom:
∀X Y z, z ∈ X ∩ Y → z ∈ X ∧ z ∈ Y
Primitive. The name
setminus is a term of type
set → set → set.
Notation. We use
∖ as an infix operator with priority 350 and no associativity corresponding to applying term
setminus.
L446Axiom. (
setminusI) We take the following as an axiom:
∀X Y z, (z ∈ X) → (z ∉ Y) → z ∈ X ∖ Y
L448Axiom. (
setminusE) We take the following as an axiom:
∀X Y z, (z ∈ X ∖ Y) → z ∈ X ∧ z ∉ Y
L449Axiom. (
setminusE1) We take the following as an axiom:
∀X Y z, (z ∈ X ∖ Y) → z ∈ X
L450Axiom. (
setminusE2) We take the following as an axiom:
∀X Y z, (z ∈ X ∖ Y) → z ∉ Y
L464Axiom. (
In_irref) We take the following as an axiom:
L466Axiom. (
In_no2cycle) We take the following as an axiom:
L467Axiom. (
In_no3cycle) We take the following as an axiom:
Primitive. The name
ordsucc is a term of type
set → set.
L471Axiom. (
ordsuccI1) We take the following as an axiom:
L473Axiom. (
ordsuccI2) We take the following as an axiom:
L474Axiom. (
ordsuccE) We take the following as an axiom:
Notation. Natural numbers 0,1,2,... are notation for the terms formed using
Empty as 0 and forming successors with
ordsucc.
L480Axiom. (
ordsucc_inj) We take the following as an axiom:
L483Axiom. (
In_0_1) We take the following as an axiom:
L485Axiom. (
In_0_2) We take the following as an axiom:
L486Axiom. (
In_1_2) We take the following as an axiom:
L487Definition. We define
nat_p to be
λn : set ⇒ ∀p : set → prop, p 0 → (∀x : set, p x → p (ordsucc x)) → p n of type
set → prop.
L489Axiom. (
nat_0) We take the following as an axiom:
L491Axiom. (
nat_ordsucc) We take the following as an axiom:
L492Axiom. (
nat_1) We take the following as an axiom:
L493Axiom. (
nat_2) We take the following as an axiom:
L494Axiom. (
nat_3) We take the following as an axiom:
L495Axiom. (
nat_4) We take the following as an axiom:
L496Axiom. (
nat_5) We take the following as an axiom:
L497Axiom. (
nat_6) We take the following as an axiom:
L500Axiom. (
nat_ind) We take the following as an axiom:
L501Axiom. (
nat_inv) We take the following as an axiom:
L503Axiom. (
nat_p_trans) We take the following as an axiom:
L504Axiom. (
nat_trans) We take the following as an axiom:
L508Axiom. (
In_0_3) We take the following as an axiom:
L510Axiom. (
In_1_3) We take the following as an axiom:
L511Axiom. (
In_2_3) We take the following as an axiom:
L512Axiom. (
In_0_4) We take the following as an axiom:
L513Axiom. (
In_1_4) We take the following as an axiom:
L514Axiom. (
In_2_4) We take the following as an axiom:
L515Axiom. (
In_3_4) We take the following as an axiom:
L516Axiom. (
In_0_5) We take the following as an axiom:
L517Axiom. (
In_1_5) We take the following as an axiom:
L518Axiom. (
In_2_5) We take the following as an axiom:
L519Axiom. (
In_3_5) We take the following as an axiom:
L520Axiom. (
In_4_5) We take the following as an axiom:
L521Axiom. (
In_0_6) We take the following as an axiom:
L522Axiom. (
In_1_6) We take the following as an axiom:
L523Axiom. (
In_2_6) We take the following as an axiom:
L524Axiom. (
In_3_6) We take the following as an axiom:
L525Axiom. (
In_4_6) We take the following as an axiom:
L526Axiom. (
In_5_6) We take the following as an axiom:
L527Axiom. (
cases_1) We take the following as an axiom:
∀i ∈ 1, ∀p : set → prop, p 0 → p i
L529Axiom. (
cases_2) We take the following as an axiom:
∀i ∈ 2, ∀p : set → prop, p 0 → p 1 → p i
L530Axiom. (
cases_3) We take the following as an axiom:
∀i ∈ 3, ∀p : set → prop, p 0 → p 1 → p 2 → p i
L531Axiom. (
cases_4) We take the following as an axiom:
∀i ∈ 4, ∀p : set → prop, p 0 → p 1 → p 2 → p 3 → p i
L532Axiom. (
cases_5) We take the following as an axiom:
∀i ∈ 5, ∀p : set → prop, p 0 → p 1 → p 2 → p 3 → p 4 → p i
L533Axiom. (
cases_6) We take the following as an axiom:
∀i ∈ 6, ∀p : set → prop, p 0 → p 1 → p 2 → p 3 → p 4 → p 5 → p i
L534Axiom. (
neq_0_1) We take the following as an axiom:
L536Axiom. (
neq_0_2) We take the following as an axiom:
L537Axiom. (
neq_1_2) We take the following as an axiom:
L538Axiom. (
neq_1_0) We take the following as an axiom:
L539Axiom. (
neq_2_0) We take the following as an axiom:
L540Axiom. (
neq_2_1) We take the following as an axiom:
L541Axiom. (
neq_3_0) We take the following as an axiom:
L542Axiom. (
neq_3_1) We take the following as an axiom:
L543Axiom. (
neq_3_2) We take the following as an axiom:
L544Axiom. (
neq_4_0) We take the following as an axiom:
L545Axiom. (
neq_4_1) We take the following as an axiom:
L546Axiom. (
neq_4_2) We take the following as an axiom:
L547Axiom. (
neq_4_3) We take the following as an axiom:
L548Axiom. (
neq_5_0) We take the following as an axiom:
L549Axiom. (
neq_5_1) We take the following as an axiom:
L550Axiom. (
neq_5_2) We take the following as an axiom:
L551Axiom. (
neq_5_3) We take the following as an axiom:
L552Axiom. (
neq_5_4) We take the following as an axiom:
L553Axiom. (
ZF_closed_I) We take the following as an axiom:
L559Axiom. (
ZF_closed_E) We take the following as an axiom:
L591Axiom. (
omega_nat_p) We take the following as an axiom:
L593Axiom. (
nat_p_omega) We take the following as an axiom:
L613Axiom. (
ordinal_1) We take the following as an axiom:
L615Axiom. (
ordinal_2) We take the following as an axiom:
L647Axiom. (
ordinal_Sep) We take the following as an axiom:
∀alpha, ordinal alpha → ∀p : set → prop, (∀beta ∈ alpha, ∀gamma ∈ beta, p beta → p gamma) → ordinal {beta ∈ alpha|p beta}
L649Definition. We define
inj to be
λX Y f ⇒ (∀u ∈ X, f u ∈ Y) ∧ (∀u v ∈ X, f u = f v → u = v) of type
set → set → (set → set) → prop.
L655Definition. We define
surj to be
λX Y f ⇒ (∀u ∈ X, f u ∈ Y) ∧ (∀w ∈ Y, ∃u ∈ X, f u = w) of type
set → set → (set → set) → prop.
L661Definition. We define
bij to be
λX Y f ⇒ (∀u ∈ X, f u ∈ Y) ∧ (∀u v ∈ X, f u = f v → u = v) ∧ (∀w ∈ Y, ∃u ∈ X, f u = w) of type
set → set → (set → set) → prop.
L669Axiom. (
bijI) We take the following as an axiom:
∀X Y, ∀f : set → set, (∀u ∈ X, f u ∈ Y) → (∀u v ∈ X, f u = f v → u = v) → (∀w ∈ Y, ∃u ∈ X, f u = w) → bij X Y f
L675Axiom. (
bijE) We take the following as an axiom:
∀X Y, ∀f : set → set, bij X Y f → ∀p : prop, ((∀u ∈ X, f u ∈ Y) → (∀u v ∈ X, f u = f v → u = v) → (∀w ∈ Y, ∃u ∈ X, f u = w) → p) → p
Primitive. The name
inv is a term of type
set → (set → set) → set → set.
L687Axiom. (
surj_rinv) We take the following as an axiom:
∀X Y, ∀f : set → set, (∀w ∈ Y, ∃u ∈ X, f u = w) → ∀y ∈ Y, inv X f y ∈ X ∧ f (inv X f y) = y
L689Axiom. (
inj_linv) We take the following as an axiom:
∀X, ∀f : set → set, (∀u v ∈ X, f u = f v → u = v) → ∀x ∈ X, inv X f (f x) = x
L691Axiom. (
bij_inv) We take the following as an axiom:
∀X Y, ∀f : set → set, bij X Y f → bij Y X (inv X f)
L693Axiom. (
bij_comp) We take the following as an axiom:
∀X Y Z : set, ∀f g : set → set, bij X Y f → bij Y Z g → bij X Z (λx ⇒ g (f x))
L695Axiom. (
bij_id) We take the following as an axiom:
L697Axiom. (
bij_inj) We take the following as an axiom:
∀X Y, ∀f : set → set, bij X Y f → inj X Y f
L699Axiom. (
bij_surj) We take the following as an axiom:
∀X Y, ∀f : set → set, bij X Y f → surj X Y f
L701Axiom. (
inj_surj_bij) We take the following as an axiom:
∀X Y, ∀f : set → set, inj X Y f → surj X Y f → bij X Y f
L703Axiom. (
surj_inv_inj) We take the following as an axiom:
∀X Y, ∀f : set → set, (∀y ∈ Y, ∃x ∈ X, f x = y) → inj Y X (inv X f)
L705Definition. We define
atleastp to be
λX Y : set ⇒ ∃f : set → set, inj X Y f of type
set → set → prop.
L708Definition. We define
equip to be
λX Y : set ⇒ ∃f : set → set, bij X Y f of type
set → set → prop.
L711Axiom. (
equip_ref) We take the following as an axiom:
L713Axiom. (
equip_sym) We take the following as an axiom:
L714Axiom. (
equip_tra) We take the following as an axiom:
L718Axiom. (
KnasterTarski_set) We take the following as an axiom:
∀A, ∀F : set → set, (∀U ∈ 𝒫 A, F U ∈ 𝒫 A) → (∀U V ∈ 𝒫 A, U ⊆ V → F U ⊆ F V) → ∃Y ∈ 𝒫 A, F Y = Y
L723Axiom. (
image_In_Power) We take the following as an axiom:
∀A B, ∀f : set → set, (∀x ∈ A, f x ∈ B) → ∀U ∈ 𝒫 A, {f x|x ∈ U} ∈ 𝒫 B
L728Axiom. (
f_eq_i) We take the following as an axiom:
∀f : set → set, ∀x y, x = y → f x = f y
L730Axiom. (
f_eq_i_i) We take the following as an axiom:
∀f : set → set → set, ∀x y z w, x = y → z = w → f x z = f y w
L731Axiom. (
eq_i_tra) We take the following as an axiom:
∀x y z, x = y → y = z → x = z
L732Definition. We define
nSubq to be
λX Y ⇒ ¬ Subq X Y of type
set → set → prop.
Notation. We use
⊈ as an infix operator with priority 502 and no associativity corresponding to applying term
nSubq.
L738Axiom. (
Sing_inv) We take the following as an axiom:
∀x Y, {x} = Y → x ∈ Y ∧ ∀y ∈ Y, y = x
L742Axiom. (
inv_Repl_eq) We take the following as an axiom:
∀X, ∀f g : set → set, (∀x ∈ X, f (g x) = x) → {f y|y ∈ {g x|x ∈ X}} = X
L743Axiom. (
invol_Repl_eq) We take the following as an axiom:
∀X, ∀f : set → set, (∀x ∈ X, f (f x) = x) → {f y|y ∈ {f x|x ∈ X}} = X
L744Axiom. (
Eps_i_set_R) We take the following as an axiom:
∀X : set, ∀P : set → prop, ∀x ∈ X, P x → Eps_i (λx ⇒ x ∈ X ∧ P x) ∈ X ∧ P (Eps_i (λx ⇒ x ∈ X ∧ P x))
L746Axiom. (
exandE_i) We take the following as an axiom:
∀P Q : set → prop, (∃x, P x ∧ Q x) → ∀r : prop, (∀x, P x → Q x → r) → r
L748Axiom. (
exandE_ii) We take the following as an axiom:
∀P Q : (set → set) → prop, (∃x : set → set, P x ∧ Q x) → ∀p : prop, (∀x : set → set, P x → Q x → p) → p
L750Axiom. (
exandE_iii) We take the following as an axiom:
∀P Q : (set → set → set) → prop, (∃x : set → set → set, P x ∧ Q x) → ∀p : prop, (∀x : set → set → set, P x → Q x → p) → p
L752Axiom. (
exandE_iiii) We take the following as an axiom:
∀P Q : (set → set → set → set) → prop, (∃x : set → set → set → set, P x ∧ Q x) → ∀p : prop, (∀x : set → set → set → set, P x → Q x → p) → p
L754Axiom. (
exandE_iio) We take the following as an axiom:
∀P Q : (set → set → prop) → prop, (∃x : set → set → prop, P x ∧ Q x) → ∀p : prop, (∀x : set → set → prop, P x → Q x → p) → p
L756Axiom. (
exandE_iiio) We take the following as an axiom:
∀P Q : (set → set → set → prop) → prop, (∃x : set → set → set → prop, P x ∧ Q x) → ∀p : prop, (∀x : set → set → set → prop, P x → Q x → p) → p
Beginning of Section Descr_ii
L760Variable P : (set → set) → prop
Primitive. The name
Descr_ii is a term of type
set → set.
L765Hypothesis Pex : ∃f : set → set, P f
L767Hypothesis Puniq : ∀f g : set → set, P f → P g → f = g
End of Section Descr_ii
Beginning of Section Descr_iii
L774Variable P : (set → set → set) → prop
Primitive. The name
Descr_iii is a term of type
set → set → set.
L779Hypothesis Pex : ∃f : set → set → set, P f
L781Hypothesis Puniq : ∀f g : set → set → set, P f → P g → f = g
End of Section Descr_iii
Beginning of Section Descr_iio
L788Variable P : (set → set → prop) → prop
Primitive. The name
Descr_iio is a term of type
set → set → prop.
L793Hypothesis Pex : ∃f : set → set → prop, P f
L795Hypothesis Puniq : ∀f g : set → set → prop, P f → P g → f = g
End of Section Descr_iio
Beginning of Section Descr_Vo1
Primitive. The name
Descr_Vo1 is a term of type
Vo 1.
L807Hypothesis Pex : ∃f : Vo 1, P f
L809Hypothesis Puniq : ∀f g : Vo 1, P f → P g → f = g
End of Section Descr_Vo1
Beginning of Section Descr_Vo2
Primitive. The name
Descr_Vo2 is a term of type
Vo 2.
L821Hypothesis Pex : ∃f : Vo 2, P f
L823Hypothesis Puniq : ∀f g : Vo 2, P f → P g → f = g
End of Section Descr_Vo2
Beginning of Section If_ii
L832Variable f g : set → set
Primitive. The name
If_ii is a term of type
set → set.
L836Axiom. (
If_ii_1) We take the following as an axiom:
L838Axiom. (
If_ii_0) We take the following as an axiom:
End of Section If_ii
Beginning of Section If_iii
L846Variable f g : set → set → set
Primitive. The name
If_iii is a term of type
set → set → set.
L850Axiom. (
If_iii_1) We take the following as an axiom:
L852Axiom. (
If_iii_0) We take the following as an axiom:
End of Section If_iii
Beginning of Section If_Vo1
Primitive. The name
If_Vo1 is a term of type
Vo 1.
L864Axiom. (
If_Vo1_1) We take the following as an axiom:
L866Axiom. (
If_Vo1_0) We take the following as an axiom:
End of Section If_Vo1
Beginning of Section If_iio
L874Variable f g : set → set → prop
Primitive. The name
If_iio is a term of type
set → set → prop.
L878Axiom. (
If_iio_1) We take the following as an axiom:
L880Axiom. (
If_iio_0) We take the following as an axiom:
End of Section If_iio
Beginning of Section If_Vo2
Primitive. The name
If_Vo2 is a term of type
Vo 2.
L892Axiom. (
If_Vo2_1) We take the following as an axiom:
L894Axiom. (
If_Vo2_0) We take the following as an axiom:
End of Section If_Vo2
Beginning of Section EpsilonRec_i
L900Variable F : set → (set → set) → set
Primitive. The name
In_rec_i is a term of type
set → set.
L905Hypothesis Fr : ∀X : set, ∀g h : set → set, (∀x ∈ X, g x = h x) → F X g = F X h
L907Axiom. (
In_rec_i_eq) We take the following as an axiom:
End of Section EpsilonRec_i
Beginning of Section EpsilonRec_ii
L913Variable F : set → (set → (set → set)) → (set → set)
Primitive. The name
In_rec_ii is a term of type
set → (set → set).
L918Hypothesis Fr : ∀X : set, ∀g h : set → (set → set), (∀x ∈ X, g x = h x) → F X g = F X h
End of Section EpsilonRec_ii
Beginning of Section EpsilonRec_iii
L926Variable F : set → (set → (set → set → set)) → (set → set → set)
Primitive. The name
In_rec_iii is a term of type
set → (set → set → set).
L931Hypothesis Fr : ∀X : set, ∀g h : set → (set → set → set), (∀x ∈ X, g x = h x) → F X g = F X h
End of Section EpsilonRec_iii
Beginning of Section EpsilonRec_iio
L939Variable F : set → (set → (set → set → prop)) → (set → set → prop)
Primitive. The name
In_rec_iio is a term of type
set → (set → set → prop).
L944Hypothesis Fr : ∀X : set, ∀g h : set → (set → set → prop), (∀x ∈ X, g x = h x) → F X g = F X h
End of Section EpsilonRec_iio
Beginning of Section EpsilonRec_Vo1
L952Variable F : set → (set → Vo 1) → Vo 1
Primitive. The name
In_rec_Vo1 is a term of type
set → Vo 1.
L957Hypothesis Fr : ∀X : set, ∀g h : set → Vo 1, (∀x ∈ X, g x = h x) → F X g = F X h
End of Section EpsilonRec_Vo1
Beginning of Section EpsilonRec_Vo2
L965Variable F : set → (set → Vo 2) → Vo 2
Primitive. The name
In_rec_Vo2 is a term of type
set → Vo 2.
L970Hypothesis Fr : ∀X : set, ∀g h : set → Vo 2, (∀x ∈ X, g x = h x) → F X g = F X h
End of Section EpsilonRec_Vo2
Beginning of Section If_Vo3
Primitive. The name
If_Vo3 is a term of type
Vo 3.
L984Axiom. (
If_Vo3_1) We take the following as an axiom:
L986Axiom. (
If_Vo3_0) We take the following as an axiom:
End of Section If_Vo3
Beginning of Section Descr_Vo3
Primitive. The name
Descr_Vo3 is a term of type
Vo 3.
L997Hypothesis Pex : ∃f : Vo 3, P f
L999Hypothesis Puniq : ∀f g : Vo 3, P f → P g → f = g
End of Section Descr_Vo3
Beginning of Section EpsilonRec_Vo3
L1006Variable F : set → (set → Vo 3) → Vo 3
Primitive. The name
In_rec_Vo3 is a term of type
set → Vo 3.
L1011Hypothesis Fr : ∀X : set, ∀g h : set → Vo 3, (∀x ∈ X, g x = h x) → F X g = F X h
End of Section EpsilonRec_Vo3
Beginning of Section If_Vo4
Primitive. The name
If_Vo4 is a term of type
Vo 4.
L1025Axiom. (
If_Vo4_1) We take the following as an axiom:
L1027Axiom. (
If_Vo4_0) We take the following as an axiom:
End of Section If_Vo4
Beginning of Section Descr_Vo4
Primitive. The name
Descr_Vo4 is a term of type
Vo 4.
L1037Hypothesis Pex : ∃f : Vo 4, P f
L1039Hypothesis Puniq : ∀f g : Vo 4, P f → P g → f = g
End of Section Descr_Vo4
Beginning of Section EpsilonRec_Vo4
L1046Variable F : set → (set → Vo 4) → Vo 4
Primitive. The name
In_rec_Vo4 is a term of type
set → Vo 4.
L1051Hypothesis Fr : ∀X : set, ∀g h : set → Vo 4, (∀x ∈ X, g x = h x) → F X g = F X h
End of Section EpsilonRec_Vo4
L1057Definition. We define
bigintersect to be
λ(D : (set → prop) → prop)(x : set) ⇒ ∀P : set → prop, D P → P x.
L1059Definition. We define
reflexive to be
λR ⇒ ∀x : set, R x x of type
(set → set → prop) → prop.
L1061Definition. We define
irreflexive to be
λR ⇒ ∀x : set, ¬ R x x of type
(set → set → prop) → prop.
L1062Definition. We define
symmetric to be
λR ⇒ ∀x y : set, R x y → R y x of type
(set → set → prop) → prop.
L1063Definition. We define
antisymmetric to be
λR ⇒ ∀x y : set, R x y → R y x → x = y of type
(set → set → prop) → prop.
L1064Definition. We define
transitive to be
λR ⇒ ∀x y z : set, R x y → R y z → R x z of type
(set → set → prop) → prop.
L1067Definition. We define
linear to be
λR ⇒ ∀x y : set, R x y ∨ R y x of type
(set → set → prop) → prop.
L1068Definition. We define
trichotomous_or to be
λR ⇒ ∀x y : set, R x y ∨ x = y ∨ R y x of type
(set → set → prop) → prop.
L1073Axiom. (
per_sym) We take the following as an axiom:
L1075Axiom. (
per_tra) We take the following as an axiom:
L1077Axiom. (
per_stra1) We take the following as an axiom:
∀R : set → set → prop, per R → ∀x y z : set, R y x → R y z → R x z
L1079Axiom. (
per_stra2) We take the following as an axiom:
∀R : set → set → prop, per R → ∀x y z : set, R x y → R z y → R x z
L1081Axiom. (
per_stra3) We take the following as an axiom:
∀R : set → set → prop, per R → ∀x y z : set, R y x → R z y → R x z
L1083Axiom. (
per_ref1) We take the following as an axiom:
∀R : set → set → prop, per R → ∀x y : set, R x y → R x x
L1085Axiom. (
per_ref2) We take the following as an axiom:
∀R : set → set → prop, per R → ∀x y : set, R x y → R y y
L1090Definition. We define
reflclos to be
λR x y ⇒ R x y ∨ x = y of type
(set → set → prop) → (set → set → prop).
Beginning of Section Zermelo1908
Primitive. The name
ZermeloWO is a term of type
set → set → prop.
L1114Axiom. (
ZermeloWO_wo) We take the following as an axiom:
∀p : set → prop, (∃x : set, p x) → ∃x : set, p x ∧ ∀y : set, p y → ZermeloWO x y
L1121Axiom. (
Zermelo_WO) We take the following as an axiom:
∃r : set → set → prop, totalorder r ∧ (∀p : set → prop, (∃x : set, p x) → ∃x : set, p x ∧ ∀y : set, p y → r x y)
End of Section Zermelo1908
L1131Axiom. (
eq_imp_or) We take the following as an axiom:
(λx y : prop ⇒ (x → y)) = (λx y : prop ⇒ (¬ x ∨ y))
L1135Axiom. (
Empty_or_ex) We take the following as an axiom:
L1137Axiom. (
nIn_0_0) We take the following as an axiom:
L1139Axiom. (
nIn_1_0) We take the following as an axiom:
L1140Axiom. (
nIn_2_0) We take the following as an axiom:
L1141Axiom. (
nIn_1_1) We take the following as an axiom:
L1142Axiom. (
nIn_2_2) We take the following as an axiom:
L1143Axiom. (
Subq_0_0) We take the following as an axiom:
L1144Axiom. (
Subq_0_1) We take the following as an axiom:
L1145Axiom. (
Subq_0_2) We take the following as an axiom:
L1146Axiom. (
nSubq_1_0) We take the following as an axiom:
L1147Axiom. (
Subq_1_1) We take the following as an axiom:
L1148Axiom. (
Subq_1_2) We take the following as an axiom:
L1149Axiom. (
nSubq_2_0) We take the following as an axiom:
L1150Axiom. (
nSubq_2_1) We take the following as an axiom:
L1151Axiom. (
Subq_2_2) We take the following as an axiom:
L1152Axiom. (
In_0_7) We take the following as an axiom:
L1153Axiom. (
In_1_7) We take the following as an axiom:
L1154Axiom. (
In_2_7) We take the following as an axiom:
L1155Axiom. (
In_3_7) We take the following as an axiom:
L1156Axiom. (
In_4_7) We take the following as an axiom:
L1157Axiom. (
In_5_7) We take the following as an axiom:
L1158Axiom. (
In_6_7) We take the following as an axiom:
L1159Axiom. (
In_0_8) We take the following as an axiom:
L1160Axiom. (
In_1_8) We take the following as an axiom:
L1161Axiom. (
In_2_8) We take the following as an axiom:
L1162Axiom. (
In_3_8) We take the following as an axiom:
L1163Axiom. (
In_4_8) We take the following as an axiom:
L1164Axiom. (
In_5_8) We take the following as an axiom:
L1165Axiom. (
In_6_8) We take the following as an axiom:
L1166Axiom. (
In_7_8) We take the following as an axiom:
L1167Axiom. (
In_0_9) We take the following as an axiom:
L1168Axiom. (
In_1_9) We take the following as an axiom:
L1169Axiom. (
In_2_9) We take the following as an axiom:
L1170Axiom. (
In_3_9) We take the following as an axiom:
L1171Axiom. (
In_4_9) We take the following as an axiom:
L1172Axiom. (
In_5_9) We take the following as an axiom:
L1173Axiom. (
In_6_9) We take the following as an axiom:
L1174Axiom. (
In_7_9) We take the following as an axiom:
L1175Axiom. (
In_8_9) We take the following as an axiom:
Beginning of Section NatRec
L1180Variable f : set → set → set
L1181Let F : set → (set → set) → set ≝ λn g ⇒ if ⋃ n ∈ n then f (⋃ n) (g (⋃ n)) else z
L1184Axiom. (
nat_primrec_r) We take the following as an axiom:
∀X : set, ∀g h : set → set, (∀x ∈ X, g x = h x) → F X g = F X h
End of Section NatRec
Beginning of Section NatArith
Notation. We use
+ as an infix operator with priority 360 and which associates to the right corresponding to applying term
add_nat.
L1198Axiom. (
add_nat_0R) We take the following as an axiom:
L1200Axiom. (
add_nat_SR) We take the following as an axiom:
L1202Axiom. (
add_nat_p) We take the following as an axiom:
L1206Axiom. (
add_nat_0L) We take the following as an axiom:
L1208Axiom. (
add_nat_SL) We take the following as an axiom:
L1210Axiom. (
add_nat_com) We take the following as an axiom:
L1212Definition. We define
mul_nat to be
λn m : set ⇒ nat_primrec 0 (λ_ r ⇒ n + r) m of type
set → set → set.
Notation. We use
* as an infix operator with priority 355 and which associates to the right corresponding to applying term
mul_nat.
L1216Axiom. (
mul_nat_0R) We take the following as an axiom:
L1218Axiom. (
mul_nat_SR) We take the following as an axiom:
L1220Axiom. (
mul_nat_p) We take the following as an axiom:
L1222Axiom. (
mul_nat_0L) We take the following as an axiom:
L1224Axiom. (
mul_nat_SL) We take the following as an axiom:
L1226Axiom. (
mul_nat_com) We take the following as an axiom:
L1249Definition. We define
exp_nat to be
λn m : set ⇒ nat_primrec 1 (λ_ r ⇒ n * r) m of type
set → set → set.
Notation. We use
^ as an infix operator with priority 342 and which associates to the right corresponding to applying term
exp_nat.
End of Section NatArith
L1264Axiom. (
cases_7) We take the following as an axiom:
∀i ∈ 7, ∀p : set → prop, p 0 → p 1 → p 2 → p 3 → p 4 → p 5 → p 6 → p i
L1266Axiom. (
cases_8) We take the following as an axiom:
∀i ∈ 8, ∀p : set → prop, p 0 → p 1 → p 2 → p 3 → p 4 → p 5 → p 6 → p 7 → p i
L1267Axiom. (
cases_9) We take the following as an axiom:
∀i ∈ 9, ∀p : set → prop, p 0 → p 1 → p 2 → p 3 → p 4 → p 5 → p 6 → p 7 → p 8 → p i
L1268Axiom. (
nIn_2_1) We take the following as an axiom:
L1270Axiom. (
neq_6_0) We take the following as an axiom:
L1271Axiom. (
neq_6_1) We take the following as an axiom:
L1272Axiom. (
neq_6_2) We take the following as an axiom:
L1273Axiom. (
neq_6_3) We take the following as an axiom:
L1274Axiom. (
neq_6_4) We take the following as an axiom:
L1275Axiom. (
neq_6_5) We take the following as an axiom:
L1276Axiom. (
neq_7_0) We take the following as an axiom:
L1277Axiom. (
neq_7_1) We take the following as an axiom:
L1278Axiom. (
neq_7_2) We take the following as an axiom:
L1279Axiom. (
neq_7_3) We take the following as an axiom:
L1280Axiom. (
neq_7_4) We take the following as an axiom:
L1281Axiom. (
neq_7_5) We take the following as an axiom:
L1282Axiom. (
neq_7_6) We take the following as an axiom:
L1283Axiom. (
neq_8_0) We take the following as an axiom:
L1284Axiom. (
neq_8_1) We take the following as an axiom:
L1285Axiom. (
neq_8_2) We take the following as an axiom:
L1286Axiom. (
neq_8_3) We take the following as an axiom:
L1287Axiom. (
neq_8_4) We take the following as an axiom:
L1288Axiom. (
neq_8_5) We take the following as an axiom:
L1289Axiom. (
neq_8_6) We take the following as an axiom:
L1290Axiom. (
neq_8_7) We take the following as an axiom:
L1291Axiom. (
neq_9_0) We take the following as an axiom:
L1292Axiom. (
neq_9_1) We take the following as an axiom:
L1293Axiom. (
neq_9_2) We take the following as an axiom:
L1294Axiom. (
neq_9_3) We take the following as an axiom:
L1295Axiom. (
neq_9_4) We take the following as an axiom:
L1296Axiom. (
neq_9_5) We take the following as an axiom:
L1297Axiom. (
neq_9_6) We take the following as an axiom:
L1298Axiom. (
neq_9_7) We take the following as an axiom:
L1299Axiom. (
neq_9_8) We take the following as an axiom:
L1302Axiom. (
eq_1_Sing0) We take the following as an axiom:
L1306Axiom. (
ordinal_ind) We take the following as an axiom:
∀p : set → prop, (∀alpha, ordinal alpha → (∀beta ∈ alpha, p beta) → p alpha) → ∀alpha, ordinal alpha → p alpha
L1320Axiom. (
Inj1_eq) We take the following as an axiom:
L1322Axiom. (
Inj1I1) We take the following as an axiom:
L1323Axiom. (
Inj1I2) We take the following as an axiom:
L1324Axiom. (
Inj1E) We take the following as an axiom:
L1325Axiom. (
Inj1NE1) We take the following as an axiom:
L1326Axiom. (
Inj1NE2) We take the following as an axiom:
L1327Definition. We define
Inj0 to be
λX ⇒ {Inj1 x|x ∈ X} of type
set → set.
L1330Axiom. (
Inj0I) We take the following as an axiom:
L1332Axiom. (
Inj0E) We take the following as an axiom:
L1336Axiom. (
Unj_eq) We take the following as an axiom:
L1338Axiom. (
Unj_Inj1_eq) We take the following as an axiom:
L1339Axiom. (
Inj1_inj) We take the following as an axiom:
L1340Axiom. (
Unj_Inj0_eq) We take the following as an axiom:
L1341Axiom. (
Inj0_inj) We take the following as an axiom:
L1342Axiom. (
Inj0_0) We take the following as an axiom:
Notation. We use
+ as an infix operator with priority 450 and which associates to the left corresponding to applying term
setsum.
L1350Axiom. (
Inj0_setsum) We take the following as an axiom:
∀X Y x : set, x ∈ X → Inj0 x ∈ X + Y
L1352Axiom. (
Inj1_setsum) We take the following as an axiom:
∀X Y y : set, y ∈ Y → Inj1 y ∈ X + Y
L1358Axiom. (
setsum_0_0) We take the following as an axiom:
L1361Axiom. (
setsum_mon) We take the following as an axiom:
∀X Y W Z, X ⊆ W → Y ⊆ Z → X + Y ⊆ W + Z
Beginning of Section pair_setsum
L1376Axiom. (
pair_0_0) We take the following as an axiom:
L1378Axiom. (
pair_1_0_1) We take the following as an axiom:
L1379Axiom. (
pair_1_1_2) We take the following as an axiom:
L1387Axiom. (
pairI0) We take the following as an axiom:
∀X Y x, x ∈ X → pair 0 x ∈ pair X Y
L1388Axiom. (
pairI1) We take the following as an axiom:
∀X Y y, y ∈ Y → pair 1 y ∈ pair X Y
L1389Axiom. (
pairE) We take the following as an axiom:
∀X Y z, z ∈ pair X Y → (∃x ∈ X, z = pair 0 x) ∨ (∃y ∈ Y, z = pair 1 y)
L1390Axiom. (
pairE0) We take the following as an axiom:
∀X Y x, pair 0 x ∈ pair X Y → x ∈ X
L1391Axiom. (
pairE1) We take the following as an axiom:
∀X Y y, pair 1 y ∈ pair X Y → y ∈ Y
L1392Axiom. (
pairEq) We take the following as an axiom:
∀X Y z, z ∈ pair X Y ↔ (∃x ∈ X, z = pair 0 x) ∨ (∃y ∈ Y, z = pair 1 y)
L1393Axiom. (
pairSubq) We take the following as an axiom:
∀X Y W Z, X ⊆ W → Y ⊆ Z → pair X Y ⊆ pair W Z
L1394Axiom. (
proj0I) We take the following as an axiom:
L1395Axiom. (
proj0E) We take the following as an axiom:
L1396Axiom. (
proj1I) We take the following as an axiom:
L1397Axiom. (
proj1E) We take the following as an axiom:
L1400Axiom. (
pair_inj) We take the following as an axiom:
∀x y w z : set, pair x y = pair w z → x = w ∧ y = z
L1402Definition. We define
Sigma to be
λX Y ⇒ ⋃x ∈ X{pair x y|y ∈ Y x} of type
set → (set → set) → set.
Notation. We use
∑ x...y [possibly with ascriptions] , B as a binder notation corresponding to a term constructed using
Sigma.
L1409Axiom. (
pair_Sigma) We take the following as an axiom:
∀X : set, ∀Y : set → set, ∀x ∈ X, ∀y ∈ Y x, pair x y ∈ ∑x ∈ X, Y x
L1415Axiom. (
proj0_Sigma) We take the following as an axiom:
∀X : set, ∀Y : set → set, ∀z : set, z ∈ (∑x ∈ X, Y x) → proj0 z ∈ X
L1417Axiom. (
proj1_Sigma) We take the following as an axiom:
∀X : set, ∀Y : set → set, ∀z : set, z ∈ (∑x ∈ X, Y x) → proj1 z ∈ Y (proj0 z)
L1419Axiom. (
pair_Sigma_E0) We take the following as an axiom:
∀X : set, ∀Y : set → set, ∀x y : set, pair x y ∈ (∑x ∈ X, Y x) → x ∈ X
L1421Axiom. (
pair_Sigma_E1) We take the following as an axiom:
∀X : set, ∀Y : set → set, ∀x y : set, pair x y ∈ (∑x ∈ X, Y x) → y ∈ Y x
L1423Axiom. (
Sigma_E) We take the following as an axiom:
∀X : set, ∀Y : set → set, ∀z : set, z ∈ (∑x ∈ X, Y x) → ∃x ∈ X, ∃y ∈ Y x, z = pair x y
L1425Axiom. (
Sigma_Eq) We take the following as an axiom:
∀X : set, ∀Y : set → set, ∀z : set, z ∈ (∑x ∈ X, Y x) ↔ ∃x ∈ X, ∃y ∈ Y x, z = pair x y
L1427Axiom. (
Sigma_mon) We take the following as an axiom:
∀X Y : set, X ⊆ Y → ∀Z W : set → set, (∀x ∈ X, Z x ⊆ W x) → (∑x ∈ X, Z x) ⊆ ∑y ∈ Y, W y
L1430Axiom. (
Sigma_mon0) We take the following as an axiom:
∀X Y : set, X ⊆ Y → ∀Z : set → set, (∑x ∈ X, Z x) ⊆ ∑y ∈ Y, Z y
L1432Axiom. (
Sigma_mon1) We take the following as an axiom:
∀X : set, ∀Z W : set → set, (∀x, x ∈ X → Z x ⊆ W x) → (∑x ∈ X, Z x) ⊆ ∑x ∈ X, W x
L1434Axiom. (
Sigma_Power_1) We take the following as an axiom:
∀X : set, X ∈ 𝒫 1 → ∀Y : set → set, (∀x ∈ X, Y x ∈ 𝒫 1) → (∑x ∈ X, Y x) ∈ 𝒫 1
L1436Definition. We define
setprod to be
λX Y : set ⇒ ∑x ∈ X, Y of type
set → set → set.
Notation. We use
⨯ as an infix operator with priority 440 and which associates to the left corresponding to applying term
setprod.
L1441Axiom. (
pair_setprod) We take the following as an axiom:
∀X Y : set, ∀(x ∈ X)(y ∈ Y), pair x y ∈ X ⨯ Y
L1447Axiom. (
pair_setprod_E0) We take the following as an axiom:
∀X Y x y : set, pair x y ∈ X ⨯ Y → x ∈ X
L1449Axiom. (
pair_setprod_E1) We take the following as an axiom:
∀X Y x y : set, pair x y ∈ X ⨯ Y → y ∈ Y
L1451Let lam : set → (set → set) → set ≝ Sigma
L1454Definition. We define
ap to be
λf x ⇒ {proj1 z|z ∈ f, ∃y : set, z = pair x y} of type
set → set → set.
Notation. When
x is a set, a term
x y is notation for
ap x y.
Notation.
λ x ∈ A ⇒ B is notation for the set
Sigma A (λ x : set ⇒ B).
Notation. We now use n-tuple notation (
a0,...,
an-1) for n ≥ 2 for λ i ∈
n .
if i = 0
then a0 else ... if i =
n-2 then an-2 else an-1.
L1460Axiom. (
lamI) We take the following as an axiom:
∀X : set, ∀F : set → set, ∀x ∈ X, ∀y ∈ F x, pair x y ∈ λx ∈ X ⇒ F x
L1462Axiom. (
lamE) We take the following as an axiom:
∀X : set, ∀F : set → set, ∀z : set, z ∈ (λx ∈ X ⇒ F x) → ∃x ∈ X, ∃y ∈ F x, z = pair x y
L1464Axiom. (
lamEq) We take the following as an axiom:
∀X : set, ∀F : set → set, ∀z, z ∈ (λx ∈ X ⇒ F x) ↔ ∃x ∈ X, ∃y ∈ F x, z = pair x y
L1466Axiom. (
apI) We take the following as an axiom:
∀f x y, pair x y ∈ f → y ∈ f x
L1468Axiom. (
apE) We take the following as an axiom:
∀f x y, y ∈ f x → pair x y ∈ f
L1470Axiom. (
apEq) We take the following as an axiom:
∀f x y, y ∈ f x ↔ pair x y ∈ f
L1472Axiom. (
beta) We take the following as an axiom:
∀X : set, ∀F : set → set, ∀x : set, x ∈ X → (λx ∈ X ⇒ F x) x = F x
L1474Axiom. (
beta0) We take the following as an axiom:
∀X : set, ∀F : set → set, ∀x : set, x ∉ X → (λx ∈ X ⇒ F x) x = 0
L1476Axiom. (
proj0_ap_0) We take the following as an axiom:
L1478Axiom. (
proj1_ap_1) We take the following as an axiom:
L1480Axiom. (
pair_ap_0) We take the following as an axiom:
∀x y : set, (pair x y) 0 = x
L1482Axiom. (
pair_ap_1) We take the following as an axiom:
∀x y : set, (pair x y) 1 = y
L1484Axiom. (
pair_ap_n2) We take the following as an axiom:
∀x y i : set, i ∉ 2 → (pair x y) i = 0
L1486Axiom. (
ap0_Sigma) We take the following as an axiom:
∀X : set, ∀Y : set → set, ∀z : set, z ∈ (∑x ∈ X, Y x) → (z 0) ∈ X
L1488Axiom. (
ap1_Sigma) We take the following as an axiom:
∀X : set, ∀Y : set → set, ∀z : set, z ∈ (∑x ∈ X, Y x) → (z 1) ∈ (Y (z 0))
L1490Definition. We define
pair_p to be
λu : set ⇒ pair (u 0) (u 1) = u of type
set → prop.
L1493Axiom. (
pair_p_I) We take the following as an axiom:
L1495Axiom. (
pair_p_I2) We take the following as an axiom:
L1499Definition. We define
tuple_p to be
λn u ⇒ ∀z ∈ u, ∃i ∈ n, ∃x : set, z = pair i x of type
set → set → prop.
L1506Axiom. (
tuple_pair) We take the following as an axiom:
∀x y : set, pair x y = (x,y)
L1508Definition. We define
Pi to be
λX Y ⇒ {f ∈ 𝒫 (∑x ∈ X, ⋃ (Y x))|∀x ∈ X, f x ∈ Y x} of type
set → (set → set) → set.
Notation. We use
∏ x...y [possibly with ascriptions] , B as a binder notation corresponding to a term constructed using
Pi.
L1513Axiom. (
PiI) We take the following as an axiom:
∀X : set, ∀Y : set → set, ∀f : set, (∀u ∈ f, pair_p u ∧ u 0 ∈ X) → (∀x ∈ X, f x ∈ Y x) → f ∈ ∏x ∈ X, Y x
L1516Axiom. (
PiE) We take the following as an axiom:
∀X : set, ∀Y : set → set, ∀f : set, f ∈ (∏x ∈ X, Y x) → (∀u ∈ f, pair_p u ∧ u 0 ∈ X) ∧ (∀x ∈ X, f x ∈ Y x)
L1519Axiom. (
PiEq) We take the following as an axiom:
∀X : set, ∀Y : set → set, ∀f : set, f ∈ Pi X Y ↔ (∀u ∈ f, pair_p u ∧ u 0 ∈ X) ∧ (∀x ∈ X, f x ∈ Y x)
L1522Axiom. (
lam_Pi) We take the following as an axiom:
∀X : set, ∀Y : set → set, ∀F : set → set, (∀x ∈ X, F x ∈ Y x) → (λx ∈ X ⇒ F x) ∈ (∏x ∈ X, Y x)
L1525Axiom. (
ap_Pi) We take the following as an axiom:
∀X : set, ∀Y : set → set, ∀f : set, ∀x : set, f ∈ (∏x ∈ X, Y x) → x ∈ X → f x ∈ Y x
L1527Axiom. (
Pi_ext_Subq) We take the following as an axiom:
∀X : set, ∀Y : set → set, ∀f g ∈ (∏x ∈ X, Y x), (∀x ∈ X, f x ⊆ g x) → f ⊆ g
L1529Axiom. (
Pi_ext) We take the following as an axiom:
∀X : set, ∀Y : set → set, ∀f g ∈ (∏x ∈ X, Y x), (∀x ∈ X, f x = g x) → f = g
L1531Axiom. (
Pi_eta) We take the following as an axiom:
∀X : set, ∀Y : set → set, ∀f : set, f ∈ (∏x ∈ X, Y x) → (λx ∈ X ⇒ f x) = f
L1533Definition. We define
setexp to be
λX Y : set ⇒ ∏y ∈ Y, X of type
set → set → set.
Notation. We use
:^: as an infix operator with priority 430 and which associates to the left corresponding to applying term
setexp.
L1540Axiom. (
lamI2) We take the following as an axiom:
∀X, ∀F : set → set, ∀x ∈ X, ∀y ∈ F x, (x,y) ∈ λx ∈ X ⇒ F x
L1542Axiom. (
lamE2) We take the following as an axiom:
∀X, ∀F : set → set, ∀z : set, z ∈ (λx ∈ X ⇒ F x) → ∃x ∈ X, ∃y ∈ F x, z = (x,y)
L1544Axiom. (
tuple_2_inj) We take the following as an axiom:
∀x y w z : set, (x,y) = (w,z) → x = w ∧ y = z
Beginning of Section Tuples
L1548Variable x0 x1 : set
End of Section Tuples
L1555Definition. We define
Sep2 to be
λX Y R ⇒ {u ∈ ∑x ∈ X, Y x|R (u 0) (u 1)} of type
set → (set → set) → (set → set → prop) → set.
L1558Axiom. (
Sep2I) We take the following as an axiom:
∀X, ∀Y : set → set, ∀R : set → set → prop, ∀x ∈ X, ∀y ∈ Y x, R x y → (x,y) ∈ Sep2 X Y R
L1561Axiom. (
Sep2E) We take the following as an axiom:
∀X, ∀Y : set → set, ∀R : set → set → prop, ∀u ∈ Sep2 X Y R, ∃x ∈ X, ∃y ∈ Y x, u = (x,y) ∧ R x y
L1564Axiom. (
Sep2E') We take the following as an axiom:
∀X, ∀Y : set → set, ∀R : set → set → prop, ∀x y, (x,y) ∈ Sep2 X Y R → x ∈ X ∧ y ∈ Y x ∧ R x y
L1567Axiom. (
Sep2E'1) We take the following as an axiom:
∀X, ∀Y : set → set, ∀R : set → set → prop, ∀x y, (x,y) ∈ Sep2 X Y R → x ∈ X
L1570Axiom. (
Sep2E'2) We take the following as an axiom:
∀X, ∀Y : set → set, ∀R : set → set → prop, ∀x y, (x,y) ∈ Sep2 X Y R → y ∈ Y x
L1573Axiom. (
Sep2E'3) We take the following as an axiom:
∀X, ∀Y : set → set, ∀R : set → set → prop, ∀x y, (x,y) ∈ Sep2 X Y R → R x y
L1576Definition. We define
set_of_pairs to be
λX ⇒ ∀x ∈ X, ∃y z, x = (y,z) of type
set → prop.
L1586Axiom. (
Sep2_ext) We take the following as an axiom:
∀X, ∀Y : set → set, ∀R R' : set → set → prop, (∀x ∈ X, ∀y ∈ Y x, R x y ↔ R' x y) → Sep2 X Y R = Sep2 X Y R'
L1590Axiom. (
lam_ext_sub) We take the following as an axiom:
∀X, ∀F G : set → set, (∀x ∈ X, F x = G x) → (λx ∈ X ⇒ F x) ⊆ (λx ∈ X ⇒ G x)
L1592Axiom. (
lam_ext) We take the following as an axiom:
∀X, ∀F G : set → set, (∀x ∈ X, F x = G x) → (λx ∈ X ⇒ F x) = (λx ∈ X ⇒ G x)
L1594Axiom. (
lam_eta) We take the following as an axiom:
∀X, ∀F : set → set, (λx ∈ X ⇒ (λx ∈ X ⇒ F x) x) = (λx ∈ X ⇒ F x)
L1596Axiom. (
tuple_2_eta) We take the following as an axiom:
L1598Definition. We define
lam2 to be
λX Y F ⇒ λx ∈ X ⇒ λy ∈ Y x ⇒ F x y of type
set → (set → set) → (set → set → set) → set.
L1601Axiom. (
beta2) We take the following as an axiom:
∀X, ∀Y : set → set, ∀F : set → set → set, ∀x ∈ X, ∀y ∈ Y x, lam2 X Y F x y = F x y
L1603Axiom. (
lam2_ext) We take the following as an axiom:
∀X, ∀Y : set → set, ∀F G : set → set → set, (∀x ∈ X, ∀y ∈ Y x, F x y = G x y) → lam2 X Y F = lam2 X Y G
L1607Definition. We define
encode_u to be
lam of type
set → (set → set) → set.
L1609Definition. We define
decode_u to be
ap of type
set → set → set.
L1610Definition. We define
encode_b to be
λX F ⇒ lam2 X (λ_ ⇒ X) F of type
set → (set → set → set) → set.
L1612Definition. We define
decode_b to be
λF x y ⇒ F x y of type
set → set → set → set.
L1613Definition. We define
encode_p to be
λX P ⇒ Sep X P of type
set → (set → prop) → set.
L1615Definition. We define
decode_p to be
λP x ⇒ x ∈ P of type
set → set → prop.
L1616Definition. We define
encode_r to be
λX R ⇒ Sep2 X (λ_ ⇒ X) R of type
set → (set → set → prop) → set.
L1618Definition. We define
decode_r to be
λR x y ⇒ (x,y) ∈ R of type
set → set → set → prop.
L1619Definition. We define
encode_c to be
λX C ⇒ Sep (𝒫 X) (λU ⇒ (C (λx ⇒ x ∈ U))) of type
set → ((set → prop) → prop) → set.
L1621Definition. We define
decode_c to be
λC U ⇒ ∃V, (∀x, U x ↔ x ∈ V) ∧ V ∈ C of type
set → (set → prop) → prop.
L1640Axiom. (
encode_c_ext) We take the following as an axiom:
∀X, ∀C C' : (set → prop) → prop, (∀U : set → prop, (∀x, U x → x ∈ X) → (C U ↔ C' U)) → encode_c X C = encode_c X C'
L1642Axiom. (
setprod_mon) We take the following as an axiom:
∀X Y : set, X ⊆ Y → ∀Z W : set, Z ⊆ W → X ⨯ Z ⊆ Y ⨯ W
L1644Axiom. (
setprod_mon0) We take the following as an axiom:
∀X Y : set, X ⊆ Y → ∀Z : set, X ⨯ Z ⊆ Y ⨯ Z
L1646Axiom. (
setprod_mon1) We take the following as an axiom:
∀X : set, ∀Z W : set, Z ⊆ W → X ⨯ Z ⊆ X ⨯ W
L1650Axiom. (
Sigma_eta) We take the following as an axiom:
∀X : set, ∀Y : set → set, ∀z ∈ (∑x ∈ X, Y x), pair (z 0) (z 1) = z
L1652Axiom. (
ReplEq_setprod_ext) We take the following as an axiom:
∀X Y, ∀F G : set → set → set, (∀x ∈ X, ∀y ∈ Y, F x y = G x y) → {F (w 0) (w 1)|w ∈ X ⨯ Y} = {G (w 0) (w 1)|w ∈ X ⨯ Y}
L1658Axiom. (
Pi_Power_1) We take the following as an axiom:
∀X : set, ∀Y : set → set, (∀x ∈ X, Y x ∈ 𝒫 1) → (∏x ∈ X, Y x) ∈ 𝒫 1
L1660Axiom. (
Pi_0_dom_mon) We take the following as an axiom:
∀X Y : set, ∀A : set → set, X ⊆ Y → (∀y ∈ Y, y ∉ X → 0 ∈ A y) → (∏x ∈ X, A x) ⊆ ∏y ∈ Y, A y
L1663Axiom. (
Pi_cod_mon) We take the following as an axiom:
∀X : set, ∀A B : set → set, (∀x ∈ X, A x ⊆ B x) → (∏x ∈ X, A x) ⊆ ∏x ∈ X, B x
L1665Axiom. (
Pi_0_mon) We take the following as an axiom:
∀X Y : set, ∀A B : set → set, (∀x ∈ X, A x ⊆ B x) → X ⊆ Y → (∀y ∈ Y, y ∉ X → 0 ∈ B y) → (∏x ∈ X, A x) ⊆ ∏y ∈ Y, B y
L1669Axiom. (
setexp_2_eq) We take the following as an axiom:
L1671Axiom. (
setexp_0_dom_mon) We take the following as an axiom:
∀A : set, 0 ∈ A → ∀X Y : set, X ⊆ Y → AX ⊆ AY
L1673Axiom. (
setexp_0_mon) We take the following as an axiom:
∀X Y A B : set, 0 ∈ B → A ⊆ B → X ⊆ Y → AX ⊆ BY
L1677Axiom. (
tupleI0) We take the following as an axiom:
L1679Axiom. (
tupleI1) We take the following as an axiom:
L1681Axiom. (
tupleE) We take the following as an axiom:
L1683Axiom. (
tuple_2_Sigma) We take the following as an axiom:
∀X : set, ∀Y : set → set, ∀x ∈ X, ∀y ∈ Y x, (x,y) ∈ ∑x ∈ X, Y x
L1685Axiom. (
tuple_2_setprod) We take the following as an axiom:
∀X : set, ∀Y : set, ∀x ∈ X, ∀y ∈ Y, (x,y) ∈ X ⨯ Y
L1687Axiom. (
tuple_Sigma_eta) We take the following as an axiom:
∀X : set, ∀Y : set → set, ∀z ∈ (∑x ∈ X, Y x), (z 0,z 1) = z
L1689Axiom. (
apI2) We take the following as an axiom:
∀f x y, (x,y) ∈ f → y ∈ f x
L1691Axiom. (
apE2) We take the following as an axiom:
∀f x y, y ∈ f x → (x,y) ∈ f
L1693Axiom. (
ap_const_0) We take the following as an axiom:
L1699Axiom. (
tuple_3_eta) We take the following as an axiom:
L1701Axiom. (
tuple_4_eta) We take the following as an axiom:
∀x y z w, (λi ∈ 4 ⇒ (x,y,z,w) i) = (x,y,z,w)
Beginning of Section Tuples
L1705Variable x0 x1 x2 : set
L1736Axiom. (
tuple_6_0_eq) We take the following as an axiom:
(x0,x1,x2,x3,x4,x5) 0 = x0
L1737Axiom. (
tuple_6_1_eq) We take the following as an axiom:
(x0,x1,x2,x3,x4,x5) 1 = x1
L1739Axiom. (
tuple_6_2_eq) We take the following as an axiom:
(x0,x1,x2,x3,x4,x5) 2 = x2
L1741Axiom. (
tuple_6_3_eq) We take the following as an axiom:
(x0,x1,x2,x3,x4,x5) 3 = x3
L1743Axiom. (
tuple_6_4_eq) We take the following as an axiom:
(x0,x1,x2,x3,x4,x5) 4 = x4
L1745Axiom. (
tuple_6_5_eq) We take the following as an axiom:
(x0,x1,x2,x3,x4,x5) 5 = x5
L1749Axiom. (
tuple_7_0_eq) We take the following as an axiom:
(x0,x1,x2,x3,x4,x5,x6) 0 = x0
L1750Axiom. (
tuple_7_1_eq) We take the following as an axiom:
(x0,x1,x2,x3,x4,x5,x6) 1 = x1
L1752Axiom. (
tuple_7_2_eq) We take the following as an axiom:
(x0,x1,x2,x3,x4,x5,x6) 2 = x2
L1754Axiom. (
tuple_7_3_eq) We take the following as an axiom:
(x0,x1,x2,x3,x4,x5,x6) 3 = x3
L1756Axiom. (
tuple_7_4_eq) We take the following as an axiom:
(x0,x1,x2,x3,x4,x5,x6) 4 = x4
L1758Axiom. (
tuple_7_5_eq) We take the following as an axiom:
(x0,x1,x2,x3,x4,x5,x6) 5 = x5
L1760Axiom. (
tuple_7_6_eq) We take the following as an axiom:
(x0,x1,x2,x3,x4,x5,x6) 6 = x6
L1764Axiom. (
tuple_8_0_eq) We take the following as an axiom:
(x0,x1,x2,x3,x4,x5,x6,x7) 0 = x0
L1766Axiom. (
tuple_8_1_eq) We take the following as an axiom:
(x0,x1,x2,x3,x4,x5,x6,x7) 1 = x1
L1768Axiom. (
tuple_8_2_eq) We take the following as an axiom:
(x0,x1,x2,x3,x4,x5,x6,x7) 2 = x2
L1770Axiom. (
tuple_8_3_eq) We take the following as an axiom:
(x0,x1,x2,x3,x4,x5,x6,x7) 3 = x3
L1772Axiom. (
tuple_8_4_eq) We take the following as an axiom:
(x0,x1,x2,x3,x4,x5,x6,x7) 4 = x4
L1774Axiom. (
tuple_8_5_eq) We take the following as an axiom:
(x0,x1,x2,x3,x4,x5,x6,x7) 5 = x5
L1776Axiom. (
tuple_8_6_eq) We take the following as an axiom:
(x0,x1,x2,x3,x4,x5,x6,x7) 6 = x6
L1778Axiom. (
tuple_8_7_eq) We take the following as an axiom:
(x0,x1,x2,x3,x4,x5,x6,x7) 7 = x7
L1782Axiom. (
tuple_9_0_eq) We take the following as an axiom:
(x0,x1,x2,x3,x4,x5,x6,x7,x8) 0 = x0
L1783Axiom. (
tuple_9_1_eq) We take the following as an axiom:
(x0,x1,x2,x3,x4,x5,x6,x7,x8) 1 = x1
L1785Axiom. (
tuple_9_2_eq) We take the following as an axiom:
(x0,x1,x2,x3,x4,x5,x6,x7,x8) 2 = x2
L1787Axiom. (
tuple_9_3_eq) We take the following as an axiom:
(x0,x1,x2,x3,x4,x5,x6,x7,x8) 3 = x3
L1789Axiom. (
tuple_9_4_eq) We take the following as an axiom:
(x0,x1,x2,x3,x4,x5,x6,x7,x8) 4 = x4
L1791Axiom. (
tuple_9_5_eq) We take the following as an axiom:
(x0,x1,x2,x3,x4,x5,x6,x7,x8) 5 = x5
L1793Axiom. (
tuple_9_6_eq) We take the following as an axiom:
(x0,x1,x2,x3,x4,x5,x6,x7,x8) 6 = x6
L1795Axiom. (
tuple_9_7_eq) We take the following as an axiom:
(x0,x1,x2,x3,x4,x5,x6,x7,x8) 7 = x7
L1797Axiom. (
tuple_9_8_eq) We take the following as an axiom:
(x0,x1,x2,x3,x4,x5,x6,x7,x8) 8 = x8
End of Section Tuples
End of Section pair_setsum
Notation. We use
∑ x...y [possibly with ascriptions] , B as a binder notation corresponding to a term constructed using
Sigma.
Notation. We use
⨯ as an infix operator with priority 440 and which associates to the left corresponding to applying term
setprod.
Notation. We use
∏ x...y [possibly with ascriptions] , B as a binder notation corresponding to a term constructed using
Pi.
Notation. We use
:^: as an infix operator with priority 430 and which associates to the left corresponding to applying term
setexp.
L1815Axiom. (
tuple_3_in_A_3) We take the following as an axiom:
∀x y z A, x ∈ A → y ∈ A → z ∈ A → (x,y,z) ∈ A3
L1817Axiom. (
tuple_3_bij_3) We take the following as an axiom:
∀x y z, x ∈ 3 → y ∈ 3 → z ∈ 3 → x ≠ y → x ≠ z → y ≠ z → bij 3 3 (λi ⇒ (x,y,z) i)
L1819Axiom. (
tuple_4_in_A_4) We take the following as an axiom:
∀x y z w A, x ∈ A → y ∈ A → z ∈ A → w ∈ A → (x,y,z,w) ∈ A4
L1821Axiom. (
tuple_4_bij_4) We take the following as an axiom:
∀x y z w, x ∈ 4 → y ∈ 4 → z ∈ 4 → w ∈ 4 → x ≠ y → x ≠ z → x ≠ w → y ≠ z → y ≠ w → z ≠ w → bij 4 4 (λi ⇒ (x,y,z,w) i)
L1823Axiom. (
iff_refl) We take the following as an axiom:
L1825Axiom. (
iff_sym) We take the following as an axiom:
∀A B : prop, (A ↔ B) → (B ↔ A)
L1827Axiom. (
iff_trans) We take the following as an axiom:
∀A B C : prop, (A ↔ B) → (B ↔ C) → (A ↔ C)
L1837Axiom. (
eq_or_nand) We take the following as an axiom:
Primitive. The name
EpsR_i_i_1 is a term of type
(set → set → prop) → set.
Primitive. The name
EpsR_i_i_2 is a term of type
(set → set → prop) → set.
L1845Axiom. (
EpsR_i_i_12) We take the following as an axiom:
Primitive. The name
DescrR_i_io_1 is a term of type
(set → (set → prop) → prop) → set.
Primitive. The name
DescrR_i_io_2 is a term of type
(set → (set → prop) → prop) → set → prop.
L1855Definition. We define
PNoEq_ to be
λalpha p q ⇒ ∀beta ∈ alpha, p beta ↔ q beta of type
set → (set → prop) → (set → prop) → prop.
L1862Axiom. (
PNoEq_ref_) We take the following as an axiom:
∀alpha, ∀p : set → prop, PNoEq_ alpha p p
L1864Axiom. (
PNoEq_sym_) We take the following as an axiom:
∀alpha, ∀p q : set → prop, PNoEq_ alpha p q → PNoEq_ alpha q p
L1866Axiom. (
PNoEq_tra_) We take the following as an axiom:
L1870Definition. We define
PNoLt_ to be
λalpha p q ⇒ ∃beta ∈ alpha, PNoEq_ beta p q ∧ ¬ p beta ∧ q beta of type
set → (set → prop) → (set → prop) → prop.
L1873Axiom. (
PNoLt_E_) We take the following as an axiom:
L1876Axiom. (
PNoLt_irref_) We take the following as an axiom:
∀alpha, ∀p : set → prop, ¬ PNoLt_ alpha p p
L1878Axiom. (
PNoLt_mon_) We take the following as an axiom:
L1883Axiom. (
PNoLt_tra_) We take the following as an axiom:
Primitive. The name
PNoLt is a term of type
set → (set → prop) → set → (set → prop) → prop.
L1888Axiom. (
PNoLtI1) We take the following as an axiom:
L1891Axiom. (
PNoLtI2) We take the following as an axiom:
L1894Axiom. (
PNoLtI3) We take the following as an axiom:
L1897Axiom. (
PNoLtE) We take the following as an axiom:
L1905Axiom. (
PNoLtE2) We take the following as an axiom:
∀alpha, ∀p q : set → prop, PNoLt alpha p alpha q → PNoLt_ alpha p q
L1908Axiom. (
PNoLt_irref) We take the following as an axiom:
∀alpha, ∀p : set → prop, ¬ PNoLt alpha p alpha p
L1914Axiom. (
PNoLtEq_tra) We take the following as an axiom:
L1916Axiom. (
PNoEqLt_tra) We take the following as an axiom:
L1918Axiom. (
PNoLt_tra) We take the following as an axiom:
L1920Definition. We define
PNoLe to be
λalpha p beta q ⇒ PNoLt alpha p beta q ∨ alpha = beta ∧ PNoEq_ alpha p q of type
set → (set → prop) → set → (set → prop) → prop.
L1923Axiom. (
PNoLeI1) We take the following as an axiom:
L1926Axiom. (
PNoLeI2) We take the following as an axiom:
∀alpha, ∀p q : set → prop, PNoEq_ alpha p q → PNoLe alpha p alpha q
L1929Axiom. (
PNoLe_ref) We take the following as an axiom:
∀alpha, ∀p : set → prop, PNoLe alpha p alpha p
L1935Axiom. (
PNoLtLe_tra) We take the following as an axiom:
L1937Axiom. (
PNoLeLt_tra) We take the following as an axiom:
L1939Axiom. (
PNoEqLe_tra) We take the following as an axiom:
L1941Axiom. (
PNoLeEq_tra) We take the following as an axiom:
L1943Axiom. (
PNoLe_tra) We take the following as an axiom:
L1945Definition. We define
PNo_downc to be
λL alpha p ⇒ ∃beta, ordinal beta ∧ ∃q : set → prop, L beta q ∧ PNoLe alpha p beta q of type
(set → (set → prop) → prop) → set → (set → prop) → prop.
L1948Definition. We define
PNo_upc to be
λR alpha p ⇒ ∃beta, ordinal beta ∧ ∃q : set → prop, R beta q ∧ PNoLe beta q alpha p of type
(set → (set → prop) → prop) → set → (set → prop) → prop.
L1951Axiom. (
PNoLe_downc) We take the following as an axiom:
L1955Axiom. (
PNo_downc_ref) We take the following as an axiom:
∀L : set → (set → prop) → prop, ∀alpha, ordinal alpha → ∀p : set → prop, L alpha p → PNo_downc L alpha p
L1957Axiom. (
PNo_upc_ref) We take the following as an axiom:
∀R : set → (set → prop) → prop, ∀alpha, ordinal alpha → ∀p : set → prop, R alpha p → PNo_upc R alpha p
L1959Axiom. (
PNoLe_upc) We take the following as an axiom:
L1963Definition. We define
PNoLt_pwise to be
λL R ⇒ ∀gamma, ordinal gamma → ∀p : set → prop, L gamma p → ∀delta, ordinal delta → ∀q : set → prop, R delta q → PNoLt gamma p delta q of type
(set → (set → prop) → prop) → (set → (set → prop) → prop) → prop.
L2006Axiom. (
PNo_extend0_eq) We take the following as an axiom:
∀alpha, ∀p : set → prop, PNoEq_ alpha p (λdelta ⇒ p delta ∧ delta ≠ alpha)
L2008Axiom. (
PNo_extend1_eq) We take the following as an axiom:
∀alpha, ∀p : set → prop, PNoEq_ alpha p (λdelta ⇒ p delta ∨ delta = alpha)
L2016Definition. We define
PNo_lenbdd to be
λalpha L ⇒ ∀beta, ∀p : set → prop, L beta p → beta ∈ alpha of type
set → (set → (set → prop) → prop) → prop.
L2108Definition. We define
PNo_least_rep2 to be
λL R beta p ⇒ PNo_least_rep L R beta p ∧ ∀x, x ∉ beta → ¬ p x of type
(set → (set → prop) → prop) → (set → (set → prop) → prop) → set → (set → prop) → prop.
Primitive. The name
PNo_bd is a term of type
(set → (set → prop) → prop) → (set → (set → prop) → prop) → set.
Primitive. The name
PNo_pred is a term of type
(set → (set → prop) → prop) → (set → (set → prop) → prop) → set → prop.
L2140Axiom. (
PNo_bd_pred) We take the following as an axiom:
L2147Axiom. (
PNo_bd_ord) We take the following as an axiom:
L2169Axiom. (
PNo_bd_In) We take the following as an axiom:
L2176Definition. We define
PNoCutL to be
λalpha p beta q ⇒ beta ∈ alpha ∧ PNoLt beta q alpha p of type
set → (set → prop) → set → (set → prop) → prop.
L2179Definition. We define
PNoCutR to be
λalpha p beta q ⇒ beta ∈ alpha ∧ PNoLt alpha p beta q of type
set → (set → prop) → set → (set → prop) → prop.
Beginning of Section TaggedSets
Notation. We use
' as a postfix operator with priority 100 corresponding to applying term
tag.
L2214Definition. We define
SNoElts_ to be
λalpha ⇒ alpha ∪ {beta '|beta ∈ alpha} of type
set → set.
L2216Axiom. (
SNoElts_mon) We take the following as an axiom:
L2225Axiom. (
PNoEq_PSNo) We take the following as an axiom:
L2227Axiom. (
SNo_PSNo) We take the following as an axiom:
Primitive. The name
SNo is a term of type
set → prop.
L2234Axiom. (
SNo_SNo) We take the following as an axiom:
Primitive. The name
SNoLev is a term of type
set → set.
L2241Axiom. (
SNoLev_uniq) We take the following as an axiom:
L2243Axiom. (
SNoLev_prop) We take the following as an axiom:
L2247Axiom. (
SNoLev_) We take the following as an axiom:
L2251Axiom. (
SNoLev_PSNo) We take the following as an axiom:
L2253Axiom. (
SNo_Subq) We take the following as an axiom:
L2255Definition. We define
SNoEq_ to be
λalpha x y ⇒ PNoEq_ alpha (λbeta ⇒ beta ∈ x) (λbeta ⇒ beta ∈ y) of type
set → set → set → prop.
L2258Axiom. (
SNoEq_I) We take the following as an axiom:
L2260Axiom. (
SNoEq_E) We take the following as an axiom:
L2262Axiom. (
SNoEq_E1) We take the following as an axiom:
L2264Axiom. (
SNoEq_E2) We take the following as an axiom:
L2268Axiom. (
SNo_eq) We take the following as an axiom:
Notation. We use
'' as a postfix operator with priority 100 corresponding to applying term
ctag.
L2281Definition. We define
SNo_pair to be
λx y ⇒ x ∪ {u ''|u ∈ y} of type
set → set → set.
L2287Axiom. (
SNo_pair_0) We take the following as an axiom:
End of Section TaggedSets
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.
L2301Axiom. (
SNoLtLe) We take the following as an axiom:
L2303Axiom. (
SNoLeE) We take the following as an axiom:
L2305Axiom. (
SNoEq_ref_) We take the following as an axiom:
L2307Axiom. (
SNoEq_sym_) We take the following as an axiom:
L2309Axiom. (
SNoEq_tra_) We take the following as an axiom:
L2311Axiom. (
SNoLtE) We take the following as an axiom:
L2318Axiom. (
SNoLtI2) We take the following as an axiom:
L2326Axiom. (
SNoLtI3) We take the following as an axiom:
L2332Axiom. (
SNoLt_irref) We take the following as an axiom:
L2342Axiom. (
SNoLt_tra) We take the following as an axiom:
L2344Axiom. (
SNoLe_ref) We take the following as an axiom:
L2348Axiom. (
SNoLtLe_tra) We take the following as an axiom:
L2350Axiom. (
SNoLeLt_tra) We take the following as an axiom:
L2352Axiom. (
SNoLe_tra) We take the following as an axiom:
L2354Axiom. (
SNoLtLe_or) We take the following as an axiom:
L2367Definition. We define
SNoCutP to be
λL R ⇒ (∀x ∈ L, SNo x) ∧ (∀y ∈ R, SNo y) ∧ (∀x ∈ L, ∀y ∈ R, x < y) of type
set → set → prop.
L2390Axiom. (
SNoCutP_L_0) We take the following as an axiom:
L2392Axiom. (
SNoCutP_0_R) We take the following as an axiom:
L2393Axiom. (
SNoCutP_0_0) We take the following as an axiom:
L2394Axiom. (
SNoCut_0_0) We take the following as an axiom:
L2401Axiom. (
SNoS_E) We take the following as an axiom:
Beginning of Section TaggedSets2
Notation. We use
' as a postfix operator with priority 100 corresponding to applying term
tag.
L2408Axiom. (
SNoS_I) We take the following as an axiom:
L2410Axiom. (
SNoS_I2) We take the following as an axiom:
L2412Axiom. (
SNoS_Subq) We take the following as an axiom:
L2416Axiom. (
SNoS_E2) We take the following as an axiom:
L2421Axiom. (
SNoS_In_neq) We take the following as an axiom:
L2423Axiom. (
SNoS_SNoLev) We take the following as an axiom:
L2430Axiom. (
SNoL_E) We take the following as an axiom:
L2435Axiom. (
SNoR_E) We take the following as an axiom:
L2440Axiom. (
SNoL_SNoS) We take the following as an axiom:
L2442Axiom. (
SNoR_SNoS) We take the following as an axiom:
L2443Axiom. (
SNoL_SNoS_) We take the following as an axiom:
L2444Axiom. (
SNoR_SNoS_) We take the following as an axiom:
L2445Axiom. (
SNoL_I) We take the following as an axiom:
L2447Axiom. (
SNoR_I) We take the following as an axiom:
L2449Axiom. (
SNo_eta) We take the following as an axiom:
L2464Axiom. (
SNoCut_Le) We take the following as an axiom:
L2469Axiom. (
SNoCut_ext) We take the following as an axiom:
L2501Axiom. (
SNo_0) We take the following as an axiom:
L2503Axiom. (
SNoLev_0) We take the following as an axiom:
L2504Axiom. (
SNoL_0) We take the following as an axiom:
L2505Axiom. (
SNoR_0) We take the following as an axiom:
L2506Axiom. (
SNoL_1) We take the following as an axiom:
L2507Axiom. (
SNoR_1) We take the following as an axiom:
L2542Axiom. (
eps_0_1) We take the following as an axiom:
L2543Axiom. (
SNo__eps_) We take the following as an axiom:
L2544Axiom. (
SNo_eps_) We take the following as an axiom:
L2545Axiom. (
SNoLev_eps_) We take the following as an axiom:
L2548Axiom. (
SNo_eps_pos) We take the following as an axiom:
End of Section TaggedSets2
L2552Axiom. (
ordinal_SNo) We take the following as an axiom:
L2564Axiom. (
SNo_etaE) We take the following as an axiom:
L2573Axiom. (
SNo_ind) We take the following as an axiom:
∀P : set → prop, (∀L R, SNoCutP L R → (∀x ∈ L, P x) → (∀y ∈ R, P y) → P (SNoCut L R)) → ∀z, SNo z → P z
Beginning of Section SurrealRecI
L2584Variable F : set → (set → set) → set
Primitive. The name
SNo_rec_i is a term of type
set → set.
L2589Hypothesis Fr : ∀z, SNo z → ∀g h : set → set, (∀w ∈ SNoS_ (SNoLev z), g w = h w) → F z g = F z h
End of Section SurrealRecI
Beginning of Section SurrealRecII
L2599Variable F : set → (set → (set → set)) → (set → set)
Primitive. The name
SNo_rec_ii is a term of type
set → (set → set).
L2604Hypothesis Fr : ∀z, SNo z → ∀g h : set → (set → set), (∀w ∈ SNoS_ (SNoLev z), g w = h w) → F z g = F z h
End of Section SurrealRecII
Beginning of Section SurrealRec2
L2614Variable F : set → set → (set → set → set) → set
Primitive. The name
SNo_rec2 is a term of type
set → set → set.
L2625Axiom. (
SNo_rec2_eq) We take the following as an axiom:
End of Section SurrealRec2
L2650Axiom. (
SNoLev_ind) We take the following as an axiom:
L2655Axiom. (
SNoLev_ind2) We take the following as an axiom:
L2663Axiom. (
SNoLev_ind3) We take the following as an axiom:
∀P : set → set → set → prop, (∀x y z, SNo x → SNo y → SNo z → (∀u ∈ SNoS_ (SNoLev x), P u y z) → (∀v ∈ SNoS_ (SNoLev y), P x v z) → (∀w ∈ SNoS_ (SNoLev z), P x y w) → (∀u ∈ SNoS_ (SNoLev x), ∀v ∈ SNoS_ (SNoLev y), P u v z) → (∀u ∈ SNoS_ (SNoLev x), ∀w ∈ SNoS_ (SNoLev z), P u y w) → (∀v ∈ SNoS_ (SNoLev y), ∀w ∈ SNoS_ (SNoLev z), P x v w) → (∀u ∈ SNoS_ (SNoLev x), ∀v ∈ SNoS_ (SNoLev y), ∀w ∈ SNoS_ (SNoLev z), P u v w) → P x y z) → ∀x y z, SNo x → SNo y → SNo z → P x y z
L2675Axiom. (
SNo_1) We take the following as an axiom:
L2677Axiom. (
SNo_2) We take the following as an axiom:
L2678Axiom. (
SNo_omega) We take the following as an axiom:
L2679Axiom. (
SNoLt_0_1) We take the following as an axiom:
L2680Axiom. (
SNoLt_0_2) We take the following as an axiom:
L2681Axiom. (
SNoLt_1_2) We take the following as an axiom:
L2684Axiom. (
restr_SNo_) We take the following as an axiom:
L2685Axiom. (
restr_SNo) We take the following as an axiom:
L2687Axiom. (
restr_SNoEq) We take the following as an axiom:
Primitive. The name
pack_e is a term of type
set → set → set.
L2696Axiom. (
pack_e_0_eq) We take the following as an axiom:
L2700Axiom. (
pack_e_1_eq) We take the following as an axiom:
L2704Axiom. (
pack_e_inj) We take the following as an axiom:
L2706Definition. We define
struct_e to be
λS ⇒ ∀q : set → prop, (∀X : set, ∀c : set, c ∈ X → q (pack_e X c)) → q S of type
set → prop.
Primitive. The name
unpack_e_i is a term of type
set → (set → set → set) → set.
Primitive. The name
unpack_e_o is a term of type
set → (set → set → prop) → prop.
Primitive. The name
pack_u is a term of type
set → (set → set) → set.
L2729Axiom. (
pack_u_0_eq) We take the following as an axiom:
∀S X, ∀F : set → set, S = pack_u X F → X = S 0
L2733Axiom. (
pack_u_1_eq) We take the following as an axiom:
L2737Axiom. (
pack_u_inj) We take the following as an axiom:
L2739Axiom. (
pack_u_ext) We take the following as an axiom:
L2743Definition. We define
struct_u to be
λS ⇒ ∀q : set → prop, (∀X, ∀F : set → set, (∀x ∈ X, F x ∈ X) → q (pack_u X F)) → q S of type
set → prop.
Primitive. The name
unpack_u_i is a term of type
set → (set → (set → set) → set) → set.
L2754Axiom. (
unpack_u_i_eq) We take the following as an axiom:
∀Phi : set → (set → set) → set, ∀X, ∀F : set → set, (∀F' : set → set, (∀x ∈ X, F x = F' x) → Phi X F' = Phi X F) → unpack_u_i (pack_u X F) Phi = Phi X F
Primitive. The name
unpack_u_o is a term of type
set → (set → (set → set) → prop) → prop.
L2763Axiom. (
unpack_u_o_eq) We take the following as an axiom:
∀Phi : set → (set → set) → prop, ∀X, ∀F : set → set, (∀F' : set → set, (∀x ∈ X, F x = F' x) → Phi X F' = Phi X F) → unpack_u_o (pack_u X F) Phi = Phi X F
Primitive. The name
pack_b is a term of type
set → (set → set → set) → set.
L2772Axiom. (
pack_b_0_eq) We take the following as an axiom:
∀S X, ∀F : set → set → set, S = pack_b X F → X = S 0
L2776Axiom. (
pack_b_1_eq) We take the following as an axiom:
L2780Axiom. (
pack_b_inj) We take the following as an axiom:
∀X X', ∀F F' : set → set → set, pack_b X F = pack_b X' F' → X = X' ∧ ∀x y ∈ X, F x y = F' x y
L2782Axiom. (
pack_b_ext) We take the following as an axiom:
∀X, ∀F F' : set → set → set, (∀x y ∈ X, F x y = F' x y) → pack_b X F = pack_b X F'
L2786Definition. We define
struct_b to be
λS ⇒ ∀q : set → prop, (∀X : set, ∀F : set → set → set, (∀x y ∈ X, F x y ∈ X) → q (pack_b X F)) → q S of type
set → prop.
Primitive. The name
unpack_b_i is a term of type
set → (set → (set → set → set) → set) → set.
L2797Axiom. (
unpack_b_i_eq) We take the following as an axiom:
∀Phi : set → (set → set → set) → set, ∀X, ∀F : set → set → set, (∀F' : set → set → set, (∀x y ∈ X, F x y = F' x y) → Phi X F' = Phi X F) → unpack_b_i (pack_b X F) Phi = Phi X F
Primitive. The name
unpack_b_o is a term of type
set → (set → (set → set → set) → prop) → prop.
L2806Axiom. (
unpack_b_o_eq) We take the following as an axiom:
∀Phi : set → (set → set → set) → prop, ∀X, ∀F : set → set → set, (∀F' : set → set → set, (∀x y ∈ X, F x y = F' x y) → Phi X F' = Phi X F) → unpack_b_o (pack_b X F) Phi = Phi X F
Primitive. The name
pack_p is a term of type
set → (set → prop) → set.
L2815Axiom. (
pack_p_0_eq) We take the following as an axiom:
∀S X, ∀P : set → prop, S = pack_p X P → X = S 0
L2819Axiom. (
pack_p_1_eq) We take the following as an axiom:
L2823Axiom. (
pack_p_inj) We take the following as an axiom:
L2825Axiom. (
pack_p_ext) We take the following as an axiom:
L2829Definition. We define
struct_p to be
λS ⇒ ∀q : set → prop, (∀X : set, ∀P : set → prop, q (pack_p X P)) → q S of type
set → prop.
Primitive. The name
unpack_p_i is a term of type
set → (set → (set → prop) → set) → set.
L2838Axiom. (
unpack_p_i_eq) We take the following as an axiom:
∀Phi : set → (set → prop) → set, ∀X, ∀P : set → prop, (∀P' : set → prop, (∀x ∈ X, P x ↔ P' x) → Phi X P' = Phi X P) → unpack_p_i (pack_p X P) Phi = Phi X P
Primitive. The name
unpack_p_o is a term of type
set → (set → (set → prop) → prop) → prop.
L2847Axiom. (
unpack_p_o_eq) We take the following as an axiom:
∀Phi : set → (set → prop) → prop, ∀X, ∀P : set → prop, (∀P' : set → prop, (∀x ∈ X, P x ↔ P' x) → Phi X P' = Phi X P) → unpack_p_o (pack_p X P) Phi = Phi X P
Primitive. The name
pack_r is a term of type
set → (set → set → prop) → set.
L2856Axiom. (
pack_r_0_eq) We take the following as an axiom:
∀S X, ∀R : set → set → prop, S = pack_r X R → X = S 0
L2858Axiom. (
pack_r_0_eq2) We take the following as an axiom:
∀X, ∀R : set → set → prop, X = pack_r X R 0
L2860Axiom. (
pack_r_1_eq) We take the following as an axiom:
L2864Axiom. (
pack_r_inj) We take the following as an axiom:
∀X X', ∀R R' : set → set → prop, pack_r X R = pack_r X' R' → X = X' ∧ ∀x y ∈ X, R x y = R' x y
L2866Axiom. (
pack_r_ext) We take the following as an axiom:
∀X, ∀R R' : set → set → prop, (∀x y ∈ X, R x y ↔ R' x y) → pack_r X R = pack_r X R'
L2870Definition. We define
struct_r to be
λS ⇒ ∀q : set → prop, (∀X : set, ∀R : set → set → prop, q (pack_r X R)) → q S of type
set → prop.
Primitive. The name
unpack_r_i is a term of type
set → (set → (set → set → prop) → set) → set.
L2879Axiom. (
unpack_r_i_eq) We take the following as an axiom:
∀Phi : set → (set → set → prop) → set, ∀X, ∀R : set → set → prop, (∀R' : set → set → prop, (∀x y ∈ X, R x y ↔ R' x y) → Phi X R' = Phi X R) → unpack_r_i (pack_r X R) Phi = Phi X R
Primitive. The name
unpack_r_o is a term of type
set → (set → (set → set → prop) → prop) → prop.
L2888Axiom. (
unpack_r_o_eq) We take the following as an axiom:
∀Phi : set → (set → set → prop) → prop, ∀X, ∀R : set → set → prop, (∀R' : set → set → prop, (∀x y ∈ X, R x y ↔ R' x y) → Phi X R' = Phi X R) → unpack_r_o (pack_r X R) Phi = Phi X R
Primitive. The name
pack_c is a term of type
set → ((set → prop) → prop) → set.
L2897Axiom. (
pack_c_0_eq) We take the following as an axiom:
∀S X, ∀C : (set → prop) → prop, S = pack_c X C → X = S 0
L2899Axiom. (
pack_c_0_eq2) We take the following as an axiom:
∀X, ∀C : (set → prop) → prop, X = pack_c X C 0
L2901Axiom. (
pack_c_1_eq) We take the following as an axiom:
∀S X, ∀C : (set → prop) → prop, S = pack_c X C → ∀U : set → prop, (∀x, U x → x ∈ X) → C U = decode_c (S 1) U
L2903Axiom. (
pack_c_1_eq2) We take the following as an axiom:
∀X, ∀C : (set → prop) → prop, ∀U : set → prop, (∀x, U x → x ∈ X) → C U = decode_c (pack_c X C 1) U
L2905Axiom. (
pack_c_inj) We take the following as an axiom:
∀X X', ∀C C' : (set → prop) → prop, pack_c X C = pack_c X' C' → X = X' ∧ ∀U : set → prop, (∀x, U x → x ∈ X) → C U = C' U
L2907Axiom. (
pack_c_ext) We take the following as an axiom:
∀X, ∀C C' : (set → prop) → prop, (∀U : set → prop, (∀x, U x → x ∈ X) → (C U ↔ C' U)) → pack_c X C = pack_c X C'
L2911Definition. We define
struct_c to be
λS ⇒ ∀q : set → prop, (∀X : set, ∀C : (set → prop) → prop, q (pack_c X C)) → q S of type
set → prop.
Primitive. The name
unpack_c_i is a term of type
set → (set → ((set → prop) → prop) → set) → set.
L2920Axiom. (
unpack_c_i_eq) We take the following as an axiom:
∀Phi : set → ((set → prop) → prop) → set, ∀X, ∀C : (set → prop) → prop, (∀C' : (set → prop) → prop, (∀U : set → prop, (∀x, U x → x ∈ X) → (C U ↔ C' U)) → Phi X C' = Phi X C) → unpack_c_i (pack_c X C) Phi = Phi X C
Primitive. The name
unpack_c_o is a term of type
set → (set → ((set → prop) → prop) → prop) → prop.
L2929Axiom. (
unpack_c_o_eq) We take the following as an axiom:
∀Phi : set → ((set → prop) → prop) → prop, ∀X, ∀C : (set → prop) → prop, (∀C' : (set → prop) → prop, (∀U : set → prop, (∀x, U x → x ∈ X) → (C U ↔ C' U)) → Phi X C' = Phi X C) → unpack_c_o (pack_c X C) Phi = Phi X C
Primitive. The name
canonical_elt is a term of type
(set → set → prop) → set → set.
Primitive. The name
quotient is a term of type
(set → set → prop) → set → prop.
L2944Axiom. (
quotient_prop1) We take the following as an axiom:
∀R : set → set → prop, ∀x : set, quotient R x → R x x
Primitive. The name
canonical_elt_def is a term of type
(set → set → prop) → (set → set) → set → set.
Primitive. The name
quotient_def is a term of type
(set → set → prop) → (set → set) → set → prop.
Beginning of Section explicit_Nats
L2985Variable S : set → set
L2989Axiom. (
explicit_Nats_I) We take the following as an axiom:
(base ∈ N) → (∀m ∈ N, S m ∈ N) → (∀m ∈ N, S m ≠ base) → (∀m n ∈ N, S m = S n → m = n) → (∀p : set → prop, p base → (∀m, p m → p (S m)) → (∀m ∈ N, p m)) → explicit_Nats
L2997Axiom. (
explicit_Nats_E) We take the following as an axiom:
∀q : prop, (explicit_Nats → (base ∈ N) → (∀m ∈ N, S m ∈ N) → (∀m ∈ N, S m ≠ base) → (∀m n ∈ N, S m = S n → m = n) → (∀p : set → prop, p base → (∀m, p m → p (S m)) → (∀m ∈ N, p m)) → q) → explicit_Nats → q
End of Section explicit_Nats
Beginning of Section explicit_Nats_zero
L3037Variable S : set → set
Notation. We use
+ as an infix operator with priority 360 and which associates to the right corresponding to applying term
explicit_Nats_zero_plus.
Notation. We use
* as an infix operator with priority 355 and which associates to the right corresponding to applying term
explicit_Nats_zero_mult.
End of Section explicit_Nats_zero
Beginning of Section explicit_Nats_one
L3064Variable S : set → set
Notation. We use
+ as an infix operator with priority 360 and which associates to the right corresponding to applying term
explicit_Nats_one_plus.
Notation. We use
* as an infix operator with priority 355 and which associates to the right corresponding to applying term
explicit_Nats_one_mult.
Notation. We use
^ as an infix operator with priority 342 and which associates to the right corresponding to applying term
explicit_Nats_one_exp.
Notation. We use
< as an infix operator with priority 490 and no associativity corresponding to applying term
explicit_Nats_one_lt.
Notation. We use
≤ as an infix operator with priority 490 and no associativity corresponding to applying term
explicit_Nats_one_le.
End of Section explicit_Nats_one
Beginning of Section explicit_Nats_transfer
L3107Variable S : set → set
L3109Variable base' : set
L3110Variable S' : set → set
L3111Variable f : set → set
End of Section explicit_Nats_transfer
Beginning of Section AssocComm
L3121Variable plus : set → set → set
Notation. We use
+ as an infix operator with priority 360 and which associates to the right corresponding to applying term
plus.
L3124Axiom. (
AssocComm_identities) We take the following as an axiom:
(∀x y ∈ R, x + y ∈ R) → (∀x y z ∈ R, x + (y + z) = (x + y) + z) → (∀x y ∈ R, x + y = y + x) → ∀p : prop, ((∀x y z ∈ R, x + y + z = y + x + z) → (∀x y z ∈ R, x + y + z = z + x + y) → (∀x y z w ∈ R, (x + y) + (z + w) = (x + z) + (y + w)) → (∀x y z w ∈ R, x + y + z + w = w + x + y + z) → (∀x y z w ∈ R, x + y + z + w = z + w + x + y) → p) → p
End of Section AssocComm
Beginning of Section Group1
Beginning of Section Group1Explicit
L3145Variable op : set → set → set
Notation. We use
* as an infix operator with priority 355 and which associates to the right corresponding to applying term
op.
L3148Definition. We define
explicit_Group to be
(∀a b ∈ G, a * b ∈ G) ∧ (∀a b c ∈ G, a * (b * c) = (a * b) * c) ∧ ∃e ∈ G, (∀a ∈ G, e * a = a ∧ a * e = a) ∧ (∀a ∈ G, ∃b ∈ G, a * b = e ∧ b * a = e) of type
prop.
Notation. We use
- as a postfix operator with priority 340 corresponding to applying term
explicit_Group_inverse.
End of Section Group1Explicit
Beginning of Section Group1Explicit2
L3201Variable op : set → set → set
Notation. We use
* as an infix operator with priority 355 and which associates to the right corresponding to applying term
op.
Beginning of Section Group1Explicit2RepIndep
L3206Variable op' : set → set → set
Notation. We use
⨯ as an infix operator with priority 355 and which associates to the right corresponding to applying term
op'.
L3209Hypothesis Hopop' : ∀a b ∈ G, a * b = a ⨯ b
End of Section Group1Explicit2RepIndep
End of Section Group1Explicit2
Beginning of Section Group1Explicit3RepIndep
L3235Variable op : set → set → set
Notation. We use
* as an infix operator with priority 355 and which associates to the right corresponding to applying term
op.
L3238Variable op' : set → set → set
Notation. We use
⨯ as an infix operator with priority 355 and which associates to the right corresponding to applying term
op'.
L3241Hypothesis Hopop' : ∀a b ∈ G, a * b = a ⨯ b
End of Section Group1Explicit3RepIndep
End of Section Group1
L3260Axiom. (
GroupI) We take the following as an axiom:
L3262Axiom. (
GroupE) We take the following as an axiom:
Beginning of Section Group2
L3273Variable op : set → set → set
Notation. We use
* as an infix operator with priority 355 and which associates to the right corresponding to applying term
op.
Notation. We use
- as a postfix operator with priority 340 corresponding to applying term
explicit_Group_inverse G op.
End of Section Group2
Beginning of Section Group3
L3303Variable op op' : set → set → set
Notation. We use
* as an infix operator with priority 355 and which associates to the right corresponding to applying term
op.
Notation. We use
- as a postfix operator with priority 340 corresponding to applying term
explicit_Group_inverse G op.
Notation. We use
⨯ as an infix operator with priority 355 and which associates to the right corresponding to applying term
op'.
Notation. We use
:-: as a postfix operator with priority 340 corresponding to applying term
explicit_Group_inverse G op'.
L3311Hypothesis Hopop' : ∀a b ∈ G, a * b = a ⨯ b
End of Section Group3
Notation. We use
≤ as an infix operator with priority 400 and no associativity corresponding to applying term
subgroup.
L3347Axiom. (
subgroup_E) We take the following as an axiom:
∀H G, H ≤ G → ∀q : set → set → prop, (∀H G, ∀op : set → set → set, (∀a b ∈ G, op a b ∈ G) → Group (pack_b H op) → H ⊆ G → q (pack_b H op) (pack_b G op)) → q H G
Beginning of Section Group4
L3363Let G ≝ {f ∈ AA|bij A A (λx ⇒ f x)}
L3365Let op ≝ λf g : set ⇒ λx ∈ A ⇒ g (f x)
Notation. We use
* as an infix operator with priority 355 and which associates to the right corresponding to applying term
op.
L3377Let H ≝ {f ∈ AA|bij A A (λx ⇒ f x) ∧ ∀x ∈ B, f x = x}
End of Section Group4
L3383Definition. We define
symgroup to be
λA ⇒ pack_b {f ∈ AA|bij A A (λx ⇒ f x)} (λf g ⇒ λx ∈ A ⇒ g (f x)) of type
set → set.
L3422Definition. We define
Group_carrier to be
λGs ⇒ Gs 0 of type
set → set.
L3424Definition. We define
Group_op to be
λGs ⇒ decode_b (Gs 1) of type
set → set → set → set.
Beginning of Section Group2
Notation. We use
* as an infix operator with priority 355 and which associates to the right corresponding to applying term
Group_op Gs.
Notation. We use
⨯ as an infix operator with priority 355 and which associates to the right corresponding to applying term
Group_op Gs'.
End of Section Group2
Beginning of Section explicit_Rng
L3454Variable plus mult : set → set → set
Notation. We use
+ as an infix operator with priority 360 and which associates to the right corresponding to applying term
plus.
Notation. We use
* as an infix operator with priority 355 and which associates to the right corresponding to applying term
mult.
L3461Axiom. (
explicit_Rng_I) We take the following as an axiom:
(∀x y ∈ R, x + y ∈ R) → (∀x y z ∈ R, x + (y + z) = (x + y) + z) → (∀x y ∈ R, x + y = y + x) → zero ∈ R → (∀x ∈ R, zero + x = x) → (∀x ∈ R, ∃y ∈ R, x + y = zero) → (∀x y ∈ R, x * y ∈ R) → (∀x y z ∈ R, x * (y * z) = (x * y) * z) → (∀x y z ∈ R, x * (y + z) = x * y + x * z) → (∀x y z ∈ R, (x + y) * z = x * z + y * z) → explicit_Rng
L3473Axiom. (
explicit_Rng_E) We take the following as an axiom:
∀q : prop, (explicit_Rng → (∀x y ∈ R, x + y ∈ R) → (∀x y z ∈ R, x + (y + z) = (x + y) + z) → (∀x y ∈ R, x + y = y + x) → (zero ∈ R) → (∀x ∈ R, zero + x = x) → (∀x ∈ R, ∃y ∈ R, x + y = zero) → (∀x y ∈ R, x * y ∈ R) → (∀x y z ∈ R, x * (y * z) = (x * y) * z) → (∀x y z ∈ R, x * (y + z) = x * y + x * z) → (∀x y z ∈ R, (x + y) * z = x * z + y * z) → q) → explicit_Rng → q
Notation. We use
- as a prefix operator with priority 358 corresponding to applying term
explicit_Rng_minus.
End of Section explicit_Rng
Beginning of Section explicit_Ring
L3513Variable zero one : set
L3515Variable plus mult : set → set → set
Notation. We use
+ as an infix operator with priority 360 and which associates to the right corresponding to applying term
plus.
Notation. We use
* as an infix operator with priority 355 and which associates to the right corresponding to applying term
mult.
L3522Axiom. (
explicit_Ring_I) We take the following as an axiom:
(∀x y ∈ R, x + y ∈ R) → (∀x y z ∈ R, x + (y + z) = (x + y) + z) → (∀x y ∈ R, x + y = y + x) → zero ∈ R → (∀x ∈ R, zero + x = x) → (∀x ∈ R, ∃y ∈ R, x + y = zero) → (∀x y ∈ R, x * y ∈ R) → (∀x y z ∈ R, x * (y * z) = (x * y) * z) → (one ∈ R) → (one ≠ zero) → (∀x ∈ R, one * x = x) → (∀x ∈ R, x * one = x) → (∀x y z ∈ R, x * (y + z) = x * y + x * z) → (∀x y z ∈ R, (x + y) * z = x * z + y * z) → explicit_Ring
L3538Axiom. (
explicit_Ring_E) We take the following as an axiom:
∀q : prop, (explicit_Ring → (∀x y ∈ R, x + y ∈ R) → (∀x y z ∈ R, x + (y + z) = (x + y) + z) → (∀x y ∈ R, x + y = y + x) → (zero ∈ R) → (∀x ∈ R, zero + x = x) → (∀x ∈ R, ∃y ∈ R, x + y = zero) → (∀x y ∈ R, x * y ∈ R) → (∀x y z ∈ R, x * (y * z) = (x * y) * z) → (one ∈ R) → (one ≠ zero) → (∀x ∈ R, one * x = x) → (∀x ∈ R, x * one = x) → (∀x y z ∈ R, x * (y + z) = x * y + x * z) → (∀x y z ∈ R, (x + y) * z = x * z + y * z) → q) → explicit_Ring → q
Notation. We use
- as a prefix operator with priority 358 corresponding to applying term
explicit_Rng_minus R zero plus mult.
Notation. We use
^ as an infix operator with priority 342 and which associates to the right corresponding to applying term
explicit_Ring_exp_nat.
End of Section explicit_Ring
Beginning of Section explicit_Ring_RepIndep2
L3602Variable zero one : set
L3604Variable plus mult : set → set → set
Notation. We use
+ as an infix operator with priority 360 and which associates to the right corresponding to applying term
plus.
Notation. We use
* as an infix operator with priority 355 and which associates to the right corresponding to applying term
mult.
L3608Variable plus' mult' : set → set → set
Notation. We use
+ as an infix operator with priority 355 and which associates to the right corresponding to applying term
plus'.
Notation. We use
⨯ as an infix operator with priority 355 and which associates to the right corresponding to applying term
mult'.
L3612Hypothesis Hpp' : ∀a b ∈ R, a + b = a + b
L3614Hypothesis Hmm' : ∀a b ∈ R, a * b = a ⨯ b
End of Section explicit_Ring_RepIndep2
Beginning of Section explicit_CRing
L3623Variable zero one : set
L3625Variable plus mult : set → set → set
Notation. We use
+ as an infix operator with priority 360 and which associates to the right corresponding to applying term
plus.
Notation. We use
* as an infix operator with priority 355 and which associates to the right corresponding to applying term
mult.
L3632Axiom. (
explicit_CRing_I) We take the following as an axiom:
(∀x y ∈ R, x + y ∈ R) → (∀x y z ∈ R, x + (y + z) = (x + y) + z) → (∀x y ∈ R, x + y = y + x) → zero ∈ R → (∀x ∈ R, zero + x = x) → (∀x ∈ R, ∃y ∈ R, x + y = zero) → (∀x y ∈ R, x * y ∈ R) → (∀x y z ∈ R, x * (y * z) = (x * y) * z) → (∀x y ∈ R, x * y = y * x) → (one ∈ R) → (one ≠ zero) → (∀x ∈ R, one * x = x) → (∀x y z ∈ R, x * (y + z) = x * y + x * z) → explicit_CRing
L3647Axiom. (
explicit_CRing_E) We take the following as an axiom:
∀q : prop, (explicit_CRing → (∀x y ∈ R, x + y ∈ R) → (∀x y z ∈ R, x + (y + z) = (x + y) + z) → (∀x y ∈ R, x + y = y + x) → (zero ∈ R) → (∀x ∈ R, zero + x = x) → (∀x ∈ R, ∃y ∈ R, x + y = zero) → (∀x y ∈ R, x * y ∈ R) → (∀x y z ∈ R, x * (y * z) = (x * y) * z) → (∀x y ∈ R, x * y = y * x) → (one ∈ R) → (one ≠ zero) → (∀x ∈ R, one * x = x) → (∀x y z ∈ R, x * (y + z) = x * y + x * z) → q) → explicit_CRing → q
Notation. We use
- as a prefix operator with priority 358 corresponding to applying term
explicit_Rng_minus R zero plus mult.
End of Section explicit_CRing
Beginning of Section explicit_CRing_RepIndep2
L3702Variable zero one : set
L3704Variable plus mult : set → set → set
Notation. We use
+ as an infix operator with priority 360 and which associates to the right corresponding to applying term
plus.
Notation. We use
* as an infix operator with priority 355 and which associates to the right corresponding to applying term
mult.
L3708Variable plus' mult' : set → set → set
Notation. We use
+ as an infix operator with priority 355 and which associates to the right corresponding to applying term
plus'.
Notation. We use
⨯ as an infix operator with priority 355 and which associates to the right corresponding to applying term
mult'.
L3712Hypothesis Hpp' : ∀a b ∈ R, a + b = a + b
L3714Hypothesis Hmm' : ∀a b ∈ R, a * b = a ⨯ b
End of Section explicit_CRing_RepIndep2
Primitive. The name
pack_b_b_e is a term of type
set → (set → set → set) → (set → set → set) → set → set.
L3722Definition. We define
struct_b_b_e to be
λS ⇒ ∀q : set → prop, (∀X : set, ∀f : set → set → set, (∀x y ∈ X, f x y ∈ X) → ∀g : set → set → set, (∀x y ∈ X, g x y ∈ X) → ∀c : set, c ∈ X → q (pack_b_b_e X f g c)) → q S of type
set → prop.
Primitive. The name
unpack_b_b_e_i is a term of type
set → (set → (set → set → set) → (set → set → set) → set → set) → set.
Primitive. The name
unpack_b_b_e_o is a term of type
set → (set → (set → set → set) → (set → set → set) → set → prop) → prop.
L3730Axiom. (
unpack_b_b_e_o_eq) We take the following as an axiom:
∀Phi : set → (set → set → set) → (set → set → set) → set → prop, ∀X, ∀f : set → set → set, ∀g : set → set → set, ∀c : set, (∀f' : set → set → set, (∀x y ∈ X, f x y = f' x y) → ∀g' : set → set → set, (∀x y ∈ X, g x y = g' x y) → Phi X f' g' c = Phi X f g c) → unpack_b_b_e_o (pack_b_b_e X f g c) Phi = Phi X f g c
Primitive. The name
pack_b_b_e_e is a term of type
set → (set → set → set) → (set → set → set) → set → set → set.
L3748Definition. We define
struct_b_b_e_e to be
λS ⇒ ∀q : set → prop, (∀X : set, ∀f : set → set → set, (∀x y ∈ X, f x y ∈ X) → ∀g : set → set → set, (∀x y ∈ X, g x y ∈ X) → ∀c : set, c ∈ X → ∀d : set, d ∈ X → q (pack_b_b_e_e X f g c d)) → q S of type
set → prop.
Primitive. The name
unpack_b_b_e_e_i is a term of type
set → (set → (set → set → set) → (set → set → set) → set → set → set) → set.
Primitive. The name
unpack_b_b_e_e_o is a term of type
set → (set → (set → set → set) → (set → set → set) → set → set → prop) → prop.
L3756Axiom. (
unpack_b_b_e_e_o_eq) We take the following as an axiom:
∀Phi : set → (set → set → set) → (set → set → set) → set → set → prop, ∀X, ∀f : set → set → set, ∀g : set → set → set, ∀c : set, ∀d : set, (∀f' : set → set → set, (∀x y ∈ X, f x y = f' x y) → ∀g' : set → set → set, (∀x y ∈ X, g x y = g' x y) → Phi X f' g' c d = Phi X f g c d) → unpack_b_b_e_e_o (pack_b_b_e_e X f g c d) Phi = Phi X f g c d
Beginning of Section explicit_Reals
L3790Variable zero one : set
L3792Variable plus mult : set → set → set
Notation. We use
+ as an infix operator with priority 360 and which associates to the right corresponding to applying term
plus.
Notation. We use
* as an infix operator with priority 355 and which associates to the right corresponding to applying term
mult.
L3799Axiom. (
explicit_Field_I) We take the following as an axiom:
(∀x y ∈ R, x + y ∈ R) → (∀x y z ∈ R, x + (y + z) = (x + y) + z) → (∀x y ∈ R, x + y = y + x) → zero ∈ R → (∀x ∈ R, zero + x = x) → (∀x ∈ R, ∃y ∈ R, x + y = zero) → (∀x y ∈ R, x * y ∈ R) → (∀x y z ∈ R, x * (y * z) = (x * y) * z) → (∀x y ∈ R, x * y = y * x) → (one ∈ R) → (one ≠ zero) → (∀x ∈ R, one * x = x) → (∀x ∈ R, x ≠ zero → ∃y ∈ R, x * y = one) → (∀x y z ∈ R, x * (y + z) = x * y + x * z) → explicit_Field
L3815Axiom. (
explicit_Field_E) We take the following as an axiom:
∀q : prop, (explicit_Field → (∀x y ∈ R, x + y ∈ R) → (∀x y z ∈ R, x + (y + z) = (x + y) + z) → (∀x y ∈ R, x + y = y + x) → (zero ∈ R) → (∀x ∈ R, zero + x = x) → (∀x ∈ R, ∃y ∈ R, x + y = zero) → (∀x y ∈ R, x * y ∈ R) → (∀x y z ∈ R, x * (y * z) = (x * y) * z) → (∀x y ∈ R, x * y = y * x) → (one ∈ R) → (one ≠ zero) → (∀x ∈ R, one * x = x) → (∀x ∈ R, x ≠ zero → ∃y ∈ R, x * y = one) → (∀x y z ∈ R, x * (y + z) = x * y + x * z) → q) → explicit_Field → q
Notation. We use
- as a prefix operator with priority 358 corresponding to applying term
explicit_Field_minus.
L3861Variable leq : set → set → prop
Notation. We use
≤ as an infix operator with priority 490 and no associativity corresponding to applying term
leq.
L3899Definition. We define
lt to be
λx y ⇒ x ≤ y ∧ x ≠ y of type
set → set → prop.
Notation. We use
< as an infix operator with priority 490 and no associativity corresponding to applying term
lt.
L3907Let Npos ≝ {n ∈ N|n ≠ zero}
End of Section explicit_Reals
L3981Definition. We define
CRing_carrier to be
λRs ⇒ Rs 0 of type
set → set.
L3985Definition. We define
CRing_zero to be
λRs ⇒ Rs 3 of type
set → set.
L3986Definition. We define
CRing_one to be
λRs ⇒ Rs 4 of type
set → set.
Beginning of Section CRing
L3991Hypothesis HRs : CRing Rs
Notation. We use
+ as an infix operator with priority 360 and which associates to the right corresponding to applying term
CRing_plus Rs.
Notation. We use
* as an infix operator with priority 355 and which associates to the right corresponding to applying term
CRing_mult Rs.
L3998Axiom. (
CRing_eta) We take the following as an axiom:
L4012Axiom. (
CRing_one_L) We take the following as an axiom:
Notation. We use
^ as an infix operator with priority 342 and which associates to the right corresponding to applying term
CRing_omega_exp.
End of Section CRing
Beginning of Section explicit_Reals
L4036Variable zero one : set
L4038Variable plus mult : set → set → set
Notation. We use
+ as an infix operator with priority 360 and which associates to the right corresponding to applying term
plus.
Notation. We use
* as an infix operator with priority 355 and which associates to the right corresponding to applying term
mult.
Notation. We use
- as a prefix operator with priority 358 corresponding to applying term
explicit_Field_minus R zero one plus mult.
L4044Variable leq : set → set → prop
Notation. We use
≤ as an infix operator with priority 490 and no associativity corresponding to applying term
leq.
L4050Let Npos ≝ {n ∈ N|n ≠ zero}
Beginning of Section explicit_Reals_Q_min_props
L4084Let Npos' ≝ {n ∈ N'|n ≠ zero}
End of Section explicit_Reals_Q_min_props
End of Section explicit_Reals
Beginning of Section explicit_Field_transfer
L4111Variable zero one : set
L4113Variable plus mult : set → set → set
Notation. We use
+ as an infix operator with priority 360 and which associates to the right corresponding to applying term
plus.
Notation. We use
* as an infix operator with priority 355 and which associates to the right corresponding to applying term
mult.
L4119Variable zero' one' : set
L4121Variable plus' mult' : set → set → set
Notation. We use
+ as an infix operator with priority 360 and which associates to the right corresponding to applying term
plus'.
Notation. We use
⨯ as an infix operator with priority 355 and which associates to the right corresponding to applying term
mult'.
L4125Variable f : set → set
End of Section explicit_Field_transfer
Beginning of Section explicit_Field_RepIndep2
L4141Variable zero one : set
L4143Variable plus mult : set → set → set
Notation. We use
+ as an infix operator with priority 360 and which associates to the right corresponding to applying term
plus.
Notation. We use
* as an infix operator with priority 355 and which associates to the right corresponding to applying term
mult.
L4147Variable plus' mult' : set → set → set
Notation. We use
+ as an infix operator with priority 355 and which associates to the right corresponding to applying term
plus'.
Notation. We use
⨯ as an infix operator with priority 355 and which associates to the right corresponding to applying term
mult'.
L4151Hypothesis Hpp' : ∀a b ∈ R, a + b = a + b
L4153Hypothesis Hmm' : ∀a b ∈ R, a * b = a ⨯ b
End of Section explicit_Field_RepIndep2
Beginning of Section explicit_OrderedField_transfer
L4170Variable zero one : set
L4172Variable plus mult : set → set → set
Notation. We use
+ as an infix operator with priority 360 and which associates to the right corresponding to applying term
plus.
Notation. We use
* as an infix operator with priority 355 and which associates to the right corresponding to applying term
mult.
L4176Variable leq : set → set → prop
Notation. We use
≤ as an infix operator with priority 490 and no associativity corresponding to applying term
leq.
L4183Variable zero' one' : set
L4185Variable plus' mult' : set → set → set
Notation. We use
+ as an infix operator with priority 360 and which associates to the right corresponding to applying term
plus'.
Notation. We use
⨯ as an infix operator with priority 355 and which associates to the right corresponding to applying term
mult'.
L4189Variable leq' : set → set → prop
L4191Variable f : set → set
End of Section explicit_OrderedField_transfer
L4204Definition. We define
Field_carrier to be
λFs ⇒ Fs 0 of type
set → set.
L4208Definition. We define
Field_zero to be
λFs ⇒ Fs 3 of type
set → set.
L4209Definition. We define
Field_one to be
λFs ⇒ Fs 4 of type
set → set.
Primitive. The name
Field_minus is a term of type
set → set → set.
Beginning of Section Field
L4217Hypothesis HFs : Field Fs
Notation. We use
+ as an infix operator with priority 360 and which associates to the right corresponding to applying term
Field_plus Fs.
Notation. We use
* as an infix operator with priority 355 and which associates to the right corresponding to applying term
Field_mult Fs.
Notation. We use
- as a prefix operator with priority 358 corresponding to applying term
Field_minus Fs.
L4225Axiom. (
Field_eta) We take the following as an axiom:
L4239Axiom. (
Field_one_L) We take the following as an axiom:
Primitive. The name
Field_div is a term of type
set → set → set.
Notation. We use
:/: as an infix operator with priority 353 and no associativity corresponding to applying term
Field_div.
Notation. We use
^ as an infix operator with priority 342 and which associates to the right corresponding to applying term
CRing_omega_exp Fs.
L4278Axiom. (
Field_dist_R) We take the following as an axiom:
∀x y z ∈ F, (x + y) * z = x * z + y * z
End of Section Field
Beginning of Section Field2
Notation. We use
+ as an infix operator with priority 360 and which associates to the right corresponding to applying term
Field_plus Fs.
Notation. We use
* as an infix operator with priority 355 and which associates to the right corresponding to applying term
Field_mult Fs.
Notation. We use
+ as an infix operator with priority 360 and which associates to the right corresponding to applying term
Field_plus Fs'.
Notation. We use
⨯ as an infix operator with priority 355 and which associates to the right corresponding to applying term
Field_mult Fs'.
Notation. We use
- as a prefix operator with priority 358 corresponding to applying term
Field_minus Fs.
Notation. We use
:-: as a prefix operator with priority 358 corresponding to applying term
Field_minus Fs'.
Primitive. The name
subfield is a term of type
prop.
L4308Axiom. (
subfield_I) We take the following as an axiom:
L4314Axiom. (
subfield_E) We take the following as an axiom:
subfield → ∀p : prop, (Field Fs → Field Fs' → F ⊆ F' → zero = zero' → one = one' → (∀a b ∈ F, a + b = a + b) → (∀a b ∈ F, a * b = a ⨯ b) → p) → p
Primitive. The name
Field_Hom is a term of type
set → prop.
L4324Axiom. (
Field_Hom_I) We take the following as an axiom:
∀g, Field Fs → Field Fs' → g ∈ F'F → g zero = zero' → g one = one' → (∀a b ∈ F, g (a + b) = g a + g b) → (∀a b ∈ F, g (a * b) = g a ⨯ g b) → Field_Hom g
L4333Axiom. (
Field_Hom_E) We take the following as an axiom:
End of Section Field2
L4379Axiom. (
radical_field_extension_E) We take the following as an axiom:
∀Fs Fs', radical_field_extension Fs Fs' → ∀p : prop, (Field Fs → Field Fs' → subfield Fs Fs' → ∀r ∈ omega, ∀Fseq, Fseq 0 = Fs → Fseq r = Fs' → (∀i ∈ ordsucc r, Field (Fseq i)) → (∀i ∈ ordsucc r, ∀j ∈ ordsucc i, subfield (Fseq j) (Fseq i)) → (∀i ∈ r, ∃a ∈ Field_carrier (Fseq (ordsucc i)), ∃n ∈ omega, CRing_omega_exp (Fseq (ordsucc i)) a n ∈ Field_carrier (Fseq i) ∧ Field_extension_by_1 (Fseq i) (Fseq (ordsucc i)) a) → p) → p
L4408Definition. We define
lam_comp to be
λA f g ⇒ λx ∈ A ⇒ f (g x) of type
set → set → set → set.
L4410Definition. We define
lam_id to be
λA ⇒ λx ∈ A ⇒ x of type
set → set.
Beginning of Section explicit_Reals_transfer
L4429Variable zero one : set
L4431Variable plus mult : set → set → set
Notation. We use
+ as an infix operator with priority 360 and which associates to the right corresponding to applying term
plus.
Notation. We use
* as an infix operator with priority 355 and which associates to the right corresponding to applying term
mult.
L4435Variable leq : set → set → prop
Notation. We use
≤ as an infix operator with priority 490 and no associativity corresponding to applying term
leq.
L4442Variable zero' one' : set
L4444Variable plus' mult' : set → set → set
Notation. We use
+ as an infix operator with priority 360 and which associates to the right corresponding to applying term
plus'.
Notation. We use
⨯ as an infix operator with priority 355 and which associates to the right corresponding to applying term
mult'.
L4448Variable leq' : set → set → prop
L4450Variable f : set → set
End of Section explicit_Reals_transfer
Beginning of Section explicit_Complex
L4467Variable Re Im : set → set
L4469Variable zero one i : set
L4470Variable plus mult : set → set → set
Notation. We use
+ as an infix operator with priority 360 and which associates to the right corresponding to applying term
plus.
Notation. We use
* as an infix operator with priority 355 and which associates to the right corresponding to applying term
mult.
End of Section explicit_Complex
Beginning of Section RealsToComplex
L4496Variable zero one : set
L4498Variable plus mult : set → set → set
Notation. We use
+ as an infix operator with priority 360 and which associates to the right corresponding to applying term
plus.
Notation. We use
* as an infix operator with priority 355 and which associates to the right corresponding to applying term
mult.
Notation. We use
- as a prefix operator with priority 358 corresponding to applying term
explicit_Field_minus R zero one plus mult.
L4504Variable leq : set → set → prop
L4506Variable pa : set → set → set
L4510Let Re : set → set ≝ λz ⇒ Eps_i (λx ⇒ x ∈ R ∧ ∃y ∈ R, z = pa x y)
L4512Let Im : set → set ≝ λz ⇒ Eps_i (λy ⇒ y ∈ R ∧ z = pa (Re z) y)
L4513Let Re' : set → set ≝ λz ⇒ pa (Re z) zero
L4514Let Im' : set → set ≝ λz ⇒ pa (Im z) zero
L4515Let R' ≝ {z ∈ C|Re' z = z}
L4517Let zero' : set ≝ pa zero zero
L4519Let one' : set ≝ pa one zero
L4520Let i' : set ≝ pa zero one
L4521Let plus' : set → set → set ≝ λz w ⇒ pa (Re z + Re w) (Im z + Im w)
L4522Let mult' : set → set → set ≝ λz w ⇒ pa (Re z * Re w + - (Im z * Im w)) (Re z * Im w + Im z * Re w)
End of Section RealsToComplex
Beginning of Section SurrealArithmetic
Primitive. The name
minus_SNo is a term of type
set → set.
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 490 and no associativity corresponding to applying term
SNoLe.
L4570Axiom. (
minus_SNo_0) We take the following as an axiom:
L4571Axiom. (
SNo_momega) We take the following as an axiom:
Primitive. The name
add_SNo is a term of type
set → set → set.
Notation. We use
+ as an infix operator with priority 360 and which associates to the right corresponding to applying term
add_SNo.
L4583Axiom. (
add_SNo_eq) We take the following as an axiom:
L4594Axiom. (
SNo_add_SNo) We take the following as an axiom:
L4598Axiom. (
add_SNo_Lt1) We take the following as an axiom:
L4600Axiom. (
add_SNo_Le1) We take the following as an axiom:
L4602Axiom. (
add_SNo_Lt2) We take the following as an axiom:
L4604Axiom. (
add_SNo_Le2) We take the following as an axiom:
L4610Axiom. (
add_SNo_Lt3) We take the following as an axiom:
L4612Axiom. (
add_SNo_Le3) We take the following as an axiom:
L4620Axiom. (
add_SNo_com) We take the following as an axiom:
L4622Axiom. (
add_SNo_0L) We take the following as an axiom:
L4624Axiom. (
add_SNo_0R) We take the following as an axiom:
Primitive. The name
mul_SNo is a term of type
set → set → set.
Notation. We use
* as an infix operator with priority 355 and which associates to the right corresponding to applying term
mul_SNo.
L4729Axiom. (
mul_SNo_eq) We take the following as an axiom:
L4738Axiom. (
mul_SNo_eq_2) We take the following as an axiom:
∀x y, SNo x → SNo y → ∀p : prop, (∀L R, (∀u, u ∈ L → (∀q : prop, (∀w0 ∈ SNoL x, ∀w1 ∈ SNoL y, u = w0 * y + x * w1 + - w0 * w1 → q) → (∀z0 ∈ SNoR x, ∀z1 ∈ SNoR y, u = z0 * y + x * z1 + - z0 * z1 → q) → q)) → (∀w0 ∈ SNoL x, ∀w1 ∈ SNoL y, w0 * y + x * w1 + - w0 * w1 ∈ L) → (∀z0 ∈ SNoR x, ∀z1 ∈ SNoR y, z0 * y + x * z1 + - z0 * z1 ∈ L) → (∀u, u ∈ R → (∀q : prop, (∀w0 ∈ SNoL x, ∀z1 ∈ SNoR y, u = w0 * y + x * z1 + - w0 * z1 → q) → (∀z0 ∈ SNoR x, ∀w1 ∈ SNoL y, u = z0 * y + x * w1 + - z0 * w1 → q) → q)) → (∀w0 ∈ SNoL x, ∀z1 ∈ SNoR y, w0 * y + x * z1 + - w0 * z1 ∈ R) → (∀z0 ∈ SNoR x, ∀w1 ∈ SNoL y, z0 * y + x * w1 + - z0 * w1 ∈ R) → x * y = SNoCut L R → p) → p
L4759Axiom. (
mul_SNo_prop_1) We take the following as an axiom:
∀x, SNo x → ∀y, SNo y → ∀p : prop, (SNo (x * y) → (∀u ∈ SNoL x, ∀v ∈ SNoL y, u * y + x * v < x * y + u * v) → (∀u ∈ SNoR x, ∀v ∈ SNoR y, u * y + x * v < x * y + u * v) → (∀u ∈ SNoL x, ∀v ∈ SNoR y, x * y + u * v < u * y + x * v) → (∀u ∈ SNoR x, ∀v ∈ SNoL y, x * y + u * v < u * y + x * v) → p) → p
L4769Axiom. (
SNo_mul_SNo) We take the following as an axiom:
L4771Axiom. (
mul_SNo_eq_3) We take the following as an axiom:
∀x y, SNo x → SNo y → ∀p : prop, (∀L R, SNoCutP L R → (∀u, u ∈ L → (∀q : prop, (∀w0 ∈ SNoL x, ∀w1 ∈ SNoL y, u = w0 * y + x * w1 + - w0 * w1 → q) → (∀z0 ∈ SNoR x, ∀z1 ∈ SNoR y, u = z0 * y + x * z1 + - z0 * z1 → q) → q)) → (∀w0 ∈ SNoL x, ∀w1 ∈ SNoL y, w0 * y + x * w1 + - w0 * w1 ∈ L) → (∀z0 ∈ SNoR x, ∀z1 ∈ SNoR y, z0 * y + x * z1 + - z0 * z1 ∈ L) → (∀u, u ∈ R → (∀q : prop, (∀w0 ∈ SNoL x, ∀z1 ∈ SNoR y, u = w0 * y + x * z1 + - w0 * z1 → q) → (∀z0 ∈ SNoR x, ∀w1 ∈ SNoL y, u = z0 * y + x * w1 + - z0 * w1 → q) → q)) → (∀w0 ∈ SNoL x, ∀z1 ∈ SNoR y, w0 * y + x * z1 + - w0 * z1 ∈ R) → (∀z0 ∈ SNoR x, ∀w1 ∈ SNoL y, z0 * y + x * w1 + - z0 * w1 ∈ R) → x * y = SNoCut L R → p) → p
L4792Axiom. (
mul_SNo_Lt) We take the following as an axiom:
L4795Axiom. (
mul_SNo_Le) We take the following as an axiom:
L4822Axiom. (
mul_SNo_com) We take the following as an axiom:
L4855Axiom. (
real_I) We take the following as an axiom:
L4862Axiom. (
real_E) We take the following as an axiom:
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 342 and which associates to the right corresponding to applying term
exp_SNo_nat.
End of Section SurrealArithmetic
L4900Axiom. (
CSNo_I) We take the following as an axiom:
L4902Axiom. (
CSNo_E) We take the following as an axiom:
L4906Axiom. (
SNo_CSNo) We take the following as an axiom:
Beginning of Section Complex
L4922Axiom. (
CSNo_Re1) We take the following as an axiom:
L4924Axiom. (
CSNo_Re2) We take the following as an axiom:
∀x y, SNo x → SNo y → Re (pa x y) = x
L4925Axiom. (
CSNo_Im1) We take the following as an axiom:
∀z, CSNo z → SNo (Im z) ∧ z = pa (Re z) (Im z)
L4926Axiom. (
CSNo_Im2) We take the following as an axiom:
∀x y, SNo x → SNo y → Im (pa x y) = y
L4927Axiom. (
CSNo_ReR) We take the following as an axiom:
L4928Axiom. (
CSNo_ImR) We take the following as an axiom:
L4929Axiom. (
CSNo_ReIm) We take the following as an axiom:
∀z, CSNo z → z = pa (Re z) (Im z)
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.
L4935Definition. We define
minus_CSNo to be
λz ⇒ pa (- Re z) (- Im z) of type
set → set.
L4937Definition. We define
add_CSNo to be
λz w ⇒ pa (Re z + Re w) (Im z + Im w) of type
set → set → set.
L4938Definition. We define
mul_CSNo to be
λz w ⇒ pa (Re z * Re w + - (Im z * Im w)) (Re z * Im w + Im z * Re w) of type
set → set → set.
L4942Axiom. (
SNo_Re) We take the following as an axiom:
L4944Axiom. (
SNo_Im) We take the following as an axiom:
L4946Axiom. (
Re_0) We take the following as an axiom:
L4948Axiom. (
Im_0) We take the following as an axiom:
L4950Axiom. (
Re_1) We take the following as an axiom:
L4952Axiom. (
Im_1) We take the following as an axiom:
L4954Axiom. (
Re_i) We take the following as an axiom:
L4956Axiom. (
Im_i) We take the following as an axiom:
L4962Axiom. (
add_CSNo_0L) We take the following as an axiom:
L4964Axiom. (
add_CSNo_0R) We take the following as an axiom:
End of Section Complex
Beginning of Section Complex
Notation. We use
- as a prefix operator with priority 358 corresponding to applying term
minus_CSNo.
Notation. We use
+ as an infix operator with priority 360 and which associates to the right corresponding to applying term
add_CSNo.
Notation. We use
* as an infix operator with priority 355 and which associates to the right corresponding to applying term
mul_CSNo.
Notation. We use
:/: as an infix operator with priority 353 and no associativity corresponding to applying term
div_CSNo.
End of Section Complex
Beginning of Section Int
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 a prefix operator with priority 358 corresponding to applying term
minus_SNo.
Notation. We use
:/: as an infix operator with priority 353 and no associativity corresponding to applying term
div_SNo.
L5011Axiom. (
int_add_SNo) We take the following as an axiom:
L5012Axiom. (
int_mul_SNo) We take the following as an axiom:
End of Section Int
Primitive. The name
pack_b_b_r_e_e is a term of type
set → (set → set → set) → (set → set → set) → (set → set → prop) → set → set → set.
L5026Axiom. (
pack_b_b_r_e_e_0_eq) We take the following as an axiom:
∀S X, ∀f : set → set → set, ∀g : set → set → set, ∀R : set → set → prop, ∀c : set, ∀d : set, S = pack_b_b_r_e_e X f g R c d → X = S 0
L5028Axiom. (
pack_b_b_r_e_e_0_eq2) We take the following as an axiom:
∀X, ∀f : set → set → set, ∀g : set → set → set, ∀R : set → set → prop, ∀c : set, ∀d : set, X = pack_b_b_r_e_e X f g R c d 0
L5030Axiom. (
pack_b_b_r_e_e_1_eq) We take the following as an axiom:
∀S X, ∀f : set → set → set, ∀g : set → set → set, ∀R : set → set → prop, ∀c : set, ∀d : set, S = pack_b_b_r_e_e X f g R c d → ∀x y ∈ X, f x y = decode_b (S 1) x y
L5034Axiom. (
pack_b_b_r_e_e_2_eq) We take the following as an axiom:
∀S X, ∀f : set → set → set, ∀g : set → set → set, ∀R : set → set → prop, ∀c : set, ∀d : set, S = pack_b_b_r_e_e X f g R c d → ∀x y ∈ X, g x y = decode_b (S 2) x y
L5038Axiom. (
pack_b_b_r_e_e_3_eq) We take the following as an axiom:
∀S X, ∀f : set → set → set, ∀g : set → set → set, ∀R : set → set → prop, ∀c : set, ∀d : set, S = pack_b_b_r_e_e X f g R c d → ∀x y ∈ X, R x y = decode_r (S 3) x y
L5042Axiom. (
pack_b_b_r_e_e_4_eq) We take the following as an axiom:
∀S X, ∀f : set → set → set, ∀g : set → set → set, ∀R : set → set → prop, ∀c : set, ∀d : set, S = pack_b_b_r_e_e X f g R c d → c = S 4
L5044Axiom. (
pack_b_b_r_e_e_4_eq2) We take the following as an axiom:
∀X, ∀f : set → set → set, ∀g : set → set → set, ∀R : set → set → prop, ∀c : set, ∀d : set, c = pack_b_b_r_e_e X f g R c d 4
L5046Axiom. (
pack_b_b_r_e_e_5_eq) We take the following as an axiom:
∀S X, ∀f : set → set → set, ∀g : set → set → set, ∀R : set → set → prop, ∀c : set, ∀d : set, S = pack_b_b_r_e_e X f g R c d → d = S 5
L5048Axiom. (
pack_b_b_r_e_e_5_eq2) We take the following as an axiom:
∀X, ∀f : set → set → set, ∀g : set → set → set, ∀R : set → set → prop, ∀c : set, ∀d : set, d = pack_b_b_r_e_e X f g R c d 5
L5050Axiom. (
pack_b_b_r_e_e_inj) We take the following as an axiom:
∀X X', ∀f f' : set → set → set, ∀g g' : set → set → set, ∀R R' : set → set → prop, ∀c c' : set, ∀d d' : set, pack_b_b_r_e_e X f g R c d = pack_b_b_r_e_e X' f' g' R' c' d' → X = X' ∧ (∀x y ∈ X, f x y = f' x y) ∧ (∀x y ∈ X, g x y = g' x y) ∧ (∀x y ∈ X, R x y = R' x y) ∧ c = c' ∧ d = d'
L5052Axiom. (
pack_b_b_r_e_e_ext) We take the following as an axiom:
∀X, ∀f f' : set → set → set, ∀g g' : set → set → set, ∀R R' : set → set → prop, ∀c, ∀d, (∀x y ∈ X, f x y = f' x y) → (∀x y ∈ X, g x y = g' x y) → (∀x y ∈ X, R x y ↔ R' x y) → pack_b_b_r_e_e X f g R c d = pack_b_b_r_e_e X f' g' R' c d
L5058Definition. We define
struct_b_b_r_e_e to be
λS ⇒ ∀q : set → prop, (∀X : set, ∀f : set → set → set, (∀x y ∈ X, f x y ∈ X) → ∀g : set → set → set, (∀x y ∈ X, g x y ∈ X) → ∀R : set → set → prop, ∀c : set, c ∈ X → ∀d : set, d ∈ X → q (pack_b_b_r_e_e X f g R c d)) → q S of type
set → prop.
Primitive. The name
unpack_b_b_r_e_e_i is a term of type
set → (set → (set → set → set) → (set → set → set) → (set → set → prop) → set → set → set) → set.
L5075Axiom. (
unpack_b_b_r_e_e_i_eq) We take the following as an axiom:
∀Phi : set → (set → set → set) → (set → set → set) → (set → set → prop) → set → set → set, ∀X, ∀f : set → set → set, ∀g : set → set → set, ∀R : set → set → prop, ∀c : set, ∀d : set, (∀f' : set → set → set, (∀x y ∈ X, f x y = f' x y) → ∀g' : set → set → set, (∀x y ∈ X, g x y = g' x y) → ∀R' : set → set → prop, (∀x y ∈ X, R x y ↔ R' x y) → Phi X f' g' R' c d = Phi X f g R c d) → unpack_b_b_r_e_e_i (pack_b_b_r_e_e X f g R c d) Phi = Phi X f g R c d
Primitive. The name
unpack_b_b_r_e_e_o is a term of type
set → (set → (set → set → set) → (set → set → set) → (set → set → prop) → set → set → prop) → prop.
L5084Axiom. (
unpack_b_b_r_e_e_o_eq) We take the following as an axiom:
∀Phi : set → (set → set → set) → (set → set → set) → (set → set → prop) → set → set → prop, ∀X, ∀f : set → set → set, ∀g : set → set → set, ∀R : set → set → prop, ∀c : set, ∀d : set, (∀f' : set → set → set, (∀x y ∈ X, f x y = f' x y) → ∀g' : set → set → set, (∀x y ∈ X, g x y = g' x y) → ∀R' : set → set → prop, (∀x y ∈ X, R x y ↔ R' x y) → Phi X f' g' R' c d = Phi X f g R c d) → unpack_b_b_r_e_e_o (pack_b_b_r_e_e X f g R c d) Phi = Phi X f g R c d
Beginning of Section explicit_OrderedField_RepIndep2
L5097Variable zero one : set
L5099Variable plus mult : set → set → set
L5100Variable leq : set → set → prop
Notation. We use
+ as an infix operator with priority 360 and which associates to the right corresponding to applying term
plus.
Notation. We use
* as an infix operator with priority 355 and which associates to the right corresponding to applying term
mult.
L5104Variable plus' mult' : set → set → set
L5106Variable leq' : set → set → prop
Notation. We use
+ as an infix operator with priority 355 and which associates to the right corresponding to applying term
plus'.
Notation. We use
⨯ as an infix operator with priority 355 and which associates to the right corresponding to applying term
mult'.
L5109Hypothesis Hpp' : ∀a b ∈ R, a + b = a + b
L5111Hypothesis Hmm' : ∀a b ∈ R, a * b = a ⨯ b
L5112Hypothesis Hll' : ∀a b ∈ R, leq a b ↔ leq' a b
End of Section explicit_OrderedField_RepIndep2
Beginning of Section explicit_Reals_RepIndep2
L5127Variable zero one : set
L5129Variable plus mult : set → set → set
L5130Variable leq : set → set → prop
Notation. We use
+ as an infix operator with priority 360 and which associates to the right corresponding to applying term
plus.
Notation. We use
* as an infix operator with priority 355 and which associates to the right corresponding to applying term
mult.
L5134Variable plus' mult' : set → set → set
L5136Variable leq' : set → set → prop
Notation. We use
+ as an infix operator with priority 355 and which associates to the right corresponding to applying term
plus'.
Notation. We use
⨯ as an infix operator with priority 355 and which associates to the right corresponding to applying term
mult'.
L5139Hypothesis Hpp' : ∀a b ∈ R, a + b = a + b
L5141Hypothesis Hmm' : ∀a b ∈ R, a * b = a ⨯ b
L5142Hypothesis Hll' : ∀a b ∈ R, leq a b ↔ leq' a b
End of Section explicit_Reals_RepIndep2
Beginning of Section RealsStruct
Notation. We use
+ as an infix operator with priority 360 and which associates to the right corresponding to applying term
RealsStruct_plus Rs.
Notation. We use
* as an infix operator with priority 355 and which associates to the right corresponding to applying term
RealsStruct_mult Rs.
Notation. We use
≤ as an infix operator with priority 490 and no associativity corresponding to applying term
RealsStruct_leq Rs.
L5192Definition. We define
RealsStruct_lt to be
λx y ⇒ x ≤ y ∧ x ≠ y of type
set → set → prop.
Notation. We use
< as an infix operator with priority 490 and no associativity corresponding to applying term
RealsStruct_lt.
L5268Axiom. (
RealsStruct_Arch) We take the following as an axiom:
∀x y ∈ R, zero < x → zero ≤ y → ∃n ∈ N, y ≤ n * x
L5270Axiom. (
RealsStruct_Compl) We take the following as an axiom:
∀a b ∈ RN, (∀n ∈ N, a n ≤ b n ∧ a n ≤ a (n + one) ∧ b (n + one) ≤ b n) → ∃x ∈ R, ∀n ∈ N, a n ≤ x ∧ x ≤ b n
L5305Axiom. (
RealsStruct_Z_props) We take the following as an axiom:
∀p : prop, ((∀n ∈ Npos, - n ∈ Z) → zero ∈ Z → Npos ⊆ Z → Z ⊆ R → (∀n ∈ Z, ∀q : prop, (- n ∈ Npos → q) → (n = zero → q) → (n ∈ Npos → q) → q) → one ∈ Z → - one ∈ Z → (∀m ∈ Z, - m ∈ Z) → (∀n m ∈ Z, n + m ∈ Z) → (∀n m ∈ Z, n * m ∈ Z) → p) → p
L5324Axiom. (
RealsStruct_Q_props) We take the following as an axiom:
∀p : prop, (Q ⊆ R → (∀x ∈ Q, ∀q : prop, (x ∈ R → ∀n ∈ Z, ∀m ∈ Npos, m * x = n → q) → q) → (∀x ∈ R, ∀n ∈ Z, ∀m ∈ Npos, m * x = n → x ∈ Q) → p) → p
Notation. We use
:/: as an infix operator with priority 353 and no associativity corresponding to applying term
Field_div (Field_of_RealsStruct Rs).
End of Section RealsStruct