Theorems · Theorem · group theory
AddSubmonoid.closure_induction
∀ {M : Type u_1} [inst : AddZeroClass M] {s : Set M} {motive : (x : M) → x ∈ AddSubmonoid.closure s → Prop},
(∀ (x : M) (h : x ∈ s), motive x ⋯) →
motive 0 ⋯ →
(∀ (x y : M) (hx : x ∈ AddSubmonoid.closure s) (hy : y ∈ AddSubmonoid.closure s),
motive x hx → motive y hy → motive (x + y) ⋯) →
∀ {x : M} (hx : x ∈ AddSubmonoid.closure s), motive x hxAn induction principle for additive closure membership. If p holds for 0 and all
elements of s, and is preserved under addition, then p holds for all elements of the
additive closure of s.
- Defined in
- Mathlib.Algebra.Group.Submonoid.Basic
- Cited by
- 30 results in Mathlib
- Foundations
- Depth 64 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- AddZeroClass
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
- AddZeroClassstatement and proof · cited by 1,237
- AddSubmonoidstatement and proof · cited by 1,178
- AddMemClass.add_memstatement and proof · cited by 229
- AddSubmonoid.closurestatement and proof · cited by 224
- ZeroMemClass.zero_memstatement and proof · cited by 162
- AddSubmonoid.subset_closurestatement and proof · cited by 63
- AddSubmonoid.closure_leproof · cited by 35
Cited by30
Results whose statement or proof uses this declaration.
- star_left_conjugate_nonnegproof · cited by 6
- AddSubmonoid.iSup_inductionproof · cited by 5
- AddSubmonoid.mem_iSup_of_directedproof · cited by 3
- AddSubmonoid.apply_ne_zero_of_mem_or_neg_mem_closureproof · cited by 3
- RootPairing.eq_baseOf_of_linearIndepOn_of_mem_or_neg_mem_closureproof · cited by 2
- AddSubmonoid.exists_finsupp_of_mem_closure_rangeproof · cited by 2
- AddSubmonoid.addSubmonoid_smul_supproof · cited by 2
- addIrreducible_mem_addSubmonoidClosure_subsetproof · cited by 2
- Submodule.iSup_toAddSubmonoidproof · cited by 2
- MulMemClass.mul_mem_add_closureproof · cited by 1
- StarOrderedRing.of_le_iffproof · cited by 1
- MulMemClass.mul_right_mem_add_closureproof · cited by 1