Documentation

Linglib.Theories.Semantics.Entailment.Basic

A small finite set of worlds for decidable reasoning.

Instances For
    Equations
    • One or more equations did not get rendered due to their size.
    Instances For

      Semantic entailment: p entails q iff q is true whenever p is true.

      Equations
      Instances For

        Disjunction: (por p q) w = p w || q w.

        Equations
        Instances For
          theorem Semantics.Entailment.pnot_reverses_entailment (p q : BProp World) (h : ∀ (w : World), p w = trueq w = true) (w : World) :
          pnot q w = truepnot p w = true

          Negation reverses entailment, specialized to World.

          Proposition true only in w0.

          Equations
          Instances For

            Proposition true everywhere.

            Equations
            Instances For

              Proposition false everywhere.

              Equations
              Instances For

                Test cases for monotonicity: pairs where first entails second.

                Equations
                • One or more equations did not get rendered due to their size.
                Instances For