Theorems · Theorem · commutative algebra
LaurentSeries.hasseDeriv_single_add
∀ {R : Type u_1} [inst : Semiring R] {V : Type u_2} [inst_1 : AddCommGroup V] [inst_2 : Module R V] (k : ℕ) (n : ℤ)
(x : V),
(LaurentSeries.hasseDeriv R k) ((HahnSeries.single (n + ↑k)) x) = (HahnSeries.single n) (Ring.choose (n + ↑k) k • x)- 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.
Cites17
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
- smul_zeroproof · cited by 665
- HahnSeriesstatement · cited by 528
- HahnSeries.coeffproof · cited by 235
- ZeroHomstatement · cited by 161
- HahnSeries.singlestatement and proof · cited by 82
- LaurentSeriesstatement · cited by 64
Cited by1
Results whose statement or proof uses this declaration.
- LaurentSeries.hasseDeriv_singleproof · cited by 0