Number Word Polysemy #
@cite{mendia-2020} @cite{snyder-2026}
Three polymorphic analyses of number words and their type-shifting maps.
Key Idea #
Polymorphic Contextualism: the lexical meaning of 'two' is an atomic predicate
λx_a. two(x), applicable to different countable entities in different contexts.
Kinds whose instantiations are numeral tokens. All other meanings derive via
Partee type-shifting.
The Type-Shifting Map (Contextualism) #
(numeral, kind-ref, token-ref)
↑ IOTA
λx_a. two(x) ——CARD——→ (predicative) ——PM——→ (attributive)
| |
NOM A
↓ ↓
(specificational) (quantificational)
The three polymorphic analyses of number words (Snyder §2, §5).
- substantivalism : PolymorphicAnalysis
- adjectivalism : PolymorphicAnalysis
- contextualism : PolymorphicAnalysis
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Semantic functions of number words (Snyder (1a-f) + (76g-j)).
- predicative : SemanticFunction
- attributive : SemanticFunction
- quantificational : SemanticFunction
- specificational : SemanticFunction
- numeral : SemanticFunction
- closeAppositive : SemanticFunction
- taxonomic : SemanticFunction
- tokenRef : SemanticFunction
- kindRef : SemanticFunction
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Which type-shifting path derives each semantic function under Contextualism. The lexical predicate λx_a.two(x) is the source for all.
- cardFromPred : DerivationPath
- pmFromCard : DerivationPath
- aFromCard : DerivationPath
- nomFromCard : DerivationPath
- iotaFromPred : DerivationPath
- iotaToken : DerivationPath
- closeAppos : DerivationPath
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Map from semantic function to derivation path under Contextualism.
Equations
- Semantics.Lexical.Numeral.Polysemy.contextualistPath Semantics.Lexical.Numeral.Polysemy.SemanticFunction.predicative = Semantics.Lexical.Numeral.Polysemy.DerivationPath.cardFromPred
- Semantics.Lexical.Numeral.Polysemy.contextualistPath Semantics.Lexical.Numeral.Polysemy.SemanticFunction.attributive = Semantics.Lexical.Numeral.Polysemy.DerivationPath.pmFromCard
- Semantics.Lexical.Numeral.Polysemy.contextualistPath Semantics.Lexical.Numeral.Polysemy.SemanticFunction.quantificational = Semantics.Lexical.Numeral.Polysemy.DerivationPath.aFromCard
- Semantics.Lexical.Numeral.Polysemy.contextualistPath Semantics.Lexical.Numeral.Polysemy.SemanticFunction.specificational = Semantics.Lexical.Numeral.Polysemy.DerivationPath.nomFromCard
- Semantics.Lexical.Numeral.Polysemy.contextualistPath Semantics.Lexical.Numeral.Polysemy.SemanticFunction.numeral = Semantics.Lexical.Numeral.Polysemy.DerivationPath.iotaFromPred
- Semantics.Lexical.Numeral.Polysemy.contextualistPath Semantics.Lexical.Numeral.Polysemy.SemanticFunction.closeAppositive = Semantics.Lexical.Numeral.Polysemy.DerivationPath.closeAppos
- Semantics.Lexical.Numeral.Polysemy.contextualistPath Semantics.Lexical.Numeral.Polysemy.SemanticFunction.taxonomic = Semantics.Lexical.Numeral.Polysemy.DerivationPath.iotaFromPred
- Semantics.Lexical.Numeral.Polysemy.contextualistPath Semantics.Lexical.Numeral.Polysemy.SemanticFunction.tokenRef = Semantics.Lexical.Numeral.Polysemy.DerivationPath.iotaToken
- Semantics.Lexical.Numeral.Polysemy.contextualistPath Semantics.Lexical.Numeral.Polysemy.SemanticFunction.kindRef = Semantics.Lexical.Numeral.Polysemy.DerivationPath.iotaFromPred
Instances For
Close appositive semantics: ⟦the N₁ N₂⟧ = ιx[N₁(x) ∧ N₂(x)] (Snyder §5.2, (16b)). N₁ functions as intersective modifier via IDENT, N₂ is the numeral predicate.
Equations
- Semantics.Lexical.Numeral.Polysemy.closeAppositive domain n1 n2 = Semantics.Composition.TypeShifting.iota domain fun (x : m.interpTy Semantics.Montague.Ty.e) => n1 x && n2 x
Instances For
The Identification Problem is resolved: close appositives are context-sensitive. "The von Neumann ordinal two" and "the Zermelo ordinal two" refer to different subkinds of TWO, so both can be true without contradiction (Snyder §5.2).
The contextualist derivation map is total: every semantic function
has a derivation path. (This is trivially true because contextualistPath
is a total function, but stating it explicitly documents the claim.)
All nine semantic functions are covered by Contextualism.
The taxonomic function is supported: MathSystem has multiple subkinds, so "two comes in several varieties" is predicted to be felicitous.