Theorems · Definition · group theory
DirectSum.setToSet
{ι : Type v} →
(β : ι → Type w) →
[inst : (i : ι) → AddCommMonoid (β i)] →
[DecidableEq ι] → (S T : Set ι) → S ⊆ T → (DirectSum ↑S fun i => β ↑i) →+ DirectSum ↑T fun i => β ↑isetToSet β S T h is the natural homomorphism ⨁ (i : S), β i → ⨁ (i : T), β i,
where h : S ⊆ T.
- Defined in
- Mathlib.Algebra.DirectSum.Basic
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 85 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- AddCommMonoidDecidableEq
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.
- Setstatement and proof · cited by 53,352
- AddCommMonoidstatement and proof · cited by 12,281
- Set.Elemstatement and proof · cited by 7,166
- AddMonoidHomstatement · cited by 3,230
- DirectSumstatement · cited by 446
- DirectSum.ofproof · cited by 122
- DirectSum.toAddMonoidproof · cited by 11
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.