Theorems · Theorem · group theory
AddSubmonoid.iSup_induction
∀ {M : Type u_1} [inst : AddZeroClass M] {ι : Sort u_4} (S : ι → AddSubmonoid M) {motive : M → Prop} {x : M},
x ∈ ⨆ i, S i →
(∀ (i : ι), ∀ x ∈ S i, motive x) → motive 0 → (∀ (x y : M), motive x → motive y → motive (x + y)) → motive xAn induction principle for elements of ⨆ i, S i.
If C holds for 0 and all elements of S i for all i, and is preserved under addition,
then it holds for all elements of the supremum of S.
- Cited by
- 5 results in Mathlib
- Foundations
- Depth 67 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- AddZeroClass
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- SetLike.coeproof · cited by 8,199
- Set.iUnionproof · cited by 2,483
- iSupstatement and proof · cited by 2,415
- AddZeroClassstatement and proof · cited by 1,237
- AddSubmonoidstatement and proof · cited by 1,178
- AddSubmonoid.closureproof · cited by 224
- Set.mem_iUnionproof · cited by 212
- AddSubmonoid.closure_inductionproof · cited by 30
- AddSubmonoid.iSup_eq_closureproof · cited by 2
Cited by5
Results whose statement or proof uses this declaration.
- Submodule.iSup_inductionproof · cited by 4
- DirectSum.Decomposition.inductionOnproof · cited by 2
- AddSubmonoid.smul_iSupproof · cited by 2
- AddSubmonoid.iSup_induction'proof · cited by 1
- AddSubmonoid.iSup_mulproof · cited by 0