Documentation

Linglib.Core.Order.Boundedness

Scale boundedness and the licensing pipeline #

[KMcN05] [Ken07] [RW04b] [Rou26]

Foundational scale-classification types used across all gradability/degree substrate. No framework-specific operators here (those live in Semantics/Gradability/).

Main declarations #

Scale boundedness #

Classification of scale boundedness. [KMcN05] eq (1) and [Ken07] §4.2 eq (59): four scale types based on which endpoints exist (independently discovered by [RW04b]). [Rou26]: temporal domains have similar boundary structure (closed intervals have both bounds, open intervals lack them).

This enum is the lexical data tag for classifying scales in fragment entries and phenomena files — a role mathlib's typeclass instances cannot play (you cannot store an [OrderTop α] instance in a record field). The actual order-theoretic properties of concrete scale types are encoded via Mathlib typeclasses (OrderTop, OrderBot, NoMaxOrder, NoMinOrder); the two encodings serve different roles and both are real.

Standard-type dimension. [Ken07] §4.3 eq (66) (Interpretive Economy) DERIVES standard type (relative / min-absolute / max-absolute) from scale structure for open_, lowerBounded, and upperBounded. For closed, all three interpretations are licensed (see eq 67: opaque, transparent) — this enum doesn't capture that disambiguation. Fragment entries with boundedness = .closed may need a separate standardType slot if downstream theorems care about the distinction.

Open-bounded sub-distinction. [Ken07] fn 28: open scales can be further distinguished by whether they approach a value (e.g. 0 for cost) but don't include it, vs. completely unbounded. Not captured here.

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

      "Any endpoint exists": the scale has at least one bound (max or min); an open scale has none.

      NOT [Ken07]'s full licensing prediction. Kennedy's actual prediction is the 4×2 modifier-class matrix in [Ken07] eq (61) (= [KMcN05] eq (15)): maximizers (completely, perfectly) require an UPPER endpoint; minimizers (slightly, partially) require a LOWER endpoint; proportional modifiers (half) require BOTH — for modifier-specific licensing, consult HasMax/HasMin directly. This predicate suffices for callers that only distinguish "open" from "any-endpoint-exists" (Interpretive Economy, [Ken07] §4.3; Rouillard's MIP, [Rou26]).

      Equations
      Instances For

        MereoTag and the licensing pipeline #

        Binary mereological classification: the shared abstraction underlying all four licensing frameworks (Kennedy, Rouillard, Krifka, Zwarts).

        Instances For
          @[implicit_reducible]
          Equations
          def Core.Order.instReprMereoTag.repr :
          MereoTagStd.Format
          Equations
          Instances For
            class Core.Order.LicensingPipeline (α : Type u_1) :
            Type u_1

            A licensing pipeline: any type whose elements can be classified into scale boundedness. Kennedy, Rouillard, Krifka, and Zwarts all instantiate this with different source types but the same target.

            Core instances (Boundedness, MereoTag) live here. Domain-specific instances (Telicity, VendlerClass, PathShape, BoundaryType) live in their respective theory/bridge files.

            Instances

              A pipeline input is licensed iff its boundedness classification is.

              Equations
              Instances For
                theorem Core.Order.LicensingPipeline.universal {α : Type u_2} {β : Type u_3} [LicensingPipeline α] [LicensingPipeline β] (a : α) (b : β) (h : toBoundedness a = toBoundedness b) :

                The universal licensing theorem: any two pipeline inputs that map to the same Boundedness yield the same licensing prediction, regardless of which framework they come.

                Binary epistemic classification, parallel to MereoTag: finitely additive scales are closed (endpoint standards licensed), qualitative scales open.

                Instances For
                  @[implicit_reducible]
                  Equations
                  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.

                    Scale polarity #

                    Intrinsic polarity of a scale dimension. positive: the unmarked direction (tall, hot, confident). negative: the marked/inverted direction (short, cold, doubtful).

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