Fuzzy Relation and Composition-1
Fuzzy Relation and Composition-1
[email protected]
Crisp Relation
• Product set
Definition (Product set) Let A and B be two non-empty sets, the
product set or Cartesian product A B is defined as follows,
A B {(a, b) | a A, b B }
• extension to n sets
n
b2
(a1 , b2) (a2 , b2) (a3 , b2)
b1
(a1 , b1) (a2 , b1) (a3 , b1)
a1 a2 a3
a3
(a1 , a3) (a2 , a3) (a3 , a3)
a2
(a1 , a2) (a2 , a2) (a3 , a2)
a1
(a1 , a1) (a2 , a1) (a3 , a1)
a1 a2 a3
A B
y
4
a1 b1
a2
b2
a3
x
-4 4
a4 b3
-4
MR (mij)
R b1 b2 b3
1, (ai , b j ) R a1 1 0 0 1
mij
0, (ai , b j ) R a2 0 1 0
2 3
a3 0 1 0
i 1, 2, 3, …, m
a4 0 0 1 4
j 1, 2, 3, …, n
R : A B {0, 1}
• Fuzzy relation
• R : A B [0, 1]
• R = {((x, y), R(x, y))| R(x, y) 0 , x A, y B}
Fuzzy Relation
R
1 R A B
0.5
2) Max product
A B AB Max [ Min (aik, bkj) ]
k
3) Scalar product
A where 0 1
Fuzzy Relation
Example
Fuzzy Relation
Operation of fuzzy relation
1) Union relation
(x, y) A B
R S (x, y) Max [R (x, y), S (x, y)] R (x, y) S (x, y)
2) Intersection relation
R S (x) = Min [R (x, y), S (x, y)] = R (x, y) S (x, y)
3) Complement relation
(x, y) A B
R (x, y) 1 - R (x, y)
4) Inverse relation
For all (x, y) A B, R-1 (y, x) R (x, y)
Fuzzy Relation
Fuzzy relation matrix
Composition of Fuzzy Relation
• Composition of fuzzy relation
For (x, y) A B, (y, z) B C,
SR (x, z) = Max [Min (R (x, y), S (y, z))]
y
MS R MR MS
Composition of Fuzzy Relation
Example
=>
=>
18
Fuzzy Composition
Example
• Let the two relations R and S be, respectively:
R y1 y2 y3 S z1 z2
x1 0.4 0.6 0 y1 0.5 0.8
x2 0.9 1 0.1 y2 0.1 1
y1 0 0.6
19
MAX-MIN Composition
0.5 0.8
RoS = 0.4 0.6 0 0.4 0.6
0.9 1 0.1 0.1 1 0.5 1
0 0.6
max{min(0.4,0.5), min(0.6, 0.1), min(0, 0)}
= max{ 0.4, 0.1, 0} = 0.4
max{min(0.4,0.8), min(0.6, 1), min(0, 0.6)}
= max{ 0.4, 0.6, 0} = 0.6
max{min(0.9,0.5), min(1, 0.1), min(0.1, 0)}
= max{ 0.5, 0.1, 0} = 0.5
max{min(0.9,0.8), min(1, 1), min(0.1, 0.6)}
= max{ 0.8, 1, 0.1} = 1
20
MAX-PRODUCT Composition
0.5 0.8
0.4 0.6 0 0.2 0.6
RoS = ∘ 0.1 1 =
0.9 1 0.1 0.45 1
0 0.6
21
Fuzzy Relation Composition
Fuzzy composition can be defined just as it is for crisp (binary) relations.
Suppose
∼
R is a fuzzy relation on the Cartesian space X × Y,
∼
S is a fuzzy relation on Y × Z, and
∼
T is a fuzzy relation on X × Z;
∼
Find the resulting relation,T, which relates elements of universe X
to elements of universe Z, i.e., defined on Cartesian space X × Z
using max–min composition and
using max-product composition
Fuzzy Relation Composition