Documentation

Linglib.Studies.Hohle1992

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):

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 #

Relation to other studies #

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
Instances For
    @[simp]

    VF preserves the at-issue layer (truth-conditional transparency).

    @[simp]

    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
    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.

      structure Hohle1992.VerumOperator (W : Type u_2) :
      Type u_2

      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:

      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."

      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
        Instances For