Documentation

Linglib.Phenomena.Modality.Studies.Hacquard2006

Event Projection → Temporal Orientation #

@cite{hacquard-2006} @cite{hacquard-2010} @cite{condoravdi-2002} @cite{kratzer-2012}Derives the temporal orientation of modals from event projection. High modals get the speech time (present perspective); low modals get the event time (past perspective).

The Pattern #

PositionEvent binderholder(e)τ(e)Temporal orientation
High (above Asp)speech act e₀speakerspeech time (now)Present
Low (below Asp)VP event e₂agentevent time (then)Past/event-local

Hacquard's Derivation #

Individual-time pairs are DERIVED from events via projection functions holder(e) and τ(e). Since high modals bind to the speech event and low modals bind to the VP event, their temporal parameters differ:

This connects EventProjection (EventRelativity §11) to the temporal modal evaluation framework in Temporal.lean.

@cite{hacquard-2006} derives present vs. past from modal position (§ 3). @cite{klecha-2016} adds future: derived not from position but from the modal base kind (CIR permits future orientation). The canonical 3-value TemporalOrientation lives in Core/Modality/TemporalAxes.lean and is opened above.

A time type for the orientation examples.

  • now : OTime

    Speech time (= utterance time)

  • then_ : OTime

    Past event time

Instances For
    @[implicit_reducible]
    Equations
    def Hacquard2006.instReprOTime.repr :
    OTimeStd.Format
    Equations
    Instances For
      @[implicit_reducible]
      Equations

      Two events: speech act and VP event.

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

          Individuals: speaker and the described event's agent.

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

              Event projection for the temporal orientation scenario. Speech events project to (speaker, now); VP events project to (agent, then).

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

                Derive temporal orientation from modal position, via event binding.

                High modals (above Asp) bind to the speech event → τ(e₀) = now → present. Low modals (below Asp) bind to the VP event → τ(e₂) = then → past.

                Equations
                Instances For

                  The same modal (devoir, pouvoir) has different temporal perspectives depending on its structural position — derived from event projection, not stipulated.

                  The temporal orientation derived from event projection connects to Temporal.lean's time-indexed conversational backgrounds.

                  When the modal binds to event e with τ(e) = t, the conversational background is evaluated at time t: f(w,t). The time IS the event's temporal trace. Event projection subsumes time-indexing: rather than stipulating which time to evaluate at, the time is projected from whichever event binds the modal.

                  (@cite{hacquard-2006}, (201)): two readings of the same sentence with different temporal perspectives, derived from event binding.

                  Epistemic (high): "Given MY evidence NOW, Jane must have taken the train." → modal bound to speech event → τ(e₀) = speech time = now → background evaluated at speech time

                  Root (low): "Given JANE'S circumstances THEN, Jane had to take the train." → modal bound to VP event → τ(e₂) = event time = then → background evaluated at event time

                  The full derivation chain for "Jane a dû prendre le train": event binding → event projection → temporal orientation.

                  This is the payoff of event-relative modality: the same modal gets different temporal perspectives from different event bindings, without any stipulation about temporal orientation.

                  @cite{hacquard-2006} and @cite{klecha-2016} explain different aspects of temporal orientation:

                  The two theories are complementary: Hacquard tells you WHAT time the modal base is evaluated at; Klecha tells you WHICH DIRECTION of temporal reference is available from that time.

                  Hacquard's positional analysis does not derive future orientation. Future orientation is orthogonal to position — it is determined by the modal base kind (CIR), not by where the modal is merged.

                  Bridge: Hacquard ↔ @cite{condoravdi-2002} #

                  @cite{hacquard-2006} determines which time the modal base is evaluated at (via event projection); @cite{condoravdi-2002} determines what modal base types are available at that time (via settledness and diversity).

                  The bridge: position determines perspective (Hacquard), and perspective determines available modal base types (Condoravdi). High modals get present perspective → MODAL > PERF scope → settled_not_diverse blocks metaphysical. Low modals get past perspective → PERF > MODAL scope → counterfactual_widens_domain widens the metaphysical domain.

                  Map Hacquard's temporal orientation to Condoravdi's temporal perspective. Future orientation (Klecha 2016) has no Condoravdi analogue — it is orthogonal to the scope–modality correlation.

                  Equations
                  Instances For

                    The key derivation chain: position determines both perspective AND aspect scope, and these two together determine which modal base types are available.

                    • High (above Asp): present perspective + modal over aspect. MODAL > PERF scoping → the property under the modal is past → settled → diversity fails → metaphysical blocked → epistemic only.

                    • Low (below Asp): past perspective + aspect over modal. PERF > MODAL scoping → the property under the modal is future (of the past event time) → not settled → diversity satisfiable → metaphysical available.

                    This connects Hacquard's structural account to Condoravdi's temporal one without either stipulating anything.

                    Bridge content (merged from ActualityInferencesBridge.lean) #

                    Actuality Inference Data (Cross-Linguistic) #

                    @cite{bhatt-1999} @cite{hacquard-2006} @cite{nadathur-2023}

                    Cross-linguistic empirical data on actuality inferences with ability modals, following the pattern of Phenomena/Causation/Data.lean.

                    Key Generalization (@cite{nadathur-2023}, Chapter 1) #

                    Across languages, ability modals with perfective aspect entail the complement, while those with imperfective aspect do not.

                    LanguageModalPFV entails?IMPF entails?
                    GreekboroYesNo
                    HindisaknaaYesNo
                    FrenchpouvoirYesNo
                    Englishbe ableYes (episodic)No (habitual)

                    A single cross-linguistic data point for actuality inferences.

                    • language : String

                      Language name

                    • modalForm : String

                      The modal form in that language

                    • Viewpoint aspect of the sentence

                    • complementEntailed : Bool

                      Does the complement entailment hold?

                    • gloss : String

                      Example sentence gloss

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

                          Greek boro + perfective (aorist): "She was-able.PFV to swim across" → She swam across.

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

                            Greek boro + imperfective: "She was-able.IMPF to swim across" ↛ She swam across.

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

                              Hindi saknaa + perfective: "She was-able.PFV to swim across" → She swam across.

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

                                Hindi saknaa + imperfective: "She was-able.IMPF to swim across" ↛ She swam across.

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

                                  French pouvoir + passé composé (perfective): "She was-able.PFV to swim across" → She swam across.

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

                                    French pouvoir + imparfait (imperfective): "She was-able.IMPF to swim across" ↛ She swam across.

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

                                      English be able + episodic (perfective-like): "She was able to swim across" → She swam across.

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

                                        English be able + habitual (imperfective-like): "She was able to swim across" ↛ She swam across on that occasion.

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

                                          All actuality inference data points.

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

                                            The perfective subset.

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

                                              The imperfective subset.

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

                                                All 4 imperfective data points have complementEntailed = false.

                                                Central empirical generalization: across all 8 data points, complementEntailed tracks aspect ==.perfective exactly.

                                                This is the empirical observation that @cite{nadathur-2023} explains via the causal sufficiency + aspect interaction.

                                                We have data from 4 distinct languages.

                                                Each language contributes exactly one perfective and one imperfective datum.

                                                Every datum's complementEntailed field matches the position × aspect prediction for root modals. All data involves root/ability modals (below AspP), so the prediction is actualityEntailmentPredicted.belowAsp d.aspect.

                                                This connects the theory-neutral empirical data (§§ above) to @cite{hacquard-2006}'s structural explanation: root modals are below Asp, so perfective forces actualization.