Schöter's evidential bilattices: PRESUP and the evidential 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 (Fig. 1). A value is a pair (for, against) of degrees of evidence
drawn from a chain S — the paper writes ⟨a, b⟩ for (against, for)
(reversing Fitting's coordinate order, as its fn. to §2.1 notes); this file
keeps the library's (for, against) = Fitting order throughout.
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 formalizes the paper's value level:
PRESUP := Evidential (Fin 3)— evidence from the 3-chain0 < ½ < 1(§2.1): the nine valuesU, T, F, I, P⁺, P⁻, C, D⁺, D⁻. The orderings and inversions of Defs 1–2 are the substrate's≤/≤ₖ,Product.neg, andEvidential.conf; the meets and joins of Def 3 are⊓/⊔/⊗/⊕.embed : FOUR → PRESUP—FOURis a sub-bilattice ofPRESUP(order-preserving in both≤and≤ₖ): Schöter's "FOURis a sublattice of all bilattices."- partitions of the evidential space (§2.2) —
Bilattice.Evidential's consistent/classical fragments plus the paper's designated (Designated) and semi-designated (SemiDesignated) subspaces, with their order-theoretic characterizations and the closure facts of §2.2. - value-level connectives — Fitting's guard
φ : ψ(Def 4), the semi-designation functionσ(Def 5), the value-levelpresumablyoperatorπ(Def 14, clause 2), and the evidential-weighting functionf⋆(Def 16) onto the constants of [Gin88]'sDEFAULTbilattice.
Scope: the value space, the progression, and the value-level operators.
Schöter's epistemic-state apparatus (setups, evidential links, assertion /
evaluation / closure, FOEBL/FOMEBL, and the §4 data analyses that run on
the implemented engine) is out of scope.
Schöter's PRESUP (§2.1): 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
⊥: no information (a presupposition gap).
Equations
Instances For
Definite truth (full evidence for, none against).
Equations
Instances For
Definite falsity.
Equations
Instances For
Inconsistent / overdefined (a glut).
Equations
Instances For
Presumably true: defeasible (½) evidence for, none against.
Equations
Instances For
Presumably false.
Equations
Instances For
Confused: conflicting defeasible evidence — "not as strong a contradiction
as I" (§2.1).
Equations
Instances For
Defeated default D⁺: default evidence for falsity overridden by definite
evidence for truth (§2.1).
Equations
Instances For
Defeated default D⁻: default evidence for truth overridden by definite
negative evidence (§2.1).
Equations
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 ≤.
FOUR ⊂ PRESUP, knowledge order: the embedding preserves and reflects
≤ₖ.
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.
Partitions of the evidential space (§2.2) #
The classical and consistent subspaces are Fitting's (Evidential.IsClassical,
Evidential.Consistent); the designated and semi-designated subspaces are the
paper's, with their footnote characterizations DES = {x | t ≤ₖ x} and
SEMI = {x | ¬x ≤ x, U <ₖ x} proved as order-theoretic facts.
Designated values (§2.2): maximal positive evidence, DES = {⟨a, b⟩ | b = 1}.
Equations
- Schoter1996.Designated x = (Bilattice.Product.pro x = ⊤)
Instances For
Semi-designated values (§2.2): some positive evidence, at least as strong
as the negative evidence — SEMI = {⟨a, b⟩ | a ≤ b, 0 < b}.
Equations
Instances For
The footnote characterization of designation: a value is designated iff it
is knowledge-above the truth top, DES = {x | t ≤ₖ x} (§2.2).
The footnote characterization of semi-designation: a value is
semi-designated iff it is truer than its negation and contains some
information, SEMI = {x | ¬x ≤ x, U <ₖ x} (§2.2).
PRESUP's designated subspace is {T, D⁺, I} (§2.2).
PRESUP's semi-designated subspace is {P⁺, C, T, D⁺, I} (§2.2).
On FOUR — no defeasible evidence — semi-designation collapses to
designation, SEMI = DES (§2.2).
The consistent fragment of FOUR is closed under negation, the truth
operations, and consensus ⊗ (§2.2).
...but not under gullibility ⊕: credulously combining consistent evidence
can produce the glut — paraconsistency is localized rather than absent.
The classical fragment of FOUR is closed under negation and the truth
operations (§2.2): the classical subspace supports classical logic.
Value-level connectives (Defs 4, 5, 14, 16) #
The recursive evaluation clauses of Def 14 are value-functional except for the
inference-link connective: clause 1 is Product.neg, clauses 3–4 are ⊓/⊔,
clause 5 is Fitting's guard, and clause 2 (the presumably operator π) is
built from the guard and the semi-designation function σ.
The semi-designation function σ ([Sch96a] Def 5): T on the
semi-designated values, F elsewhere.
Equations
- Schoter1996.semiDesignation x = if Schoter1996.SemiDesignated x then Bilattice.Product.mk ⊤ ⊥ else Bilattice.Product.mk ⊥ ⊤
Instances For
The value-level presumably operator π ([Sch96a] Def 14, clause 2):
σ(v) : T ⊕ σ(¬v) : F — presumably-true if the value is semi-designated,
presumably-false if its negation is, informationally unified.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The evidential-weighting function f⋆ ([Sch96a] Def 16): suppresses
the dominated evidence, so only the dominant evidence figures in evaluation.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Weighting evaluates a defeated default as the definite value that defeated
it (Def 16): f⋆(D⁺) = T.
f⋆ maps PRESUP onto the seven constants of [Gin88]'s DEFAULT
bilattice (Def 16).
The weighting is not a bilattice homomorphism onto DEFAULT (Def 16):
it fails to commute with gullibility ⊕.