Documentation

MathlibNt.SieveTheory.LinearSieve.Suzuki.SuzukiCanonicalXiConstruction

noncomputable def Section10CanonicalXi.eta (x : ) :

The canonical function η(x)=∫₀¹ exp(tx)dt, including its removable value at zero.

Equations
Instances For
    theorem Section10CanonicalXi.eta_eq_div {x : } (hx : x 0) :
    eta x = (Real.exp x - 1) / x
    theorem Section10CanonicalXi.eta_hasDerivAt {x : } (hx : 0 < x) :
    HasDerivAt eta (eta x - (eta x - 1) / x) x
    theorem Section10CanonicalXi.eta_slope_gt_half {x : } (hx : 0 < x) :
    1 / 2 < eta x - (eta x - 1) / x
    noncomputable def Section10CanonicalXi.xi (s : ) :

    Canonical global extension: the positive inverse on (1,∞), and zero on (-∞,1].

    Equations
    Instances For
      theorem Section10CanonicalXi.xi_pos {s : } (hs : 1 < s) :
      0 < xi s
      theorem Section10CanonicalXi.xi_equation {s : } (hs : 1 < s) :
      Real.exp (xi s) - 1 = s * xi s
      theorem Section10CanonicalXi.xi_etaSlopeLower {s : } (hs : 1 < s) :
      1 / 2 < s - (s - 1) / xi s

      The canonical inverse closes the exact weak Proposition 10.20 interface.