Documentation

Linglib.Theories.Semantics.Tense.Ogihara

@cite{ogihara-1996}: Tense, Attitudes, and Scope #

@cite{ogihara-1989} @cite{ogihara-1996}

Ogihara's theory: embedded past 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.

Core Mechanisms #

  1. Ambiguous past: past morphology has two semantic values:
    • Genuine past: temporal precedence (R < eval time)
    • Zero tense: bound variable with no independent temporal content
  2. Zero tense = bound variable: receives binder time via lambda abstraction
  3. SOT = zero tense: the simultaneous reading is the zero-tense reading

Key Distinction from Kratzer #

Both make identical predictions for SOT phenomena, but they disagree about the source: ambiguity (Ogihara) vs deletion (Kratzer).

Ogihara's two readings of past morphology in embedded contexts.

Instances For
    Equations
    • One or more equations did not get rendered due to their size.
    Instances For
      def Semantics.Tense.Ogihara.zeroTenseSemantics {Time : Type u_1} (g : Core.Tense.TemporalAssignment Time) (n : ) (matrixEventTime : Time) :
      Time

      Zero tense semantics: the tense variable is bound by the attitude verb and receives the matrix event time. This produces R' = E_matrix (the simultaneous reading).

      This is exactly zeroTense_receives_binder_time from Core.Tense, applied to the attitude embedding context.

      Equations
      Instances For
        theorem Semantics.Tense.Ogihara.zeroTenseSemantics_eq {Time : Type u_1} (g : Core.Tense.TemporalAssignment Time) (n : ) (matrixEventTime : Time) :
        zeroTenseSemantics g n matrixEventTime = matrixEventTime

        Zero tense semantics gives the matrix event time.

        theorem Semantics.Tense.Ogihara.ogihara_derives_simultaneous {Time : Type u_1} (matrixFrame : Core.Reichenbach.ReichenbachFrame Time) (g : Core.Tense.TemporalAssignment Time) (n : ) :
        have embeddedR := zeroTenseSemantics g n matrixFrame.eventTime; (embeddedFrame matrixFrame embeddedR embeddedR).isPresent

        Ogihara derives the simultaneous reading via the zero tense reading of past: the bound variable receives E_matrix.

        theorem Semantics.Tense.Ogihara.ogihara_zero_is_bound_var {Time : Type u_1} (g : Core.Tense.TemporalAssignment Time) (n : ) (binderTime : Time) :
        zeroTenseSemantics g n binderTime = binderTime

        Ogihara's zero tense IS the bound-variable mechanism from Core.Tense.

        theorem Semantics.Tense.Ogihara.ogihara_derives_shifted {Time : Type u_1} [LinearOrder Time] (matrixFrame : Core.Reichenbach.ReichenbachFrame Time) (embeddedR embeddedE : Time) (_hReading : OgiharaPastReading.genuinePast = OgiharaPastReading.genuinePast) (hPast : embeddedR < matrixFrame.eventTime) :
        (embeddedFrame matrixFrame embeddedR embeddedE).isPast

        Ogihara derives the shifted reading via the genuine-past reading: the past tense contributes temporal precedence.

        @cite{ogihara-1996} theory identity card.

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

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