Introduction to measurement theory

1Introduction to the course

This course is based on Fred Roberts’ book, Measurement Theory. Most of the exercices come from his book.

1.1What

  • Measurement: represent aspects of a concrete system abstractly, using numbers, vectors…

  • Measurement theory: represent relations among objects using relations among numbers

  • Representability theorems

  • Measurement also includes metrology

  • Measurement theory ≠ Measure theory (which does not start from supposedly observable relations)

1.2Examples

1.3Motivation

  • Introduce rigorous reasoning in decision making

  • Use mathematical language for precision

  • Mathematics only takes care of a small part! (Also: political science, sociology, psychology, economics…)

  • A rigorous introduction to some fundamental constructs of mathematics

1.4Organization

  • S1, S2 (, S3) : Relations

  • S3, S4 : Fundamental measurement

  • S5 : exam

  • S6 : A simple representation theorem

  • S7 : Involving some intransitivity

  • S8 : exam

Each lecture: about 1h theory, 1h practice

  • Exams e: average of both exams (equal weight)

  • Participation p: each lecture, 0, + (significant intervention) or ++ (clever or committed intervention)

  • Notes in Asciidoc format through GitHub n (talk to me first)

  • Final grade: weighted average of e (9 points), max ( e , p ) (3 points), max ( e , n ) (up to 8 points)

Take notes

1.5Primitive notions

  • Set,

  • =

  • Logic operators: ¬, , , , , ,

  • Produce other sets: { x A | } , , , , ×

  • Also: primitive elements

  • Ordered pair, sets thereof, domain 𝒟, image I , field

References

2Relations and properties of relations

2.1Definition and some properties

  • Relation from A to A: subset of A × A (homogeneous relation, our focus)

  • Also called Binary relation on A

  • Relations between objects, persons, …

  • Notation: a R b means ( a , b ) R

Directed graph

2.1.1Properties of relations

In this document, properties of a relation R are expressed with implicit qualifiers: a non bound letter x is implicitly prefixed with x ( R )

2.1.2Transitivity

Transitive relation: a R b R c a R c

  • Transire, to pass to the other side, convey an action

  • Relates a to c through b

2.1.3Reflexivity

a R a

2.1.4Start exercices

See Exercices S1. TODO: up to and including exercice 3.

2.1.5Irreflexivity

¬ ( a R a )

A relation that is not reflexive is not necessarily irreflexive (similarly for other properties).

2.1.6Preorder

  • Transitive and reflexive

  • (Also called: partial preorder, quasi order)

Here: mostly transitive and reflexive relations

Hasse diagram: a R b , a b, corresponds to a line descending from a to b.

2.1.7Symmetry

a R b b R a

2.1.8Asymmetry

a R b ¬ ( b R a )

2.1.9Antisymmetry

a b a R b ¬ ( b R a )

2.1.10Exercices

See Exercices S1.

2.2A zoo of relations

2.2.1Equivalence

An equivalence relation is a transitive (, reflexive) and symmetric relation.

Each element in an equivalence relation has an associated equivalence class. The set of equivalence classes, called the quotient by R, is denoted by ( R ) / R. It partitions (disjointly covers) ( R ) .

  • Symmetric part of a relation R: s y m ( R ) = { ( a , b ) R | ( b , a ) R }

  • The symmetric part of a preorder R is an equivalence relation

  • Intuitively speaking, a preorder defines equivalence classes (namely, its quotient by s y m ( R ) ) and orders them (possibly partially)

  • That ordering is a relation on its quotient by s y m ( R ) and is called the reduction of a preorder R

  • Formally, the reduction of R is defined as { ( a , b ) ( ( R ) / s y m ( R ) ) ² | a a , b b | a R b } .

2.2.2Side-uniqueness, ontoness

  • Right-unique: a R b a R c b = c

  • A right-unique relation is a function from 𝒟 ( R ) to I ( R ) ; we can write R ( a ) to denote the single b I ( R ) such that a R b.

  • Onto Y (right-total over Y): Y = I ( R )

  • Left-unique (injective): b R a c R a b = c

2.2.3Weak completeness

a b a R b b R a

2.2.4Order

  • Transitive, reflexive, antisymmetric

  • (Also called: partial order)

Intuitively: a (possibly partial) ranking without ties

