Theorems · Theorem · group theory
Submonoid.dense_induction
∀ {M : Type u_1} [inst : MulOneClass M] {motive : M → Prop} (s : Set M),
Submonoid.closure s = ⊤ →
(∀ x ∈ s, motive x) → motive 1 → (∀ (x y : M), motive x → motive y → motive (x * y)) → ∀ (x : M), motive xIf s is a dense set in a monoid M, Submonoid.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 1,
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
- MulOneClass
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
- Submonoidstatement · cited by 3,086
- MulOneClassstatement and proof · cited by 1,018
- Submonoid.closurestatement and proof · cited by 167
- Submonoid.closure_inductionproof · cited by 27
- Submonoid.mem_topproof · cited by 11
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.