Theorems · Theorem · general algebraic systems
DFinsupp.sumAddHom_comm
∀ {ι₁ : Type u_4} {ι₂ : Type u_5} {β₁ : ι₁ → Type u_1} {β₂ : ι₂ → Type u_2} {γ : Type u_3} [inst : DecidableEq ι₁]
[inst_1 : DecidableEq ι₂] [inst_2 : (i : ι₁) → AddZeroClass (β₁ i)] [inst_3 : (i : ι₂) → AddZeroClass (β₂ i)]
[inst_4 : AddCommMonoid γ] (f₁ : Π₀ (i : ι₁), β₁ i) (f₂ : Π₀ (i : ι₂), β₂ i)
(h : (i : ι₁) → (j : ι₂) → β₁ i →+ β₂ j →+ γ),
(DFinsupp.sumAddHom fun i₂ => (DFinsupp.sumAddHom fun i₁ => h i₁ i₂) f₁) f₂ =
(DFinsupp.sumAddHom fun i₁ => (DFinsupp.sumAddHom fun i₂ => (h i₁ i₂).flip) f₂) f₁- Defined in
- Mathlib.Data.DFinsupp.BigOperators
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 80 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
- Finset.sumproof · cited by 5,195
- AddMonoidHomstatement and proof · cited by 3,230
- Multisetproof · cited by 2,627
- Finset.sum_congrproof · cited by 2,323
- AddZeroClassstatement and proof · cited by 1,237
- DFinsuppstatement and proof · cited by 694
- Multiset.toFinsetproof · cited by 230
- Finset.sum_commproof · cited by 66
- AddMonoidHom.toZeroHomproof · cited by 61
- Truncproof · cited by 39
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.