Equations
- RealAnalysis.converges a = ∃ (L : ℝ), RealAnalysis.tendsTo a L
Instances For
Equations
- RealAnalysis.limit a = Classical.epsilon fun (L : ℝ) => RealAnalysis.tendsTo a L
Instances For
Equations
- RealAnalysis.someLt x = Classical.epsilon fun (y : ℝ) => y < x
Instances For
Equations
- RealAnalysis.someGt x = Classical.epsilon fun (y : ℝ) => x < y
Instances For
Equations
- RealAnalysis.glb a = ⨅ (i : ℕ), a i
Instances For
Equations
- RealAnalysis.lub a = ⨆ (i : ℕ), a i
Instances For
Equations
Instances For
Equations
Instances For
@[simp]
theorem
RealAnalysis.eventually_ne_of_ne_limit
{a : ℕ → ℝ}
{L M : ℝ}
(h₁ : tendsTo a L)
(h₂ : M ≠ L)
:
eventually fun (x : ℕ) => a x ≠ M
theorem
RealAnalysis.eventually_pos_of_limit_pos
{a : ℕ → ℝ}
{L : ℝ}
(h₁ : 0 < L)
(h₂ : tendsTo a L)
:
eventually fun (x : ℕ) => 0 < a x
theorem
RealAnalysis.eventually_neg_of_limit_neg
{a : ℕ → ℝ}
{L : ℝ}
(h₁ : L < 0)
(h₂ : tendsTo a L)
:
eventually fun (x : ℕ) => a x < 0
Equations
- RealAnalysis.bounded a = ∃ (m : ℝ), RealAnalysis.boundedBy a m
Instances For
Equations
- RealAnalysis.bounded' a = ∃ (m : ℝ), 0 < m ∧ RealAnalysis.boundedBy a m
Instances For
Equations
- RealAnalysis.Subseq σ = ∀ (i j : ℕ), i < j → σ i < σ j