Documentation

Linglib.Studies.CondoravdiLauer2012

Imperatives as Preferential Commitment #

[CL12] [Lau13]

Worked examples exercising the substrate's force = .preferential axis, which had no consumer prior to this file. Anchored on [CL12] ("Imperatives: meaning and illocutionary force", Empirical Issues in Syntax and Semantics 9, pp. 37–58).

Paper's central distinction (§§3.2–3.3) #

[CL12] argue that declarative and imperative utterances create commitments of different attitudinal types:

Both kinds are commitments to act (paper §3.2). They differ in the attitude the speaker is committed to act under: doxastic vs preferential. This is the substrate's CommitmentForce axis.

Coverage #

Out of scope #

A 2-world model: addressee sits / doesn't sit.

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

      Speaker utters the declarative "The addressee is sitting". Creates a doxastic commitment (Krifka 2015 default; [CL12] paper §3.3 Convention applied to assertions).

      Equations
      Instances For

        Therefore the doxastic context set narrows to sitting-worlds.

        The preferential context set is unaffected by the declarative (no preferential commitments in root).

        Speaker utters the imperative "Sit down!". The substrate's assert operator with force := .preferential models the paper's PEP_w(Sp, ⟦sit_down⟧) commitment.

        Per [CL12] §3.3: the convention for imperatives parallels the convention for declaratives, but commits the speaker to a PREFERENCE rather than a BELIEF.

        Equations
        Instances For

          The imperative state has speaker preferentially committed to isSitting. Same IndexedCommitment.commit constructor as the declarative — only the force field differs.

          The doxastic context set is unaffected by the imperative — the speaker has not committed to BELIEVE the addressee is sitting, only to prefer it.

          The preferential context set narrows to sitting-worlds — the speaker IS committed to act as though preferring isSitting.

          The two projections see different things #

          Paper §3.2: PB and PEP are independent attitudinal commitments. A declarative engages only PB; an imperative engages only PEP. The substrate's toDoxasticContextSet / toPreferentialContextSet projections make this independence Lean-checkable.

          Headline: declarative narrows doxastic but not preferential; imperative narrows preferential but not doxastic.

          The conflated toContextSet is the conjunction of both projections (substrate-level theorem toContextSet_eq_doxastic_and_preferential). Specialised to imperativeState: the conflated CommonGround narrows to sitting-worlds even though only the preferential-CommonGround component is really committed. The conflated view loses information.

          Krifka 2015 was purely doxastic; CL2012 adds preferential #

          Per the chronological-dependency rule, this 2012 paper PRECEDES Krifka 2015 — but Krifka 2015's framework, as formalised in Studies/Krifka2015.lean, only exercises force = .doxastic (the substrate's default). Condoravdi-Lauer 2012 provides the missing imperative case via force = .preferential, exercising the same substrate machinery on the same IndexedCommitment constructor.

          The interesting cross-framework observation: both Krifka 2015's declarative-assertion and Condoravdi-Lauer 2012's imperative-assertion produce a single-element root. They differ ONLY in the force field.