Theorems · Theorem · group theory
AddSubgroup.closure_induction_left
∀ {G : Type u_2} [inst : AddGroup G] {s : Set G} {p : (x : G) → x ∈ AddSubgroup.closure s → Prop},
p 0 ⋯ →
(∀ (x : G) (hx : x ∈ s) (y : G) (hy : y ∈ AddSubgroup.closure s), p y hy → p (x + y) ⋯) →
(∀ (x : G) (hx : x ∈ s) (y : G) (hy : y ∈ AddSubgroup.closure s), p y hy → p (-x + y) ⋯) →
∀ {x : G} (h : x ∈ AddSubgroup.closure s), p x hFor additive subgroups generated by a single element, see the simpler
zsmul_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
- AddGroup
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites14
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
- AddGroupstatement and proof · cited by 4,410
- AddSubgroupstatement · cited by 3,232
- neg_negproof · cited by 960
- AddMemClass.add_memstatement and proof · cited by 229
- AddSubmonoid.closureproof · cited by 224
- ZeroMemClass.zero_memstatement and proof · cited by 162
- AddSubgroup.closurestatement and proof · cited by 156
- AddSubgroup.toAddSubmonoidproof · cited by 91
- NegMemClass.neg_memstatement and proof · cited by 63
- AddSubgroup.subset_closurestatement and proof · cited by 49
- AddSubgroup.mem_toAddSubmonoidproof · cited by 6
Cited by2
Results whose statement or proof uses this declaration.
- AddSubgroup.closure_induction''proof · cited by 3
- AddSubgroup.closure_induction_rightproof · cited by 1