Theorems · Theorem · group theory
Submonoid.iSup_induction
∀ {M : Type u_1} [inst : MulOneClass M] {ι : Sort u_4} (S : ι → Submonoid M) {motive : M → Prop} {x : M},
x ∈ ⨆ i, S i →
(∀ (i : ι), ∀ x ∈ S i, motive x) → motive 1 → (∀ (x y : M), motive x → motive y → motive (x * y)) → motive xAn induction principle for elements of ⨆ i, S i.
If C holds for 1 and all elements of S i for all i, and is preserved under multiplication,
then it holds for all elements of the supremum of S.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 67 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- MulOneClass
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
- Submonoidstatement and proof · cited by 3,086
- Set.iUnionproof · cited by 2,483
- iSupstatement and proof · cited by 2,415
- MulOneClassstatement and proof · cited by 1,018
- Set.mem_iUnionproof · cited by 212
- Submonoid.closureproof · cited by 167
- Submonoid.closure_inductionproof · cited by 27
- Submonoid.iSup_eq_closureproof · cited by 1
Cited by1
Results whose statement or proof uses this declaration.
- Submonoid.iSup_induction'proof · cited by 0