Schöter's evidential bilattices: PRESUP and the defeasible progression #
[Sch96a]'s Evidential Bilattice Logic analyzes natural-language entailment,
implicature, and presupposition by climbing a progression of evidential
bilattices S ⊙ S (Bilattice.Evidential): classical ⊂ Kleene-3 ⊂ FOUR ⊂ PRESUP. A value is a pair (for, against) of degrees of evidence drawn from a
chain S.
This file is the second consumer of the Bilattice substrate (the first is
Studies.Fitting1994, which shows Kleene-3 = the consistent fragment of FOUR).
It adds the top of Schöter's progression:
PRESUP := Evidential (Fin 3)— evidence from the 3-chain0 < ½ < 1, adding defeasible (presumed) valuesP⁺/P⁻aboveFOUR.embed : FOUR → PRESUP—FOURis a sub-bilattice ofPRESUP(order-preserving in both≤_tand≤_k): Schöter's "FOURis a sublattice of all bilattices."- the presupposition gap
Uand a defeasible presumptionP⁺are both consistent (non-glut); only the overdefinedIis excluded — so the gap-based presupposition logic survives and gains a defeasible layer.
Scope: the value space and the progression. Schöter's inference apparatus
(assertion/evaluation/inference, evidential links, the implemented engine,
FOEBL/FOMEBL) is out of scope.
Schöter's PRESUP: the evidential bilattice over the 3-chain Fin 3 ~ {0, ½, 1} — FOUR with defeasible/presumed values added.
Equations
- Schoter1996.PRESUP = Bilattice.Evidential (Fin 3)
Instances For
Definite truth (full evidence for, none against).
Equations
- Schoter1996.PRESUP.T = (2, 0)
Instances For
Presumably true: defeasible (½) evidence for, none against.
Equations
- Schoter1996.PRESUP.Pplus = (1, 0)
Instances For
Conflation on PRESUP, complementing on the chain by Fin.rev.
Equations
- x.conf = Bilattice.Evidential.conf Fin.rev x
Instances For
The consistent (non-glut) fragment of PRESUP.
Equations
- x.Consistent = Bilattice.Evidential.Consistent Fin.rev x
Instances For
Bool ↪ Fin 3: false ↦ 0 (no evidence), true ↦ 2 (full evidence).
Equations
- Schoter1996.boolToFin3 b = if b = true then 2 else 0
Instances For
FOUR ⊂ PRESUP, truth order: the embedding preserves and reflects ≤_t.
FOUR ⊂ PRESUP, knowledge order: the embedding preserves and reflects ≤_k.
A presupposition gap (U) and a defeasible presumption (P⁺) are both
consistent; only the overdefined glut I is excluded. So PRESUP keeps the
gap-based presupposition logic and layers defeasible values on top.