2.2.5Complete preorder

  • Transitive, reflexive, weakly complete

  • (Often called: weak order)

  • Intuitively: a ranking with ties

  • The symmetric part of a complete preorder is an equivalence relation

  • A complete preorder defines equivalence classes and orders them completely

2.2.6Complete order

  • Transitive, reflexive, weakly complete, antisymmetric

  • (Also called: simple order, linear order, total order)

Intuitively: a ranking without ties

The reduction of a complete preorder R is a complete order on ( R ) / s y m ( R ) .

2.2.7Generalisation to binary operations

  • A relation from X to Y is a subset of X × Y. It is non homogeneous when X Y.

  • A binary operation α on A is a right-unique relation from A × A to A whose domain is ( A × A ) .

  • It can be viewed as a function from A × A to A; we can write a α b to denote the single c I ( α ) such that ( a , b ) α c.

  • Examples: +, × on .

2.2.8Note about terminology

For many authors (excluding Halmos but including Roberts), the set on which R is defined is exogenous, thus a relation is a pair ( A , R ) with R A ² (hence ( R ) A). This allows for the possibility that ( R ) A. Weak completeness is then defined as a b A : a R b ν b R a. Similarly, other definitions (such as reflexivity) then differ from those given here. In this document, we assume A is chosen equal to ( R ) , in which case the definitions coincide.

2.2.9Exercices

See Exercices S2.

3Fundamental measurement

  • We want to assign numbers to reflect some properties of some systems.

  • Given relation R “looks shorter than” on A = { a , b , } , can we assign numbers f ( a ) so that f ( a ) < f ( b ) a R b?

  • Similarly for relations “preferred to”, “day with better air quality”.

  • We might also want to reflect operations such as “combining”: consider “is lighter”, with A including combined objects; can we then assign numbers f ( . ) so that when a and b combined are lighter than c, f ( a ) + f ( b ) < f ( c ) ; or so that when c denotes the combination of a and b, f ( a ) + f ( b ) = f ( c ) ?

  • Similarly for relation “preferred to” on sets of objects.

  • Relation R on A corresponds to relation T on through function f from A to : a R b f ( a ) T f ( b ) .

  • (If T is restricted to the image of f, it is determined uniquely by f and R, in other words, R never corresponds to two relations T 1 T 2 through a single function f when ( T 1 ) = ( T 2 ) = I ( f ) . Proof: if R corresponds to T1 and T2 through f with ℱ(T1) = ℱ(T2) = 𝓘(f), then x T1 y iff a R b, for any a ∈ f-1(x), b ∈ f-1(y), iff x * T2 y thus T1 = T2.)

  • Operation on A corresponds to operation α on through function f from A to : f ( a b ) = f ( a ) α f ( b ) .

  • R is homomorphic to T iff it corresponds to T through some function f.

  • ( R , ) is homomorphic to ( T , α ) iff R corresponds to T and to α through the same function f.

  • More generally, ( R , { i } ) is homomorphic to ( T , { α i } ) iff R corresponds to T through some function f and each i corresponds to α i through f.

  • The tuple ( f , ( T , { α i } ) ) is called a measurement scale for ( R , { i } ) .

3.1Representation theorem

  • A theorem of the form: under such conditions on ( R , { i } ) , the system is homomorphic to ( T , { α i } ) .

  • Constructive proof: gives a procedure to build a scale f.

  • Intuitively: transitivity of R is required for homomorphism to .

Uniqueness: to determine properties of the numbers that transfer to our observations.

3.2Homomorphisms and scale types

  • Number of persons VS height of a person

  • Ratio of weight VS ratio of t°

Given ( R , { i } ) corresponding to ( T , { α i } ) through f, admissible transformation φ from f ( A ) to (thus φ f from A to ): ( R , { i } ) corresponds to ( T , { α i } ) through φ f.

R has a regular homomorphism to T: it has a homomorphism to T and for every scales ( f , ( T , { α i } ) ) , ( g , ( T , { α i } ) ) , f ( a ) = f ( b ) g ( a ) = g ( b ) .

Scale type depends on the class of admissible transformations φ.

  • Absolute: φ(x) = x; Counting

  • Ratio: φ(x) = rx with r > 0; Mass

  • Interval: φ(x) = rx + s with r > 0; T° without absolute zero

  • Ordinal: strictly monotone increasing transformation; Ordinal preference, Mohs scale of hardness

  • Nominal: any bijection; Labels

