Theorems · Theorem · commutative algebra
HahnSeries.SummableFamily.sum_vAddAntidiagonal_eq
∀ {Γ : Type u_1} {Γ' : Type u_2} {R : Type u_3} {V : Type u_4} {α : Type u_5} {β : Type u_6} [inst : PartialOrder Γ]
[inst_1 : PartialOrder Γ'] [inst_2 : AddCommMonoid V] [inst_3 : AddCommMonoid R] [inst_4 : SMulWithZero R V]
[inst_5 : VAdd Γ Γ'] [inst_6 : IsOrderedCancelVAdd Γ Γ'] (s : HahnSeries.SummableFamily Γ R α)
(t : HahnSeries.SummableFamily Γ' V β) (g : Γ') (a : α × β),
∑ x ∈ Finset.VAddAntidiagonal g ⋯, (s a.1).coeff x.1 • (t a.2).coeff x.2 =
∑ x ∈ Finset.VAddAntidiagonal g ⋯, (s a.1).coeff x.1 • (t a.2).coeff x.2- Defined in
- Mathlib.RingTheory.HahnSeries.Summable
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 88 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
- AddCommMonoidstatement and proof · cited by 12,281
- PartialOrderstatement and proof · cited by 6,410
- Finset.sumstatement · cited by 5,195
- Set.iUnionstatement · cited by 2,483
- HVAdd.hVAddproof · cited by 1,820
- smul_zeroproof · cited by 665
- VAddstatement and proof · cited by 616
- Function.supportstatement · cited by 610
- HahnSeriesstatement · cited by 528
- HahnSeries.coeffstatement and proof · cited by 235
- SMulWithZerostatement and proof · cited by 113
Cited by1
Results whose statement or proof uses this declaration.
- HahnSeries.SummableFamily.coeff_smulproof · cited by 2