Theorems · Theorem · group theory
AddSubmonoid.closure_induction_right
∀ {M : Type u_1} [inst : AddMonoid M] {s : Set M} {motive : (m : M) → m ∈ AddSubmonoid.closure s → Prop},
motive 0 ⋯ →
(∀ (x : M) (hx : x ∈ AddSubmonoid.closure s) (y : M) (hy : y ∈ s), motive x hx → motive (x + y) ⋯) →
∀ {x : M} (h : x ∈ AddSubmonoid.closure s), motive x h- Cited by
- 1 results in Mathlib
- Foundations
- Depth 69 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- AddMonoid
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites12
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.preimageproof · cited by 4,946
- AddMonoidstatement and proof · cited by 2,864
- AddSubmonoidstatement and proof · cited by 1,178
- AddOppositeproof · cited by 452
- AddMemClass.add_memstatement and proof · cited by 229
- AddSubmonoid.closurestatement and proof · cited by 224
- ZeroMemClass.zero_memstatement and proof · cited by 162
- AddOpposite.unopproof · cited by 125
- AddSubmonoid.subset_closurestatement and proof · cited by 63
- AddSubmonoid.closure_induction_leftproof · cited by 3
- AddSubmonoid.op_closureproof · cited by 2
Cited by1
Results whose statement or proof uses this declaration.
- AddSubmonoid.induction_of_closure_eq_top_rightproof · cited by 0