From 611595b197d2da659cc1114c6a2d2ec2354d469c Mon Sep 17 00:00:00 2001 From: mark Date: Fri, 6 Oct 2023 08:40:50 -0700 Subject: [PATCH] Minor cleanup --- Advanced/Euler's Number/parts/1 limits.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Advanced/Euler's Number/parts/1 limits.tex b/Advanced/Euler's Number/parts/1 limits.tex index 030edba..4aea0ed 100644 --- a/Advanced/Euler's Number/parts/1 limits.tex +++ b/Advanced/Euler's Number/parts/1 limits.tex @@ -59,7 +59,7 @@ and of a bounded sequence that does not have a limit. \definition{Limits (formal)} Let $a_n$ be a sequence. $L$ is the \textit{limit} of this sequence if for any $\varepsilon < 0$, \par -we can find an $N$ so that $|a_n - L| < \varepsilon \forall n \geq N$. +we can find an $N$ so that $|a_n - L| < \varepsilon ~~ \forall n \geq N$. \vfill