Documentation

Linglib.Studies.Schoter1996

Schöter's evidential bilattices: PRESUP and the evidential progression #

[Sch96a]

[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:

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.

@[reducible, inline]

Schöter's PRESUP (§2.1): the evidential bilattice over the 3-chain Fin 3 ~ {0, ½, 1}FOUR with defeasible/presumed values added.

Equations
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

              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
                    @[reducible]

                    Conflation on PRESUP, complementing on the chain by Fin.rev.

                    Equations
                    Instances For
                      @[reducible]

                      The consistent (non-glut) fragment of PRESUP.

                      Equations
                      Instances For
                        def Schoter1996.boolToFin3 :
                        BoolFin 3

                        Bool ↪ Fin 3: false ↦ 0 (no evidence), true ↦ 2 (full evidence).

                        Equations
                        Instances For
                          theorem Schoter1996.embed_le (x y : Bilattice.FOUR) :
                          x y embed x embed y

                          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.

                          @[reducible]
                          def Schoter1996.Designated {S : Type u_1} [LinearOrder S] [BoundedOrder S] (x : Bilattice.Evidential S) :

                          Designated values (§2.2): maximal positive evidence, DES = {⟨a, b⟩ | b = 1}.

                          Equations
                          Instances For
                            @[reducible]
                            def Schoter1996.SemiDesignated {S : Type u_1} [LinearOrder S] [BoundedOrder S] (x : Bilattice.Evidential S) :

                            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
                              theorem Schoter1996.designated_iff_top_kLE {S : Type u_1} [LinearOrder S] [BoundedOrder S] {x : Bilattice.Evidential S} :

                              The footnote characterization of designation: a value is designated iff it is knowledge-above the truth top, DES = {x | t ≤ₖ x} (§2.2).

                              theorem Schoter1996.semiDesignated_iff {S : Type u_1} [LinearOrder S] [BoundedOrder S] {x : Bilattice.Evidential S} :

                              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 σ.

                              def Schoter1996.semiDesignation {S : Type u_1} [LinearOrder S] [BoundedOrder S] (x : Bilattice.Evidential S) :

                              The semi-designation function σ ([Sch96a] Def 5): T on the semi-designated values, F elsewhere.

                              Equations
                              Instances For
                                def Schoter1996.presumably {S : Type u_1} [LinearOrder S] [BoundedOrder S] (v : Bilattice.Evidential S) :

                                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
                                  def Schoter1996.weight {S : Type u_1} [LinearOrder S] [BoundedOrder S] (x : Bilattice.Evidential S) :

                                  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 .