Documentation

Linglib.Phenomena.Quotation.Studies.KirkGiannini2024

Kirk-Giannini 2024: Covert Mixed Quotation #

@cite{kirk-giannini-2024}

Covert mixed quotation. Semantics and Pragmatics 17, Article 5: 1-54.

Overview #

Five apparently distinct phenomena are derived from the interaction of covert mixed quotation š” with four additional operators (↓, †, š”„, and quantification over senses):

  1. CI projection failure (§1, paper §3): Conventional implicature items (expressives, slurs, NRRCs) fail to project out of indirect speech reports because the embedded clause is first pure-quoted (stripping the original CI) before š” re-introduces a peripheral utterance attribution.

  2. C-monsters (§2, paper §4): "Pluto could have been a planet" accesses the meaning 'planet' would have under different conventions via the diagonalizer †, which collapses the world of utterance into the world of evaluation. K-G's † is existentially closed over speakers/communities (paper fn 22).

  3. Metalinguistic negation (§3, paper §5): "I didn't trap two MONGEESE" derives via the chain š” → š”„ → ↓ → ¬, with ↓ shunting the appropriateness content into the at-issue dimension before negation applies. The analysis predicts three syntactic restrictions identified by @cite{horn-1985} / @cite{horn-1989} and @cite{burton-roberts-1989}: morpheme incorporation failure, NPI licensing failure, and DN-elimination failure.

  4. Metalinguistic negotiation (§4, paper §6): "Secretariat is / isn't an athlete" — A and B express literally incompatible appropriateness contents on a shared standard, contra @cite{plunkett-sundell-2013}'s "consistent contents" diagnosis.

  5. "In a sense" (§5, paper §7): "Viruses are alive in a sense" contributes ∃μ ∃sā‚“ [⟨*⟩(q)(wc)(sā‚“) ∧ [^⟨*⟩(q)(wc)(sā‚“)] = μ] — an existential over BOTH speakers AND intensions, with which_μ binding via Predicate Abstraction.

Cross-framework theorem inventory #

This module hosts 8 cross-framework refutation/bridge theorems that make K-G's incompatibilities with sibling analyses visible at theorem level (per linglib's "no bridge files" rule, comparisons live in the chronologically-later study file). Each theorem actually imports and invokes the named sibling's substrate — none is a docstring-only claim.

§3 also lifts three syntactic predictions from Horn1989: mongeese_blocks_morpheme_incorporation, ..._npi_licensing, ..._dn_elimination. These are NOT framed as cross-framework theorems (K-G and Horn agree on the predictions, disagree only on the architecture that derives them).

Note on Denial Taxonomy #

The three-way DenialType taxonomy (propositional / presuppositional / implicature) from @cite{van-der-sandt-maier-2003} — formalized in Phenomena/Negation/Denial.lean — groups register and connotation denials under implicature. K-G's analysis (paper §5, p.28-30) derives metalinguistic-negation truth conditions from ♦ (appropriateness modal) composed with š”, with ↓ shunting before negation. The distinguishing feature of K-G's account is the appeal to appropriateness plus the syntactic predictions in §3 (NPI failure, morpheme incorporation failure, DN-elimination failure).

Concrete world type for the CI projection scenarios — non-trivial so universal/existential quantification has computational content.

