DSS ch3
DSS ch3
Decision Support
Systems
Decision Making under
Certainty
Younes Guellouma
Chapter 3: Decision Making under Certainty
Younes Guellouma
1
Introduction
Preference Relation
Reminder on binary relations
Representations
Decision Maker Preference
Utility Fonction
Indifference Paradox
2
Introduction
Objectives
3
Objectives (2)
4
Preference Relation
Preference Relation
5
Reminder on binary relations
6
Binary Relation
7
Related Notions
1.
8
We can also redefine the properties of binary relations as follows:
• Reflexivity: ∀a ∈ A, aRa
• Symmetry: ∀a, b ∈ A, aRb ⇒ bRa
• Asymmetry: ∀a, b ∈ A, aRb ⇒ ¬bRa
• Anti-symmetry: ∀a, b ∈ A, aRb ∧ bRa ⇒ a = b
• Completeness: ∀a, b ∈ A, aRb ∨ bRa
• Transitivity: ∀a, b, c ∈ A, aRb ∧ bRc ⇒ aRc
• Negative transitivity: ∀a, b, c ∈ A, aCA (R)b ∧ bCA (R)a ⇒ aCA Rc
or aRb ⇒ aRc ∧ cRb
• Ferrers relation: ∀a, b, c, d ∈ A, (aRb ∧ cRd) ⇔ (aRd ∨ cRb)
• Semi-transitivity: ∀a, b, c, d ∈ A, aRb ∧ bRc ⇔ (aRd ∨ dRc)
9
It is also useful to define known types of relations:
10
The most natural representation for mathematical formalisms
and proofs of a binary relation is the set-theoretic
representation. However, this representation is less efficient
when it comes to automation and implementation. For this
reason, the graphical form (which is equivalent to a matrix
representation) is more suitable for modeling a
decision-maker’s preferences.
We define a square matrix that models the direct relationship
that may exist between any two alternatives.
11
Representative Matrix
{
1 if ai Raj
matR (i, j) = (5)
0 otherwise
12
Representative Graph
13
Example
14
Example
R a b c
a 1 0 0
b 1 0 1
c 0 0 1
a c
15
Decision Maker Preference
16
Decision Maker Preference
1. ⪯=≺ ∪ ∼
2. ≺ ∩ ∼= ∅
3. ≺ is a strict order relation.
4. ∼ is an equivalence relation.
19
EXERCISE
Exercise
Prove the previous lemma.
20
Utility Fonction
21
Theorem
Let R be a binary relation on A. Then, R is complete and
transitive if and only if there exists a function u : A → R such
that ∀a, b ∈ A, aRb ⇔ u(a) ≤ u(b).
22
This result can be extended to the symmetric and asymmetric
parts of a preference relation.
Definition
Let ⪯ be a preference relation on a set of alternatives A. A
utility function u : A → R is any function that satisfies for all
a, b ∈ A:
• a ⪯ b ⇔ u(a) ≤ u(b).
• a ≺ b ⇔ u(a) < u(b).
• a ∼ b ⇔ u(a) = u(b).
23
Example
Let A = {a, b, c} and ⪯= {(a, a), (b, b), (c, c), (a, b), (b, c), (a, c)} be
a preference relation. Note that ⪯ is a complete preorder. We can
compute the symmetric and asymmetric parts:
24
Indifference Paradox
Indifference Paradox
25
Indifference Paradox
t1 ∼ t2 ∼ . . . ∼ tn
However, when asked to compare the first and last cups, they
can distinguish a significant difference:
t1 ≺ tn
26
Indifference Paradox
27
Quasi-order
28
Quasi-order
{
a ≺ b ⇔ u(a) + q < u(b)
(6)
a ∼ b ⇔ |u(a) − u(b)| ≤ q
29
Example
b ∼ c ⇔ |u(c) − u(b)| ≤ q
⇔q≥2
31
Interval Orders
{
a ≺ b ⇔ u(a) + q(a) < u(b)
a ∼ b ⇔ (u(a) ≤ u(b) + q(b)) ∧ (u(b) ≤ u(a) + q(a))
(7)
32
Measurement Systems and Scales
Measurement Systems and Scales
34
Now, the question is whether a scale produces a measurement
system that respects the decision-maker’s preferences. This
leads us to define the notion of an admissible scale.
Definition
Let M = (A, u) be a measurement system. (M, N, φ) is an
admissible scale if and only if
35
Some common Scales
36
Example
Let = {a, b, c} and ⪯= {(a, a), (b, b), (c, c), (a, b), (b, c), (a, c)} ube
a preference relation. We define u(a) = 0, u(b) = 1 and u(c) = 2.
Then (A, u) constitutes a measurement system. If we apply the
following ratio scale: φ(x) = 5x − 2 and define v = φ ◦ u, we get
37