Cumming (2026): Tense and evidence — verification theorems #
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 #
nonfuture_downstream: any paradigm entry whose EP constraint is nonfuture entails T ≤ A (downstream evidence), with per-entry verification anchors and corollariesfuture_no_downstream: future entries impose no downstream requirementkorean_te_ney_up_diverge: -te and -ney present share one EP constraint but differ in UP — EP and UP factorize independently in the morphologytense_modal_evidential_parallel: the tense constraint and [vFG10]'skernelMustpresupposition hold jointly in the [Zhe25] raincoat scenario
Cross-linguistic collection #
All paradigm entries across the three languages.
Equations
Instances For
Nonfuture paradigm entries (across all languages).
Equations
- Cumming2026.nonfutureParadigms = List.filter (fun (x : Tense.Evidential.TAMEEntry) => decide x.IsNonfuture) Cumming2026.allParadigms
Instances For
Future paradigm entries (across all languages).
Equations
- Cumming2026.futureParadigms = List.filter (fun (x : Tense.Evidential.TAMEEntry) => decide ¬x.IsNonfuture) Cumming2026.allParadigms
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 #
English simple past EP entails downstream evidence.
English present progressive EP entails downstream evidence.
Korean -te PAST EP entails downstream evidence.
Korean -te PRESENT EP entails downstream evidence.
Korean -ney PAST EP entails downstream evidence.
Korean -ney PRESENT EP entails downstream evidence.
Bulgarian NFUT + -l EP entails downstream evidence.
Future counterexample #
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
- Cumming2026.raincoatFrame = { speechTime := 0, perspectiveTime := 0, referenceTime := 0, eventTime := -2, acquisitionTime := -1 }
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.
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.
Inferential claims (nonparticipant + inference) correspond to non-settling kernels with must-defined presuppositions — the canonical 'must' profile.
Ego pairs with direct evidence and nonparticipant with inference in the Epistemicity profiles.