Theorems · Theorem · group theory
Subgroup.closure_induction_left
∀ {G : Type u_2} [inst : Group G] {s : Set G} {p : (x : G) → x ∈ Subgroup.closure s → Prop},
p 1 ⋯ →
(∀ (x : G) (hx : x ∈ s) (y : G) (hy : y ∈ Subgroup.closure s), p y hy → p (x * y) ⋯) →
(∀ (x : G) (hx : x ∈ s) (y : G) (hy : y ∈ Subgroup.closure s), p y hy → p (x⁻¹ * y) ⋯) →
∀ {x : G} (h : x ∈ Subgroup.closure s), p x hFor subgroups generated by a single element, see the simpler zpow_induction_left.
- Defined in
- Mathlib.Algebra.Group.Subgroup.Pointwise
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 72 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- Group
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites13
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
- Groupstatement and proof · cited by 6,238
- Subgroupstatement · cited by 3,593
- inv_invproof · cited by 494
- Subgroup.closurestatement and proof · cited by 196
- MulMemClass.mul_memstatement and proof · cited by 173
- Submonoid.closureproof · cited by 167
- Subgroup.toSubmonoidproof · cited by 114
- OneMemClass.one_memstatement and proof · cited by 87
- Subgroup.subset_closurestatement and proof · cited by 53
- InvMemClass.inv_memstatement and proof · cited by 52
- Subgroup.closure_toSubmonoidproof · cited by 9
Cited by2
Results whose statement or proof uses this declaration.
- Subgroup.closure_induction''proof · cited by 8
- Subgroup.closure_induction_rightproof · cited by 1