4Representation of complete preorders

4.1Arithmetic and infinite sets

  • Successor of s: s { s }

  • Axiom of infinity: ∃ successor set A

  • ℕ: intersection of all successor sets in A

  • Permits induction, which we use to define addition of zero, then addition of one, …

  • Finite set: bijection with an element of ℕ

4.2The ≥ relation

  • If R is a complete preorder and ℱ® is finite, it is homomorphic to ≥.

  • Necessary and sufficient conditions.

  • Can we relax finiteness?

Scale type: ordinal

5When indifference is not transitive

5.1Requirement of transitivity

  • R homomorphic to ≥ requires transitivity.

  • Define I as the symmetric part of R.

  • R homomorphic to ≥ requires I to be transitive.

5.2Examples

Detection threshold

  • Coffee with sugar

  • Noise level

Incomparability

  • Pony VS bicycle (Armstrong, 1939)

  • Good job VS apartment

  • Reform social security: better for end-of-life VS better life expectancy

5.3Representation

  • x ≥δ y: x ≥ y - δ

  • Constant threshold δ

Won’t do for incomparability: Pony* ≻ Pony, Bicycle ≽ Pony*, Bicycle* ≻ Bicycle but Pony ≽ Bicycle*.

5.4Completed semiorder

≽ is a completed semiorder: weakly complete and reflexive and satisfies

  • S2: a ≽ b ∧ c ≽ d ⇒ c ≽ b ∨ a ≽ d

  • S3: a ≽ b ≽ c ⇒ a ≽ d ∨ d ≽ c

Covers: a W c iff (d ≽ a ⇒ d ≽ c) ∧ (c ≽ d ⇒ a ≽ d).

  • S2 and S3 are together equivalent to ∀a ≻ b ≽ c: a W c.

  • S2 and S3 are together equivalent to ∀a ≽ b ≻ c: a W c.

Equivalently:

  • S2 can be written ¬(a ≽ b ≻ c ≽ d ≻ a) and S3 can be written ¬(c ≻ d ≻ a ≽ b ≽ c), writing x ≻ y iff ¬(y ≽ x).

  • S2 can be written ¬(d ≽ a ≻ b ≽ c ≻ d) and S3 can be written ¬(d ≻ a ≻ b ≽ c ≽ d).

  • S2 can be written ∀a ≻ b ≽ c: (d ≽ a ⇒ d ≽ c) and S3 can be written ∀a ≻ b ≽ c: (c ≽ d ⇒ a ≽ d).

  • S2 can be written ¬(c ≻ d ≽ a ≻ b ≽ c) and S3 can be written ¬(b ≽ c ≽ d ≻ a ≻ b).

  • Renaming, S2 can be written ¬(d ≻ a ≽ b ≻ c ≽ d) and S3 can be written ¬(d ≽ a ≽ b ≻ c ≻ d).

  • Thus, S2 can be written ∀a ≽ b ≻ c: (c ≽ d ⇒ a ≽ d) and S3 can be written ∀a ≽ b ≻ c: (d ≽ a ⇒ d ≽ c).

  • By contrapositive, using these two equivalences, ¬(a W c) ⇒ ∀b: (b ≽ c ⇒ b ≽ a) ∧ (a ≽ b ⇒ c ≽ b), in other words, ¬(a W c) ⇒ c W a.

If ≽ is a completed semiorder, then W is a complete preorder. Proof. Transitive: If c ≽ d then by b W c ≽ d we get b ≽ d and by a W b ≽ d we get a ≽ d. It is strongly complete, as seen just above.

If ≽ is a completed semiorder, then c W b ⇒ c ≽ b (and b ≻ c ⇒ b W c). Proof. c W b ⇒ (c ≽ c ⇒ c ≽ b) ⇒ c ≽ b (and use contrapositive and completeness of W).

Thm. If ≽ is a completed semiorder, then a W b W c ~ a ⇒ a ~ b ~ c, writing x ~ y iff x ≽ y ≽ x. Pr. Rewrite the hypothesis as c ≽ a W b W c ≽ a and obtain c ≽ b ≽ a by definition of W and a ≽ b ≽ c using W ⊆ ≽.

5.5Representation theorem

If ≽ is a completed semiorder, then there exists a function f from ℱ(≽) to ℝ such that f ( a ) 1 f ( b ) a b.