Longobardi (2005): Toward a Unified Grammar of Reference #
@cite{longobardi-2005} @cite{longobardi-1994}
Zeitschrift für Sprachwissenschaft 24(1): 5--44.
Core Contribution #
A syntax-semantics mapping theory reducing reference to nominal head position: a nominal refers to an individual (constant) iff its D position contains referential content. This unifies object reference and kind reference under a single structural generalization.
The theory layer (TopologicalMapping.lean) formalizes the axioms,
derived theorems, and noun taxonomy. This study file:
- Instantiates N-to-D raising as
HeadToHeadMovementon the nominal extended projection (N → D) - Records Italian diagnostic data (solo paradigm, expletive articles)
- Bridges to @cite{longobardi-2001}'s
DPParameterandArgumentType - Derives Last Resort: proper names MUST raise (convergence); common nouns must NOT raise (economy)
N-to-D raising is head-to-head movement within the nominal extended projection.
@cite{longobardi-2005} §5: proper names in Romance undergo N-to-D raising — the noun head moves from N to D, crossing intervening material (adjectives, modifiers in α). This is the nominal analogue of V-to-T raising (@cite{pollock-1989}).
The movement is head-to-head (not head-to-spec): the noun stays minimal and reprojects in D. Evidence: the raised name forms a morphological unit with D, not a phrasal specifier.
The N head (proper name or special common noun)
- dpParam : Longobardi2001.DPParameter
Language parametric setting
- raises : Bool
Raising actually occurs
- obligatory : Bool
Raising is obligatory (convergence requires it)
Instances For
Italian proper names raise obligatorily to D.
@cite{longobardi-2005} §5: Gianni ha telefonato vs *Ha telefonato Gianni (in neutral intonation). The name must precede adjectives and modifiers that intervene between N and D.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Italian common nouns do NOT raise to D.
Equations
- One or more equations did not get rendered due to their size.
Instances For
English proper names: D is weak, so raising is vacuous (no overt D to target). Names occur bare in argument position.
Equations
- One or more equations did not get rendered due to their size.
Instances For
@cite{longobardi-2005} §2: the solo paradigm. Solo 'only' is an adverb that must c-command its associate. When solo precedes a proper name but follows a common noun, this diagnoses the structural position of the noun head.
- Solo Gianni... — name has raised past solo (N-to-D)
- Il solo tavolo... — common noun stays below solo
This asymmetry is the primary diagnostic for N-to-D.
The noun tested
- precedesSolo : Bool
Does the noun precede solo?
Instances For
Proper names precede solo (they have raised past it).
Equations
- Phenomena.Reference.Studies.Longobardi2005.soloPN = { headClass := Interfaces.SyntaxSemantics.TopologicalMapping.NominalHeadClass.properName, precedesSolo := true }
Instances For
Common nouns follow solo (they remain in situ).
Equations
- Phenomena.Reference.Studies.Longobardi2005.soloCN = { headClass := Interfaces.SyntaxSemantics.TopologicalMapping.NominalHeadClass.commonNoun, precedesSolo := false }
Instances For
The solo diagnostic confirms raising iff precedesSolo.
@cite{longobardi-2005} §8: Italian proper names optionally appear with a definite article (la Maria, il Gianni). This article is expletive — semantically vacuous, serving only as a phonological placeholder for D.
Evidence: la Maria behaves identically to bare Maria:
- Wide scope only (no narrow scope under quantifiers)
- Rigid reference (same individual at every world)
- No kind/generic reading This contrasts with genuine definite articles (il tavolo 'the table'), which CAN have narrow scope and kind readings.
- form : String
The nominal expression
Article type
- wideScopeOnly : Bool
Has wide scope only (rigid)
- kindReading : Bool
Admits kind/generic reading
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Expletive articles block kind readings; operator articles allow them.
Expletive articles preserve rigidity (wide scope only).
Map @cite{longobardi-2001}'s ArgumentType to the topological mapping's
constant/variable distinction.
Referential arguments = constants (D has referential content). Quantificational arguments = variables (D is empty, operator-bound).
Equations
- One or more equations did not get rendered due to their size.
Instances For
Referential arguments are constants in the topological mapping.
Quantificational arguments are variables in the topological mapping.
@cite{longobardi-2005} §10: N-to-D raising is a Last Resort operation.
Convergence side: Object-naming nouns (proper names) MUST raise because they cannot satisfy (54b) — they name objects, not kinds, so variable interpretation is unavailable. Their only path to argumenthood is constant interpretation via (54a), requiring D content. Since they are bare, they must raise to fill D.
Economy side: Kind-naming nouns (common nouns) must NOT raise because they CAN satisfy (54b) — variable interpretation suffices. Raising would be a gratuitous operation violating economy.
Common nouns with empty D receive variable interpretation. Variable interpretation suffices for argumenthood (bound by Ex/Gen), so no raising is needed — raising would violate economy.
@cite{longobardi-2001}'s strongD parameter corresponds to the
topological mapping's requirement for overt referential content in D.
When D is strong (Romance), referential interpretation requires visible association with D — either N-to-D raising or an overt determiner. When D is weak (English), the association can be covert.
Greek confirms the prediction: strong D + opaque α forces overt articles on all referential arguments including proper names.