Documentation

Linglib.Semantics.Modality.Anchor

Modal anchors #

This file defines the sources from which an event projects a modal domain — the content of a speech act, the content of an attitude, or the decision that caused a volitional event — the partial anchoring function a source assignment induces, and the definedness conditions a modal item may impose on its anchor.

Main definitions #

References #

inductive Modality.ModalSource (W : Type u_3) :
Type u_3

What an event projects a modal domain from: a speech act's content CON(e*), an attitude holder's doxastic alternatives, or the fulfilment conditions of the decision that caused a volitional event.

Instances For

    The conversational background a source projects.

    Equations
    Instances For

      The flavor a source projects: the speech act's own, epistemic for an attitude, and circumstantial — random choice — for a decision.

      Equations
      Instances For

        A source is a decision.

        Equations
        Instances For
          @[instance_reducible]
          instance Modality.instDecidableIsDecision {W : Type u_2} (s : ModalSource W) :
          Decidable s.IsDecision
          Equations
          • One or more equations did not get rendered due to their size.
          def Modality.anchoring {Event : Type u_1} {W : Type u_2} (src : EventOption (ModalSource W)) (e : Event) :

          The anchoring function of a source assignment, defined on the events with a source.

          Equations
          Instances For

            The definedness condition a modal item imposes on its anchor: any source, or only the decision of a volitional event.

            Instances For
              @[instance_reducible]
              Equations
              Equations
              • One or more equations did not get rendered due to their size.
              Instances For
                @[instance_reducible]
                instance Modality.instDecidableAdmits {W : Type u_2} (c : AnchorConstraint) (s : ModalSource W) :
                Decidable (c.Admits s)
                Equations
                • One or more equations did not get rendered due to their size.