35 lines
1.1 KiB
TeX
Raw Normal View History

2023-07-20 21:19:17 -07:00
\section{Dense Orderings}
2023-07-18 10:11:04 -07:00
\definition{}
An \textit{ordered set} is a set with an \say{order} attached to it. \par
A few examples are below:
\begin{itemize}
\item $\mathbb{Z}$ is an ordered set under $<$.
\item $\{\texttt{A}, \texttt{B}, ..., \texttt{Z}\}$ is an ordered set under $\diamond$,\par
Where $\alpha \diamond \beta$ holds iff the letter $\alpha$ comes before letter $\beta$ in the alphabet.
\end{itemize}
\definition{}
We say an ordered set $A$ is \textit{dense} if for any $a, b \in A$ there is a $c \in A$ so that $a < c < b$.\par
Intuitively, this means that there is an element of $A$ between any two elements of $A$.
\problem{}
2023-07-19 09:55:30 -07:00
Show that the ordered set $(\mathbb{Q}, <)$ is dense.\par
\hint{Elements of $\mathbb{Q}$ are defined as fractions $\frac{p}{q}$, where $p$ and $q$ are integers.}
2023-07-18 10:11:04 -07:00
\vfill
\problem{}
2023-07-19 09:55:30 -07:00
Show that the ordered set $(\mathbb{R}, <)$ is dense.\par
\hint{We can define a \say{real number} as a decimal, finite or infinite.}
2023-07-18 10:11:04 -07:00
\vfill
\problem{}
Show that there is a real number between every two rationals.
\vfill
\problem{}
Show that there is a rational number between every two reals.
\vfill
\pagebreak