Theorems · Theorem · group theory
DirectSum.of_apply
∀ {ι : Type v} {β : ι → Type w} [inst : (i : ι) → AddCommMonoid (β i)] [inst_1 : DecidableEq ι] {i : ι} (j : ι)
(x : β i), ((DirectSum.of β i) x) j = if h : i = j then Eq.recOn h x else 0- Defined in
- Mathlib.Algebra.DirectSum.Basic
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 32 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.
- DFunLike.coestatement · cited by 62,936
- AddCommMonoidstatement and proof · cited by 12,281
- AddMonoidHomstatement · cited by 3,230
- DFinsuppstatement · cited by 694
- DirectSumstatement · cited by 446
- DirectSum.ofstatement · cited by 122
- DFinsupp.single_applyproof · cited by 35
Cited by3
Results whose statement or proof uses this declaration.
- DirectSum.lequivCongrLeft_lofproof · cited by 3
- DirectSum.sum_univ_ofproof · cited by 1
- DirectSum.completeOrthogonalIdempotents_idempotentproof · cited by 0