Documentation

Linglib.Semantics.Modality.ModalBaseKind

Modal Base Kind #

[Kle16]

Classification of modal bases by their temporal character. This is the foundational type underlying the distinction between doxastic (DOX) and circumstantial (CIR) modal base pronouns.

DOX returns actual histories (ending at eval time) โ†’ past/present orientation. CIR returns future histories (departing from eval time) โ†’ future orientation.

This type is referenced by both theory-layer modules (Modality.TemporalConstraint, Tense.ModalTense) and by study files. It depends only on the Finset Ordering tense vocabulary (Core.Order, via Tense).

Classification of modal base temporal character. [Kle16] (35): DOX returns actual histories ๐’œ_t, CIR returns future histories โ„ฑ_t.

  • doxastic : ModalBaseKind

    Doxastic: accessible histories are actual (end at eval time). Yields past/present temporal orientation.

  • circumstantial : ModalBaseKind

    Circumstantial: accessible histories are future (depart from eval time). Yields future temporal orientation.

Instances For
    @[implicit_reducible]
    Equations
    def Semantics.Modality.instReprModalBaseKind.repr :
    ModalBaseKind โ†’ โ„• โ†’ Std.Format
    Equations
    • One or more equations did not get rendered due to their size.
    Instances For
      def Semantics.Modality.ModalBaseKind.permitsOrientation :
      ModalBaseKind โ†’ Finset Ordering โ†’ Bool

      The temporal orientation permitted by a modal base kind ([Kle16] Table 1, ยง1.2).

      Derived, not stipulated. A doxastic base returns histories ending at the eval time, so it permits an orientation iff its comparison cell admits a non-future reference time (lt or eq โˆˆ the cell); a circumstantial base returns future-departing histories, so it permits an orientation iff the cell admits a future reference time (gt โˆˆ the cell). On the four named tenses this reproduces Klecha's table โ€” including why DOX permits nonpast (it contains eq) and CIR permits its future part (it contains gt).

      Equations
      Instances For

        Doxastic modal bases block future orientation (the ULC).

        Circumstantial modal bases permit future orientation.

        The upper limit is derived from doxastic temporal character: DOX blocks future, permits past and present.