> anishgoyal


NotesA First Course in Analysis (Pedrick) Lecture 3

Decimal Notation and the Irrationals

calendar_today   article 745 words   access_time 6 min   replay Modified

Table of Contents

Decimal Representation

Lemma 03.1 (Largest Integer $\le x$).

$\forall x \in F, \exists$ a largest integer $\le x$, denoted $[x]$.

Proof of Largest Integer $\le x$.(EXERCISE 1 [Pedrick, A First Course in Analysis, p. 43])

03 Decimal Notation and the Irrationals 2025-08-01 14.08.06

Definition 03.2 (Decimal Representation).

Let each $b_i$ and $a_i$ be a digit. Then:

$$\begin{align} [x] &= b_{k}b_{k-1}\dots b_{1}b_{0} \\ x - [x] &= a_{1}a_{2}a_{3} \dots \\ x &= b_{k}b_{k-1}\dots b_{1}b_{0}.a_{1}a_{2}a_{3}\dots \end{align}$$

If $x < 0$, the representation is $|x|$ prefixed by a minus sign.

Exercise 03.3.

(EXERCISE 2 [Pedrick, A First Course in Analysis, p. 43])

03 Decimal Notation and the Irrationals 2025-08-01 14.33.30

Decimal Expansion

Integer Part

$$ [0, 10^{k-1}), [10^{k-1}, 2\cdot10^{k-1}), \dots, [9\cdot10^{k-1}, 10^k) $$ $$ [x] \in [b_k 10^{k-1}, (b_k + 1)10^{k-1}) $$ $$ [x] \in [b_k 10^{k-1} + b_{k-1} 10^{k-2}, b_k 10^{k-1} + (b_{k-1} + 1)10^{k-2}) $$ $$ [x] = b_k 10^{k} + b_{k-1} 10^{k-1} + \dots + b_0 $$ $$ [x] = b_k b_{k-1} \dots b_0 \quad \text{with} \quad b_k \ne 0 $$

Fractional Part

Proposition 03.4 (Uniqueness of Decimal Expansion).

Distinct numbers have distinct decimal expansions. Proof [Pedrick, A First Course in Analysis, p. 45]

Definition 03.5 (Terminating Decimal).

The endpoints of each subinterval of any decimal expansion may be assigned a decimal that is terminating (i.e., concluding with an infinite repetition of the digit 0).

Definition 03.6 (Recurring Decimal).

A decimal expansion $a_0, a_1, a_2, …$ is recurring if $\exists N \ge 0 \land k \ge 1 | \forall k > N$, $a_k = a_{k+p}$. That is, the digits repeat with periodicity $p$ at position $N$.

  • The repeating portion has an overline above it.
  • Terminating decimals are a special case of recurring decimals.
Proposition 03.7 (Recurring Decimals and Rationals).

Every recurring decimal represents a rational number. (EXERCISE 4 [Pedrick, A First Course in Analysis, p. 46]) Proof:

03 Decimal Notation and the Irrationals 2025-08-05 18.25.49

The converse that every rational number represents a recurring decimal is also true. Proof [Pedrick, A First Course in Analysis, p. 46]

Base-B Expansions

Example 03.8.

(EXERCISE 6 [Pedrick, A First Course in Analysis, p. 47])

03 Decimal Notation and the Irrationals 2025-08-05 19.33.26
Definition 03.9 (Sequence Convergence).

A sequence of numbers, $\{x_{n}\}$, in an Archimedean ordered field $F$ converges to $m$, written $x_n \rightarrow m$, if $\forall \epsilon > 0 \in F \exists$ an index $N_{\epsilon}$ such that:

$$|x_{m}| < \epsilon \ \text{if} \ m > N_{\epsilon}$$
Example 03.10.

(EXERCISE 7 [Pedrick, A First Course in Analysis, p. 48])

03 Decimal Notation and the Irrationals 2025-08-05 20.09.50

Sources

Graph