Satisfaction in an indexed family of structures #
Classical satisfaction at an index of a structure family
interp : W → L.Structure M — mathlib's Formula.Realize with the
instance selected per index — and the transport of the Formula.realize_*
simp set. [UPSTREAM] candidate for Mathlib/ModelTheory, which carries
one structure at a time.
def
FirstOrder.Language.Formula.RealizeAt
{L : Language}
{W : Type u_1}
{M : Type u_2}
{α : Type u_3}
(ψ : L.Formula α)
(interp : W → L.Structure M)
(w : W)
(v : α → M)
:
Satisfaction at an index of a structure family: mathlib's
Formula.Realize in the structure the family carries at w.
Equations
- ψ.RealizeAt interp w v = ψ.Realize v
Instances For
@[simp]
@[simp]