Theorems · Theorem · group theory
DirectSum.induction_on
∀ {ι : Type v} {β : ι → Type w} [inst : (i : ι) → AddCommMonoid (β i)] [inst_1 : DecidableEq ι]
{motive : (DirectSum ι fun i => β i) → Prop} (x : DirectSum ι fun i => β i),
motive 0 →
(∀ (i : ι) (x : β i), motive ((DirectSum.of β i) x)) →
(∀ (x y : DirectSum ι fun i => β i), motive x → motive y → motive (x + y)) → motive x- Defined in
- Mathlib.Algebra.DirectSum.Basic
- Cited by
- 5 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.
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
- DFinsuppproof · cited by 694
- DirectSumstatement and proof · cited by 446
- DirectSum.ofstatement and proof · cited by 122
- DFinsupp.singleproof · cited by 113
- DFinsupp.inductionproof · cited by 5
Cited by5
Results whose statement or proof uses this declaration.
- Module.DirectLimit.exists_ofproof · cited by 3
- DirectSum.id_applyproof · cited by 1
- OrthogonalFamily.projection_directSum_coeAddHomproof · cited by 0
- DirectSum.coe_decomposeTensor_applyproof · cited by 0
- DirectSum.induction_lonproof · cited by 0