Documentation

Linglib.Studies.ThomasDeo2020

Granularity and Just: Degree Morphology [TD20] #

Grounds the approximative readings of just with degree constructions in the granularity semantics of Degree.Granularity: with equatives the negative component of just is vacuous (just_vacuous_iff, "just as tall as" ≈ "exactly"), while with comparatives it forces failure at coarser grains (just_rules_out, "just taller than" ≈ "barely").

Main declarations #

theorem ThomasDeo2020.equality_grounded {D : Type u_1} {G : Type u_2} [LinearOrder D] (p : GDProp) (finest : G) (h : ∀ (g : G), Degree.Granularity.atLeastAsStrong p finest g) (μ_x : D) :
Degree.Granularity.approxJust p finest μ_x p finest μ_x

The equality reading for equatives is grounded: when the finest grain is the strongest (largest lo → fine entails coarse), just's negative component is vacuous, so "just as tall as" reduces to the equative at finest grain. Instantiates just_vacuous_iff.

theorem ThomasDeo2020.proximity_grounded {D : Type u_1} {G : Type u_2} [LinearOrder D] (p : GDProp) (finest g : G) (h : ¬Degree.Granularity.atLeastAsStrong p finest g) (μ_x : D) (hjust : Degree.Granularity.approxJust p finest μ_x) :
¬p g μ_x

The proximity reading for comparatives is grounded: when the finest grain is NOT the strongest at some coarser grain g, just rules out truth at g. Instantiates just_rules_out.

§3 data: just with equatives and comparatives #

Each datum records the construction type and the cancellability of the granularity inference.

Whether just's inference can be cancelled with "but...".

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

      A granularity-specific datum: example + construction + cancellability.

      Instances For
        Equations
        • One or more equations did not get rendered due to their size.
        Instances For
          def ThomasDeo2020.instDecidableEqGranularityDatum.decEq (x✝ x✝¹ : GranularityDatum) :
          Decidable (x✝ = x✝¹)
          Equations
          • One or more equations did not get rendered due to their size.
          Instances For

            (14) "The amaryllis are just as tall as the hollyhocks" ≈ "exactly as tall as".

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

              (15) "Anna is just as old as Maria" ≈ "exactly as old as".

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

                (21) "Fafen is just older than Siri" ≈ "barely older than".

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

                  (23) "#Fafen is just older than Siri, but by a lot" — the proximity inference is non-cancellable. Contrast with (24): "Fafen is only older than Siri, but by a lot" (OK).

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

                    (25) "This album is just more expensive than that one" ≈ "barely more expensive".

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

                      The granularity contribution of just is at-issue (§3.3), not a cancellable implicature: every datum's inference is non-cancellable.