Documentation

Linglib.Studies.Lakoff1970

[Lak70]: Tense and Its Relation to Participants #

[Lak70]

[Lak70] argues that tense selection is sensitive to speaker/hearer epistemic states, not just temporal ordering: past tense can apply to a present-time event that has lost psychological salience ("The animal you saw WAS a chipmunk" — it still is one), and embedded present survives a past matrix when the content is novel to the hearer. The TensePerspective frame extends the evidential-tense substrate's EvidentialFrame (Semantics/Tense/Evidential.lean) with these two participant dimensions; the paper's acceptability judgments are collected as TenseJudgment data, and the paper's synthetic vs periphrastic form contrast (TenseFormType) with its English exemplar entries lives here as study-local apparatus.

Key Minimal Pairs #

Morphological form type of a tense: synthetic (inflectional: walked) vs periphrastic (auxiliary-based: used to walk). Lakoff §1's licensing contrast: only synthetic forms permit false tense.

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

      Acceptability judgment for a tense example.

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

          Whether the tense use is "true" (temporal) or "false" (psychological).

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

              A grammaticality judgment from [Lak70].

              • exNumber : String

                Example number in the paper (e.g., "4a", "8a")

              • sentence : String

                The sentence (abbreviated)

              • tenseUse : TenseUseType

                True or false tense use

              • formType : TenseFormType

                Synthetic or periphrastic form

              • acceptability : Acceptability

                The paper's acceptability judgment

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

                    (4a) "The animal you saw WAS a chipmunk" — false past, synthetic, OK.

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

                      (6a) "The animal you saw IS a chipmunk" — true present, synthetic, OK.

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

                        (8a) *"The animal you saw USED TO BE a chipmunk" — false past, periphrastic, ungrammatical. The periphrastic form forces true-past reading, which conflicts with the present-time event.

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

                          (9a) "The animal you saw USED TO BE a chipmunk" — true past, periphrastic, grammatical. It genuinely WAS a chipmunk before.

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

                            (13a) "He discovered that the boy HAD blue eyes" — SOT past-under-past, OK.

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

                              (13b) "He discovered that the boy HAS blue eyes" — novel-info present survives under past matrix, grammatical when content is new to hearer.

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

                                (22a) "Shakespeare has written 37 plays" — salient (enduring relevance), OK.

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

                                  (22b) *"Shakespeare has quarreled with Bacon" — not salient (no current relevance), ungrammatical with present perfect.

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

                                    (27a) "John will die" — overt future, grammatical (control).

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

                                      (27b) "John dies tomorrow" — will-deletion with scheduled/salient event, OK.

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

                                        (25b) *"It rains Thursday" — will-deletion without salience/schedule, ungrammatical. Weather events are not scheduled.

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

                                          All judgments from the paper.

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

                                            There are 11 total judgments.

                                            There are 4 false-tense judgments.

                                            There are 2 periphrastic judgments.

                                            The only ungrammatical false-tense-with-periphrastic example is ex8a.

                                            Lakoff's participant-sensitive tense frame. Extends the substrate's EvidentialFrame (which extends ReichenbachFrame with acquisition time A) with two psychological dimensions. Lakoff's observations are orthogonal to the evidential constraint: "false past" arises even when evidence is downstream (the chipmunk is still there, so T ≤ A holds) because the event has lost psychological salience.

                                            Instances For
                                              def Lakoff1970.falsePast {Time : Type u_1} (f : TensePerspective Time) :

                                              False tense (Lakoff §1): past (or future) morphology applied to a present-time event because the speaker does not find it salient.

                                              Past example: "The animal you saw WAS a chipmunk" (it still IS one). Future example: "That thing WILL be a chipmunk" (it already IS one). The licensing condition is the same for both; the surface-form divergence is recorded in the perspective entries (formType).

                                              Equations
                                              Instances For

                                                Novel-information present (Lakoff §2): present tense survives under a past-tense matrix verb because the embedded content is new to the hearer ("He discovered that the boy HAS blue eyes").

                                                Equations
                                                Instances For

                                                  Perfect requires salience (Lakoff §4): the present perfect is infelicitous when the event lacks current relevance to the speaker (*"Shakespeare has quarreled with Bacon").

                                                  Equations
                                                  Instances For
                                                    def Lakoff1970.willDeletion {Time : Type u_1} [LT Time] (f : TensePerspective Time) :

                                                    Will-deletion (Lakoff §5): future-time events can appear in present tense (deleting will) when the speaker treats them as salient and scheduled ("The meeting starts at 3").

                                                    Equations
                                                    Instances For
                                                      def Lakoff1970.classifyUse {Time : Type u_1} [LinearOrder Time] (gramTense : Finset Ordering) (f : TensePerspective Time) :

                                                      Classify a tense use as true (grammatical tense matches the temporal relation) or false (tense encodes psychological perspective instead), reusing the TenseUseType classification of the judgment data.

                                                      Derived, not stipulated: the use is true exactly when the event-vs-speech comparison falls in the tense's Finset Ordering cell (Core.Order.holds gramTense f.eventTime f.speechTime), reproducing the four-way past/present/future/nonpast table (before: E < S; overlapping: E = S; after: S < E; notBefore: S ≤ E).

                                                      Equations
                                                      Instances For

                                                        Periphrastic forms block false tense (Lakoff §1, ex. 8a vs 9a): a false tense use demands a synthetic form; true tense is compatible with any form.

                                                        Equations
                                                        Instances For

                                                          A tense paradigm entry enriched with Lakoff's perspective dimensions: grammatical tense and morphological form type (synthetic vs periphrastic). Study-local: the classification is this paper's analytical frame over the Fragment's TAMEEntry data.

                                                          Instances For

                                                            Does this form allow false-tense interpretations? Derived from formType: only synthetic forms can.

                                                            Equations
                                                            Instances For

                                                              English simple past with perspective: synthetic, allows false past.

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

                                                                English simple present with perspective: synthetic, allows false uses.

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

                                                                  English periphrastic past "used to V": cannot express false past.

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

                                                                    English periphrastic future "going to V": cannot express false future.

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

                                                                      Synthetic entries allow false tense.

                                                                      Periphrastic entries block false tense.

                                                                      A false past is temporally present — the mismatch is purely psychological (salience), not temporal.

                                                                      When falsePast holds, the evidential substrate's present-tense UP constraint (T = S, UPCondition.present) is satisfied.