Theorems · Theorem · commutative algebra
HahnSeries.coeff_mul
∀ {Γ : Type u_1} {R : Type u_3} [inst : AddCommMonoid Γ] [inst_1 : PartialOrder Γ] [inst_2 : IsOrderedCancelAddMonoid Γ]
[inst_3 : NonUnitalNonAssocSemiring R] {x y : HahnSeries Γ R} {a : Γ},
(x * y).coeff a = ∑ ij ∈ Finset.antidiagonal ⋯ ⋯ a, x.coeff ij.1 * y.coeff ij.2- Cited by
- 1 results in Mathlib
- Foundations
- Depth 94 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- AddCommMonoidstatement and proof · cited by 12,281
- PartialOrderstatement and proof · cited by 6,410
- Finset.sumstatement · cited by 5,195
- NonUnitalNonAssocSemiringstatement and proof · cited by 1,081
- HahnSeriesstatement and proof · cited by 528
- IsOrderedCancelAddMonoidstatement and proof · cited by 359
- HahnSeries.coeffstatement · cited by 235
- HahnSeries.supportstatement · cited by 84
- Finset.antidiagonalstatement · cited by 23
- HahnSeries.isPWO_supportstatement · cited by 20
Cited by1
Results whose statement or proof uses this declaration.
- HahnSeries.single_mul_singleproof · cited by 6