Mathlib Map

Theorems · Definition · group theory

DirectSum.of

{ι : Type v} →
  (β : ι → Type w) →
    [inst : (i : ι) → AddCommMonoid (β i)] → [DecidableEq ι] → (i : ι) → β i →+ DirectSum ι fun i => β i

of i is the natural inclusion map from β i to ⨁ i, β i.

Defined in
Mathlib.Algebra.DirectSum.Basic
Cited by
122 results in Mathlib
Foundations
Depth 31 from the axioms, rests on 413 definitions · uses propext, Classical.choice, Quot.sound
Assumes
AddCommMonoidDecidableEq

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites4

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by132

Results whose statement or proof uses this declaration.