Theorems · Theorem · group theory
Submonoid.closure_induction_left
∀ {M : Type u_1} [inst : Monoid M] {s : Set M} {motive : (m : M) → m ∈ Submonoid.closure s → Prop},
motive 1 ⋯ →
(∀ (x : M) (hx : x ∈ s) (y : M) (hy : y ∈ Submonoid.closure s), motive y hy → motive (x * y) ⋯) →
∀ {x : M} (h : x ∈ Submonoid.closure s), motive x h- Cited by
- 4 results in Mathlib
- Foundations
- Depth 68 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- Monoid
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites15
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Setstatement and proof · cited by 53,352
- Monoidstatement and proof · cited by 3,887
- Submonoidstatement · cited by 3,086
- map_mulproof · cited by 1,137
- Subtype.propproof · cited by 505
- MulMemClass.mul_memstatement and proof · cited by 173
- Submonoid.closurestatement and proof · cited by 167
- FreeMonoidproof · cited by 147
- OneMemClass.one_memstatement and proof · cited by 87
- FreeMonoid.ofproof · cited by 69
- Submonoid.subset_closurestatement and proof · cited by 46
Cited by4
Results whose statement or proof uses this declaration.
- Submonoid.induction_of_closure_eq_top_leftproof · cited by 3
- Subgroup.closure_induction_leftproof · cited by 2
- Submonoid.closure_induction_rightproof · cited by 2
- CoxeterSystem.simple_induction_leftproof · cited by 1