Documentation

Linglib.Studies.AlonsoOvalleRoyer2024

Modal indefinites and semantic variation: lessons from Chuj #

[AOR24]'s account of Chuj yalnhej: the modal component is at-issue, event-relative (Semantics/Modality/EventRelativity, after [Hac06]), and its flavor is derived from structural position and predicate volitionality rather than stipulated lexically. The lexical entries live in the ModalIndefinites fragments (Chuj, Spanish, German, French, Italian); this file holds the paper's denotation, the cross-linguistic typology over the pooled entries, the position × volitionality derivation, and finite-model witnesses for non-maximality, upper-boundedness, and harmonic anchoring.

One departure from [Hac06] (§4.1, fn. 17): yalnhej's anchor can be left free — bound by the speech-act event rather than the closest event binder — which is how external arguments above AspP still access the speech event.

Main declarations #

The modal indefinite denotation ((59)) #

def AlonsoOvalleRoyer2024.modalIndefiniteSat {Event : Type u_1} {W : Type u_2} {Entity : Type u_3} (f : Modality.AnchoringFn Event W) (e : Event) (domain : List Entity) (P Q : EntityWProp) (w : W) :

The modal indefinite denotation (59):

`⟦MI⟧^{f,e₁} = λP.λQ.λw. ∃x[P(x)(w) ∧ Q(x)(w)] ∧ ∀y[P(y)(w) → ◇_{f(e₁)}(Q(y)(w'))]`

Some domain member satisfies restrictor and scope, and every restrictor member is a possible scope-satisfier — the modal-variation effect.

Equations
Instances For
    def AlonsoOvalleRoyer2024.upperBoundedSat {Event : Type u_1} {W : Type u_2} {Entity : Type u_3} (f : Modality.AnchoringFn Event W) (e : Event) (domain : List Entity) (P Q : EntityWProp) (w : W) :

    The upper-bounded denotation: additionally, not every P is Q in the actual world — algún's witness upper bound (§4.2; distinct from the anti-singleton domain constraint of [AOMB10]).

    Equations
    Instances For
      theorem AlonsoOvalleRoyer2024.upperBounded_entails_plain {Event : Type u_1} {W : Type u_2} {Entity : Type u_3} (f : Modality.AnchoringFn Event W) (e : Event) (domain : List Entity) (P Q : EntityWProp) (w : W) (h : upperBoundedSat f e domain P Q w) :
      modalIndefiniteSat f e domain P Q w

      Upper-boundedness strengthens the plain denotation.

      The pooled sample #

      The pooled cross-linguistic sample: the five fragment paradigms.

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

        Typological Generalizations (§6) #

        Independence of Dimensions #

        AnchorConstraint Bridge #

        Anchored entries are at-issue: event-relative anchoring is the paper's mechanism for at-issue modal components. The converse fails — komon is at-issue yet fits neither anchor constructor (§6.2). True by construction of the entries.

        Position and accessible binders #

        Structural position of a DP in the Chuj clause. Factored from verb volitionality (an orthogonal property of the predicate, not of the structural position).

        • external : ChujArgPosition

          External argument (above vP): subject of transitive

        • internal : ChujArgPosition

          Internal argument (within vP): object, complement

        • adjunct : ChujArgPosition

          Adjunct (adjoined to vP): locative, manner, etc.

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

            MI Flavor Derivation via EventBinder #

            The MI flavor projected by an event binder: speech-act events project epistemic, VP events circumstantial (via EventBinder.toAnchorType and AnchorType.toFlavor).

            Equations
            Instances For
              def AlonsoOvalleRoyer2024.rcAvailable (pos : ChujArgPosition) (volitional : Bool) :
              Bool

              Random choice requires VP-event access (internal or adjunct position) and a volitional predicate, whose decision subevent anchors the reading.

              Equations
              Instances For

                Predicted MI flavors: where random choice is unavailable, the circumstantial flavor is filtered out.

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

                  Flavor Pattern Verification #

                  Voice heads to flavors #

                  Voice heads with [D] introduce a specifier above AspP, whose event variable is bound by the speech-act event; without [D] the highest DP is the internal argument, accessible to both binders.

                  Argument position from the Voice head: [+D] heads project an external argument above AspP.

                  Equations
                  Instances For

                    Flavor predictions for a Voice head and predicate volitionality.

                    Equations
                    Instances For

                      Flavor selectivity (§6.2) #

                      Unremarkable Readings and Predicativity (§5) #

                      Predicativity and unremarkable readings coincide across all seven entries (§5). True by construction of the entries — the two fields were filled from the same diagnostics — so this records the encoding, not an independent prediction.

                      Number-neutral items lack upper-boundedness. (Footnote 18 of [AOR24], p. 32, crediting Louise McNally (p.c.): the lack of an upper bound for yalnhej DPs may be tied to their being semantically number neutral.)

                      Worked examples #

                      Finite-model witnesses instantiating the denotations above: non-maximality and the upper-bound contrast (book scenario, §3.2.4) and the harmonic vs non-harmonic anchoring distinction (card scenario, §4.3).

                      Book scenario #

                      Three books for testing the modal indefinite semantics.

                      Instances For
                        @[instance_reducible]
                        Equations
                        def AlonsoOvalleRoyer2024.instReprBook.repr :
                        BookStd.Format
                        Equations
                        • One or more equations did not get rendered due to their size.
                        Instances For

                          A speech event and a described event.

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

                              Yalnhej on the book model: it holds both when every book is available (abc) and when not all are (ab) — non-maximal and not upper-bounded — while the upper-bounded denotation fails in abc. A maximal item would fail in ab; an upper-bounded item (algún) fails in abc.

                              Card scenario #

                              Under an external modal the MI's anchor can be co-indexed with the modal's event ("any X is fine" — harmonic) or bound to the described event ("a random X" — non-harmonic). Three cards, worlds varying in which cards are grabbable, and two anchoring events.

                              Three cards for testing harmonic readings.

                              Instances For
                                @[instance_reducible]
                                Equations
                                def AlonsoOvalleRoyer2024.instReprCard.repr :
                                CardStd.Format
                                Equations
                                • One or more equations did not get rendered due to their size.
                                Instances For

                                  The described (local) event and the imperative event.

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

                                      The two readings are formally distinct on the card model: anchored to the local event, only c1 is grabbable and the modal component fails; co-indexed with the imperative event, every card is grabbable in some accessible world — "any card is fine". Same world, domain, and predicates; only the anchoring event differs.