Documentation

LeanPool.IsTranscendentalPi.CalculusOnPoly

Calculus on polynomials #

The integral ∫₀¹ x · exp(-(t · x)) · T(t · x) dt and the polynomial ∑ᵢ T⁽ⁱ⁾, together with the calculus identities relating them for Niven's argument.

noncomputable def intExpNegPoly (T : Polynomial ) (x : ) :

The integral ∫₀¹ x * exp(-(t * x)) * T(t * x) dt.

Equations
Instances For
    noncomputable def sumDeriv {R : Type u_1} [Semiring R] (T : Polynomial R) :

    The polynomial ∑ᵢ₌₀ᵈ T⁽ⁱ⁾ with d = deg(T).

    Equations
    Instances For
      theorem iteratedDeriv_aeval_fun (T : Polynomial ) (k : ) :
      (iteratedDeriv k fun (z : ) => (Polynomial.aeval z) T) = fun (z : ) => (Polynomial.aeval z) ((⇑Polynomial.derivative)^[k] T)

      The k-th derivative of z ↦ T(z) is z ↦ T⁽ᵏ⁾(z).

      The equality ∫₀¹ x * exp(-(t x)) * T(t x) dt = ∑ᵢ₌₀ᵈ T⁽ⁱ⁾(0) - e^(-x) * ∑ᵢ₌₀ᵈ T⁽ⁱ⁾(x).

      If the multiplicity of a is ≥ m, then ∑ᵢ₌₀ᵈ T⁽ⁱ⁾(a) = ∑ᵢ₌ₘᵈ T⁽ⁱ⁾(a).

      theorem T_bounded (T : Polynomial ) (a : ) :
      ∃ (M : ), tSet.uIoc 0 1, (Polynomial.aeval (t * a)) T M

      On the segment 0 < t ≤ 1, the values ‖T(t a)‖ are bounded above by a real constant.