Theorems · Theorem · logic and foundations
FirstOrder.Language.Substructure.dense_induction
∀ {L : FirstOrder.Language} {M : Type w} [inst : L.Structure M] {p : M → Prop} (x : M) {s : Set M},
(FirstOrder.Language.Substructure.closure L).toFun s = ⊤ →
(∀ x ∈ s, p x) → (∀ {n : ℕ} (f : L.Functions n), FirstOrder.Language.ClosedUnder f (Set.ofPred p)) → p xIf s is a dense set in a structure M, Substructure.closure L s = ⊤, then in order to prove
that some predicate p holds for all x : M it suffices to verify p x for x ∈ s, and verify
that p is preserved under function symbols.
- Defined in
- Mathlib.ModelTheory.Substructures
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 73 from the axioms · uses propext, Classical.choice, Quot.sound
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
- Top.topstatement and proof · cited by 9,680
- SetLike.coestatement · cited by 8,199
- Set.ofPredstatement and proof · cited by 6,101
- FirstOrder.Languagestatement and proof · cited by 1,084
- FirstOrder.Language.Structurestatement and proof · cited by 775
- FirstOrder.Language.Substructurestatement · cited by 242
- FirstOrder.Language.Functionsstatement and proof · cited by 153
- LowerAdjoint.toFunstatement and proof · cited by 105
- FirstOrder.Language.Substructure.closurestatement and proof · cited by 70
- FirstOrder.Language.ClosedUnderstatement and proof · cited by 13
- FirstOrder.Language.Substructure.closure_inductionproof · cited by 3
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.