Theorems · Theorem · commutative algebra
Derivation.leibniz_pow
∀ {R : Type u_1} {A : Type u_2} {M : Type u_4} [inst : CommSemiring R] [inst_1 : CommSemiring A]
[inst_2 : AddCommMonoid M] [inst_3 : Algebra R A] [inst_4 : Module A M] [inst_5 : Module R M] (D : Derivation R A M)
(a : A) (n : ℕ), D (a ^ n) = n • a ^ (n - 1) • D a- Defined in
- Mathlib.RingTheory.Derivation.Basic
- Cited by
- 10 results in Mathlib
- Foundations
- Depth 27 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites22
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
- Modulestatement and proof · cited by 20,661
- AddCommMonoidstatement and proof · cited by 12,281
- Algebrastatement and proof · cited by 11,388
- CommSemiringstatement and proof · cited by 10,911
- add_zeroproof · cited by 2,707
- zero_addproof · cited by 2,366
- one_smulproof · cited by 1,374
- MulActionproof · cited by 1,294
- pow_zeroproof · cited by 1,094
- pow_oneproof · cited by 894
- zero_smulproof · cited by 716
Cited by10
Results whose statement or proof uses this declaration.
- MvPolynomial.pderiv_powproof · cited by 6
- Derivation.map_aevalproof · cited by 2
- Derivation.apply_aeval_eq'proof · cited by 2
- Polynomial.Bivariate.pderiv_one_equivMvPolynomialproof · cited by 1
- Polynomial.Bivariate.pderiv_zero_equivMvPolynomialproof · cited by 1
- bernsteinPolynomial.sum_mul_smulproof · cited by 1
- bernsteinPolynomial.sum_smulproof · cited by 1
- MvPowerSeries.pderiv_powproof · cited by 1
- Derivation.leibniz_zpowproof · cited by 0
- Differential.logDeriv_prod_of_eq_zeroproof · cited by 0