Documentation

Linglib.Semantics.Focus.Interpretation

Focus interpretation #

Set-based encoding of Rooth's focus interpretation principle (FIP). Focus values are represented as Set (Set W), matching Hamblin-style question denotations; the anaphoric squiggle machinery lives in Semantics/Focus/Control.lean.

References #

@[reducible, inline]

Propositional focus value: a set of propositions over W.

Equations
Instances For
    def Semantics.Focus.Interpretation.fip {W : Type u_1} (gamma focusValue : Set (Set W)) :

    Focus interpretation principle: the contextual contrast set Γ is a subset of the focus semantic value.

    Equations
    Instances For
      def Semantics.Focus.Interpretation.qaCongruent {W : Type u_1} (answerFocus question : PropFocusValue W) :

      Q-A congruence (strong): answer focus value equals question denotation.

      Equations
      Instances For

        Q-A congruence (weak): question denotation is a subset of the answer focus value.

        Equations
        Instances For