Theorems · Theorem · logic and foundations
FirstOrder.Language.Substructure.closure_induction
∀ {L : FirstOrder.Language} {M : Type w} [inst : L.Structure M] {s : Set M} {p : M → Prop} {x : M},
x ∈ (FirstOrder.Language.Substructure.closure L).toFun s →
(∀ x ∈ s, p x) → (∀ {n : ℕ} (f : L.Functions n), FirstOrder.Language.ClosedUnder f (Set.ofPred p)) → p xAn induction principle for closure membership. If p holds for all elements of s, and
is preserved under function symbols, then p holds for all elements of the closure of s.
- Defined in
- Mathlib.ModelTheory.Substructures
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 72 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites11
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
- 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_leproof · cited by 7
Cited by3
Results whose statement or proof uses this declaration.
- FirstOrder.Language.Substructure.mem_iSup_of_directedproof · cited by 1
- FirstOrder.Language.Substructure.closure_induction'proof · cited by 0
- FirstOrder.Language.Substructure.dense_inductionproof · cited by 0