Documentation

Linglib.Discourse.SpeechAct

Searlean Speech Acts: F(p) and S(r) #

[Sea69]'s speech-act theory as elaborated in [Sea79] and [Sea83]: an illocutionary act F(p) performed sincerely expresses the corresponding Intentional state S(r) — the sincerity-condition law — and conditions of satisfaction transfer between them. Also the preparatory conditions for directives, in the inventory of [FC85].

Main declarations #

Implementation notes #

PsychMode.expressive collapses [Sea69]'s heterogeneous expressive sincerity states (gratitude, pleasure, regret, ...) into a single mode; its null direction of fit is [Sea79]'s claim about the expressive class. Commitment-based accounts (CommitmentForce.doxastic "act-as-if-believe", per [CL12] and [Lau13]; Brandom's commitment-without-entitlement) deliberately weaken IllocutionaryMood.sincerityCondition .declarative = .belief from sincere belief to public commitment.

References #

Direction of fit #

inductive DirectionOfFit :

Direction of fit: how responsibility for matching the state and the world is distributed ([Sea83]).

  • mindToWorld : DirectionOfFit

    State must match reality (beliefs, assertions).

  • worldToMind : DirectionOfFit

    World must change to match the state (desires, orders).

  • null : DirectionOfFit

    Presupposed truth, no fit responsibility (expressives).

  • double : DirectionOfFit

    Both directions simultaneously (declarations).

Instances For
    @[implicit_reducible]
    Equations
    @[implicit_reducible]
    Equations
    def instReprDirectionOfFit.repr :
    DirectionOfFitStd.Format
    Equations
    Instances For

      Illocutionary taxonomy — F(p) #

      inductive SearleClass :

      [Sea79]'s five basic categories of illocutionary acts; exhaustive and mutually exclusive.

      • assertive : SearleClass

        Assertions, statements, descriptions.

      • directive : SearleClass

        Orders, commands, requests.

      • commissive : SearleClass

        Promises, vows, pledges.

      • declaration : SearleClass

        Verdicts, appointments (bring about by declaring).

      • expressive : SearleClass

        Apologies, congratulations (express feelings about presupposed states).

      Instances For
        @[implicit_reducible]
        Equations
        def instReprSearleClass.repr :
        SearleClassStd.Format
        Equations
        Instances For
          @[implicit_reducible]
          Equations
          @[implicit_reducible]
          Equations

          Psychological mode — S(r) #

          inductive PsychMode :

          Psychological modes: the "S" in [Sea83]'s S(r).

          • belief : PsychMode

            Bel(p): satisfied iff p obtains.

          • desire : PsychMode

            Des(p): satisfied iff p comes about.

          • intention : PsychMode

            Int(p): satisfied iff p is brought about by carrying out the intention.

          • perception : PsychMode

            Per(p): satisfied iff the object causes this experience.

          • expressive : PsychMode

            Stand-in for [Sea69]'s heterogeneous expressive states (gratitude, pleasure, regret, ...); truth presupposed, no fit responsibility ([Sea79]).

          Instances For
            @[implicit_reducible]
            instance instDecidableEqPsychMode :
            DecidableEq PsychMode
            Equations
            def instReprPsychMode.repr :
            PsychModeStd.Format
            Equations
            Instances For
              @[implicit_reducible]
              Equations
              @[implicit_reducible]
              instance instInhabitedPsychMode :
              Inhabited PsychMode
              Equations

              Mood bridges — class and sincerity condition #

              Direction of fit for an illocutionary mood, derived via Searle class.

              Equations
              Instances For

                The sincerity condition's direction of fit matches the speech act's: [Sea83]'s central F(p) / S(r) parallel.

                Causal self-referentiality #

                inductive CausalSelfRef :

                Whether an Intentional state must figure in the causal chain producing its own conditions of satisfaction ([Sea83]).

                • none : CausalSelfRef

                  Not self-referential (beliefs, desires).

                • stateToWorld : CausalSelfRef

                  The state must cause its conditions of satisfaction (intentions).

                • worldToState : CausalSelfRef

                  The conditions of satisfaction must cause the state (perceptions).

                Instances For
                  @[implicit_reducible]
                  Equations
                  def instReprCausalSelfRef.repr :
                  CausalSelfRefStd.Format
                  Equations
                  Instances For
                    @[implicit_reducible]
                    Equations
                    @[implicit_reducible]
                    Equations

                    Causal self-referentiality for each psychological mode. Perception's direction of causation (world-to-state) runs opposite its direction of fit (mind-to-world): the two axes are independent.

                    Equations
                    Instances For

                      Causal self-referentiality is not determined by direction of fit: belief and perception share mind-to-world fit but differ in self-referentiality.

                      Preparatory conditions #

                      Preparatory conditions for directive speech acts. [Sea69] introduces the notion; the ability/knowledge/memory/perception/permission/willingness inventory and the specificity subsumption used below are consolidated in the analysis of [FC85] on indirect requests. -- UNVERIFIED: the precise subsumption ordering attribution.

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

                          The specificity chain: memory/perception → knowledge → ability.

                          Willingness is independent of ability: neither subsumes the other.