Documentation

Linglib.Theories.Semantics.Dynamic.Bilateral.BUS

@[reducible, inline]
abbrev Semantics.Dynamic.BUS.BUSDen (W : Type u_1) (E : Type u_2) :
Type (max u_1 u_2)

BUS denotation as bilateral denotation.

Equations
Instances For
    def Semantics.Dynamic.BUS.BUSDen.hasGap {W : Type u_1} {E : Type u_2} (φ : BUSDen W E) (s : Core.InfoState W E) :

    Truth-value gap: presupposition failure.

    Equations
    Instances For
      def Semantics.Dynamic.BUS.BUSDen.defined {W : Type u_1} {E : Type u_2} (φ : BUSDen W E) (s : Core.InfoState W E) :

      Sentence is defined (no presupposition failure).

      Equations
      Instances For
        def Semantics.Dynamic.BUS.BUSDen.skConj {W : Type u_1} {E : Type u_2} (φ ψ : BUSDen W E) :
        BUSDen W E

        Strong Kleene conjunction.

        Equations
        Instances For
          def Semantics.Dynamic.BUS.BUSDen.pConj {W : Type u_1} {E : Type u_2} (φ ψ : BUSDen W E) :
          BUSDen W E

          Presupposition-preserving conjunction.

          Equations
          • One or more equations did not get rendered due to their size.
          Instances For
            def Semantics.Dynamic.BUS.BUSDen.strawsonEntails {W : Type u_1} {E : Type u_2} (φ ψ : BUSDen W E) :

            Strawson entailment: φ entails ψ when φ is defined and true.

            Equations
            Instances For
              def Semantics.Dynamic.BUS.BUSDen.strongEntails {W : Type u_1} {E : Type u_2} (φ ψ : BUSDen W E) :

              Strong entailment: φ entails ψ with no presupposition failure.

              Equations
              Instances For
                theorem Semantics.Dynamic.BUS.BUSDen.de_morgan_disj_negative {W : Type u_1} {E : Type u_2} (φ ψ : BUSDen W E) (s : Core.InfoState W E) :
                (φ ψ).negative s = φ.negative s ψ.negative s
                theorem Semantics.Dynamic.BUS.BUSDen.conj_negative {W : Type u_1} {E : Type u_2} (φ ψ : BUSDen W E) (s : Core.InfoState W E) :
                (φ ψ).negative s = φ.negative s φ.positive s ψ.negative (φ.positive s)