Theorems · Theorem · group theory
DirectSum.Decomposition.inductionOn
∀ {ι : Type u_1} {M : Type u_3} {σ : Type u_4} [inst : DecidableEq ι] [inst_1 : AddCommMonoid M] [inst_2 : SetLike σ M]
[inst_3 : AddSubmonoidClass σ M] (ℳ : ι → σ) [DirectSum.Decomposition ℳ] {motive : M → Prop},
motive 0 →
(∀ {i : ι} (m : ↥(ℳ i)), motive ↑m) → (∀ (m m' : M), motive m → motive m' → motive (m + m')) → ∀ (m : M), motive m- Defined in
- Mathlib.Algebra.DirectSum.Decomposition
- Cited by
- 2 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.
Cites17
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- AddCommMonoidstatement and proof · cited by 12,281
- SetLike.coeproof · cited by 8,199
- iSupproof · cited by 2,415
- AddSubmonoidproof · cited by 1,178
- SetLikestatement and proof · cited by 1,084
- DirectSumproof · cited by 446
- AddSubmonoidClassstatement and proof · cited by 346
- AddMemClass.add_memproof · cited by 229
- ZeroMemClass.zero_memproof · cited by 162
- DirectSum.decomposeproof · cited by 93
- Equiv.right_invproof · cited by 68
Cited by2
Results whose statement or proof uses this declaration.
- ExteriorAlgebra.ιMulti_spanproof · cited by 0
- AlgebraicGeometry.ProjIsoSpecTopComponent.FromSpec.carrier.smul_memproof · cited by 0