Documentation

Linglib.Semantics.Focus.Unalternatives

Unalternative Semantics #

Focus marking without [F]-features ([buring-2015], [assmann-etal-2023]): constructions directly constrain the focal targets they can realize.

licensedFocusValue is the pipeline connector: the composable targets minus the banned ones. At propositional type its values are PropFocusValues, the focus values [Roo92]'s squiggle consumes — the metrical structure derives the focus value that F-marking stipulates (Antecedent.Admits.of_licensed).

Morphosyntactic focal marking #

def Semantics.Focus.Usable {C : Type u_1} [PartialOrder C] (inv : List C) (m f : C) :

A focally marked constituent is usable for focus f ([assmann-etal-2023] §2.2–2.3): it is in the language's inventory, f lies within it (No Projection), and no strictly more specific inventory constituent also covers f (Blocking).

Equations
Instances For
    @[implicit_reducible]
    instance Semantics.Focus.instDecidableUsableOfDecidableEqOfDecidableLE {C : Type u_1} [PartialOrder C] {inv : List C} {m f : C} [DecidableEq C] [DecidableLE C] :
    Decidable (Usable inv m f)
    Equations
    theorem Semantics.Focus.usable_iff_minimal {C : Type u_1} [PartialOrder C] {inv : List C} {m f : C} :
    Usable inv m f Minimal (fun (c : C) => c inv f c) m

    Usability is minimality among inventory covers of the focus.

    Prosodic focal restrictions #

    def Semantics.Focus.weakBanned {α : Type u_2} {β : Type u_3} (dw : Alternatives.AltMeaning (αβ)) (ds : Alternatives.AltMeaning α) :
    Set β

    Weak Restriction ([buring-2015]): under the default weak–strong pattern, the banned focal targets vary the weak (function) daughter over its alternative domain while the strong daughter stays at its ordinary value.

    Equations
    Instances For
      def Semantics.Focus.strongAllowed {α : Type u_2} {β : Type u_3} (dm : Alternatives.AltMeaning (αβ)) (ds : Alternatives.AltMeaning α) :
      Set β

      Strong Restriction ([buring-2015]): under prosodic reversal, the allowed focal targets vary the accented (function) daughter non-trivially while the deaccented daughter stays at its ordinary value.

      Equations
      Instances For

        Reversal allows only targets that the default bans.

        def Semantics.Focus.licensedFocusValue {α : Type u_2} {β : Type u_3} (dw : Alternatives.AltMeaning (αβ)) (ds : Alternatives.AltMeaning α) :
        Set β

        The focal targets a metrical configuration licenses: everything the daughters compose to, minus the banned targets. At β := Set W this is a PropFocusValue W — the focus value the prosody derives.

        Equations
        Instances For
          theorem Semantics.Focus.Antecedent.Admits.of_licensed {W : Type u_1} {α : Type u_2} {a : Antecedent W} {dw : Alternatives.AltMeaning (αSet W)} {ds : Alternatives.AltMeaning α} (h : a.Admits (licensedFocusValue dw ds)) :
          a.Admits (dw.aSet.seq ds.aSet)

          Prosodic restriction only strengthens admission: an antecedent the licensed focus value admits is admitted by the unrestricted Hamblin composition — [Roo92]'s fip against the prosodically derived focus value.