Documentation

Projects.RealAnalysis.Bounds

noncomputable def RealAnalysis.bounds (a : ) (n : ) :
Equations
Instances For
    theorem RealAnalysis.bounds_le_bounds_of_tendsTo {a : } {L : } {k n : } (h₁ : tendsTo a L) (h₂ : k n) :
    bounds a n bounds a k
    theorem RealAnalysis.bounds_le_bounds_of_converges {a : } {k n : } (h₁ : converges a) (h₂ : k n) :
    bounds a n bounds a k
    theorem RealAnalysis.abs_le_bounds_of_tendsTo {a : } {L : } {n : } (h : tendsTo a L) :
    |a n| bounds a n
    theorem RealAnalysis.tendsTo_lub_seq_of_nonneg {a : } {L : } (h₁ : tendsTo a L) :
    tendsTo (fun (n : ) => lub fun (x : ) => a (n + x)) L
    @[simp]
    theorem RealAnalysis.bounds_nonneg_of_tendsTo {a : } {L : } {n : } (h : tendsTo a L) :
    0 bounds a n
    theorem RealAnalysis.abs_bounds_of_tendsTo {a : } {L : } {n : } (h : tendsTo a L) :
    |bounds a n| = bounds a n
    @[simp]
    theorem RealAnalysis.bounds_neg {a : } :