How statement and proof provenance work
The first chip identifies the source of the statement or construction; the second identifies the source of its local proof or verification.
- Literature-sourced — the exact statement appears in a cited source; only wording and notation differ.
- AI-adapted — a semantically identical restatement of literature-sourced material, modulo indexing, notation, and boundary cases adopted by the library.
- AI-generated — a genuinely novel statement formulated by AI, with no source for the claim itself.
These labels describe origin, not correctness: citations and verification chips remain separate evidence.
Construction of the Real Numbers via Dedekind Cuts
1 · Prerequisites
2 · Summary
Objective. This page constructs the real number field via Dedekind cuts and proves that is a totally ordered field with the least-upper-bound property. The natural numbers , with their arithmetic and order, are the assumed starting point.
Foundations ( to ). The construction of the integers and the rationals is shared verbatim with the Cauchy-sequence construction, so we take it as given: is built from as a totally ordered commutative ring (The integers form a totally ordered ring), and from as a totally ordered, Archimedean field (The rationals form a totally ordered field, The rationals are Archimedean). Only the final passage from to differs between the two constructions, and it is the subject of this page.
The gap in . Order-completeness fails in : the set is bounded above yet has no rational least upper bound. A Dedekind cut fills exactly such a gap, naming the missing bound by the rationals that lie below it.
Cuts and the reals. A Dedekind cut is a subset that is nonempty and proper, downward closed, and without a greatest element (Dedekind cut): the set of all rationals lying strictly below a point of the line. The reals are defined to be the set of all cuts (The real numbers as Dedekind cuts), ordered simply by inclusion (Order on the Dedekind reals), which is a total order (Inclusion totally orders the Dedekind reals).
Arithmetic. Addition is the sumset , with a subtle additive inverse chosen so that (Addition, negation, and subtraction of Dedekind cuts, For a cut , is a cut and ). Multiplication is defined first on the nonnegative cuts and then extended by signs (Multiplication and reciprocals of Dedekind cuts, For a positive cut , the reciprocal satisfies ). These operations make a field (The Dedekind reals form a field) into which embeds densely, preserving sums, products, , and the order (The rational cuts embed densely in , preserving sums, products, , and the order).
Order. Inclusion makes this field totally ordered (The Dedekind reals form a totally ordered field) and Archimedean (The Dedekind reals are Archimedean), so the rational cuts stay cofinal in .
Destination. is order-complete: every nonempty set of cuts bounded above has a least upper bound, obtained as nothing more than the union of the cuts (Dedekind completeness: the least-upper-bound property). This least-upper-bound property is the payoff of the construction, the order-theoretic counterpart of the Cauchy completeness delivered by the sequence construction (The reals are complete). It is also what a cut was designed to supply: each cut simply is the supremum of the rationals beneath it, so the holes in are filled once and for all.
3 · Logical flowchart
4 · Definitions, theorems and proofs
The integers as equivalence classes of pairs of naturals
Definition
On the set of pairs of natural numbers, define
This is an equivalence relation (The integer-defining relation is an equivalence relation ↗). The integers are the quotient
and we write for the equivalence class of .
Remarks
- The pair encodes the formal difference ; the defining relation is the equation "" restated using only addition, which is all has.
- and its arithmetic (commutativity, associativity, distributivity, cancellation of addition, the order) are taken as given background throughout this construction.
The integer-defining relation is an equivalence relation
Statement
The relation on (The integers as equivalence classes of pairs of naturals) is an equivalence relation.
Facts & Assumptions
Given: The relation on .
Addition on is commutative and associative.
Cancellation in : if then .
Proof
Reflexivity: for any we have , so .
Symmetry: suppose , i.e. . Then , which is the defining equation for .
Suppose and , i.e. and .
Adding the two equations: .
Regrouping both sides: .
Cancelling : , so ; the relation is transitive.
The relation is reflexive, symmetric, and transitive, hence an equivalence relation.
Arithmetic on the integers
Definition
On (The integers as equivalence classes of pairs of naturals) define, on representatives,
These do not depend on the chosen representatives (Integer addition and negation are well defined ↗, Integer multiplication is well defined ↗).
Remarks
- The product formula is forced by the intended meaning: if stands for and for , then .
- Negation swaps the components: .
Integer addition and negation are well defined
Statement
The operations and on (Arithmetic on the integers) are independent of the chosen representatives.
Facts & Assumptions
Given: Pairs with and in the sense of The integers as equivalence classes of pairs of naturals.
Addition on is commutative and associative.
Proof
By hypothesis .
By hypothesis .
Adding the two equations: .
Commuting the equation of step 1.1: , which is the defining equation for ; negation is well defined.
Regrouping both sides: , which is the defining equation for ; addition is well defined.
Both operations are independent of representatives.
Integer multiplication is well defined
Statement
The operation on (Arithmetic on the integers) is independent of the chosen representatives.
Facts & Assumptions
Given: Pairs with and in the sense of The integers as equivalence classes of pairs of naturals.
Addition on is commutative and associative.
Multiplication on is commutative.
Distributivity in : .
Proof
By hypothesis ; write for this common value.
Regrouping and factoring: .
Regrouping and factoring: .
By step 1.1 both right-hand sides equal , so .
That equation is precisely the defining relation : the product class is unchanged when the first factor's representative changes.
The product formula is symmetric in its two arguments: swapping sends to , the same pair. Hence, by the argument of steps 1.1–3.1 applied to the second factor, the product class is also unchanged when is replaced by .
Replacing first by and then by : ; multiplication is well defined.
The integers form a commutative ring
Statement
with the operations of Arithmetic on the integers is a commutative ring with multiplicative identity, in which every element has the additive inverse .
Facts & Assumptions
Given: with the operations of Arithmetic on the integers.
Addition on is commutative and associative, with zero as a two-sided identity (Addition is commutative, Addition is associative, Left identity for addition).
Multiplication on is commutative and associative, distributes over addition, and has the usual zero and identity laws (Multiplication is commutative, Multiplication is associative, Distributivity and the successor law for multiplication, Zero and one under multiplication).
The integer operations are independent of representatives (Integer addition and negation are well defined, Integer multiplication is well defined).
Proof
By [L3], each axiom may be verified on arbitrary fixed representatives .
Associativity of : and both equal .
Commutativity of : .
Additive identity: .
Additive inverses: , since .
Commutativity of : swapping sends to , the same pair.
Multiplicative identity: .
Associativity of : expanding, both and equal .
Distributivity: .
Steps 1.2–1.9 verify all axioms: is a commutative ring with identity and additive inverses.
Order on the integers
Definition
For integers and (The integers as equivalence classes of pairs of naturals) define
Write when and . An integer is positive when ; on representatives, exactly when .
Remarks
- The defining inequality is "" restated without subtraction.
- Well-definedness, totality, and compatibility with the arithmetic are proved in The integers form a totally ordered ring ↗.
The integers form a totally ordered ring
Statement
The relation of Order on the integers is well defined and is a total order on ; it is compatible with addition ( implies ) and positives are closed under multiplication ( and imply ). Thus is a totally ordered commutative ring.
Facts & Assumptions
Given: Integers , , with the operations of Arithmetic on the integers.
Addition on is commutative and associative (Addition is commutative, Addition is associative).
The order on is total, antisymmetric, and transitive ( is a linear order on ).
Natural order is translation-invariant: (Order is compatible with addition).
By the definition of natural order, exactly when for some natural ; if , such a gap is nonzero (Order on the natural numbers).
Natural multiplication is commutative and associative, distributes over addition, and has the usual zero and identity laws; multiplication by a nonzero natural preserves strict order (Multiplication is commutative, Multiplication is associative, Distributivity and the successor law for multiplication, Zero and one under multiplication, Order is compatible with multiplication).
The integer operations make a commutative ring with multiplicative identity (The integers form a commutative ring).
Proof
Suppose and , i.e. and .
Suppose .
Totality: in either or , so or .
Antisymmetry: and give and , hence , which is as classes.
Transitivity: from and , adding gives ; regrouping, ; cancelling, , i.e. .
Compatibility with addition: reads , which regroups to , equivalent to , i.e. .
Suppose and , i.e. and .
Adding : .
Regrouping with the equations of step 1.1: .
Write and with nonzero naturals .
So ; cancelling gives . Applying the same argument with primed and unprimed representatives exchanged proves the converse implication, so the relation is independent of representatives.
Expanding both components of : and , so .
Since are nonzero, and by [L4]. Hence [L5] gives , and step 3.2 yields , which is .
The order is well defined, total, compatible with addition, and positives are closed under multiplication; together with [L6], this makes a totally ordered commutative ring.
The integers have no zero divisors; multiplicative cancellation
Statement
If are nonzero then . Consequently, if and , then .
Facts & Assumptions
Given: Nonzero integers .
is a totally ordered ring; in particular trichotomy holds (each integer is negative, zero, or positive) and positives are closed under multiplication (The integers form a totally ordered ring).
Ring arithmetic in : , , and distributivity (The integers form a commutative ring).
Proof
By trichotomy, each of and is positive or negative; split on the sign pattern.
Case both positive: by closure of positives, so .
Case exactly one negative, say (the other case is identical by commutativity): , so , hence and .
Case both negative: and , so , and .
In every case : the product of nonzero integers is nonzero.
Cancellation: if with , then ; were , the product would be nonzero, so , i.e. .
The naturals embed in the integers
Statement
The map is injective and preserves addition, multiplication, and order. Its image is exactly the set of nonnegative integers, so every in is for a unique natural .
Facts & Assumptions
Given: The map , .
Arithmetic identities in : , , , , .
The order on , and: iff for some .
Proof
Injectivity: means , i.e. .
Addition: .
Multiplication: .
Order: reads , i.e. .
Image: if then , so and , giving ; conversely for every .
embeds into , preserving arithmetic and order, with image the nonnegative integers.
The rationals as equivalence classes of pairs of integers
Definition
On the set of pairs with and , define
This is an equivalence relation (The rational-defining relation is an equivalence relation ↗). The rationals are the quotient , and is written .
Remarks
- The pair encodes the formal quotient ; the relation is "" cleared of denominators, using only the ring arithmetic of (The integers form a commutative ring).
The rational-defining relation is an equivalence relation
Statement
The relation on pairs of integers with nonzero second component (The rationals as equivalence classes of pairs of integers) is an equivalence relation.
Facts & Assumptions
Given: Pairs of integers with .
is a commutative ring (The integers form a commutative ring).
Multiplicative cancellation in : with implies (The integers have no zero divisors; multiplicative cancellation).
Proof
Reflexivity: , so .
Symmetry: if then , which is the defining equation for .
Suppose and , i.e. and .
Multiplying the first equation by and the second by : and .
Chaining: .
Cancelling the nonzero : , so ; the relation is transitive.
The relation is reflexive, symmetric, and transitive, hence an equivalence relation.
Arithmetic on the rationals
Definition
On (The rationals as equivalence classes of pairs of integers) define, on representatives,
and, for (equivalently ), the inverse .
Remarks
- The denominators stay legal: because has no zero divisors (The integers have no zero divisors; multiplicative cancellation).
- Independence of representatives: Rational arithmetic is well defined ↗ for sum, product, and negation; The reciprocal on the rationals is well-defined ↗ for the reciprocal.
Rational arithmetic is well defined
Statement
Sum, product, and negation of Arithmetic on the rationals are independent of the chosen representatives.
Facts & Assumptions
Given: Pairs with and (The rationals as equivalence classes of pairs of integers), all second components nonzero.
is a commutative ring (The integers form a commutative ring).
Proof
By hypothesis and .
Product: , so .
Sum: , so .
Negation: from , , so .
All three operations are independent of representatives.
The reciprocal on the rationals is well-defined
Statement
On the reciprocal (Arithmetic on the rationals) is independent of the chosen representative: if with , then . Hence the reciprocal is a well-defined function on .
Facts & Assumptions
Given: Nonzero rationals represented by integer pairs and with , where in (The rationals as equivalence classes of pairs of integers).
Multiplication in is commutative (The integers form a commutative ring).
Proof
By hypothesis , that is in .
Commuting each product by [L1], , hence .
The equation is exactly the defining relation , and since the pairs are legal rational representatives; therefore , so the reciprocal is well-defined on .
The rationals form a field
Statement
with the operations of Arithmetic on the rationals is a field: a commutative ring with in which every nonzero element has a multiplicative inverse.
Facts & Assumptions
Given: Rationals with representatives , second components nonzero.
The operations are independent of representatives (Rational arithmetic is well defined).
is a commutative ring in which (The integers form a commutative ring; because in ).
has no zero divisors and admits cancellation (The integers have no zero divisors; multiplicative cancellation).
Proof
By [L1], each axiom may be verified on fixed representatives.
Associativity of : both and have representative .
Commutativity of : and are equal pairs.
Additive identity: .
Additive inverses: .
Associativity and commutativity of : and .
Multiplicative identity: ; and since .
Distributivity: has representative , while has representative ; cancelling the common nonzero factor these are equivalent.
Inverses: iff iff ; for , .
All field axioms hold: is a field.
Order on the rationals
Definition
Every rational has a representative with positive denominator (if then with , Every rational has a positive-denominator representative ↗). For representatives with and define
A rational is positive when ; on such representatives, exactly when .
Remarks
- Well-definedness, totality, and compatibility with the arithmetic: The rationals form a totally ordered field.
- The integer order used on the right is Order on the integers.
Every rational has a positive-denominator representative
Statement
Every rational has a representative with : for a class (where ), if take itself, and if then with . Consequently the order on (Order on the rationals), which is stated on positive-denominator representatives, is defined on all of .
Facts & Assumptions
Given: A rational represented by with , , and the relation (The rationals as equivalence classes of pairs of integers).
Trichotomy in : each nonzero integer is either or , and iff (The integers form a totally ordered ring).
In the commutative ring , (both products are the additive inverse of , by distributivity) (The integers form a commutative ring).
Proof
Since , by trichotomy [L1] either or .
If , the representative already has positive denominator.
If , then by [L1], and by [L2] is exactly the defining relation ; so represents the same class and has positive denominator .
In either case the class has a representative with positive denominator; hence the order Order on the rationals, stated on such representatives, is defined for every rational.
The rationals form a totally ordered field
Statement
The relation of Order on the rationals is well defined and makes the field (The rationals form a field) a totally ordered field: the order is total, implies , and , imply .
Facts & Assumptions
Given: Rationals , , with .
is a totally ordered commutative ring; positives are closed under products (The integers form a totally ordered ring).
Proof
Order-scaling in : for , if then , so ; conversely if and then , impossible; hence iff .
Suppose and with , i.e. and ; suppose also .
Totality: or in , so or .
Antisymmetry: and give , i.e. as classes.
Positive products: if and then and , so has and , hence .
For transitivity, let with and suppose additionally , i.e. .
Scaling the hypothesis by : .
Rearranging both sides with and : and .
Transitivity: from and , scaling by and gives ; cancelling via order-scaling, , i.e. .
Compatibility with addition: reads , which expands to ; the second terms are equal, so this is , equivalent by order-scaling with to , i.e. .
Combining: with , so by order-scaling: the order is independent of representatives.
The order is well defined, total, compatible with addition, and positives are closed under multiplication: is a totally ordered field.
The integers embed in the rationals
Statement
The map is injective and preserves addition, multiplication, and order. Composing with The naturals embed in the integers embeds in ; we write for throughout.
Facts & Assumptions
Given: The map , .
Ring arithmetic in (The integers form a commutative ring).
The order on (Order on the rationals), whose defining inequality is read in the order on (Order on the integers).
Equality in : iff (The rationals as equivalence classes of pairs of integers).
Proof
Injectivity: means , i.e. .
Addition: .
Multiplication: .
Order: denominators are , so reads , i.e. .
embeds into , preserving arithmetic and order.
The rationals are Archimedean
Statement
For every rational there is a natural number with . Consequently, for every rational there is a natural with .
Facts & Assumptions
Given: A rational with .
The order and arithmetic of (The rationals form a totally ordered field).
Integer facts: positive integers are exactly with natural; nonnegative integers are the image of ; the embeddings preserve arithmetic and order (The naturals embed in the integers, The integers embed in the rationals, The integers form a totally ordered ring).
Proof
Since , lies in the image of and .
If set ; otherwise is a positive integer, so for some natural . In both cases (as integers).
Then and, since and , also .
Hence , and dividing by (order-scaling in the definition of the rational order), .
For rational : apply the above to to get with , hence .
Dedekind cut
Definition
Work over the totally ordered field of rationals (The rationals as equivalence classes of pairs of integers, The rationals form a totally ordered field). A subset is a Dedekind cut iff it satisfies all three of:
- (C1) and (proper and nonempty);
- (C2) downward closed: if and , then ;
- (C3) no greatest element: if , then there exists with .
Remarks
This is the lower-set convention (Rudin's): a cut is the set of rationals lying strictly below a real point, so it "opens downward" and never closes off at a maximum. Under the opposite (upper-set) convention the inequalities are reversed; we fix the lower-set form throughout.
An equivalent phrasing of (C2) by contraposition: if and , then ; the complement is upward closed. Consequently every and satisfy : were , downward closure (C2) would place . Thus a cut splits into a lower piece and an upper piece with every element of the former below every element of the latter, the lower piece having no largest member.
The set of all Dedekind cuts is the carrier of the real numbers (The real numbers as Dedekind cuts); each cut is a real number, identified with the downward gap of rationals it names.
The real numbers as Dedekind cuts
Definition
The real numbers are defined to be the set of all Dedekind cuts of (Dedekind cut): Elements of are written ; each is a subset of satisfying (C1)–(C3).
The rationals embed into by the rational embedding: for set the cut of all rationals strictly below . Each is a Dedekind cut (Each rational cut is a Dedekind cut ↗), and sends into . The images of and are written and ; being cuts they lie in and serve as its additive and multiplicative identities.
Remarks
A cut is exactly the set of rationals lying below a putative real point; is thus built by naming each point through the downward gap of rationals it determines. Where has a genuine rational point , the cut recovers it, but the construction also admits cuts with no largest excluded rational and no rational boundary at all, such as . These are precisely the missing limits of : the cut convention manufactures a real number wherever leaves a hole, which is why is complete while is not.
The order on is set inclusion, (Order on the Dedekind reals). That is an order-preserving ring embedding, and that its image is dense, is recorded in The rational cuts embed densely in , preserving sums, products, , and the order; the arithmetic and order structure making a complete ordered field is developed in The Dedekind reals form a totally ordered field and Dedekind completeness: the least-upper-bound property.
Each rational cut is a Dedekind cut
Statement
For every the set (The real numbers as Dedekind cuts) is a Dedekind cut (Dedekind cut). In particular and are Dedekind cuts, hence elements of , so they are legitimate as the additive and multiplicative identities of .
Facts & Assumptions
Given: A rational and the set , with the Dedekind-cut axioms (C1) proper and nonempty, (C2) downward closed, (C3) no greatest element (Dedekind cut).
is a totally ordered field: is transitive and total, , and whenever the midpoint satisfies (The rationals form a totally ordered field).
Proof
(C1) is nonempty and proper: gives , while gives , so and .
(C2) is downward closed: if , so , and , then by transitivity, hence .
(C3) has no greatest element: if then , so the midpoint satisfies , giving with .
Satisfying (C1), (C2), (C3), is a Dedekind cut; applied at and this shows and are Dedekind cuts and hence elements of .
Order on the Dedekind reals
Definition
For Dedekind cuts (Dedekind cut, The real numbers as Dedekind cuts), the order is set inclusion:
That is, means and .
A cut is called positive iff , and nonnegative iff , where is the cut of . Negative and nonpositive cuts are defined symmetrically: and .
Remarks
Positivity has a convenient rational restatement: iff every rational lies in , and iff moreover . Indeed if then downward closure (C2) forces every into , so and the inclusion is proper; conversely supplies some with , whence by (C2). Thus a cut is positive exactly when it contains .
Inclusion is manifestly reflexive, antisymmetric, and transitive; what is not immediate is that it is total (any two cuts are comparable), which is Inclusion totally orders the Dedekind reals. Compatibility of this order with the field operations (translation invariance of and closure of nonnegatives under products), making a totally ordered field, is The Dedekind reals form a totally ordered field.
Inclusion totally orders the Dedekind reals
Statement
Set inclusion totally orders the Dedekind reals (Order on the Dedekind reals): the relation on cuts (Dedekind cut) is reflexive, antisymmetric (with antisymmetry delivering set equality ), and transitive, and it is moreover total: for any two cuts , either or .
Facts & Assumptions
Given: Dedekind cuts , ordered by inclusion (Order on the Dedekind reals).
Set inclusion is a partial order on any family of sets: reflexive (), antisymmetric (mutual inclusion , gives ), and transitive.
The order on is total (The rationals form a totally ordered field): for rationals exactly one of , , holds.
Downward closure (C2): if and then , and likewise for (Dedekind cut).
Proof
The relation is set inclusion, and is reflexive, antisymmetric (mutual inclusion and forces the set equality ), and transitive; hence is a partial order on .
It remains to establish totality. Fix cuts ; if there is nothing to prove, so assume . It suffices to show .
Since , choose a rational with and .
Every satisfies : otherwise by trichotomy, and then downward closure of places (directly if , or as ), contradicting .
Fix any . From together with , downward closure of gives ; as was arbitrary, .
Thus for all cuts , or , so is total; combined with the partial-order properties, set inclusion is a total order on .
Addition, negation, and subtraction of Dedekind cuts
Definition
Let be Dedekind cuts of (Dedekind cut, The real numbers as Dedekind cuts).
Sum. The sum is the Minkowski sumset in :
Additive identity. , the cut of the rational under the embedding (The real numbers as Dedekind cuts).
Additive inverse. For a cut , Equivalently, iff there is a rational with (set ; conversely ). Intuitively is bounded away from from below: some rational strictly beneath already fails to lie in .
Subtraction. .
Remarks
The sum is again a cut, and is an abelian group with identity : closure, commutativity, associativity, and the identity law are Cut addition: is a cut, commutative and associative, with identity , and existence of inverses is For a cut , is a cut and .
The slack in the definition of is essential and is not cosmetic. Neither nor is a cut in general: the first need not be downward closed, and the second can acquire a greatest element. Excising the boundary rational (the " with " clause) makes a genuine cut with no greatest element and forces the exact identity , not merely (For a cut , is a cut and ).
Cut addition: is a cut, commutative and associative, with identity
Statement
For Dedekind cuts , the sumset (Addition, negation, and subtraction of Dedekind cuts) is again a Dedekind cut. Addition of cuts is commutative and associative, and is a two-sided identity: for every cut .
Facts & Assumptions
Given: Dedekind cuts ; and (Addition, negation, and subtraction of Dedekind cuts).
Cut axioms (C1)–(C3), and the restatement that for and one has ; the contrapositive of (C2): if and then (Dedekind cut).
is a commutative, associative, totally ordered field; in particular addition is commutative and associative and the order is translation-invariant (The rationals form a totally ordered field).
Proof
(C1) is proper and nonempty: choosing , gives , so ; choosing , , every , satisfies and , hence , so and .
(C2) is downward closed: if with , , and , then , so by (C2) for ; hence .
(C3) has no greatest element: given , (C3) for yields with , whence and .
Commutativity and associativity descend from : , and .
: for and (so ), , hence by (C2).
: given , (C3) supplies with ; then , so , and .
satisfies (C1)–(C3), so it is a Dedekind cut.
The two inclusions give the identity law .
Hence is a cut, and cut addition is commutative and associative with two-sided identity .
For a cut , is a cut and
Statement
For every Dedekind cut , the set (Addition, negation, and subtraction of Dedekind cuts) is again a Dedekind cut, and , where . Thus every cut has an additive inverse and is a group.
Facts & Assumptions
Given: A Dedekind cut ; , , and (Addition, negation, and subtraction of Dedekind cuts).
Cut axioms (C1)–(C3), and the restatement that for and one has ; the contrapositive of (C2): if and then (Dedekind cut).
A nonempty set with for every , where , has a greatest element: is then a nonempty set of positive integers, so it has a least element by "every nonempty subset has a least element" (The well-ordering principle), and that is the greatest element of .
is Archimedean: for every rational there is a natural number with (The rationals are Archimedean).
is a totally ordered field; addition, negation, and scaling by positive rationals respect the order (The rationals form a totally ordered field).
If and are cuts then is a cut (Cut addition: is a cut, commutative and associative, with identity ).
Proof
(C1, nonempty) , so pick ; then satisfies with witness , so and .
(C1, proper) , so pick ; then , for if there were with , yet forces by (C2), a contradiction. Hence .
(C2, downward closed) If with witness (so ) and , then , so by the contrapositive of (C2); thus with the same .
(C3, no greatest) If with witness , set ; then , so with witness , and .
() For and with witness : since while , the restatement gives , so ; hence .
(setup) Fix and put , so since ; by (C1) choose (as ) and (as ).
( is a cut) satisfies (C1)–(C3), so is a Dedekind cut.
(bounded above) Apply [L1] to the rational : there is a natural with , so since ; because and , the contrapositive of (C2) gives , whence any with satisfies (else gives , so by the contrapositive of (C2)), so is bounded above by .
(nonempty) Apply [L1] to the rational : there is a natural with , so since ; because and , (C2) gives , so and .
(greatest element) is a nonempty set of integers bounded above, so by [A2] it has a greatest element ; then because , while gives , i.e. .
() With from step 3.1, set ; the witness gives , so , while , and . Hence ; as was arbitrary, .
The inclusions of steps 1.5 and 4.1 give ; with a cut (step 2.1) and therefore a cut [L3], has additive inverse .
Multiplication and reciprocals of Dedekind cuts
Definition
Multiplication of Dedekind cuts (Dedekind cut, The real numbers as Dedekind cuts) is defined first for nonnegative cuts, then extended to all cuts by their signs (Order on the Dedekind reals) via the absolute value.
Positive case. For cuts (strictly positive),
Absolute value. if , and otherwise (Addition, negation, and subtraction of Dedekind cuts for ); thus always, and .
Sign extension. For arbitrary cuts ,
- if or ;
- if are both or both ;
- if have opposite signs.
Identity. The multiplicative identity is .
Reciprocal. For ,
Equivalently, a positive rational lies in iff is an upper rational bound of that is not the least one (Rudin's construction). For , set . Division is for .
Remarks
- The product formula is stated only for strictly positive cuts : then there exist positive , , so the positive products are nonempty and, because have no greatest element (axiom (C3)), has none either; together with downward closure this makes a genuine cut, the clause being absorbed below those positive products. The formula is deliberately not applied at the boundary or , where would leave as a greatest element and so fail to be a cut; products with a zero factor are supplied instead by the first sign rule, , so the operation is well posed on all cuts.
- On the rational embedding the operation agrees with : (The rational cuts embed densely in , preserving sums, products, , and the order); with that gives for , the reciprocal being the one supplied by For a positive cut , the reciprocal satisfies .
- That these operations send cuts to cuts and satisfy the field axioms ( commutativity, associativity, distributivity over addition, identity , and for every ) is The Dedekind reals form a field.
For a positive cut , the reciprocal satisfies
Statement
For , the reciprocal (Multiplication and reciprocals of Dedekind cuts) is a Dedekind cut with , and .
Facts & Assumptions
Given: A cut with , and the multiplicative identity .
Nonnegative product: for , (Multiplication and reciprocals of Dedekind cuts).
Reciprocal: for , (Multiplication and reciprocals of Dedekind cuts).
means contains a positive rational; and every cut is a proper, downward-closed set of rationals with no greatest element (Order on the Dedekind reals, Dedekind cut).
is a field: rational addition and multiplication are commutative and associative, multiplication distributes over addition, and every nonzero rational is invertible (The rationals form a field); the order is total, implies , and , imply (The rationals form a totally ordered field).
Every nonempty subset has a least element: there is with for all (The well-ordering principle).
Rational power growth: for a rational one has for every natural , by induction from arithmetic — at both sides are , and if then, multiplying by and writing , because ; and by the Archimedean property every rational is exceeded by some such power; since a cut is proper it omits a rational upper bound, so for any some (The rationals are Archimedean, Dedekind cut).
Proof
is a cut with : since contains and hence, by downward closure, all rationals , every is positive; fix with , so any positive has (its witness satisfies ), making proper; it is nonempty (it contains ) and downward closed: a lies in the clause, and if with carrying witness () then , so with the same witness ; it contains a positive (take any and ), and has no greatest element: a is exceeded by the positive element just exhibited, while any positive carries a witness , with , and the rational satisfies , so lies in with the same witness yet .
Inclusion : any in lies in , and if , with , choose , , , so (as , ) and , giving .
For the reverse inclusion fix a target with : pick a rational with (betweenness in ) and set , so ; choose with (as ); by rational power growth some power , so is a nonempty set of naturals.
Let be the least natural with (nonempty by step 1.3; since ); by minimality with , while with .
Set ; since gives , we get , so with , , whence by the reciprocal's definition; then with , , , so , and with the clause this yields .
Combining the two inclusions gives , and by step 1.1 the reciprocal is a Dedekind cut with .
The Dedekind reals form a field
Statement
The set of Dedekind cuts of (The real numbers as Dedekind cuts), with cut addition and cut multiplication (Addition, negation, and subtraction of Dedekind cuts, Multiplication and reciprocals of Dedekind cuts), is a field.
Facts & Assumptions
Given: Cuts , the cut (additive identity) and (multiplicative identity).
Nonnegative product: for , (Multiplication and reciprocals of Dedekind cuts).
Sign rules and reciprocal: if or is ; for equal signs and for opposite signs; and when (Multiplication and reciprocals of Dedekind cuts).
Absolute value: if and otherwise, so (Multiplication and reciprocals of Dedekind cuts).
Addition: , with inverse (Addition, negation, and subtraction of Dedekind cuts).
is an abelian group: is well defined, commutative, associative, with identity (Cut addition: is a cut, commutative and associative, with identity ) and inverses (For a cut , is a cut and ).
Inclusion totally orders , so exactly one of , , holds (Inclusion totally orders the Dedekind reals).
is a field: rational multiplication is commutative, associative, distributes over addition, and every nonzero rational is invertible (The rationals form a field); its order is total, implies , and , imply (The rationals form a totally ordered field).
The embedding is an injective ring map with and (The rational cuts embed densely in , preserving sums, products, , and the order).
Multiplicative inverse of a positive cut: for , the reciprocal is a cut with and (For a positive cut , the reciprocal satisfies ).
Negation is an additive homomorphism on : , since by commutativity, associativity, and the inverse law, so is the unique additive inverse of (Cut addition: is a cut, commutative and associative, with identity , For a cut , is a cut and ).
A cut is positive iff , and holds exactly when ; in that case (C3) supplies with (Order on the Dedekind reals, Dedekind cut).
Proof
For , is a cut: it is nonempty and proper, downward closed because any equals with in (so the positive part of is exactly ), and it has no greatest element because has none: given with , , , choose with , and then with since ; and by the sign rule, so multiplication of nonnegatives lands in .
On nonnegatives multiplication is commutative: and are the same set, since by commutativity of rational multiplication.
Identity on nonnegatives: for . For with pick , (no greatest element), so with , giving ; conversely for forces , so ; the case is the sign rule.
, as the embedding is injective and in .
For the reverse inclusion of distributivity, dispose of degenerate cases: if then , so ; if then and (additive identity), so , and symmetrically if .
Sign rule: for all cuts , and ; indeed so both sides keep magnitude , while negating one factor toggles the same-sign versus opposite-sign classification of the pair and hence flips the product's sign in the definition / / (the case being immediate), so in particular whenever .
On nonnegatives multiplication is associative: by step 1.1 the positive elements of are exactly the products , so those of are the , and likewise has positive part the ; both sides are thus , by associativity of rational products.
Distributivity on nonnegatives, inclusion for : a positive element of is with , , , and for some , ; then where and (each product lies in the positive part of its factor product when positive, otherwise in that product's clause), so ; with the clause this gives .
For the reverse inclusion assume , the degenerate cases being step 1.5; then and each contain a positive rational and, being downward-closed cuts (step 1.1), contain positive rationals arbitrarily close to .
Every has a multiplicative inverse: for the reciprocal satisfies ; for we have and , so applying the sign rule to both factors gives by the reciprocal of the positive cut .
Take with , say with , : if , pick a positive with (available by step 2.3) and set , so (since gives ) and by downward closure, then replace by ; symmetrically if ; so we may assume .
The nonnegative laws now extend by signs: and share magnitude and the same sign, hence are equal (step 1.2); and share magnitude and the sign given by the product of the three factor signs, hence are equal (step 2.1); and , since leaves the sign of unchanged and (step 1.3).
With from step 3.1, step 1.1 gives and with , , all positive; set , so and .
Put and : then , so , and , so , both by downward closure; hence with , , , , so .
Hence for and : if then by its clause, and if then by step 5.1, so ; with step 2.2 this gives , an equality that also holds in the degenerate cases of step 1.5, so distributivity holds for all .
Distributivity for with : writing , so that by [L10], the sign rule and nonnegative distributivity give , the last equality using that negation is an additive homomorphism.
Distributivity for with and : then with , so by nonnegative distributivity, whence because by the sign rule; that is .
Distributivity for with and : then with , so by nonnegative distributivity, giving and by the sign rule, whence .
Distributivity for and arbitrary : if this is step 6.1; if it is step 7.1; otherwise one factor is and the other , say (else exchange using commutativity of ), and then it is step 7.2 or step 7.3 according as or ; by the sign trichotomy these cases are exhaustive, so .
Distributivity for : the sign rule gives and , while makes step 8.1 apply to give , so the two negated cuts coincide and .
By the sign trichotomy every cut is either (step 8.1) or (step 9.1), so holds for all cuts .
Thus is an abelian group (L5), multiplication is commutative and associative with identity (step 3.2, step 1.4), distributes over addition (step 10.1), and every nonzero cut is invertible (step 2.4): is a field.
The rational cuts embed densely in , preserving sums, products, , and the order
Statement
The rational embedding , where (The real numbers as Dedekind cuts), is injective and order-preserving-and-reflecting, , and a ring embedding: , , , . Moreover its image is dense: for cuts there is a rational with .
Facts & Assumptions
Given: Rationals , the embedding , and cuts (The real numbers as Dedekind cuts).
Cut structure: downward closure (, ), the separation property (, ), and the absence of a greatest element (Dedekind cut), holding of every element of (The real numbers as Dedekind cuts).
Order is inclusion: means (Order on the Dedekind reals).
Trichotomy, transitivity, and irreflexivity of the rational order (The rationals form a totally ordered field).
Cut addition is the rational sumset , the additive inverse is , and is the additive identity of the embedding (Addition, negation, and subtraction of Dedekind cuts).
Cut multiplication: for , ; the sign rules when or is , for equal signs and for opposite signs; and for else , with the multiplicative identity (Multiplication and reciprocals of Dedekind cuts).
is a field: rational addition and multiplication are commutative and associative, multiplication distributes over addition, and every nonzero rational is invertible (The rationals form a field); its order is total, implies , and , imply (The rationals form a totally ordered field). Consequently multiplying by a positive preserves the order, and every pair has the strict midpoint , since is invertible and .
Proof
Order preservation: if then . For we have , so , giving ; and while , so the inclusion is proper.
Order reflection: if then . Pick ; then and , so , whence .
Unit identities: and hold because and are exactly the cuts named by the embedding at and and fixed as the additive and multiplicative identities.
Additive identity, inclusion : a typical element is with and , and order compatibility of rational addition gives , so .
Additive identity, inclusion : given set , , ; then , , and , so .
Nonnegative product, inclusion for : an element is either , hence in since , or with and , and then , so .
Nonnegative product, inclusion for : take ; if it lies in the clause, and if then , so the strict midpoint satisfies , and gives and (as yields ), with .
Density setup: let , i.e. ; choose , and since has no greatest element choose with .
Negation identity : by the negation definition , where gives by trichotomy and witnesses the last equality.
Additive identity: combining the two inclusions, .
Nonnegative multiplicative identity: for the two inclusions give , while if or then and the sign rule gives ; hence for all .
Injectivity: if then neither nor , so by reflection and ; trichotomy forces .
Combining preservation and reflection, , that is : the embedding preserves and reflects order.
: for , separation gives (as ) and , so and , whence ; and (since ) while , so the inclusion is proper, .
: for , and , so downward closure gives , whence ; and while , so .
Absolute value identity : since every satisfies , we have ; if then , while if then , so using and .
Multiplicative identity for all signs: the sign rules give , and by the absolute-value identity and the nonnegative case; when share a sign and , so , and when they have opposite signs , , and by the negation identity, so again (the or case being step 2.2); hence for all .
Taking yields , so the image is dense; with injectivity, order preservation/reflection, and the ring identities , , , , the map is a dense, order-preserving ring embedding of into . Closure of the image under reciprocals, which a subfield would also require, is not established here.
The Dedekind reals form a totally ordered field
Statement
The inclusion order (Order on the Dedekind reals) makes , the field of Dedekind cuts (The Dedekind reals form a field), a totally ordered field: the order is total, translation-invariant (), and closed under multiplication of nonnegatives ( and ).
Facts & Assumptions
Given: Cuts ordered by inclusion (Order on the Dedekind reals).
(Dedekind cuts) is a field under and (The Dedekind reals form a field).
Inclusion totally orders : reflexive, antisymmetric, transitive, and total (Inclusion totally orders the Dedekind reals).
Addition is the sumset , with identity (Addition, negation, and subtraction of Dedekind cuts).
For strictly positive cuts , ; and whenever or (the sign rule). Also (Multiplication and reciprocals of Dedekind cuts, Order on the Dedekind reals).
Proof
By Inclusion totally orders the Dedekind reals the relation is a reflexive, antisymmetric, transitive, and total order on .
Translation invariance: suppose . Every element of has the form with , ; since , also . Hence , i.e. .
Positivity of products of nonnegatives: suppose and . If or , then by the sign rule [L4], so . Otherwise , and the positive-case formula [L4] gives , so . In either case .
Thus is a field whose inclusion order is total, translation-invariant, and closed under multiplication of nonnegative cuts: a totally ordered field.
The Dedekind reals are Archimedean
Statement
(Dedekind cuts) is Archimedean: for every cut there is a natural number with . Equivalently, the rational cuts are cofinal in : no single cut is an upper bound for all of them.
Facts & Assumptions
Given: A cut .
A cut is a proper subset of (), and , (Dedekind cut); the elements of are exactly these cuts (The real numbers as Dedekind cuts).
Rational Archimedean property: for every there is a natural number with (The rationals are Archimedean).
The embedding preserves order: , i.e. (The rational cuts embed densely in , preserving sums, products, , and the order).
Inclusion order, and transitivity of in the totally ordered field (Order on the Dedekind reals, The Dedekind reals form a totally ordered field).
Proof
Since , choose a rational .
By the rational Archimedean property, choose a natural number with .
: for , the separation property gives (as ), so .
: from and order preservation, .
Hence , so : the rational cuts are cofinal and is Archimedean.
Dedekind completeness: the least-upper-bound property
Statement
Least-upper-bound property. Every nonempty set of Dedekind cuts that is bounded above (there is a cut with for all ) has a least upper bound , and it is given explicitly by the union Together with The Dedekind reals form a totally ordered field this shows is a complete totally ordered field: the Dedekind construction is order-complete. This order-completeness is the Dedekind counterpart of the Cauchy-sequence completeness of .
Facts & Assumptions
Given: A nonempty set of Dedekind cuts bounded above by a cut ( for all ), and (The real numbers as Dedekind cuts).
Cut axioms: (C1) proper and nonempty, (C2) downward closed, (C3) no greatest element (Dedekind cut).
Order is inclusion: (Order on the Dedekind reals).
Inclusion is a partial (indeed total) order, so upper and least-upper bounds are taken with respect to (Inclusion totally orders the Dedekind reals).
is a totally ordered field; the least-upper-bound property below is the order-completeness that complements it (The Dedekind reals form a totally ordered field).
Proof
(C1) is nonempty and proper: has a member with and , so ; and every satisfies , so with , hence .
(C2) is downward closed: if then for some ; for , downward closure of gives .
(C3) has no greatest element: if then for some ; as has no greatest element there is with , and .
is an upper bound for : every satisfies , i.e. .
is below every upper bound: if a cut satisfies for all , then for all , so , i.e. .
is a Dedekind cut.
Therefore exists and equals : has the least-upper-bound property. With The Dedekind reals form a totally ordered field, is a complete totally ordered field, the order-completeness of the Dedekind construction, the exact counterpart of Cauchy-sequence completeness.
5 · Examples, counterexamples and false statements
The cut is an irrational real number
Example
The set is a Dedekind cut (Dedekind cut), hence a real number (The real numbers as Dedekind cuts), yet no rational lies "at its boundary": it is the cut that names , the real number lacks. It is the canonical witness that cuts capture limits missing from , and the standard test case for the completeness of .
Facts & Assumptions
Given: The set , the cut axioms (C1)–(C3) (Dedekind cut), and as the set of all cuts with rational embedding (The real numbers as Dedekind cuts).
is a totally ordered field; in particular squaring is order-preserving on nonnegatives () and the usual rational arithmetic holds (The rationals form a totally ordered field).
No rational number squares to (FALSE: some rational number squares to 2).
Verification
(C1) since , so ; and since and , so .
(C2) Let and . If then by definition. Otherwise , so ; then forces , and gives , whence .
(C3, case ) Given with , take : then (as ) and , so .
(C3, case ) Given with , we have ; set . Then , so , while , so ; hence with .
(C3) Combining the two cases, every admits with : has no greatest element.
By steps 1.1, 1.2 and 2.1, satisfies (C1)–(C3); it is a Dedekind cut (Dedekind cut), i.e. a real number (The real numbers as Dedekind cuts).
Finally for every : were , then would give and , while is impossible by [L2], so ; as we have , and then satisfies and , so , yet puts , a contradiction. Thus is a cut represented by no rational: it is the cut that names , the real number absent from .
FALSE: some rational number squares to 2
Statement
False claim: there exists with .
Facts & Assumptions
Given: The rationals as quotients of integer pairs (The rationals as equivalence classes of pairs of integers).
Every rational can be written in lowest terms, with not both even (cancel common factors of ; the process terminates by well-ordering of ).
Parity in : if is even then is even (an odd has odd square ).
Refutation
Assume, for contradiction, that some has ; write in lowest terms, not both even.
Clearing denominators: .
is even, hence is even: .
Substituting: , so is even, hence is even.
Both and are even, contradicting the lowest-terms choice of step 1.1; the assumption fails: no rational squares to .
FALSE: every Dedekind cut has a greatest element
Statement
False claim: every Dedekind cut (Dedekind cut) has a greatest element: some with for all .
Facts & Assumptions
Given: The cut axioms (C1)–(C3) (Dedekind cut), as the set of all cuts (The real numbers as Dedekind cuts), and the rational cut .
is a totally ordered field; in particular for the rational satisfies (The rationals form a totally ordered field).
Refutation
(C1, C2) is nonempty () and proper (), and it is downward closed: , so .
(C3) For any , i.e. , the rational satisfies , so and ; hence no element of is greatest.
By steps 1.1 and 1.2, satisfies (C1)–(C3): it is a Dedekind cut (Dedekind cut), i.e. a real number (The real numbers as Dedekind cuts), with no greatest element.
Thus is a Dedekind cut having no greatest element, directly contradicting the claim; more strongly, "no greatest element" is precisely axiom (C3), which every cut must satisfy, so the claim fails for all cuts and is false.
Sources
Standard references
Recommended treatments; not extraction sources.
- T. Tao, Analysis I, 3rd ed., §4.1
- E. Landau, Foundations of Analysis
- Integer — construction from pairs of naturals (Wikipedia)
- L. S. Krapp, Constructions of the real numbers: a set theoretical approach (Oxford, 2014)
- T. Tao, Analysis I, 3rd ed., §4.2
- Rational number — formal construction (Wikipedia)
- W. Rudin, Principles of Mathematical Analysis, 3rd ed., Ch. 1
- Rational number (Wikipedia)
- Archimedean property (Wikipedia)
- W. Rudin, Principles of Mathematical Analysis, 3rd ed., Ch. 1 (Appendix: construction of ℝ)
- Math 331 course handout: Dedekind Cuts and Real Numbers (Hobart and William Smith Colleges)
- Dedekind cut (Wikipedia)
- Construction of the real numbers (Wikipedia)
- W. Rudin, Principles of Mathematical Analysis, 3rd ed., Ch. 1 (Appendix)
- M. Girotti, Addendum — Construction of $\mathbb{R}$ via Dedekind's method (MATH 317, Advanced Calculus of One Variable)
- Ordered field (Wikipedia)
- T. Tao, Analysis I, 3rd ed., §4.4
- Square root of 2 — proofs of irrationality (Wikipedia)