Documentation

Linglib.Studies.Schoter1996

Schöter's evidential bilattices: PRESUP and the defeasible 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. 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:

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.

@[reducible, inline]

Schöter's PRESUP: 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

              Presumably false.

              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

                      The embedding of FOUR into PRESUP (definite values only).

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