Documentation

Linglib.Theories.Semantics.Tense.TemporalDeRe

@cite{abusch-1997}: Sequence of Tense and Temporal De Re #

@cite{abusch-1997} @cite{sharvit-2003}

Abusch's theory: tense morphemes are temporal pronouns (variables with presupposed constraints and binding modes). The key innovation is temporal de re: tense can take wide scope over attitude operators via res movement, just as DPs can scope out of attitude complements.

Core Mechanisms #

  1. Tense as pronoun: TensePronoun with variable index, constraint, mode
  2. Relation transmission: attitude verb transmits event time as new eval time
  3. Upper Limit Constraint (ULC): embedded R ≤ matrix E (from branching futures)
  4. Temporal de re: tense variable in res position of attitude

Derivation Theorems #

Limitations #

Abusch's temporal de re: a tense variable can take wide scope over an attitude operator by occupying the res position.

The res has three components:

  • referent: the time denoted (resolved in the matrix context)
  • evalTime: the evaluation time in the embedded context
  • constraint: the presupposed temporal relation

This parallels individual de re: "John believes the president is wise" where "the president" is evaluated in the actual world, not in John's belief worlds. Similarly, temporal de re evaluates tense in the matrix temporal context.

  • referent : Time

    The time referred to (resolved in matrix context)

  • evalTime : Time

    The evaluation time (shifted by attitude)

  • The temporal constraint (past/present/future)

Instances For

    A temporal de re is felicitous when the constraint is satisfied in the matrix context (referent checked against matrix eval time).

    Equations
    Instances For

      Abusch's relation transmission: an attitude verb transmits its event time as the new evaluation time for the embedded clause. This is the semantic effect of the attitude on temporal interpretation.

      Equations
      Instances For

        After relation transmission, the eval time IS the matrix event time.

        Relation transmission = updating the eval time index on TensePronoun. This bridges Abusch's mechanism to the evalTimeIndex field.

        def Semantics.Tense.TemporalDeRe.abuschiULC {Time : Type u_1} [LE Time] (embeddedR evalTime : Time) :

        Abusch's ULC: in intensional contexts, tense reference cannot exceed the local evaluation time. From branching futures: at the attitude event time, future branches diverge, so no time beyond the attitude time is accessible across all doxastic alternatives.

        Equations
        Instances For
          theorem Semantics.Tense.TemporalDeRe.abuschiULC_eq_ulc {Time : Type u_1} [LE Time] (embeddedR evalTime : Time) :
          abuschiULC embeddedR evalTime upperLimitConstraint embeddedR evalTime

          The ULC is equivalent to the shared formulation.

          Abusch derives the shifted reading: a free past variable with presupposition checked against the (shifted) eval time. The past constraint gives R < evalTime = matrixE.

          Abusch derives the simultaneous reading: a bound variable receives the matrix event time via lambda abstraction.

          Abusch derives the simultaneous reading via the bound variable mechanism: updating the temporal assignment so the tense variable receives matrix E.

          theorem Semantics.Tense.TemporalDeRe.abusch_derives_double_access {Time : Type u_1} (p : TimeProp) (speechTime matrixEventTime : Time) (h_speech : p speechTime) (h_matrix : p matrixEventTime) :
          Core.Tense.doubleAccess p speechTime matrixEventTime

          Abusch derives double-access: indexical present requires truth at BOTH speech time (indexical rigidity) AND matrix event time (attitude accessibility).

          theorem Semantics.Tense.TemporalDeRe.abusch_blocks_forward_shift {Time : Type u_1} [LinearOrder Time] (embeddedR matrixE : Time) (h_ulc : abuschiULC embeddedR matrixE) (h_forward : embeddedR > matrixE) :

          Abusch's ULC blocks the forward-shifted reading: if R > evalTime, the ULC (R ≤ evalTime) is violated.

          Abusch derives temporal de re: the tense variable in res position is evaluated in the matrix context, giving wide-scope temporal reference. When the res referent satisfies the past constraint against the matrix eval time, the de re reading is felicitous.