Documentation

Linglib.Studies.Ogihara1996

[Ogi96]: Tense, Attitudes, and Scope #

[Ogi96] [Ogi89]

[Ogi96]'s theory: embedded past tense is ambiguous between a genuine past reading and a zero-tense reading. Zero tense is a bound variable that receives the matrix event time, producing the simultaneous reading.

This file carries the two-reading commitment (PastReading), derives the two predictions, and records the contrast with [Kra98a] (deletion, not ambiguity).

Core Mechanisms #

  1. Ambiguous past: past morphology has two semantic values — genuine past (temporal precedence) vs zero tense (bound variable).
  2. Zero tense = bound variable: receives binder time via lambda abstraction. The substrate primitive Tense.zeroTense_receives_binder_time proves the bound variable resolves to the binder.
  3. SOT = zero tense: the simultaneous reading is the zero-tense reading.

Key Distinction from Kratzer #

Both make identical predictions for the standard past-under-past data, but they disagree about the source of the simultaneous reading: ambiguity (Ogihara) vs deletion (Kratzer). The Phase F bridge program will land a typed contradiction witness on the embedded-present puzzle (where they actually diverge).

Two readings of past morphology in embedded contexts: the structural commitment that embedded past is ambiguous. Rejected by [Kra98a] (past is never ambiguous; the simultaneous reading derives from deletion at LF) and finessed by [Kle16] (modal-base × tense composition, no ambiguity).

  • genuinePast : PastReading

    Genuine past: temporal precedence (R < eval time).

  • zeroTense : PastReading

    Zero tense: bound variable, no independent temporal content.

Instances For
    @[instance_reducible]
    Equations
    Equations
    • One or more equations did not get rendered due to their size.
    Instances For

      [Ogi96]'s key claim: past IS ambiguous between genuine past and zero tense. This is a categorical structural difference from [Kra98a]'s deletion analysis. In Ogihara, the simultaneous reading = the zero-tense READING of past (semantic ambiguity); in Kratzer, it = deletion of past (morphological operation, no ambiguity).

      theorem Ogihara1996.ogihara_derives_simultaneous {Time : Type u_1} (matrixFrame : _root_.Time.ReichenbachFrame Time) (g : Tense.TemporalAssignment Time) (n : ) :
      have embeddedR := Tense.interpTense n (Tense.updateTemporal g n matrixFrame.eventTime); (Tense.embeddedFrame matrixFrame embeddedR embeddedR).isPresent

      [Ogi96] derives the simultaneous reading via the zero tense reading of past: the bound variable receives E_matrix. The derivation chain is zeroTense_receives_binder_time (substrate) → embeddedR = matrixFrame.eventTimeembeddedFrame.isPresent.

      theorem Ogihara1996.ogihara_derives_shifted {Time : Type u_1} [LinearOrder Time] (matrixFrame : _root_.Time.ReichenbachFrame Time) (embeddedR embeddedE : Time) (hPast : embeddedR < matrixFrame.eventTime) :
      (Tense.embeddedFrame matrixFrame embeddedR embeddedE).isPast

      [Ogi96] derives the shifted reading via the genuine-past reading: the past tense contributes temporal precedence.

      Reichenbach data frames for the Ogihara diagnostics that the schema cleanly admits. Verified against the book text: - (2b) Taroo-wa Hanako-ga byookidat-ta to it-ta (PAST matrix + PAST embedded) → ONLY shifted (embeddedByookiDatta). - (19d) "He said that Mary had been reading books yesterday" → past perfect with definite-past adverbial (pluperfectShifted).

      **Schema-gap caveat: ex (2a) is intentionally not Lean-encoded.**
      Ogihara ex (2a) `Taroo-wa Hanako-ga byooki-da to it-ta` (PAST matrix
      + PRESENT embedded) has a simultaneous reading: Hanako is sick at
      Taro's saying time. The `ReichenbachFrame` schema cannot model this
      faithfully — the embedded morphology says PRESENT (R = S), but the
      simultaneous interpretation places the event at matrix E (≠ S).
      A single (R, E) pair cannot simultaneously encode the morphological
      tense AND the divergent event location. This is a general gap that
      also bites counterfactual past, fake past, historical present, and
      FID; it is not specific to Ogihara. The JSON record
      `Examples.ex2a` captures the empirical pair (sentence + readings)
      without committing to a Reichenbach analysis.
      
      The pluperfect frame is built via `embeddedFrame` against the
      local `matrixItta` (per CLAUDE.md "Theory-hub denotation as
      study-file constraint" — `matrixItta`'s S/P/R/E = (0, 0, -2, -2)
      matches the generic "X said Y" matrix shape, so the (19d)
      "He said …" construction reuses it). The Japanese matrix is
      root-clause; per Ogihara's absolute-tense analysis the embedded
      (2b) frame keeps P = S = 0. 
      

      Japanese matrix frame Taroo-wa ... to it-ta (Taro said ...). Past tense, perfective. S = P = 0, R = E = -2.

      Equations
      Instances For

        Ogihara ex (2b) embedded Hanako-ga byookidat-ta (Hanako had been sick) — PAST under PAST, ONLY the shifted reading. In non-SOT Japanese, embedded past is absolute (R < S, not R < matrix E). The unavailability of the simultaneous reading is Ogihara's cornerstone diagnostic.

        Encoded as a standalone root-style frame (P = S = 0): per Ogihara Ch. 1 (p. 12), Japanese is an "absolute tense" language; the embedded clause does NOT shift its perspective time — that's precisely the empirical content of "absolute, not relative".

        Equations
        Instances For

          Ogihara ex (19d) "He said that Mary had been reading books yesterday." English past perfect under past matrix. R < P (past) + E < R (perfect): the reading event precedes the reference time (within "yesterday"), which precedes the saying. Built via embeddedFrame against matrixItta (S/P/R/E = (0,0,-2,-2) — the generic "X said Y" matrix shape, reusable for the (19d) English example).

          Equations
          Instances For

            Japanese non-SOT: embedded perspective stays at speech time (the diagnostic content of "absolute").

            Pluperfect: E < R (perfect aspect: event before reference).

            Pluperfect: R < P (past tense relative to embedded perspective).