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