Documentation

Linglib.Syntax.Minimalist.Probe.Phi

φ-probes: the φ-feature specialization of Probe #

[Pre14] [BR03]

The φ-instantiation of the general Probe core (Probe/Basic.lean): probes over Agreement.Cells, relativized by the sought feature (Probe.Target, Phi/Geometry.lean). This is [Pre14]'s participant-relativized person probe and the Person Licensing Condition built on it.

Main declarations #

Visibility of a φ-cell to a relativized probe: the cell bears the feature the probe seeks (probeVisible, Phi/Geometry.lean).

Equations
Instances For

    The Probe a Probe.Target denotes: relativized to the sought feature, over φ-cells (π⁰ = Probe.Target.participant.toProbe).

    Equations
    Instances For
      def Minimalist.PLC {α : Type u_1} (cellOf : αAgreement.Cell) (goals : List α) :

      The Person Licensing Condition ([BR03], [Pre14]): every [participant]-bearing goal is licensed by the person probe's search. This single-cycle, search-only rendering omits [BR03]'s F-licensing route and multi-cycle repairs (see BejarRezac2003.PLCOk).

      Equations
      • One or more equations did not get rendered due to their size.
      Instances For
        @[implicit_reducible]
        instance Minimalist.instDecidablePLCOfDecidableEq {α : Type u_1} [DecidableEq α] (cellOf : αAgreement.Cell) (goals : List α) :
        Decidable (PLC cellOf goals)
        Equations