Höhle (1992): Verum-Fokus im Deutschen #
[Hoh92] [RH04] [Roo92] [Rep13] [GHM20] [MV26]
Höhle's seminal proposal: pitch accent on the finite verb (or negation particle) in German is verum focus — focus on the assertion operator, emphasising the polarity/truth of the prejacent rather than its content.
The classic minimal pair (Höhle 1992: 116):
- "Karl HAT das Buch gelesen." — VF on auxiliary, emphatic affirmation
- "Karl hat das BUCH gelesen." — content focus on object
The two share truth-conditional content but differ in what they contribute to the discourse: VF requires a salient ¬p (or salient suspension of p) and serves to settle that prior issue.
What this study formalises #
- A minimal
verumFocusOponBiLayered Wthat highlights the prejacent's polarity in the context's salient set (the Höhle move: focus on the assertion operator). - A felicity condition aligning with the cross-linguistic generalisation: VF is licensed exactly when the prejacent's negation is highlighted in the prior context.
VerumOperator, the shared felicity-condition signature that verum-marker analyses across the literature instantiate, so that cross-paper agreement / divergence theorems can be stated uniformly.
Relation to other studies #
Studies/MartinezVera2026.lean— the same highlighting + ⟨A, N⟩ machinery applied to Saraguro Kichwa=mi. Höhle's German VF and Martínez Vera's=miexemplify the same paper-(60) prediction about the focus-account of verum.Studies/RomeroHan2004.lean— VERUM as a CommonGround operator (rather than as focus on the assertion operator). R&H'sforSureCGis the alternative-line analysis that Höhle's focus-account contrasts with (paper §6's FAT vs. LOT debate).
Höhle's verum-focus operator. Applied to a prejacent β, it returns
the same at-issue content (β.atIssue) — VF is truth-conditionally
transparent — and adds a not-at-issue conjunct that the prejacent's
polarity is the highlighted one. The not-at-issue contribution is
Höhle's reading of pitch accent on the finite verb / negation as
targeting the assertion operator rather than the propositional
content.
Equations
- Hohle1992.verumFocusOp β = { atIssue := β.atIssue, notAtIssue := fun (w : W) => β.notAtIssue w ∧ β.atIssue w }
Instances For
VF preserves the at-issue layer (truth-conditional transparency).
Höhle's licensing condition: a verum-focus utterance is felicitous in
context c iff the prejacent's negation is highlighted in c.
This is the cross-linguistic verum signature: the marker requires that ¬p be salient (asserted earlier, contextually inferable, or raised by a biased question). Without this, VF is infelicitous out-of-the-blue (Höhle 1992; [RH04]; [GHM20]).
Equations
- Hohle1992.verumFelicitous c β = Semantics.Highlighting.Highlighted c {w : W | ¬β.atIssue w}
Instances For
VF is felicitous after a context that has highlighted ¬p. The witness:
addSalient c {w | ¬ β.atIssue w} makes ¬p salient; if the QUD is
set up to be addressed by ¬p (as it is in the standard biased-question
or asserted-¬p discourse), then Highlighted holds.
A verum operator: a function from a discourse context and a layered proposition to a felicity proposition.
A "verum marker" is any morphological, prosodic, or syntactic device whose felicitous use requires that the truth of its scope proposition be at issue in a way that excludes (or strongly contrasts with) its negation. Theories disagree on the mechanism — focus over polarity ([Hoh92], [Rep13], [Goo22a]), a dedicated operator on the common ground ([RH04], [GHM20]), or discourse management ([Mat21], [MV26]) — but agree on the licensing profile. Inhabitants of this structure formalise the competing analyses:
hohleAsVerumOperator(paired withverumFelicitous) — Höhle's polarity-focus account.MartinezVera2026.miAsVerumOperatorPolar— MV's focus-marker account, equivalent to Höhle's on the polar reduction (seemi_polar_iff_verumFelicitousin that file).
The shared signature lets cross-paper bridge / refutation theorems be stated uniformly: "instance A and instance B agree on input X" or "instance A and instance B differ on input Y."
- felicitous : Semantics.Highlighting.HighlightingContext W → Semantics.ContentLayer.BiLayered W → Prop
The felicity condition: when does the verum-marker license the utterance in this discourse context for this layered prejacent?
Instances For
Höhle's verum-focus operator packaged as a VerumOperator, so that
cross-paper bridge / refutation theorems can be stated against other
inhabitants of the same shared structure.
Equations
- Hohle1992.hohleAsVerumOperator = { felicitous := fun (c : Semantics.Highlighting.HighlightingContext W) (β : Semantics.ContentLayer.BiLayered W) => Hohle1992.verumFelicitous c β }