Unalternative Semantics #
Focus marking without [F]-features ([buring-2015], [assmann-etal-2023]): constructions directly constrain the focal targets they can realize.
- Morphosyntactic ([assmann-etal-2023] §2): a construction focally
marks exactly one constituent; No Projection lets it realize any
focus within that constituent, and Blocking preempts it wherever a
strictly more specific marking would do.
Usablepackages both;usable_iff_minimalidentifies it with minimality among inventory covers. - Prosodic ([buring-2015]): a branching node's metrical pattern
restricts targets pointwise.
weakBanned(his Weak Restriction) bans targets that vary the weak daughter over its alternative domain while the strong daughter stays at its ordinary value;strongAllowed(his Strong Restriction) allows only targets varying the accented daughter non-trivially. Both areSet.seqimages ofAltMeaning.aSet— Hamblin application with one side held at its ordinary value — so the prosodic calculus runs through the same applicative as the Roothian engine (AltMeaning.aSet_seq).
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 #
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
- Semantics.Focus.Usable inv m f = (m ∈ inv ∧ f ≤ m ∧ ∀ m' ∈ inv, f ≤ m' → m' ≤ m → m' = m)
Instances For
Usability is minimality among inventory covers of the focus.
Prosodic focal restrictions #
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
- Semantics.Focus.weakBanned dw ds = dw.aSet.seq {ds.oValue}
Instances For
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
- Semantics.Focus.strongAllowed dm ds = (dm.aSet \ {dm.oValue}).seq {ds.oValue}
Instances For
Reversal allows only targets that the default bans.
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
- Semantics.Focus.licensedFocusValue dw ds = dw.aSet.seq ds.aSet \ Semantics.Focus.weakBanned dw ds
Instances For
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.