Theorems · Theorem · logic and foundations
FirstOrder.Language.Formula.realize_sup
∀ {L : FirstOrder.Language} {M : Type w} [inst : L.Structure M] {α : Type u'} {φ ψ : L.Formula α} {v : α → M},
(φ ⊔ ψ).Realize v ↔ φ.Realize v ∨ ψ.Realize v- Defined in
- Mathlib.ModelTheory.Semantics
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 22 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites5
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- FirstOrder.Languagestatement and proof · cited by 1,084
- FirstOrder.Language.Structurestatement and proof · cited by 775
- FirstOrder.Language.Formulastatement and proof · cited by 93
- FirstOrder.Language.Formula.Realizestatement · cited by 81
- FirstOrder.Language.BoundedFormula.realize_supproof · cited by 2
Cited by2
Results whose statement or proof uses this declaration.
- Set.Definable.unionproof · cited by 3
- FirstOrder.Language.Sentence.realize_supproof · cited by 0