Spellchecker

This commit is contained in:
Indigo5684
2025-09-30 13:19:29 -05:00
parent 4a046047c3
commit 9e3784cfd6
24 changed files with 139 additions and 113 deletions

View File

@@ -56,7 +56,7 @@
2. $|ab| = |a||b|$
3. $|a + b| \leq |a| + |b|$
**Corollary**. Givem $a, b \in \mathbb{R}$, then $\abs{\abs{a} - \abs{b}} \leq \abs{a - b}$.
**Corollary**. Given $a, b \in \mathbb{R}$, then $\abs{\abs{a} - \abs{b}} \leq \abs{a - b}$.
**Remark**. Every field has at least one absolute value function.
@@ -86,7 +86,7 @@ $$
---
**Decimals**. Let $x \in \mathbb{R}$ such that $x > 0$. By the archimedian property, there exists some $b_0 \in \mathbb{N} \cup {0}$ such that $b_0 < x < b_0 + 1$. We can repeat this to see
**Decimals**. Let $x \in \mathbb{R}$ such that $x > 0$. By the archimedean property, there exists some $b_0 \in \mathbb{N} \cup {0}$ such that $b_0 < x < b_0 + 1$. We can repeat this to see
$$
x = b_0 + \frac{b_1}{10} + \frac{b_2}{100} + \ldots + \frac{b_n}{100^n} + \ldots