Theorems · Theorem · commutative algebra
LaurentSeries.hasseDeriv_comp_coeff
∀ {R : Type u_1} [inst : Semiring R] {V : Type u_2} [inst_1 : AddCommGroup V] [inst_2 : Module R V] (k l : ℕ)
(f : LaurentSeries V) (n : ℤ),
((LaurentSeries.hasseDeriv R k) ((LaurentSeries.hasseDeriv R l) f)).coeff n =
((k + l).choose k • (LaurentSeries.hasseDeriv R (k + l)) f).coeff n- Defined in
- Mathlib.RingTheory.LaurentSeries
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 117 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- SemiringAddCommGroupModule
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites19
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
- RingHom.idstatement · cited by 18,349
- Semiringstatement and proof · cited by 13,802
- AddCommGroupstatement and proof · cited by 12,871
- LinearMapstatement · cited by 10,215
- mul_commproof · cited by 2,262
- add_assocproof · cited by 746
- Nat.cast_addproof · cited by 586
- Nat.choosestatement and proof · cited by 494
- smul_smulproof · cited by 360
- HahnSeries.coeffstatement and proof · cited by 235
Cited by1
Results whose statement or proof uses this declaration.
- LaurentSeries.hasseDeriv_compproof · cited by 1