Altanis

September 10th, 2026

Updated 22 Sep 2026Notes (PDF)

[0.0.1]Axiom(Field Axioms)#

A field F\bF is a set together with two operations, addition and multiplication as depicted below, that obeys a list of axioms

+:F×F→F⋅:F×F→F.+: \bF \times \bF \to \bF \quad \cdot: \bF \times \bF \to \bF.
  1. Commutativity. x+y=y+xx + y = y + x and xy=yxxy = yx.

  2. Associativity. (x+y)+z=x+(y+z)(x + y) + z = x + (y + z) and (xy)z=x(yz)(xy)z = x(yz).

  3. Distributivity. x(y+z)=xy+yzx(y + z) = xy + yz.

  4. Identity. There is some 0∈F0 \in \bF (resp. 1∈F1 \in \bF) such that a+0=aa + 0 = a (resp. a⋅1=aa \cdot 1 = a) for every a∈Fa \in \bF.

  5. Inverse. For every a∈Fa \in \bF, there is some unique element −a∈F-a \in \bF (resp. a−1∈Fa^{-1} \in \bF) such that a+(−a)=0a + (-a) = 0 (resp. aa−1=1aa^{-1} = 1). In the case of multiplication, we do not consider 00 when checking for inverse.

  6. Nondegeneracy. 1≠01 \ne 0.

The field operations, by way of definition, automatically give rise to closure: that, for any x,y∈Fx, y \in \bF, we have that x+y∈Fx + y \in \bF and x⋅y∈Fx \cdot y \in \bF.

[0.0.2]Axiom(Order Axioms)#

Let F\bF be a field. For any a,b∈Fa, b \in \bF, we say a=ba = b if they are the same element in the set. We may also introduce a symbol << for comparison. A field F\bF is said to be totally ordered if it obeys the following axioms.

  1. Trichotomy. For any x,y∈Fx, y \in \bF, one and only one of these statements hold: x=yx = y, x>yx > y, x<yx < y.

  2. Transitivity. If x<yx < y and y<zy < z, then x<zx < z.

  3. Monotonicity. If x<yx < y, then x+z<y+zx + z < y + z for any z∈Fz \in \bF. Also, xz<yzxz < yz if z>0z > 0.

[0.0.3]Axiom(Upper Bound, Dedekind Completeness)#

Suppose F\bF is an ordered field. If S⊆FS \subseteq \bF, we say bb is an upper bound for SS if x≤bx \le b for every x∈Sx \in S. We say that bb is a least upper bound for SS if, of all upper bounds on SS, bb is less than or equal to all other upper bounds. A field F\bF is said to be Dedekindcomplete if every subset of F\bF that is nonempty and bounded above has a least upper bound.

[0.0.4]Definition(Definition of the Set of Reals)#

R\bR is the unique ordered and Dedekind complete field.

Note that Dedekind completeness is equivalent to Cauchy completeness and the Archimedean property.