Maier 2014a: Mixed quotation as syntactic chameleonism #
@cite{maier-2014a}
Maier, E. (2014). Mixed quotation: The grammar of apparently transparent opacity. Semantics & Pragmatics 7:7, 1–67.
Defining commitment #
A SINGLE mixed-quotation operator mq can be inserted into a syntactic
tree above any node, creating a new node of the SAME syntactic category.
The operator is type-polymorphic: applied to a DP, it returns a DP;
applied to a VP, a VP; etc. K-G calls this Cappelen & Lepore's
"syntactic chameleonism" (paper p.11).
This is the architectural alternative K-G argues against in Section 2 (paper p.11): K-G holds that mixed quotation arises from a compositional INTERACTION between pure quotation (which DOES change syntactic type, to QDP/QVP/etc.) and a covert mixed-quotation operator 𝔐. Maier's single-operator architecture is simpler but cannot account for K-G's §3 prediction that the strip-then-mix pipeline blocks original CI projection.
Note on scope #
This is a stub formalisation: enough of Maier's commitment to host
inequality theorems against K-G's strip-then-mix architecture in
KirkGiannini2024.lean. A fuller treatment would also formalize Maier's
DRT semantics for the peripheral content (which differs from K-G's
multidimensional approach) but is out of scope for the present
cross-framework comparison.
Equations
- Maier2014.instDecidableEqCat x✝ y✝ = if h : x✝.ctorIdx = y✝.ctorIdx then isTrue ⋯ else isFalse ⋯
Equations
- Maier2014.instReprCat.repr Maier2014.Cat.DP prec✝ = Repr.addAppParen (Std.Format.nest (if prec✝ ≥ 1024 then 1 else 2) (Std.Format.text "Maier2014.Cat.DP")).group prec✝
- Maier2014.instReprCat.repr Maier2014.Cat.VP prec✝ = Repr.addAppParen (Std.Format.nest (if prec✝ ≥ 1024 then 1 else 2) (Std.Format.text "Maier2014.Cat.VP")).group prec✝
- Maier2014.instReprCat.repr Maier2014.Cat.NP prec✝ = Repr.addAppParen (Std.Format.nest (if prec✝ ≥ 1024 then 1 else 2) (Std.Format.text "Maier2014.Cat.NP")).group prec✝
- Maier2014.instReprCat.repr Maier2014.Cat.AP prec✝ = Repr.addAppParen (Std.Format.nest (if prec✝ ≥ 1024 then 1 else 2) (Std.Format.text "Maier2014.Cat.AP")).group prec✝
- Maier2014.instReprCat.repr Maier2014.Cat.S prec✝ = Repr.addAppParen (Std.Format.nest (if prec✝ ≥ 1024 then 1 else 2) (Std.Format.text "Maier2014.Cat.S")).group prec✝
Instances For
Equations
- Maier2014.instReprCat = { reprPrec := Maier2014.instReprCat.repr }
A typed expression: an item paired with its syntactic category.
- cat : Cat
- meaning : Pragmatics.Expressives.TwoDimProp W
Instances For
Maier's mixed-quotation operator. Type-polymorphic: takes a typed expression of any category and returns a typed expression of the SAME category, with a peripheral attribution layer added (the speaker produced the quoted material).
Note: Maier's operator does NOT first pure-quote its input. The
daughter's at-issue and CI content both pass through unchanged
(modulo the new attribution). This is the architectural divergence
from K-G: K-G's 𝔐 takes a QDP/QVP-typed pure-quoted input, not a
same-category input.
Equations
Instances For
Maier's CI passthrough. The daughter's CI content survives
inside mq's output, conjoined with the new attribution. This is
the K-G-disputed behavior: under K-G's strip-then-mix pipeline, the
daughter's CI is destroyed by pure quotation BEFORE 𝔐 applies, so
the original CI does not propagate.