Homotopy Type Theory infinite decimal representation of a unit interval > history (Rev #2)

Definition

Let RR be an Archimedean ordered integral domain and let [0,1] R[0, 1]_R be the unit interval in RR. The infinite decimal representation of [0,1] R[0, 1]_R is a function :[0,1] R([0,9] )\mathcal{I}:[0, 1]_R \to (\mathbb{N} \to [0, 9]_\mathbb{N}) from the unit interval in RR to the type of sequences in the natural numbers that are bounded below by 00 and bounded above by 99, such that rr is equal to the limit of the following sequence

r:[0,1] Rr=lim n i=0 n(r) i10 i\prod_{r:[0, 1]_R} r = \lim_{n \to \infty} \sum_{i=0}^{n} \frac{\mathcal{I}(r)_i}{10^i}

Properties

  • The infinite decimal representation of the rational numbers consist of all the eventually periodic sequences in the natural numbers that are bounded below by 00 and bounded above by 99.

  • The infinite decimal representation of the decimal numbers consist of all the sequences such that there is a natural number NN such that for all decimal number ii and natural numbers nNn \geq N, (i)(n)=0\mathcal{I}(i)(n) = 0 or (i)(n)=9\mathcal{I}(i)(n) = 9.

See also

Revision on April 18, 2022 at 18:56:35 by Anonymous?. See the history of this page for a list of all contributions to it.