Theorems · Theorem · special functions
Polynomial.deriv_gaussian_eq_hermite_mul_gaussian
∀ (n : ℕ) (x : ℝ),
deriv^[n] (fun y => Real.exp (-(y ^ 2 / 2))) x =
(-1) ^ n * (Polynomial.aeval x) (Polynomial.hermite n) * Real.exp (-(x ^ 2 / 2))hermite n is (up to sign) the factor appearing in deriv^[n] of a Gaussian.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 193 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites39
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Realstatement and proof · cited by 25,697
- Polynomialstatement and proof · cited by 5,681
- AlgHomstatement · cited by 3,236
- one_mulproof · cited by 2,841
- Nat.cast_oneproof · cited by 2,501
- mul_commproof · cited by 2,262
- mul_assocproof · cited by 1,667
- Polynomial.Xproof · cited by 1,639
- map_mulproof · cited by 1,137
- pow_zeroproof · cited by 1,094
- pow_oneproof · cited by 894
Cited by1
Results whose statement or proof uses this declaration.
- Polynomial.hermite_eq_deriv_gaussianproof · cited by 1