Theorems · Theorem · group theory
DirectSum.addHom_ext
∀ {ι : Type v} {β : ι → Type w} [inst : (i : ι) → AddCommMonoid (β i)] [inst_1 : DecidableEq ι] {γ : Type u_1}
[inst_2 : AddZeroClass γ] ⦃f g : (DirectSum ι fun i => β i) →+ γ⦄,
(∀ (i : ι) (y : β i), f ((DirectSum.of β i) y) = g ((DirectSum.of β i) y)) → f = gIf two additive homomorphisms from ⨁ i, β i are equal on each of β i y,
then they are equal.
- Defined in
- Mathlib.Algebra.DirectSum.Basic
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 67 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites7
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
- AddMonoidHomstatement and proof · cited by 3,230
- AddZeroClassstatement and proof · cited by 1,237
- DirectSumstatement and proof · cited by 446
- DirectSum.ofstatement and proof · cited by 122
- DFinsupp.addHom_extproof · cited by 4
Cited by1
Results whose statement or proof uses this declaration.
- DirectSum.addHom_ext'proof · cited by 4