Theorems · Theorem · general algebraic systems
DFinsupp.addHom_ext
∀ {ι : Type u} {β : ι → Type v} [inst : DecidableEq ι] [inst_1 : (i : ι) → AddZeroClass (β i)] {γ : Type w}
[inst_2 : AddZeroClass γ] ⦃f g : (Π₀ (i : ι), β i) →+ γ⦄,
(∀ (i : ι) (y : β i), (f fun₀ | i => y) = g fun₀ | i => y) → f = gIf two additive homomorphisms from Π₀ i, β i are equal on each single a b, then
they are equal.
- Defined in
- Mathlib.Data.DFinsupp.Ext
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 66 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
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
- Set.rangeproof · cited by 4,705
- AddMonoidHomstatement and proof · cited by 3,230
- Set.iUnionproof · cited by 2,483
- AddZeroClassstatement and proof · cited by 1,237
- DFinsuppstatement and proof · cited by 694
- DFinsupp.singlestatement and proof · cited by 113
- AddMonoidHom.eq_of_eqOn_denseMproof · cited by 5
- DFinsupp.add_closure_iUnion_range_singleproof · cited by 1
Cited by4
Results whose statement or proof uses this declaration.
- AddCommGrpCat.Colimits.Quot.addMonoidHom_extproof · cited by 4
- DFinsupp.lhom_extproof · cited by 2
- DFinsupp.addHom_ext'proof · cited by 2
- DirectSum.addHom_extproof · cited by 1