Documentation

Analysis.Section_6_epilogue

Identification with the Cauchy sequence support in Mathlib/Algebra/Order/CauSeq/Basic

Identification with the Cauchy sequence support in Mathlib/Topology/UniformSpace/Cauchy

A technicality: CauSeq.IsComplete ℝ was established for _root_.abs but not for norm.

theorem Chapter6.Sequence.lim_eq_CauSeq_lim (a : ℕ → ℝ) (ha : (↑a).IsCauchy) :
lim ↑a = CauSeq.lim ⟨a, ⋯⟩

Identification with CauSeq.lim

Identification with limUnder

theorem Chapter6.Sequence.sup_eq_sSup (a : ℕ → ℝ) :
(↑a).sup = sSup (Set.range fun (n : ℕ) => ↑(a n))
theorem Chapter6.Sequence.inf_eq_sInf (a : ℕ → ℝ) :
(↑a).inf = sInf (Set.range fun (n : ℕ) => ↑(a n))

Identification with MapClusterPt

theorem Chapter6.Sequence.limsup_eq (a : ℕ → ℝ) :
(↑a).limsup = Filter.limsup (fun (n : ℕ) => ↑(a n)) Filter.atTop

Identification with Filter.limsup

theorem Chapter6.Sequence.liminf_eq (a : ℕ → ℝ) :
(↑a).liminf = Filter.liminf (fun (n : ℕ) => ↑(a n)) Filter.atTop

Identification with Filter.liminf

theorem Chapter6.Real.rpow_eq_rpow {x : ℝ} (hx : x > 0) (α : ℝ) :
rpow x α = x ^ α

Identification of Chapter6.Real.rpow and Mathlib exponentiation