Mathlib Map

Theorems · Definition · logic and foundations

FirstOrder.Language.Theory.typeOf

{L : FirstOrder.Language} →
  (T : L.Theory) →
    {α : Type w} → {M : Type w'} → [inst : L.Structure M] → [Nonempty M] → [M ⊨ T] → (α → M) → T.CompleteType α

The set of all formulas true at a tuple in a structure forms a complete type.

Defined in
Mathlib.ModelTheory.Types
Cited by
3 results in Mathlib
Foundations
Depth 95 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
FirstOrder.Language.StructureNonemptyFirstOrder.Language.Theory.Model

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.

Cited by4

Results whose statement or proof uses this declaration.