Documentation

Linglib.Studies.Wurmbrand2014

[Wur14]: Tense and aspect in English infinitives #

[Wur14]

Wurmbrand (Linguistic Inquiry 45(3), 2014) classifies English infinitival complements into three types based on tense-aspect behavior:

  1. Future irrealis (decide, want, plan, hope): no independent tense; future orientation comes from a woll-like operator selected by the matrix verb. Example: "Leo decided to read a book" — reading is future of deciding.
  2. Propositional (believe, claim): NOW-anchored tense. The embedded event is simultaneous with the matrix attitude. Example: "Leo believes Julia to be a princess" — princess-status at believing time.
  3. Restructuring (try, begin): dependent on matrix tense; embedded event in the same temporal domain as the matrix.

Empirical anchors #

Lean encoding #

The InfinitivalTenseClass type is substrate (Minimalist.ExtendedProjection), shared with Studies/Ostrove2026. Wurmbrand's apparatus — temporal orientation, woll decomposition, episodic predictions, and the verb classification table — is study-local below; the empirical examples are generated from Data/Examples/Wurmbrand2014.json.

Temporal orientation by class #

The temporal orientation of a complement relative to the matrix event.

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

      Woll decomposition #

      will = PRES + woll; would = PAST + woll (§2). The tense component undergoes SOT; woll supplies the future orientation.

      • tense : Finset Ordering

        The tense component (a Finset Ordering comparison cell).

      • hasWoll : Bool

        Whether woll is present (future orientation).

      Instances For
        def Wurmbrand2014.instDecidableEqWollDecomposition.decEq (x✝ x✝¹ : WollDecomposition) :
        Decidable (x✝ = x✝¹)
        Equations
        • One or more equations did not get rendered due to their size.
        Instances For

          will = present + woll.

          Equations
          Instances For

            would = past + woll.

            Equations
            Instances For

              Plain present (no woll).

              Equations
              Instances For

                will and would share the woll component.

                will and would differ only in tense.

                Episodic interpretation predictions (Table 3) #

                Availability of bare (nonprogressive) episodic interpretations (§4).

                • possible : EpisodicAvailability

                  Possible: woll supplies an unrestricted future reference time.

                • impossible : EpisodicAvailability

                  Impossible: the attitude holder's NOW is too short for perfective.

                • matrixDependent : EpisodicAvailability

                  Matrix-dependent: possible iff the matrix reference time is large enough.

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

                    Verb classification #

                    A verb classified by its infinitival tense class (Table 4).

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

                        A verb ambiguous between two infinitival tense classes.

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

                            expect is ambiguous between future-irrealis and propositional (§3, §4.3).

                            Equations
                            Instances For

                              seem is restructuring, but propositional with an experiencer (§4.4).

                              Equations
                              Instances For

                                Per-class classification theorems #

                                Derivation theorems #

                                Propositional NOW-anchoring connects to the attitude eval-time shift: standardShift sets the embedded eval time to the matrix event time.

                                Woll presence correlates exactly with future orientation.

                                Complement-size hierarchy #

                                Wurmbrand's theory-internal sizing is wollP > TP > vP/AspP. The substrate InfinitivalTenseClass.toComplementSize maps future-irrealis and propositional to the same fseq tier (ModP/TP), so the strict ordering is recorded here via a study-local rank.