Documentation

Linglib.Studies.LittleMoroneyRoyer2022

Little, Moroney & Royer (2022) #

[LMR22]

Classifiers can be for numerals or nouns: Two strategies for numeral modification. Glossa 7(1). 1–35.

Numeral classifiers form a heterogeneous class. Ch'ol (CLF-for-NUM, the classifier is a measure function required by the numeral) and Shan (CLF-for-N, the classifier atomizes the noun denotation) take different compositional paths to the same denotation for "two dogs". This file exercises that claim against linglib's type-driven composition machinery: two Tree String derivations, distinct lexicons, identical extension at the root.

Main declarations #

Implementation notes #

The semantic carrier is Finset Dog (atomic powerset model with excluded by .Nonempty). The Heim-Kratzer Ty system (e, t, fn, intens) lacks a number type, so LMR's measure function μ_# : ⟨e,n⟩ is folded into the numeral's denotation as a Finset.card-via-Prop constraint rather than realized as a stand-alone constituent of type ⟨e,n⟩. The constituency contrast — [[Num Clf] N] vs [Num [Clf N]] — is faithful; only the type of the measure is encoded indirectly.

Predictions (Table 8) #

  • numeralIdiosyncrasies : Prop
  • nounIdiosyncrasies : Prop
  • clfBeyondNumerals : Prop
  • clfInCounting : Prop
Instances For
    Equations
    Instances For
      Equations
      Instances For

        Plural co-occurrence (§3.4) #

        [LMR22] §3.4 refines [Bor05]'s complementarity intuition: CLF and PL share a functional projection in CLF-for-N languages, separate projections in CLF-for-NUM languages.

        Compositional derivation (§2.3, §5) #

        Worked example on three dogs. The two trees compose under Semantics.Composition.Tree.interp against per-language lexicons; the §5 main result is established as extensional equivalence of the root denotations.

        Instances For
          @[implicit_reducible]
          Equations
          def LittleMoroneyRoyer2022.instReprDog.repr :
          DogStd.Format
          Equations
          • One or more equations did not get rendered due to their size.
          Instances For
            @[implicit_reducible]
            Equations
            • One or more equations did not get rendered due to their size.

            LMR's semantic carrier is Finset Dog (Link-style sums of dog-atoms with excluded downstream by .Nonempty), with Unit indices (extensional).

            Empty variable assignment; the §2.3 trees contain no traces.

            Equations
            Instances For

              Ch'ol lexicon. cha' is the measure-loaded numeral λκ λP λx. P x ∧ κ x ∧ |x| = 2; kojty contributes a (semantically vacuous) sortal restriction; ts'i' is the dog predicate. The ⟨e,n⟩ measure type is folded into cha'.

              Equations
              Instances For

                Shan lexicon. tǒ atomizes the noun predicate (λP λx. P x ∧ |x| = 1); sǒŋ selects 2-element joins of distinct atoms from an atomized predicate; mǎa is the dog predicate.

                Equations
                Instances For

                  Ch'ol derivation (51): [[cha' kojty] ts'i']. Num+CLF form a constituent that then applies to the noun.

                  Equations
                  Instances For

                    Shan derivation (52): [sǒŋ [tǒ mǎa]]. CLF+N form a constituent that the numeral then selects from.

                    Equations
                    Instances For

                      Ch'ol composition: cha'(kojty)(ts'i') = λx. ts'i'(x) ∧ kojty(x) ∧ |x| = 2 after two rounds of FA.

                      Equations
                      Instances For

                        Shan composition: sǒŋ(tǒ(mǎa)) = λx. ∃ d₁ d₂, d₁ ≠ d₂ ∧ (tǒ(mǎa)) {d₁} ∧ (tǒ(mǎa)) {d₂} ∧ x = {d₁,d₂} after two rounds of FA.

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

                          The Ch'ol tree interprets to cholDenot via two FA steps under the Ch'ol lexicon.

                          The Shan tree interprets to shanDenot via two FA steps under the Shan lexicon.

                          LMR §5 main result: despite different constituency and different per-word lexical entries, the two derivations yield extensionally equivalent root denotations on the count-noun case. The proof discharges the trivial conjuncts and reduces to Finset.card_eq_two.

                          Cross-paper consistency with Chierchia 1998 #

                          Shan agrees with [Chi98]'s NMP prediction for Mandarin/Japanese — all three are CLF-for-N.

                          Ch'ol is CLF-for-NUM, not the CLF-for-N predicted for Mandarin/Japanese under NMP.