Theorems · Theorem · group theory
DirectSum.fromAddMonoid_of
∀ {ι : Type v} {β : ι → Type w} [inst : (i : ι) → AddCommMonoid (β i)] [inst_1 : DecidableEq ι] {γ : Type u₁}
[inst_2 : AddCommMonoid γ] (i : ι) (f : γ →+ β i),
DirectSum.fromAddMonoid ((DirectSum.of (fun i => γ →+ β i) i) f) = (DirectSum.of β i).comp f- Defined in
- Mathlib.Algebra.DirectSum.Basic
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 87 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
- AddCommMonoidstatement and proof · cited by 12,281
- AddMonoidHomstatement and proof · cited by 3,230
- DirectSumstatement and proof · cited by 446
- AddMonoidHom.compstatement and proof · cited by 339
- DirectSum.ofstatement and proof · cited by 122
- AddMonoidHom.compHomproof · cited by 10
- DirectSum.toAddMonoid_ofproof · cited by 8
- DirectSum.fromAddMonoidstatement · cited by 2
Cited by1
Results whose statement or proof uses this declaration.
- DirectSum.fromAddMonoid_of_applyproof · cited by 0