Theorems · Theorem · group theory
AddSubmonoid.dense_induction
∀ {M : Type u_1} [inst : AddZeroClass M] {motive : M → Prop} (s : Set M),
AddSubmonoid.closure s = ⊤ →
(∀ x ∈ s, motive x) → motive 0 → (∀ (x y : M), motive x → motive y → motive (x + y)) → ∀ (x : M), motive xIf s is a dense set in an additive monoid M, AddSubmonoid.closure s = ⊤, then in
order to prove that some predicate p holds for all x : M it suffices to verify p x for
x ∈ s, verify p 0, and verify that p x and p y imply p (x + y).
- Defined in
- Mathlib.Algebra.Group.Submonoid.Basic
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 65 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.
Cites7
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
- Top.topstatement and proof · cited by 9,680
- AddZeroClassstatement and proof · cited by 1,237
- AddSubmonoidstatement · cited by 1,178
- AddSubmonoid.closurestatement and proof · cited by 224
- AddSubmonoid.closure_inductionproof · cited by 30
- AddSubmonoid.mem_topproof · cited by 20
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.