Mathlib Map

Theorems · Theorem · logic and foundations

FirstOrder.Language.Theory.IsComplete.eq_complete_theory

∀ {L : FirstOrder.Language} {T : L.Theory},
  T.IsComplete → ∀ (M : Type u_1) [inst : L.Structure M] [M ⊨ T] [Nonempty M], {φ | T ⊨ᵇ φ} = L.completeTheory M

A complete theory is the completeTheory Th(M) of one of its models.

Defined in
Mathlib.ModelTheory.Satisfiability
Cited by
2 results in Mathlib
Foundations
Depth 93 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
FirstOrder.Language.StructureFirstOrder.Language.Theory.ModelNonempty

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites18

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by2

Results whose statement or proof uses this declaration.