Documentation

Linglib.Studies.Cumming2026

Cumming (2026): Tense and evidence — verification theorems #

[Cum26]

Verification theorems for the cross-linguistic nonfuture-downstream generalization of [Cum26]. Paradigm data (the paper's tables (17)–(20) and (22)) lives in the Fragment files; this file imports them and proves the empirical predictions.

Main results #

Cross-linguistic collection #

Nonfuture paradigm entries (across all languages).

Equations
Instances For

    Future paradigm entries (across all languages).

    Equations
    Instances For

      Per-entry nonfuture verification #

      English simple past is nonfuture (EP = downstream).

      English present progressive is nonfuture (EP = downstream).

      Korean -te PAST is nonfuture (EP = strictDownstream).

      Korean -te PRESENT is nonfuture (EP = contemporaneous).

      Korean -ney PAST is nonfuture (EP = strictDownstream).

      Korean -ney PRESENT is nonfuture (EP = contemporaneous).

      Bulgarian NFUT + -l is nonfuture (EP = downstream).

      Master downstream theorem #

      Any paradigm entry whose EP constraint is nonfuture entails T ≤ A (downstream evidence).

      Per-entry downstream corollaries #

      Future counterexample #

      theorem Cumming2026.future_no_downstream :
      English.Tense.future.epConstraint { speechTime := 10, perspectiveTime := 10, referenceTime := 0, eventTime := 5, acquisitionTime := 0 } ¬Tense.Evidential.downstreamEvidence { speechTime := 10, perspectiveTime := 10, referenceTime := 0, eventTime := 5, acquisitionTime := 0 }

      Future entries do not require downstream evidence: the EP constraint is either trivially true (English bare future) or imposes A < T (prospective), which is the opposite of T ≤ A.

      Korean EP/UP factorization #

      The two present-tense evidentials impose the same EP constraint (T = A) but different UP constraints (-te: T < S; -ney: T = S), witnessed in both directions: EP and UP vary independently in the morphology ([Cum26], tables (18)–(19)).

      Tense-modal evidentiality bridge #

      [Cum26] observes that the "fake future" will-forms closely resemble epistemic must: both require the prejacent to follow from the evidence rather than being directly observed. The [vFG10] kernel semantics states the modal side as a presupposition that the kernel does not directly settle the prejacent; the tense side is the nonfuture downstream constraint (T ≤ A). The [Zhe25] dripping-raincoat scenario (from Studies/Zheng2025.lean) witnesses both at once: the raincoat evidence is causally downstream of the rain, and the kernel {wearingRaincoat} does not settle isRaining.

      A concrete evidential frame for the raincoat scenario: S = 0 (speech time now), T = -2 (rain event in the past), R = 0, A = -1 (evidence acquired between event and speech).

      Equations
      Instances For

        The raincoat evidence is downstream: T ≤ A (-2 ≤ -1).

        The raincoat kernel doesn't settle isRaining — the third conjunct of [Zhe25]'s nandao-felicity theorem.

        In the raincoat scenario, downstream evidence (T ≤ A) co-occurs with the kernel not settling the prejacent.

        Both Cumming's nonfuture constraint and VF&G's kernelMust presupposition hold simultaneously for the same scenario: the raincoat evidence is downstream (T ≤ A) and the kernel does not settle isRaining.

        theorem Cumming2026.direct_evidence_blocks_both :
        have directK := { props := [Zheng2025.isRaining] }; directK.directlySettles Zheng2025.isRaining ¬(Modality.kernelMust directK Zheng2025.isRaining).presup Zheng2025.World.rain have directFrame := { speechTime := 0, perspectiveTime := 0, referenceTime := 0, eventTime := -1, acquisitionTime := -1 }; Tense.Evidential.downstreamEvidence directFrame

        When evidence is direct, the kernel settles the prejacent — kernelMust is undefined — and downstream is trivially satisfied (T = A); the speaker uses bare assertion, not must.

        Epistemic authority bridge #

        Strong assertions (ego + direct) correspond to settling kernels. When the speaker has privileged access AND direct evidence, the kernel settles the prejacent — 'must' is infelicitous, bare assertion is used.