Documentation

Projects.RealAnalysis.Rational

noncomputable def RealAnalysis.monoLtRatSeq (x : ) (n : ) :
Equations
Instances For
    theorem RealAnalysis.monoLtRatSeq_cnd {x : } {n : } :
    ∃ (r : ), x - 1 / 2 ^ n < r r < x - 1 / 2 ^ (n + 1)
    theorem RealAnalysis.monoLtRatSeq_btwn {x : } {n : } :
    x - 1 / 2 ^ n < (monoLtRatSeq x n) (monoLtRatSeq x n) < x - 1 / 2 ^ (n + 1)
    theorem RealAnalysis.lt_monoLtRatSeq {x : } {n : } :
    x - 1 / 2 ^ n < (monoLtRatSeq x n)
    theorem RealAnalysis.monoLtRatSeq_lt {x : } {n : } :
    (monoLtRatSeq x n) < x - 1 / 2 ^ (n + 1)
    theorem RealAnalysis.lt_monoLtRatSeq₀ {x : } {n : } :
    x - 1 < (monoLtRatSeq x n)
    theorem RealAnalysis.monoLt_monoLtRatSeq {x : } :
    monoLt fun (x_1 : ) => (monoLtRatSeq x x_1)
    theorem RealAnalysis.tendsTo_monoLtRatSeq {x : } :
    tendsTo (fun (x_1 : ) => (monoLtRatSeq x x_1)) x
    theorem RealAnalysis.exi_monoLt_rat_tendsTo_real {x : } :
    ∃ (a : ), (monoLt fun (x : ) => (a x)) tendsTo (fun (x : ) => (a x)) x
    theorem RealAnalysis.exi_monoLe_rat_tendsTo_real {x : } :
    ∃ (a : ), (monoLe fun (x : ) => (a x)) tendsTo (fun (x : ) => (a x)) x
    noncomputable def RealAnalysis.ratApprox (b : ) (x : ) (n : ) :
    Equations
    Instances For
      theorem RealAnalysis.ratApprox_le {b : } {x : } {n : } (hb : 2 b) (hx : 0 x) :
      (ratApprox b x n) x
      theorem RealAnalysis.lt_ratApprox {b : } {x : } {n : } (hb : 2 b) :
      x - 1 / b ^ n < (ratApprox b x n)
      theorem RealAnalysis.tendsTo_ratApprox {b : } {x : } (hb : 2 b) (hx : 0 x) :
      tendsTo (fun (x_1 : ) => (ratApprox b x x_1)) x