Instances For
    @[implicit_reducible]
    Equations
    def KirkGiannini2024.instReprProjWorld.repr :
    ProjWorld → ā„• → Std.Format
    Equations
    • One or more equations did not get rendered due to their size.
    Instances For

      Expressions in the 'goddamned keys' scenario.

      Instances For
        @[implicit_reducible]
        Equations
        def KirkGiannini2024.instReprGDExpr.repr :
        GDExpr → ā„• → Std.Format
        Equations
        • One or more equations did not get rendered due to their size.
        Instances For

          Speakers: Jones (the original utterer) and the reporter.

          Instances For
            @[implicit_reducible]
            Equations
            def KirkGiannini2024.instReprGDSpeaker.repr :
            GDSpeaker → ā„• → Std.Format
            Equations
            • One or more equations did not get rendered due to their size.
            Instances For

              'Goddamned keys' denotes Jones-spent-an-hour-looking-for-his-keys. At-issue content is independent of who's reporting.

              Equations
              Instances For

                Original peripheral CI of 'goddamned' in its first use: Jones has a negative attitude toward Jones's keys. Modelled as constant True — attitudes are intentional content of the speaker, not world-contingent. (This is what makes the Potts-vs-K-G refutation bite at .hypothetical: the original CI persists across worlds, but Jones's UTTERANCE is contingent.)

                Equations
                Instances For

                  Non-trivial utterance attribution. Jones uttered 'goddamned keys' at .actual; reporter never uttered it. This is what differentiates §1's peripheral content from the constant-True placeholder of the original substrate.

                  Equations
                  Instances For

                    Reporter's MQ context. Sx is jones (the anaphorically retrieved speaker), wc is the actual world, the reporter is the discourse speaker (not represented in MQContext directly).

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

                      Peripheral content after š”: utterance attribution to Jones, NOT the original expressive CI.

                      @[simp]

                      At-issue content is preserved through š”: Jones-spent-an-hour- looking-for-his-keys remains true.

                      The reporter is not credited with Jones's utterance — gdUttRel correctly distinguishes the actual utterer from the reporter.

                      The strip-then-remix structure (paper p.21-22). A TwoDimProp carrying the original CI is pure-quoted (stripping the CI per pureQuoteRich), then MQContext.applyMQ re-introduces peripheral content as utterance attribution. The strip witness records what was discarded; the new R-layer holds what replaced it.

                      theorem KirkGiannini2024.kg_refutes_potts_universal_projection :
                      have original := { atIssue := fun (x : ProjWorld) => True, ci := gdOriginalCI }; have pottsCIAfterNeg := original.neg.ci; have kgRAfterChain := (Semantics.Quotation.MQProp.applyMQ reporterCtx GDExpr.goddamnedKeys).rContent; pottsCIAfterNeg ProjWorld.hypothetical ≠ kgRAfterChain ProjWorld.hypothetical

                      K-G refutes Potts's universal CI projection. Per @cite{potts-2005} (formalised as Theories.Pragmatics.Expressives.Basic.ci_projects_through_neg): (neg p).ci = p.ci. The CI of a TwoDimProp projects unchanged through any at-issue operator. K-G's analysis predicts that under indirect-speech embedding the CI is REPLACED by utterance attribution.

                      To exhibit the divergence we apply both analyses to the SAME input proposition original = ⟨True, gdOriginalCI⟩:

                      • Potts: applying TwoDimProp.neg (or any at-issue operator) preserves the CI, so the predicted CI value at .hypothetical is gdOriginalCI .hypothetical = True (Jones's attitude persists across worlds).
                      • K-G: applying the strip-then-remix pipeline replaces the CI with R-attribution gdUttRel .jones () .goddamnedKeys, so the predicted R-value at .hypothetical is False (Jones's utterance is contingent on the world — only happened in .actual).

                      The two analyses disagree at .hypothetical. The proof actually invokes Pragmatics.Expressives.TwoDimProp.neg on the constructed input — not just compares stipulated values.

                      K-G refutes Harris-Potts orientation variables. @cite{harris-potts-2009} posit a free orientation variable on each CI item, contextually resolved (formalised as Phenomena.Expressives.Studies.HarrisPotts2009.CIItem with a ciFor : Orientation → W → Prop field). K-G's strip-then-remix analysis predicts the CI is FIXED by the syntactic structure (specifically by sx in the MQ context).

                      To exhibit the divergence, we construct an H&P CI item whose orientation is contextually resolvable to ANY participant (H&P's permissive prediction), and a K-G chain where the CI is determined by the fixed sx = .jones. The H&P item allows the reporter to be the orientation; K-G excludes this.

                      theorem KirkGiannini2024.kg_refutes_maier_chameleonism :
                      have maierInput := { cat := Maier2014.Cat.NP, meaning := { atIssue := fun (x : ProjWorld) => True, ci := gdOriginalCI } }; have maierAttrib := fun (x : ProjWorld) => True; have maierCI := (Maier2014.mq maierAttrib maierInput).meaning.ci; have kgCI := (Semantics.Quotation.MQProp.applyMQ reporterCtx GDExpr.goddamnedKeys).rContent; maierCI ProjWorld.hypothetical ≠ kgCI ProjWorld.hypothetical

                      K-G refutes Maier 2014a's syntactic chameleonism.

                      Maier (Phenomena.Quotation.Studies.Maier2014) treats the mixed-quotation operator as type-polymorphic: mq attrib e returns a TypedExpr with the SAME category as e, and the daughter's CI content passes through unchanged (theorem mq_ci_passes_daughter_ci_through).

                      K-G's strip-then-mix pipeline DESTROYS the daughter's CI before remixing — the original gdOriginalCI does not survive into the result's peripheral content; only the new R-attribution does.

                      We exhibit the divergence by constructing the same input expression in both substrates and showing their CI predictions diverge.

                      Worlds for the Pluto scenario: pre-2006 conventions classify Pluto as a planet, post-2006 do not.

                      Instances For
                        @[implicit_reducible]
                        Equations
                        def KirkGiannini2024.instReprPlutoWorld.repr :
                        PlutoWorld → ā„• → Std.Format
                        Equations
                        • One or more equations did not get rendered due to their size.
                        Instances For

                          The word 'planet' as a quoted expression.

                          Instances For
                            @[implicit_reducible]
                            Equations
                            def KirkGiannini2024.instReprPlutoExpr.repr :
                            PlutoExpr → ā„• → Std.Format
                            Equations
                            • One or more equations did not get rendered due to their size.
                            Instances For

                              Two speakers: one using the standard (post-2006) convention, one a hypothetical pre-2006 community. The ∃-over-speakers in K-G's † (paper fn 22) ranges over types like this.

                              Instances For
                                @[implicit_reducible]
                                Equations
                                def KirkGiannini2024.instReprPlutoSpeaker.repr :
                                PlutoSpeaker → ā„• → Std.Format
                                Equations
                                • One or more equations did not get rendered due to their size.
                                Instances For

                                  (4): "Pluto could have easily been a planet" — true via K-G's diagonalizer with ∃-over-speakers (paper fn 22). The diagonalized predicate is non-vacuous: there exists a speaker (the pre-2006 community) whose use of 'planet' includes Pluto at the pre-2006 world. Witness: speaker = .pre2006Community, world = .pre2006.

                                  Witness uniqueness fails. The pre-2006 community and the standard speaker disagree on Pluto's planethood at pre-2006 worlds, so K-G's existential is genuinely informative — not every speaker is a witness.

                                  def KirkGiannini2024.kgEmbeddingShifts {W : Type u_1} {E : Type u_2} {P : Type u_3} {T : Type u_4} :

                                  K-G's covert lexicon, viewed as Kaplan-context shifts. All four covert operators (š”, ↓, †, š”„) operate on the world / appropriateness components of evaluation, NOT on the Kaplan context (agent, time, location). Their image on Kaplan-context space is the identity shift.

                                  We exhibit this with one identityShift per covert operator. The list could equivalently be empty; making it explicit lets the no-monster theorem actually CASE-SPLIT on K-G's apparatus rather than vacuously hold over an empty list.

                                  Equations
                                  Instances For

                                    Bridge to Kaplan's no-monster thesis (Theories/Semantics/Reference/ Monsters.lean). K-G's † is a content operator (it shifts the world component of the quotative interpretation), NOT a context operator. K-G's apparatus, projected to Kaplan-context space, contributes only identity shifts (kgEmbeddingShifts), so Kaplan's thesis is preserved.

                                    This is the architectural payoff of K-G's analysis vs. KJR's: K-G explains c-monstrous behavior WITHOUT touching the worlds-as-evaluation-points architecture or introducing context shifts.

                                    theorem KirkGiannini2024.kg_refutes_kjr_convention_shift :
                                    have pre2006Convention := { ext := fun (p : PlutoExpr) (x : Unit) (x_1 : PlutoWorld) => match p with | PlutoExpr.planet => True }; have kjrEval := KocurekJerzakRudolph2020.diagContent PlutoExpr.planet () { world := PlutoWorld.post2006, conv := pre2006Convention }; have kgEval := Semantics.Quotation.diagonalizeKG plutoInterp PlutoExpr.planet PlutoWorld.post2006; kjrEval ∧ ¬kgEval

                                    K-G refutes KJR's convention-shift architecture. KJR (Phenomena.Conditionals.Studies.KocurekJerzakRudolph2020) replace worlds with world-convention pairs and treat conditionals as shifting the convention component. K-G's analysis preserves worlds-as-evaluation-points and uses † instead.

                                    We exhibit the SUBSTANTIVE divergence by constructing the same scenario in both substrates and showing they make incompatible predictions:

                                    • KJR: at the WC-pair ⟨.post2006, pre2006Convention⟩, the diagonal content of planet applied to pluto is True (the WC-pair's convention puts Pluto in the extension, regardless of the world component).
                                    • K-G: diagonalizeKG plutoInterp .planet .post2006 is False (no speaker witness — no community whose use of 'planet' at .post2006 includes Pluto, since standard.post2006 = False and pre2006Community.post2006 = False).

                                    The two architectures predict different truth values for the same surface sentence at the same world.

                                    Expressions in the metalinguistic-negation scenario. Includes lexical pairs needed for the morpheme-incorporation prediction.

                                    Instances For
                                      @[implicit_reducible]
                                      Equations
                                      def KirkGiannini2024.instReprMNExpr.repr :
                                      MNExpr → ā„• → Std.Format
                                      Equations
                                      • One or more equations did not get rendered due to their size.
                                      Instances For

                                        Two worlds: the actual (where the dispute occurs) and a hypothetical alternative. Multi-constructor so the appropriateness modal ♦ quantifies non-vacuously.

                                        Instances For
                                          @[implicit_reducible]
                                          Equations
                                          def KirkGiannini2024.instReprMNWorld.repr :
                                          MNWorld → ā„• → Std.Format
                                          Equations
                                          • One or more equations did not get rendered due to their size.
                                          Instances For

                                            Speakers: a generic English speaker and a hypothetical prescriptivist who would judge 'mongeese' appropriate.

                                            Instances For
                                              @[implicit_reducible]
                                              Equations
                                              def KirkGiannini2024.instReprMNSpeaker.repr :
                                              MNSpeaker → ā„• → Std.Format
                                              Equations
                                              • One or more equations did not get rendered due to their size.
                                              Instances For

                                                Both 'mongeese' and 'mongooses' pick out the mongoose property — same at-issue content. The lexical-pair pattern for incorporation has 'happy' and 'unhappy' as semantic complements.

                                                Equations
                                                Instances For

                                                  Non-trivial utterance attribution. Generic English speaker actually utters 'mongooses'; the prescriptivist would utter 'mongeese'. This non-vacuity is what the original substrate's constant-True uttRel was missing.

                                                  Equations
                                                  Instances For

                                                    Appropriateness standard. 'mongooses' is the appropriate plural for English speakers; 'mongeese' is not. Speaker-relative: the prescriptivist's standard would judge 'mongeese' appropriate.

                                                    Equations
                                                    Instances For

                                                      The metalinguistic negation context — generic English speaker.

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

                                                        (3): "I didn't manage to trap two MONGEESE" — the metalinguistic negation reading derives via metalinguistic_neg_truth_conditions (substrate, paper §5 p.28-30): the at-issue content is ¬(at-issue ∧ appropriate). Since 'mongeese' is INappropriate for the generic English speaker, the negation holds even though the at-issue (mongoose property) does not.

                                                        Prediction 1 — morpheme incorporation failure (Horn 1989 p.392, @cite{horn-1985}). Morphologically incorporated negation (unhappy) cannot host metalinguistic readings. K-G derives this without lexical ambiguity in not: the metalinguistic chain š” → š”„ → ↓ → ¬ requires syntactically separate not, š”„, and ↓ nodes — incorporation into a lexical item collapses these into one head, blocking the chain.

                                                        Encoded: unhappy is at-issue-equivalent to ¬'happy', NOT to ¬♦happy (the appropriateness modal cannot factor through the incorporated item).

                                                        Prediction 2 — NPI licensing failure (Horn 1989). Metalinguistic negation does not license NPIs. K-G's account derives this from the appropriateness modal ♦ and the shunting structure: NPIs require descriptive-negation downward-entailing scope, but ♦ is not downward-entailing in the relevant sense.

                                                        Lifted from Phenomena.Negation.Studies.Horn1989.

                                                        Prediction 3 — DN-elimination failure (@cite{burton-roberts-1989}). "She's not not happy, she's inconsolable" does NOT reduce to "She's happy" — the metalinguistic chain blocks DN-elimination. K-G's account: each ¬ in the metalinguistic chain scopes over a distinct appropriateness conjunction, so successive ¬¬ does not reduce.

                                                        Lifted from Horn1989.metalinguistic_neg_blocks_dn_elimination.

                                                        K-G's metalinguistic negation does NOT match DenialType.implicature.

                                                        Phenomena.Negation.Denial (formalising @cite{van-der-sandt-maier-2003}) classifies register/connotation denials as DenialType.implicature, which maps to ContentLayer.implicature. K-G's chain produces content on the appropriateness dimension via applyApprop — which lives in Quotation/Mixed, not in Implicature/. The two substrates are not inter-translatable.

                                                        We exhibit the structural divergence by exhibiting a witness metalinguistic-negation example whose at-issue conjunct is True (mongoose property holds) AND whose appropriateness conjunct is False (mongeese is inappropriate). This is the K-G profile, NOT the implicature-denial profile (which would target a scalar enrichment, not an appropriateness modal).

                                                        R-content survives the full metalinguistic negation chain — in the MQProp layered model. This is the load-bearing architectural payoff of the substrate's two-layer refactor (MQProp vs flat TwoDimProp).

                                                        In the flat model, applyApprop REPLACES the ci dimension with the appropriateness content, so the original R-attribution (mnUttRel mnCtx.sx mnCtx.ux .mongeese) is destroyed when š”„ fires. In the MQProp model, R lives in a separate layer; š”„ writes only to the ā—†-layer. After the full chain š” → š”„ → ↓ → ¬, R is intact.

                                                        This is the prediction K-G needs (paper §5): "I didn't trap two MONGEESE" still records that someone uttered 'mongeese'. The flat model loses this; MQProp keeps it. Concrete witness for the mongeese scenario, derived from substrate's full_chain_preserves_rContent.

                                                        R-content is non-trivial for the mongeese scenario. Concretely at .actual, the R-layer records that the generic English speaker did NOT utter 'mongeese' (mnUttRel .genericEnglish () .mongeese .actual = False) — the speaker uttered 'mongooses' instead. This information is preserved through the metalinguistic-negation chain in the layered model. The flat-model mongeese_metalinguistic_neg cannot witness this distinction.

                                                        The word 'athlete' in the Secretariat dispute.

                                                        Instances For
                                                          @[implicit_reducible]
                                                          Equations
                                                          def KirkGiannini2024.instReprAthExpr.repr :
                                                          AthExpr → ā„• → Std.Format
                                                          Equations
                                                          • One or more equations did not get rendered due to their size.
                                                          Instances For

                                                            Worlds: the actual world (broad athleticism is the relevant property) and a hypothetical comparison world.

                                                            Instances For
                                                              @[implicit_reducible]
                                                              Equations
                                                              def KirkGiannini2024.instReprAthWorld.repr :
                                                              AthWorld → ā„• → Std.Format
                                                              Equations
                                                              • One or more equations did not get rendered due to their size.
                                                              Instances For

                                                                Two disputants A and B (who AGREE Secretariat has the relevant physical properties but DISAGREE on whether 'athlete' is appropriate to use for non-human animals).

                                                                Instances For
                                                                  @[implicit_reducible]
                                                                  Equations
                                                                  def KirkGiannini2024.instReprAthSpeaker.repr :
                                                                  AthSpeaker → ā„• → Std.Format
                                                                  Equations
                                                                  • One or more equations did not get rendered due to their size.
                                                                  Instances For

                                                                    The shared at-issue content: Secretariat instantiates broad athleticism. Both A and B agree on this.

                                                                    Equations
                                                                    Instances For

                                                                      The SHARED appropriateness standard. Per K-G §6, the dispute is NOT over which idiolectal extension is "correct" (P&S's diagnosis) — both A and B are using a single standard, and the dispute is about what that standard's verdict on 'athlete-for-horses' should be. We encode this as ONE AppropStandard whose value at the dispute expression is the contested proposition.

                                                                      Equations
                                                                      Instances For

                                                                        A's MQ context — committing to "appropriate(athlete, Secretariat)".

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

                                                                          A's assertion (paper (6) A: "Secretariat is an athlete") — the shunted appropriateness chain holds at .actual under the shared standard.

                                                                          B's denial (paper (6) B: "No, Secretariat is not an athlete") — metalinguistic negation of the SAME shared content. B asserts the negation of the appropriateness conjunct. The crucial point (vs. P&S) is that A and B's assertions are LITERALLY INCOMPATIBLE on the same standard, NOT consistent on different idiolects.

                                                                          K-G refutes Plunkett-Sundell — structural cross-framework theorem.

                                                                          K-G and P&S make incompatible commitments about the structure of a metalinguistic dispute:

                                                                          • P&S (Phenomena.Negation.Studies.PlunkettSundell2013): consistentContents requires predA ≠ predB extensionally — speakers use DIFFERENT idiolectal extensions of the contested predicate, and joint satisfiability witnesses their distinct meanings. Paper p.18: "the connection between genuine disagreement and sameness of meaning is broken."

                                                                          • K-G (paper §6, p.33-34): A and B operate on a SHARED standard; the dispute is over the SAME proposition's truth value. Encoded in P&S's MetalinguisticDispute schema, K-G's commitment is predA = predB.

                                                                          The substrate lemma MetalinguisticDispute.consistentContents_excludes_shared_standard proves these commitments are jointly unsatisfiable: any dispute with predA = predB necessarily violates consistentContents. The K-G refutation is the schematic claim that K-G's commitment entails P&S's predicate failure — universally over disputes, with no hand-picked extensions.

                                                                          Expressions for the "viruses are alive" scenario.

                                                                          Instances For
                                                                            @[implicit_reducible]
                                                                            Equations
                                                                            def KirkGiannini2024.instReprVirExpr.repr :
                                                                            VirExpr → ā„• → Std.Format
                                                                            Equations
                                                                            • One or more equations did not get rendered due to their size.
                                                                            Instances For

                                                                              Two speakers with different intensions for 'alive':

                                                                              • biologist: 'alive' includes viruses (genetic-material criterion)
                                                                              • layperson: 'alive' excludes viruses (5-kingdoms criterion)
                                                                              Instances For
                                                                                @[implicit_reducible]
                                                                                Equations
                                                                                def KirkGiannini2024.instReprVirSpeaker.repr :
                                                                                VirSpeaker → ā„• → Std.Format
                                                                                Equations
                                                                                • One or more equations did not get rendered due to their size.
                                                                                Instances For

                                                                                  Worlds for the "in a sense" scenario. Multi-constructor so the intension quantification is non-vacuous.

                                                                                  Instances For
                                                                                    @[implicit_reducible]
                                                                                    Equations
                                                                                    def KirkGiannini2024.instReprVirWorld.repr :
                                                                                    VirWorld → ā„• → Std.Format
                                                                                    Equations
                                                                                    • One or more equations did not get rendered due to their size.
                                                                                    Instances For

                                                                                      Quotative interpretation: 'alive' has different extensions depending on which speaker is using the word.

                                                                                      Equations
                                                                                      Instances For
                                                                                        @[reducible, inline]

                                                                                        Intensions — propositions about VirWorlds. K-G's analysis quantifies over intensions μ in addition to speakers sā‚“. Here we use the type of VirWorld → Prop directly.

                                                                                        Equations
                                                                                        Instances For

                                                                                          The MQ context parameterised by speaker.

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

                                                                                            Predicate Abstraction over the intension variable (paper p.37-38). K-G's which_μ binds μ via Heim & Kratzer-style PA. Encoded here as a function abstracting over intensions.

                                                                                            Equations
                                                                                            Instances For

                                                                                              (7'): "There is a sense which viruses are alive in" — the K-G analysis (paper p.38) gives the L_MQ formula:

                                                                                              ∃μ ∃sā‚“ [⟨⟩(viruses are alive)(wc)(sā‚“) ∧ [^⟨⟩(viruses are alive)(wc)(sā‚“)] = μ]

                                                                                              The existential ranges over BOTH intensions μ AND speakers sā‚“. Both are needed: speakers select different intensions for the same expression, and which_μ binds μ for the relative clause.

                                                                                              Witness: at .actual, with sā‚“ = biologist (whose use of 'alive' includes viruses) and μ = the biologist's predicate.

                                                                                              The layperson is NOT a witness: their use of 'alive' excludes viruses.

                                                                                              The existential is non-trivial: not all senses make viruses alive.

                                                                                              K-G's "in a sense" is distinct from imprecision/granularity accounts. Imprecision frameworks (e.g. Phenomena.Imprecision.Studies.Haslinger2025) locate the variation in TOLERANCE / GRANULARITY parameters of a single speaker. K-G's "in a sense" locates the variation in the SPEAKER VARIABLE of š” — different speakers contribute different intensions.

                                                                                              The two analyses make incompatible architectural commitments. Imprecision holds the speaker fixed and varies the granularity; K-G holds granularity fixed and varies the speaker.

                                                                                              We exhibit the divergence: K-G's analysis predicts variation at the speaker locus (biologist vs. layperson), where Imprecision predicts no variation (single speaker, single granularity).