Documentation

Projects.RealAnalysis.Continuity

Equations
Instances For
    theorem RealAnalysis.tendsTo_of_continuousAt {a : } {f : } {L : } (h₁ : tendsTo a L) (h₂ : continuousAt f L) :
    tendsTo (fun (x : ) => f (a x)) (f L)
    theorem RealAnalysis.tendsTo_of_continuous {a : } {f : } {L : } (h₁ : tendsTo a L) (h₂ : continuous f) :
    tendsTo (fun (x : ) => f (a x)) (f L)
    theorem RealAnalysis.continuousAt_comp {f g : } {x : } (hf : continuousAt f (g x)) (hg : continuousAt g x) :
    theorem RealAnalysis.continuous_comp {f g : } (hf : continuous f) (hg : continuous g) :
    theorem RealAnalysis.continuous_add_left {x : } :
    continuous fun (x_1 : ) => x + x_1
    theorem RealAnalysis.continuous_add_right {x : } :
    continuous fun (x_1 : ) => x_1 + x
    theorem RealAnalysis.continuous_sub_left {x : } :
    continuous fun (x_1 : ) => x - x_1
    theorem RealAnalysis.continuous_sub_right {x : } :
    continuous fun (x_1 : ) => x_1 - x
    theorem RealAnalysis.continuous_mul_left {x : } :
    continuous fun (x_1 : ) => x * x_1
    theorem RealAnalysis.continuous_mul_right {x : } :
    continuous fun (x_1 : ) => x_1 * x
    theorem RealAnalysis.continuous_div_right {x : } :
    continuous fun (x_1 : ) => x_1 / x
    theorem RealAnalysis.continuous_rpow_left {b : } (hb : 0 < b) :
    continuous fun (x : ) => b ^ x
    theorem RealAnalysis.tendsTo_exp {a : } {L : } (h : tendsTo a L) :
    tendsTo (fun (x : ) => Real.exp (a x)) (Real.exp L)
    theorem RealAnalysis.continuousAt_log {x : } (hx : 0 < x) :
    continuousAt (fun (x : ) => Real.log x) x