Documentation

Linglib.Studies.Bale2008

Bale 2008: a universal scale of comparison #

One interpretation of the comparative serves both indirect comparisons (Esme is more beautiful than Einstein is intelligent) and direct ones (Seymour is taller than he is wide). A gradable adjective ranks the comparison class; the ranking's classes form the primary scale; and each class is sent to the universal degree that records its relative position, a fraction with the number of classes as denominator. The comparative says that the subject's universal degree exceeds the standard's, whatever the two scales. Adding members equivalent to existing ones changes no degree, since classes, not members, are counted. A direct comparison is what results when measurements — inches, treated as individuals — belong to both comparison classes: each class then holds exactly one measurement, both scales take the same values, and comparing universal degrees is comparing measurements. A for-phrase or a modified nominal restricts the comparison class to people, drops the measurements, and forces an indirect comparison: Seymour, the shortest of the men but as wide as the widest, is taller than he is wide yet not taller for a man than he is wide for a man.

Main definitions #

Main results #

References #

The comparative #

def Bale2008.More {α : Type u_1} {β : Type u_2} (μ₁ : α) (x : α) (μ₂ : β) (y : β) :

x is more ADJ₁ than y is ADJ₂: the subject's universal degree on its scale exceeds the standard's on its own.

Equations
Instances For
    theorem Bale2008.not_more_of_least_of_greatest {α : Type u_1} {β : Type u_2} {D : Type u_3} {D' : Type u_4} [Fintype α] [Fintype β] [LinearOrder D] [LinearOrder D'] (rank₁ : αD) (rank₂ : βD') {x : α} {y : β} (hx : ∀ (z : α), rank₁ x rank₁ z) (hy : ∀ (z : β), rank₂ z rank₂ y) :

    A subject ranked lowest on its scale is never more than a standard ranked highest on its own: its degree is at most one over the number of classes and the standard's is one.

    The committee #

    The ten committee members; b is Betty, e Evelin, h Heather.

    Instances For
      @[instance_reducible]
      Equations
      @[instance_reducible]
      Equations
      def Bale2008.instReprMember.repr :
      MemberStd.Format
      Equations
      Instances For
        @[instance_reducible]
        Equations
        theorem Bale2008.beauty_surjective :
        Function.Surjective beauty

        With no ties, a member's universal degree is one plus the number below them, over ten.

        Betty, second most beautiful, is more beautiful for a committee member than Heather, fifth most intelligent, is intelligent; Betty, third least intelligent, is not more intelligent than Evelin, fifth most beautiful, is beautiful.

        The expanded committee: five further members, each as beautiful and as intelligent as one of the original ten.

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

              Every member of the expanded committee keeps the degree of the original member they match, on both scales: the quotient absorbs the newcomers into existing classes.

              Measurements #

              The seven people of the height-and-width situation; s is Seymour.

              Instances For
                @[instance_reducible]
                Equations
                @[instance_reducible]
                Equations
                def Bale2008.instReprPerson.repr :
                PersonStd.Format
                Equations
                Instances For
                  @[instance_reducible]
                  Equations
                  def Bale2008.height :
                  Person Fin 80Fin 80

                  The height ranking over people and the measurements from one to eighty inches, in inches above one: a six foot three, b six foot two, c six foot, d, e and f five foot ten, Seymour five foot two, and each measurement itself.

                  Equations
                  Instances For
                    def Bale2008.width :
                    Person Fin 80Fin 80

                    The width ranking: Seymour three feet, f two foot five, b two foot two, the rest two foot one, and each measurement itself.

                    Equations
                    Instances For
                      theorem Bale2008.height_surjective :
                      Function.Surjective height
                      theorem Bale2008.width_surjective :
                      Function.Surjective width

                      Each class of either scale holds exactly one measurement, so the two scales take the same values and comparing universal degrees is comparing measurements: a direct comparison.

                      Seymour's universal degrees are his measurements over eighty, so he is taller than he is wide and not wider than he is tall.

                      For a man #

                      @[reducible, inline]

                      The nineteen men, Seymour last.

                      Equations
                      Instances For

                        Seymour.

                        Equations
                        Instances For
                          def Bale2008.heightClass (m : Man) :
                          Fin 8

                          The height classes of the men: Seymour alone in the lowest of eight. The text fixes only that every other man is taller; their classes reproduce the eight levels of the paper's figure.

                          Equations
                          Instances For
                            def Bale2008.widthClass (m : Man) :
                            Fin 7

                            The width classes of the men: Seymour and one other man in the highest of seven.

                            Equations
                            Instances For

                              Restricted to men, Seymour's height degree is one eighth and his width degree one, so he is not taller for a man than he is wide for a man, though five feet exceeds three.

                              The rows #

                              def Bale2008.degree? (r : Data.Examples.LinguisticExample) (who scale : String) :
                              Option

                              The universal degree a row assigns one of its participants, by model and scale.

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

                                The truth value the paper reports.

                                Equations
                                • Bale2008.truth? r = match r.feature? "truth" with | some "true" => some true | some "false" => some false | x => none
                                Instances For
                                  theorem Bale2008.rows_truth (r : Data.Examples.LinguisticExample) :
                                  r Examples.allttruth? r, d₁degree? r "subject" "subjectScale", d₂degree? r "standard" "standardScale", d₂ < d₁ t = true

                                  Every sentence the paper evaluates in one of its situations has the truth value it reports: the subject's universal degree exceeds the standard's exactly when the paper says the sentence is true.