Documentation

Linglib.Studies.Champollion2016

Champollion 2016: Noun Coordination and the Intersective Theory of Conjunction #

[Cha16b]

Champollion argues that and has ONE lexical entry: the intersective (Boolean meet) generalized conjunction INT ([Cha16b] eq. 16/17 — this IS linglib's [PR83] genConj = Coordinator.op .j = ). Collective readings (John and Mary met, ten men and women got married) are NOT a join on individuals folded into and; they are derived by silent type-shifters (Existential/ Choice Raising, Intersection, Minimization). Two results, both routing through the Coordinator.op API:

Main results #

The type-shift ⊔ ↦ ⊓ is guarded to distributive predicates #

The intersective entry says and is INT ([Cha16b] eq. 16): generalized conjunction genConj, which is Coordinator.op .j = the Boolean meet . On two type-raised individuals it returns λP. P x ∧ P y. The collective behaviour people attribute to and (a join x ⊔ y on individuals) coincides with this meet only for predicates that distribute the join — for genuinely collective predicates the two come apart, which is the whole motivation for Champollion's silent operators.

def Champollion2016.DistributiveOverJoin {E : Type u_1} [SemilatticeSup E] (P : EProp) :

A predicate distributes a join when it decomposes x ⊔ y into a meet: P (x ⊔ y) ↔ P x ∧ P y. Link's -closed (distributive) predicates satisfy this; collective predicates (met, gather) do not.

Equations
Instances For
    theorem Champollion2016.typeRaise_join_apply {E W : Type} [SemilatticeSup E] (x y : E) (P : EProp) :
    Intensional.Conjunction.typeRaise (xy) P = P (xy)

    typeRaise (x ⊔ y) applied to P is P (x ⊔ y) (Montague's lift).

    coordEntities (the intersective and of two raised individuals) IS the GQ-meet Coordinator.op .j[Cha16b]'s INT (eq. 16) as the Boolean at the GQ type (flow-through bucket (a): genConj is op).

    The intersective and of two raised individuals applied to P is P x ∧ P y. The two-atom case of Link distributive predication: it equals distMaximal P {x, y} (see [BGD+25] mu_is_distributive_check).

    theorem Champollion2016.typeRaise_join_eq_op_iff {E W : Type} [SemilatticeSup E] (x y : E) (P : EProp) :

    The type-shift ⊔ ↦ ⊓, guarded. Type-raising the individual-join x ⊔ y agrees with the GQ-meet Coordinator.op .j of the raised individuals at P iff P distributes this join. The bare anti-homomorphism (for all P) is therefore FALSE; distributivity is exactly the guard.

    For a distributive predicate the type-shift holds: typeRaise (x ⊔ y) agrees with the GQ-meet on P.

    The guard is Link distributivity. A Link -closed predicate ᴰQ ([Lin87b]) distributes every join, given join-prime atoms ([Lin83]). So Champollion's distributive and IS Link's distributive predication, and the predicates that break the type-shift are precisely the non--closed (collective) ones.

    The guard is necessary, lifted to the type-shift. A predicate that does NOT distribute the join breaks the ⊔ ↦ ⊓ agreement at the witnessing pair: there typeRaise (x ⊔ y) and the GQ-meet Coordinator.op .j come apart.

    A collective predicate breaks the guard. True of the plural {false, true} (John and Mary met) but of neither part (Finset Bool, as ): this collective predicate is not DistributiveOverJoin, so by typeRaise_join_ne_op_of_not_distributive it breaks the type-shift ⊔ ↦ ⊓. This is why Champollion derives collectivity via silent Raising + Minimization rather than via raising + intersection.

    The collective theory overgenerates (§7.1, journal p. 608) #

    Champollion's case against the collective theory: take [HZ05]'s entry, which builds and by set product — combining two quantifier denotations Q, Q' by forming the union A ∪ B of a Q-witness and a Q'-witness ([Cha16b] eq. 101):

    ⟦and_coll⟧ = λQ λQ'. λP. ∃A ∃B [Q(A) ∧ Q'(B) ∧ P = A ∪ B]
    

    We model the conjuncts at the property-of-pluralities level (type ⟨et,t⟩), following Champollion's prose reduction of the eq. (104) generalized-quantifier argument on journal p. 608: ⟦no man⟧/⟦no woman⟧ as the man-free / woman-free witness-set properties. The overgeneration: No man and no woman smiled (103a) comes out TRUE in the model where a smiling man (John) and a smiling woman (Mary) are the only smilers — take A = {Mary} (no man) and B = {John} (no woman), so A ∪ B = {John, Mary} = the smilers — even though a man did smile. The intersective Coordinator.op .j correctly makes it FALSE.

    The two-individual model of [Cha16b] §7.1: persons John and Mary.

    Instances For
      @[implicit_reducible]
      Equations
      def Champollion2016.instReprPerson.repr :
      PersonStd.Format
      Equations
      • One or more equations did not get rendered due to their size.
      Instances For
        @[reducible, inline]

        A plurality / witness set, as the characteristic function of a set of individuals (type ⟨e,t⟩).

        Equations
        Instances For

          In the model, both John and Mary smiled — and they are the only people.

          Equations
          Instances For

            ⟦no man⟧ as a property of pluralities: the set contains no man.

            Equations
            Instances For

              ⟦no woman⟧ as a property of pluralities: the set contains no woman.

              Equations
              Instances For

                Champollion's intersective and on quantifier denotations is Coordinator.op .j (the Boolean meet on the Plur → Prop carrier) — [Cha16b] eq. 16.

                Equations
                Instances For

                  Heycock & Zamparelli's set-product (collective) and ([HZ05]; [Cha16b] eq. 101): holds of a plurality P iff P is the union A ∪ B of a Q-witness A and a Q'-witness B.

                  Equations
                  Instances For
                    theorem Champollion2016.andIntersective_apply (Q Q' : PlurProp) (P : Plur) :
                    andIntersective Q Q' P Q P Q' P

                    Intersective: correct. The intersective Coordinator.op .j entry predicts No man and no woman smiled FALSE — a man (John) smiled, so no man already fails.

                    Set product: wrong. The [HZ05] set-product entry predicts No man and no woman smiled TRUE — witness A = {Mary} (no man), B = {John} (no woman), A ∪ B = the smilers. ([Cha16b] §7.1, journal p. 608.)

                    The payoff ([Cha16b] §7.1): on No man and no woman smiled in the John-and-Mary-smiled model, the collective set-product entry ([HZ05]) and the intersective Coordinator.op .j entry assign OPPOSITE truth values. The intersective answer (FALSE) is correct; the set-product (join-on-individuals) entry overgenerates (TRUE) — refuting the collective theory of and.