MATH 447: Real Variables - Homework #1
Jerich Lee
December 16, 2024
Problem.
[1.8 a] The principle of mathematical induction can be extended as follows. A list $P_{m}, P_{m+1}, \dots{}$ of propositions is true provided (i) $P_{m}$ is true, (ii) $P_{n+1}$ is true whenever $P_{n}$ is true and $n\geq{} m$. Prove $n^2>n+1$ for all integers $n\geq2{}$.
[1.8 a] The principle of mathematical induction can be extended as follows. A list $P_{m}, P_{m+1}, \dots{}$ of propositions is true provided (i) $P_{m}$ is true, (ii) $P_{n+1}$ is true whenever $P_{n}$ is true and $n\geq{} m$. Prove $n^2>n+1$ for all integers $n\geq2{}$.
Solution.
Proof.
We will prove the base case of $n=2$ first:
$$\begin{align}
(2)^2>(2)+1
\end{align}$$
$$\begin{align}
4>3
\end{align}$$
The above verifies the base case. The inductive hypothesis is as follows:
$$\begin{align}
n^2>n+1, \ n\geq 2
\end{align}$$
We want to prove the case such that $P_{n+1}$ is true whenever $P_{n}$ is true and $n\geq{} m$. The inductive step is as follows:
$$\begin{align}
(n+1)^2 &> (n+1)+1 \\
n^2+2n+1 &> n+2 \\
n^2+n &> 1 \\
n(n+1) &> 1
\end{align}$$
By the inductive hypothesis, $n^2>n+1, n\geq{} 2$,
$$\begin{align}
n(n^2) &> n(n+1) > 1 \\
n^3 &> 1
\end{align}$$
The last line is true for all $n\geq{} 2$.
∎
Problem.
[2.8] Find all rational solutions of the equation $x^8-4x^5+13x^3-7x+1=0$.
[2.8] Find all rational solutions of the equation $x^8-4x^5+13x^3-7x+1=0$.
Solution.
To find all rational solutions of the equation $x^8-4x^5+13x^3-7x+1=0$, we can use the Rational Zeros Theorem.
Corollary—Rational Zeros Theorem: If a polynomial equation
$$\begin{align}
a_nx^n + a_{n-1}x^{n-1} + ... + a_1x + a_0 = 0
\end{align}$$
with integer coefficients has a rational solution $x = \frac{p}{q}$
—where $p$ and $q$ are integers with no common factors and $q \neq{} 0$—, then:
- $p$ must be a factor of the constant term $a_0$
- $q$ must be a factor of the leading coefficient $a_n$
- $c_8 = 1$
- $c_5 = -4$
- $c_3 = 13$
- $c_1 = -7$
- $c_0 = 1$
- $c$ must divide $c_0 = 1$
- $d$ must divide $c_8 = 1$
- $\frac{1}{1} = 1$
- $\frac{-1}{1} = -1$
Problem.
[3.5]
[3.5]
- Show $|b|\leq a$ if and only if $-a\leq b\leq a$.
- Prove $||a|-|b||\leq|a-b|$ for all $a,b \in \mathbb{R}$.
Solution.
Proof.
- If $|b| \leq a$, then by definition, $-a \leq b \leq a$. This is because $|b| \leq a$ implies $b$ is within the interval $[-a, a]$.
- If $-a \leq b \leq a$, then $b$ is within the interval $[-a, a]$. This directly implies $|b| \leq a$ since the maximum deviation of $b$ from zero is $a$.
∎
Proof.
We will prove this inequality using the triangle inequality and considering both possible cases.
Using the Triangle Inequality:
- The triangle inequality states $|a| = |(a - b) + b| \leq |a - b| + |b|$.
- Rearranging gives $|a| - |b| \leq |a - b|$.
- Similarly, $|b| = |(b - a) + a| \leq |b - a| + |a| = |a - b| + |a|$.
- Rearranging gives $|b| - |a| \leq |a - b|$.
- From the two inequalities, we have: $$\begin{align} |a| - |b| \leq |a - b| \quad \text{and} \quad |b| - |a| \leq |a - b| \end{align}$$
- The absolute value $||a| - |b||$ is defined as: $$\begin{align} ||a| - |b|| = \max(|a| - |b|, |b| - |a|) \end{align}$$
- Therefore, $||a| - |b|| \leq |a - b|$.
∎
Problem.
[3.8] Let $a,b \in{} \mathbb{R}$. Show if $a\leq{} b_{1}$ for every $b_{1} > b$, then $a\leq{} b$.
[3.8] Let $a,b \in{} \mathbb{R}$. Show if $a\leq{} b_{1}$ for every $b_{1} > b$, then $a\leq{} b$.
Solution.
Proof.
We will prove this statement using a proof by contradiction.
Assume the hypothesis: For every $b_1 > b$, we have $a \leq{} b_1$.
Suppose, for the sake of contradiction, that $a > b$.
Consider $b_1 = \frac{a + b}{2}$. Note that:
- $b_1 > b$ (because $a > b$)
- $b_1 < a$ (because it's the midpoint between $a$ and $b$)
∎
Problem.
[4.1 r] For each set below that is bounded above, list three upper bounds for the set. Otherwise write "NOT BOUNDED ABOVE" or "NBA". $\cap_{n=1}^\infty{}( 1-\frac{1}{n}, 1+\frac{1}{n} )$
[4.1 r] For each set below that is bounded above, list three upper bounds for the set. Otherwise write "NOT BOUNDED ABOVE" or "NBA". $\cap_{n=1}^\infty{}( 1-\frac{1}{n}, 1+\frac{1}{n} )$
Solution.
It is observed that the intersection of the sequences above converges to 1 as $n$ approaches infinity. Therefore, 2, 3, and 4 are all upper bounds for the set.
Problem.
[4.8] Let $S$ and $T$ be nonempty subsets of $\mathbb{R}$ with the following property: $s\leq{} t$ for all $s \in{} S$ and $t \in{} T$.
[4.8] Let $S$ and $T$ be nonempty subsets of $\mathbb{R}$ with the following property: $s\leq{} t$ for all $s \in{} S$ and $t \in{} T$.
Solution.
Observe $S$ is bounded above and $T$ is bounded below.
Prove $\text{sup}\ S \leq{} \text{inf}\ T$
Give an example of such sets $S$ and $T$ where $S \ \cap{} \ T$ is nonempty.
Give an example of sets $S$ and $T$ where $\text{sup}\ S = \text{inf}\ T$ and $S \ \cap{} \ T$ is the empty set.
- Let $M=t,\ t \in T$. Then $S\leq M$ for all $s\in S$. By Def 4.2, $M$ is an upper bound of $S$, and $S$ is bounded above.
- Let $m=s$, such that $s\in S$. Then, $m\leq t$ for all $t \in T$. Then, $m$ is a lower bound of $T$, and $T$ is bounded below.
- By the given property, we know that $s \leq t$ for all $s \in S$ and all $t \in T$.
- Let $M = \sup S$. By definition of supremum, $s \leq M$ for all $s \in S$.
- For any $t \in T$, we have $s \leq t$ for all $s \in S$.
- Therefore, $M = \sup S \leq t$ for all $t \in T$.
- Since $M \leq t$ for all $t \in T$, $M$ is a lower bound for $T$.
- By definition of infimum, $\inf T$ is the greatest lower bound of $T$.
- Thus, $M \leq \inf T$.
Problem 7 (8.5)
Problem.
[8.5]
[8.5]
- Consider three sequences $(a_{n}), (b_n)$ and $(s_{n})$ such that $a_{n}\leq s_{n}\leq b_{n}$ for all $n$ and $\lim_{ n \to \infty }a_{n}=\lim_{ n \to \infty }b_{n}=s$. Prove $\lim_{ n \to \infty }s_{n}=s$. This is called the "squeeze lemma".
Solution.
- Given: For all $\varepsilon > 0$, there exist $N_1, N_2 \in \mathbb{N}$ such that for $n > N_1$ and $n > N_2$:
- $|a_n - s| < \varepsilon$, which implies $s - \varepsilon < a_n < s + \varepsilon$
- $|b_n - s| < \varepsilon$, which implies $s - \varepsilon < b_n < s + \varepsilon$
- We also know that for all $n \in \mathbb{N}$, $a_n \leq s_n \leq b_n$
- Combining these facts, we can conclude that for $n > \max(N_1, N_2)$: $$\begin{align} s - \varepsilon < a_n \leq s_n \leq b_n < s + \varepsilon \end{align}$$
- This implies: $$\begin{align} s - \varepsilon < s_n < s + \varepsilon \end{align}$$
- Therefore: $$\begin{align} |s_n - s| < \varepsilon \end{align}$$
- By the definition of a limit of a sequence, this proves that $\lim_{n \to \infty} s_n = s$
- Suppose $(s_{n})$ and $(t_{n})$ are sequences such that $|s_{n}|\leq t_{n}$ for all $n$ and $\lim_{ n \to \infty }t_{n}=0$. Prove $\lim_{ n \to \infty }s_{n}=0$.
- Given: $\lim_{n \to \infty} t_n = 0$, so for any $\varepsilon > 0$, there exists an $N \in \mathbb{N}$ such that for all $n > N$:
- $|t_n - 0| < \varepsilon$
- This implies: $|t_n| < \varepsilon$
- We know that $|s_n| \leq t_n$ for all $n$, so: $|s_n| \leq |t_n| < \varepsilon$
- This means: $-\varepsilon < s_n < \varepsilon$
- Therefore: $|s_n - 0| < \varepsilon$
Problem.
[8.6] Let $(s_{n})$ be a sequence in $\mathbb{R}$.
[8.6] Let $(s_{n})$ be a sequence in $\mathbb{R}$.
- Prove $\lim_{ n \to \infty }s_{n}=0$ if and only if $\lim_{ n \to \infty }|s_{n}|=0$
Solution.
Proof.
We will prove this statement in two parts:
- If $\lim_{n \to \infty} s_n = 0$, then $\lim_{n \to \infty} |s_n| = 0$:
- Given $\lim_{n \to \infty} s_n = 0$, for every $\epsilon > 0$, there exists an $N$ such that for all $n \geq N$, $|s_n - 0| < \epsilon$.
- This simplifies to $|s_n| < \epsilon$.
- Therefore, $\lim_{n \to \infty} |s_n| = 0$.
- If $\lim_{n \to \infty} |s_n| = 0$, then $\lim_{n \to \infty} s_n = 0$:
- Given $\lim_{n \to \infty} |s_n| = 0$, for every $\epsilon > 0$, there exists an $N$ such that for all $n \geq N$, $|s_n| < \epsilon$.
- This directly implies that $|s_n - 0| < \epsilon$, so $\lim_{n \to \infty} s_n = 0$.
- Observe that if $s_{n}=(-1)^n$, then $\lim_{ n \to \infty }|s_{n}|$ exists, but $\lim_{ n \to \infty }s_{n}$ does not exist.
- $s_{n_1}$: the subsequence of even terms, where $s_{n_1} = 1$ for all $n$
- $s_{n_2}$: the subsequence of odd terms, where $s_{n_2} = -1$ for all $n$
∎
Problem.
[Bonus] Use the completeness of $\mathbb{R}$ to show the existence of $x>0$ with $x^2=2$. Specifically, consider $S=\{t\in{} \mathbb{R} : t>0, t^2<2\}$. Clearly, $S$ is nonempty $(1\in{} S)$. Further, $2$ is an upper bound for $S$. Indeed, suppose $t\in{} S$, then $(2-t)(2+t)=4-x^2>4-2>0$. Clearly, $2+t>0$, hence $2-t>0$. Let $x=\text{sup} \ S$. Prove that $x^2=2$, by establishing that (i) $x^2\leq{} 2$, and (ii) $x^2\geq{} 2$. Once these inequalities are established, we can conclude that $x^2=2$.
[Bonus] Use the completeness of $\mathbb{R}$ to show the existence of $x>0$ with $x^2=2$. Specifically, consider $S=\{t\in{} \mathbb{R} : t>0, t^2<2\}$. Clearly, $S$ is nonempty $(1\in{} S)$. Further, $2$ is an upper bound for $S$. Indeed, suppose $t\in{} S$, then $(2-t)(2+t)=4-x^2>4-2>0$. Clearly, $2+t>0$, hence $2-t>0$. Let $x=\text{sup} \ S$. Prove that $x^2=2$, by establishing that (i) $x^2\leq{} 2$, and (ii) $x^2\geq{} 2$. Once these inequalities are established, we can conclude that $x^2=2$.
Solution.
Proof.
- Let $\alpha = \sup S$. We will prove that $\alpha^2 = 2$ by showing that $\alpha^2 \leq 2$ and $\alpha^2 \geq 2$.
- First, let's prove $\alpha^2 \leq 2$:
- Assume $\alpha^2 > 2$.
- For $n \in \mathbb{N}$, consider $(\alpha - \frac{1}{n})^2$: $$\begin{align} \left( \alpha-\frac{1}{n} \right)^2=\alpha^2-\frac{2\alpha}{n}+\frac{1}{n^2}>\alpha^2-\frac{2\alpha}{n} \end{align}$$
- Since $\alpha^2 > 2$, we have: $$\begin{align} 2<\alpha^2-\frac{2\alpha}{n} \\ 2-\alpha^2<-\frac{2\alpha}{n} \\ \alpha^2-2> \frac{2\alpha}{n} \\ \frac{\alpha^2-2}{2\alpha}> \frac{1}{n} \end{align}$$
- Choose $n_0 \in \mathbb{N}$ such that $\frac{1}{n_0} < \frac{\alpha^2-2}{2\alpha}$.
- Then: $$\begin{align} \left( \alpha-\frac{1}{n_0} \right)^2>\alpha^2-(\alpha^2-2)=2 \end{align}$$
- This contradicts the fact that $\alpha$ is an upper bound for $S$.
- Therefore, our assumption must be false, and $\alpha^2 \leq 2$.
- Now, let's prove $\alpha^2 \geq 2$:
- Assume $\alpha^2 < 2$.
- For $n \in \mathbb{N}$, consider $(\alpha + \frac{1}{n})^2$: $$\begin{align} \left( \alpha + \frac{1}{n} \right)^2 = \alpha^2 + \frac{2\alpha}{n} + \frac{1}{n^2} < \alpha^2 + \frac{2\alpha}{n} + \frac{1}{n} = \alpha^2 + \frac{2\alpha + 1}{n}. \end{align}$$
- Choose $n_0 \in \mathbb{N}$ such that $\frac{1}{n_0} < \frac{2 - \alpha^2}{2\alpha + 1}$.
- Then: $$\begin{align} \left( \alpha + \frac{1}{n_0} \right)^2 < \alpha^2 + (2 - \alpha^2) = 2. \end{align}$$
- This means $\alpha + \frac{1}{n_0} \in S$, contradicting $\alpha$ as an upper bound for $S$.
- Therefore, our assumption must be false, and $\alpha^2 \geq 2$.
- Since we have shown $\alpha^2 \leq 2$ and $\alpha^2 \geq 2$, we can conclude that $\alpha^2 = 2$.
∎