Documentation

Linglib.Semantics.Intensional.Austinian

Austinian propositions #

[BP83] [Gin12]

An Austinian proposition pairs a situation with a situation type and is true iff the situation satisfies the type ([BP83]; [Gin12] Ch. 4, [sit = s, sit-type = T]). Separating the situation from the classifying predicate — rather than carrying a witness by construction — yields propositions that can be false, which is what discourse needs: an asserted content enters FACTS as a checkable claim.

Main declarations #

A checkable Austinian proposition: a situation paired with a classifying predicate ([Gin12] Ch. 4). Truth requires the situation to satisfy the type, but need not hold — unlike a witness-carrying situation–type pair, this proposition can be false.

  • sit : S

    The situation being classified

  • sitType : SProp

    The classifying predicate (situation type)

Instances For

    A checkable Austinian proposition is true iff the situation satisfies the type.

    Equations
    Instances For

      A checkable Austinian proposition is false iff the situation doesn't satisfy the type.

      Equations
      Instances For

        Decidable variant of CheckableAustinian for computational use.

        • sit : S
        • sitType : SBool
        Instances For

          Decidable truth check.

          Equations
          Instances For

            Convert a decidable Austinian to S → Bool: evaluate the classifier at each situation.

            Equations
            Instances For

              A true Austinian proposition's toBProp holds at its situation.