theorem
Chapter9.Convergesto.iff_conv
{E : Set ℝ}
(f : ℝ → ℝ)
(L : ℝ)
{x₀ : ℝ}
(h : AdherentPt x₀ E)
:
Convergesto E f L x₀ ↔ ∀ (a : ℕ → ℝ),
(∀ (n : ℕ), a n ∈ E) →
Filter.Tendsto a Filter.atTop (nhds x₀) → Filter.Tendsto (fun (n : ℕ) => f (a n)) Filter.atTop (nhds L)
Proposition 9.3.9 / Exercise 9.3.1
theorem
Chapter9.Convergesto.comp
{E : Set ℝ}
{f : ℝ → ℝ}
{L x₀ : ℝ}
(h : AdherentPt x₀ E)
(hf : Convergesto E f L x₀)
{a : ℕ → ℝ}
(ha : ∀ (n : ℕ), a n ∈ E)
(hconv : Filter.Tendsto a Filter.atTop (nhds x₀))
:
Filter.Tendsto (fun (n : ℕ) => f (a n)) Filter.atTop (nhds L)
theorem
Chapter9.Convergesto.uniq
{E : Set ℝ}
{f : ℝ → ℝ}
{L L' x₀ : ℝ}
(h : AdherentPt x₀ E)
(hf : Convergesto E f L x₀)
(hf' : Convergesto E f L' x₀)
:
Corollary 9.3.13
theorem
Chapter9.Convergesto.add
{E : Set ℝ}
{f g : ℝ → ℝ}
{L M x₀ : ℝ}
(h : AdherentPt x₀ E)
(hf : Convergesto E f L x₀)
(hg : Convergesto E g M x₀)
:
Convergesto E (f + g) (L + M) x₀
Proposition 9.3.14 (Limit laws for functions)
theorem
Chapter9.Convergesto.sub
{E : Set ℝ}
{f g : ℝ → ℝ}
{L M x₀ : ℝ}
(h : AdherentPt x₀ E)
(hf : Convergesto E f L x₀)
(hg : Convergesto E g M x₀)
:
Convergesto E (f - g) (L - M) x₀
Proposition 9.3.14 (Limit laws for functions) / Exercise 9.3.2
theorem
Chapter9.Convergesto.max
{E : Set ℝ}
{f g : ℝ → ℝ}
{L M x₀ : ℝ}
(h : AdherentPt x₀ E)
(hf : Convergesto E f L x₀)
(hg : Convergesto E g M x₀)
:
Convergesto E (f ⊔ g) (Max.max L M) x₀
Proposition 9.3.14 (Limit laws for functions) / Exercise 9.3.2
theorem
Chapter9.Convergesto.min
{E : Set ℝ}
{f g : ℝ → ℝ}
{L M x₀ : ℝ}
(h : AdherentPt x₀ E)
(hf : Convergesto E f L x₀)
(hg : Convergesto E g M x₀)
:
Convergesto E (f ⊓ g) (Min.min L M) x₀
Proposition 9.3.14 (Limit laws for functions) / Exercise 9.3.2
theorem
Chapter9.Convergesto.smul
{E : Set ℝ}
{f : ℝ → ℝ}
{L x₀ : ℝ}
(h : AdherentPt x₀ E)
(hf : Convergesto E f L x₀)
(c : ℝ)
:
Convergesto E (c • f) (c * L) x₀
Proposition 9.3.14 (Limit laws for functions) / Exercise 9.3.2
theorem
Chapter9.Convergesto.mul
{E : Set ℝ}
{f g : ℝ → ℝ}
{L M x₀ : ℝ}
(h : AdherentPt x₀ E)
(hf : Convergesto E f L x₀)
(hg : Convergesto E g M x₀)
:
Convergesto E (f * g) (L * M) x₀
Proposition 9.3.14 (Limit laws for functions) / Exercise 9.3.2
theorem
Chapter9.Convergesto.div
{E : Set ℝ}
{f g : ℝ → ℝ}
{L M x₀ : ℝ}
(h : AdherentPt x₀ E)
(hM : M ≠ 0)
(hf : Convergesto E f L x₀)
(hg : Convergesto E g M x₀)
:
Convergesto E (f / g) (L / M) x₀
Proposition 9.3.14 (Limit laws for functions) / Exercise 9.3.2. The hypothesis in the book that g is non-vanishing on E can be dropped.
theorem
Chapter9.Convergesto.const
{E : Set ℝ}
{x₀ : ℝ}
(h : AdherentPt x₀ E)
(c : ℝ)
:
Convergesto E (fun (x : ℝ) => c) c x₀
theorem
Chapter9.Convergesto.id
{E : Set ℝ}
{x₀ : ℝ}
(h : AdherentPt x₀ E)
:
Convergesto E (fun (x : ℝ) => x) x₀ x₀
theorem
Chapter9.Convergesto.sq
{E : Set ℝ}
{x₀ : ℝ}
(h : AdherentPt x₀ E)
:
Convergesto E (fun (x : ℝ) => x ^ 2) x₀ (x₀ ^ 2)
theorem
Chapter9.Convergesto.linear
{E : Set ℝ}
{x₀ : ℝ}
(h : AdherentPt x₀ E)
(c : ℝ)
:
Convergesto E (fun (x : ℝ) => c * x) x₀ (c * x₀)
theorem
Chapter9.Convergesto.restrict
{X Y : Set ℝ}
{f : ℝ → ℝ}
{L x₀ : ℝ}
(h : AdherentPt x₀ X)
(hf : Convergesto X f L x₀)
(hY : Y ⊆ X)
:
Convergesto Y f L x₀
Example 9.3.16
Example 9.3.16
@[reducible, inline]
Instances For
theorem
Chapter9.Convergesto.local
{E : Set ℝ}
{f : ℝ → ℝ}
{L x₀ : ℝ}
(h : AdherentPt x₀ E)
{δ : ℝ}
(hδ : δ > 0)
:
Proposition 9.3.18 / Exercise 9.3.3
theorem
Chapter9.Convergesto.squeeze
{E : Set ℝ}
{f g h : ℝ → ℝ}
{L x₀ : ℝ}
(had : AdherentPt x₀ E)
(hfg : ∀ x ∈ E, f x ≤ g x)
(hgh : ∀ x ∈ E, g x ≤ h x)
(hf : Convergesto E f L x₀)
(hh : Convergesto E h L x₀)
:
Convergesto E g L x₀
Exercise 9.3.5 (Continuous version of squeeze test)