Theorems · Theorem · group theory
Submonoid.closure_induction
∀ {M : Type u_1} [inst : MulOneClass M] {s : Set M} {motive : (x : M) → x ∈ Submonoid.closure s → Prop},
(∀ (x : M) (h : x ∈ s), motive x ⋯) →
motive 1 ⋯ →
(∀ (x y : M) (hx : x ∈ Submonoid.closure s) (hy : y ∈ Submonoid.closure s),
motive x hx → motive y hy → motive (x * y) ⋯) →
∀ {x : M} (hx : x ∈ Submonoid.closure s), motive x hxAn induction principle for closure membership. If p holds for 1 and all elements of s, and
is preserved under multiplication, then p holds for all elements of the closure of s.
- Defined in
- Mathlib.Algebra.Group.Submonoid.Basic
- Cited by
- 27 results in Mathlib
- Foundations
- Depth 64 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.
- Setstatement and proof · cited by 53,352
- Set.ofPredproof · cited by 6,101
- Submonoidstatement and proof · cited by 3,086
- MulOneClassstatement and proof · cited by 1,018
- MulMemClass.mul_memstatement and proof · cited by 173
- Submonoid.closurestatement and proof · cited by 167
- OneMemClass.one_memstatement and proof · cited by 87
- Submonoid.subset_closurestatement and proof · cited by 46
- Submonoid.closure_leproof · cited by 27
Cited by27
Results whose statement or proof uses this declaration.
- Polynomial.Splits.mapproof · cited by 19
- RootPairing.weylGroup.inductionproof · cited by 3
- Submonoid.mem_iSup_of_directedproof · cited by 3
- Submonoid.closure_eq_one_unionproof · cited by 2
- irreducible_mem_submonoidClosure_subsetproof · cited by 2
- Submonoid.exists_finsupp_of_mem_closure_rangeproof · cited by 2
- exists_subalgebra_of_fgproof · cited by 1
- Submonoid.pow_smul_mem_closure_smulproof · cited by 1
- fourierSubalgebra_coeproof · cited by 1
- Subring.mem_closure_iffproof · cited by 1
- Submonoid.iSup_inductionproof · cited by 1
- Submonoid.apply_ne_one_of_mem_or_inv_mem_closureproof · cited by 1