Documentation

Linglib.Studies.Bale2008

Bale (2008): A Universal Scale of Comparison #

[Bal08]

Direct comparisons (Seymour is taller than he is wide) and indirect comparisons (Esme is more beautiful than Einstein is intelligent) unified through a Universal Scale Ω ≅ ℚ ∩ (0, 1]: individuals map to a primary scale built from an adjectival quasi-order restricted to a comparison class ([Cre76]-style equivalence classes), and the homomorphism ℌ maps each class to the universal degree encoding its relative position (Degree.relativeRank). MORE compares universal degrees (λμ λd λx. μ(x) ≻ d), so cross-scale comparison is well-typed; direct comparison is the special case where a measurement system structures both primary scales identically.

Formalized: the ten-member committee model with the beauty and intelligence orders, the (19a)/(19b) truth-value contrast, preservation of the primary order under ℌ, robustness of universal degrees under adding equally-ranked members (degrees count equivalence classes, not individuals), and the for-clause prediction that class-relative ranks can invert raw measurements (taller for a boy than wide for a boy false for a Seymour who is extremely wide but average in height).

The committee model (§4.2, Figs. 4–5) #

The ten committee members aj.

Instances For
    @[implicit_reducible]
    Equations
    def Bale2008.instReprMember.repr :
    MemberStd.Format
    Equations
    Instances For
      @[implicit_reducible]
      Equations

      Universal beauty degree: ℌ applied to the member's class in the beauty scale. Betty (b) receives d_{9/10} as in Fig. 4.

      Equations
      Instances For

        Universal intelligence degree; Heather (h) receives d_{6/10} as in Fig. 5.

        Equations
        Instances For
          theorem Bale2008.relativeRank_fin10 (k : Fin 10) :
          Degree.relativeRank k = (k + 1) / 10

          ℌ on a ten-class scale: position k from the bottom receives d_{(k+1)/10} (Figs. 4–5's degree labels).

          (19a) Betty is more beautiful for a committee member than Heather is intelligent — true: d_{9/10} ≻ d_{6/10}.

          (19b) Betty is more intelligent for a committee member than Evelin is beautiful — false: d_{3/10} ⊁ d_{6/10}.

          Indirect comparison IS the point-standard comparative over universal degrees: Bale's MORE = λμ λd λx. μ(x) ≻ d instantiated at the than-clause degree.

          ℌ preserves the primary scale (§3.2): within one scale, indirect comparison agrees with direct rank comparison.

          Robustness (§4.2, Figs. 6–9): degrees count classes #

          The expanded committee: five extra members, each exactly as beautiful as an original member (b'b, a'b, c'c, d'd, e'e per Fig. 6).

          Instances For
            def Bale2008.instDecidableEqMember'.decEq (x✝ x✝¹ : Member') :
            Decidable (x✝ = x✝¹)
            Equations
            Instances For
              def Bale2008.instReprMember'.repr :
              Member'Std.Format
              Equations
              Instances For
                @[implicit_reducible]
                Equations

                Universal degrees are unchanged by adding equally-ranked members: the assignment "is based on the number of equivalence classes in the domain rather than the number of individuals".

                For-clauses strip measurements (§1, §4.1) #

                inductive Bale2008.Boy :

                Five boys with height and width measurements (in feet): Seymour is 5 ft tall — dead average — but 4 ft wide — the widest by far.

                Instances For
                  @[implicit_reducible]
                  instance Bale2008.instDecidableEqBoy :
                  DecidableEq Boy
                  Equations
                  def Bale2008.instReprBoy.repr :
                  BoyStd.Format
                  Equations
                  Instances For
                    @[implicit_reducible]
                    instance Bale2008.instReprBoy :
                    Repr Boy
                    Equations

                    Seymour is taller for a boy than he is wide for a boy is FALSE "despite the fact that the measurement of his height is greater than the measurement of his width": for-clauses restrict the primary scales to measurement-free class-relative ones, on which Seymour's width position exceeds his height position.