Theorems · Definition · group theory
DirectSum.Decomposition.casesOn
{ι : Type u_1} →
{M : Type u_3} →
{σ : Type u_4} →
[inst : DecidableEq ι] →
[inst_1 : AddCommMonoid M] →
[inst_2 : SetLike σ M] →
[inst_3 : AddSubmonoidClass σ M] →
{ℳ : ι → σ} →
{motive : DirectSum.Decomposition ℳ → Sort u} →
(t : DirectSum.Decomposition ℳ) →
((decompose' : M → DirectSum ι fun i => ↥(ℳ i)) →
(left_inv : Function.LeftInverse (⇑(DirectSum.coeAddMonoidHom ℳ)) decompose') →
(right_inv : Function.RightInverse (⇑(DirectSum.coeAddMonoidHom ℳ)) decompose') →
motive { decompose' := decompose', left_inv := left_inv, right_inv := right_inv }) →
motive t- Defined in
- Mathlib.Algebra.DirectSum.Decomposition
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 88 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
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 · cited by 3,230
- SetLikestatement and proof · cited by 1,084
- DirectSumstatement and proof · cited by 446
- AddSubmonoidClassstatement and proof · cited by 346
- DirectSum.Decompositionstatement and proof · cited by 57
- DirectSum.coeAddMonoidHomstatement and proof · cited by 8
Cited by2
Results whose statement or proof uses this declaration.
- DirectSum.Decomposition.noConfusionproof · cited by 0
- DirectSum.Decomposition.noConfusionTypeproof · cited by 0