completeness and supremum/infimum properties
Completeness and supremum/infimum properties are fundamental concepts in real analysis. They provide a rigorous foundation for understanding the real number system and its unique characteristics compared to other number systems like rational numbers. These properties are crucial for proving important theorems in calculus and analysis. They allow us to work with limits, continuity, and differentiability, forming the backbone of many advanced mathematical concepts and their applications in various fields.
Find the supremum and infimum of the set $A = {x \in \mathbb{R} : x^2 < 5}$. Solution $\sup A = \sqrt{5}$ and $\inf A = -\sqrt{5}$. The set $A$ consists of all real numbers whose squares are less than 5. The largest such number is $\sqrt{5}$, and the smallest is $-\sqrt{5}$. Note that $\sqrt{5} \notin A$ and $-\sqrt{5} \notin A$.
Prove that if $A$ and $B$ are non-empty subsets of $\mathbb{R}$ with $A \subseteq B$, then $\sup A \leq \sup B$. Solution Let $s_A = \sup A$ and $s_B = \sup B$. Since $A \subseteq B$, every element of $A$ is also an element of $B$. Therefore, $s_B$ is an upper bound for $A$. By the definition of supremum, $s_A$ is the least upper bound of $A$, so $s_A \leq s_B$.
Let $A = {1 - \frac{1}{n} : n \in \mathbb{N}}$. Find $\sup A$ and $\inf A$. Solution $\sup A = 1$ and $\inf A = 0$. The sequence ${1 - \frac{1}{n}}$ is increasing and bounded above by 1, so its supremum is 1. The infimum is 0 because $1 - \frac{1}{n} > 0$ for all $n \in \mathbb{N}$, and as $n$ approaches infinity, $1 - \frac{1}{n}$ gets arbitrarily close to 0.
Prove that if $a < b$, then there exists a rational number $r$ such that $a < r < b$. Solution Let $a, b \in \mathbb{R}$ with $a < b$. Consider the set $A = {r \in \mathbb{Q} : r \leq a}$. Since $a$ is an upper bound for $A$ and $\mathbb{Q}$ is dense in $\mathbb{R}$, there exists an $r \in \mathbb{Q}$ such that $a < r < b$.
Prove that the set ${x \in \mathbb{Q} : x^2 < 2}$ does not have a supremum in $\mathbb{Q}$. Solution Suppose, for the sake of contradiction, that the set $A = {x \in \mathbb{Q} : x^2 < 2}$ has a supremum $s$ in $\mathbb{Q}$. Then $s^2 \leq 2$. If $s^2 = 2$, then $s = \sqrt{2} \notin \mathbb{Q}$, a contradiction. If $s^2 < 2$, then there exists a rational number $r$ such that $s < r < \sqrt{2}$, which means $r \in A$ and $r > s$, contradicting the fact that $s$ is the supremum of $A$. Therefore, $A$ does not have a supremum in $\mathbb{Q}$.