11.2 Dedekind reals
Let us first recall the basic idea of Dedekind’s construction. We use two-sided Dedekind cuts, as opposed to an often used one-sided version, because the symmetry makes constructions more elegant, and it works constructively as well as classically. A Dedekind cut consists of a pair of subsets , called the lower and upper cut respectively, which are:
-
1.
inhabited: there are and ,
-
2.
rounded: and ,
-
3.
disjoint: , and
-
4.
located: .
Reading the roundedness condition from left to right tells us that cuts are open, and from right to left that they are lower, respectively upper, sets. The locatedness condition states that there is no large gap between and . Because cuts are always open, they never include the “point in between”, even when it is rational. A typical Dedekind cut looks like this:
{tikzpicture}[x=] \draw[¡-),line width=0.75pt] (0,0) – (0.297,0) node[anchor=south east]; \draw[(-¿,line width=0.75pt] (0.300, 0) node[anchor=south west] – (0.9, 0) ;
We might naively translate the informal definition into type theory by saying that a cut is a pair of maps . But we saw in \autorefsubsec:prop-subsets that is an ambiguous notation for where is a universe. Once we use a particular to define cuts, the type of reals will reside in the next universe , a property of reals two levels higher in , a property of subsets of reals in , etc. In principle we should be able to keep track of the universe levels, especially with the help of a proof assistant, but doing so here would just burden us with bureaucracy that we prefer to avoid. We shall therefore make a simplifying assumption that a single type of propositions is sufficient for all our purposes.
In fact, the construction of the Dedekind reals is quite resilient to logical manipulations. There are several ways in which we can make sense of using a single type :
-
1.
We could identify with the ambiguous and track all the universes that appear in definitions and constructions.
-
2.
We could assume the propositional resizing axiom, as in \autorefsubsec:prop-subsets, which essentially collapses the ’s to the lowest level, which we call .
-
3.
A classical mathematician who is not interested in the intricacies of type-theoretic universes or computation may simply assume the law of excluded middle (LABEL:eq:lem) for mere propositions so that . This not only eradicates questions about levels of , but also turns everything we do into the standard classical construction of real numbers.
-
4.
On the other end of the spectrum one might ask for a minimal requirement that makes the constructions work. The condition that a mere predicate be a Dedekind cut is expressible using only conjunctions, disjunctions, and existential quantifiers over , which is a countable set. Thus we could take to be the initial -frame, i.e., a lattice with countable joins in which binary meets distribute over countable joins. (The initial -frame cannot be the two-point lattice because is not closed under countable joins, unless we assume excluded middle.) This would lead to a construction of as a higher inductive-inductive type, but one experiment of this kind in \autorefsec:cauchy-reals is enough.
In all of the above cases is a set. Without further ado, we translate the informal definition into type theory. Throughout this chapter, we use the logical notation from \autorefdefn:logical-notation.
Definition 11.2.1.
A Dedekind cut is a pair of mere predicates and which is:
-
1.
inhabited: and ,
-
2.
rounded: for all ,
-
3.
disjoint: for all ,
-
4.
located: for all .
We let denote the conjunction of these conditions. The type of Dedekind reals is
It is apparent that is a mere proposition, and since is a set the Dedekind reals form a set too. See \autorefex:RD-extended-reals,ex:RD-lower-cuts,ex:RD-interval-arithmetic for variants of Dedekind cuts which lead to extended reals, lower and upper reals, and the interval domain.
There is an embedding which associates with each rational the cut where
We shall simply write for the cut associated with a rational number.
Title | 11.2 Dedekind reals |
---|---|
\metatable |