SC Chap3Fall2016 PART I
SC Chap3Fall2016 PART I
• Crisp Mappings
(𝒙 − 𝟏)𝟐 −𝟏 𝒊𝒇 𝒙 ≥ 𝟎
f(x) = ൝
𝒙 𝒊𝒇 𝒙 < 𝟎
Ch3 10
y
y
u(y)
u(x)
0.
0.
6
0.
5
Ch3
3 12
Fuzzy Other Arithmetic
• Using the extension principle the remaining fuzzy
arithmetic fuzzy operations are defined as:
A B ( z ) A ( x ) B ( y )
x, y
x y z
A*B ( z ) A ( x) B ( y )
x, y
x* y z
A / ( z ) A ( x) B ( y )
x, y
x / yz
Ch3 SC Fall 2016 13
• Cartesian Product:
– The Cartesian product of two crisp sets X and Y is
defined as X Y {( x, y ) | x X , y Y }
– For n sets (Xi) the Cartesian product is defined as
X 1 X 2 X n {( x1 , x2 ,, xn ) | xi X i , i 1..n}
• Crisp Relations:
– A relation is a subset of the Cartesian product
– The Cartesian product can be considered a relation
without restrictions.
R ( X 1 , X 2 , , X n ) X 1 X 2 X n
– A relation is also a set, therefore the basic set concepts
such as union, intersection, complement, … can be
applied.
Ch3 SC Fall 2016 14
• Characteristic Function:
– Shows the strength of the relation between the pairs.
1 ( x, y ) R
R ( x, y )
0 ( x, y ) R
– Every tuple that belongs to the relation receives a value
1 and 0 otherwise.
• Binary Relations:
– A relation between two sets X and Y is called a binary
relation (R (X, Y)).
– Binary relations can be defined on a single set (R(X, X)).
– These relations are often referred as directed graphs or
digraphs
Ch3 SC Fall 2016 15
Fuzzy Relations
• Fuzzy relations R map elements from a set (X) into a set (Y)
• The strength of the relations is given by membership
functions that can vary between 0 and 1. R:XY[0:1]
• Let Ai be fuzzy sets.
• A fuzzy relation is a subset of the Cartesian product
R( A1 , A2 ,, An ) A1 A2 An
• The Cartesian product can be considered a relation
without restrictions.
• Binary Fuzzy R relations: Fuzzy sets with 2-D MFs (Two
Inputs, each in a different universe of discourse) in X x Y
that map element in X x Y to a membership grade between
0 and 1.
• That is, A fuzzy relation R is a 2D MF:
Ch3 SC Fall 2016 16
R {((x, y), µ R (x, y)) | (x, y) X Y}
• Properties of Fuzzy Relations
– Let X and Y two fuzzy subsets defined on an Universe U.
– Let the elements x X and y Y with membership
degrees X(x) , Y(y).
– Let S be the Cartesian product X Y .
– Let R be a fuzzy relation on S.
• Operations with Fuzzy Relations:
Union :
R S R S ( x, y ) max[ R ( x, y ), S ( x, y )]
Intersecti on :
R S R S ( x, y ) min[ R ( x, y ), S ( x, y )]
Complement :
Ch3
R ( x, y ) 1 R ( x, y ) 17
• Fuzzy Cartesian Product
–A˜Let
B˜
be a fuzzy set on universe X, and
be a fuzzy set on universe Y, then
A˜ B˜ R˜ X Y
}
x1 0.2 0.2
x1 x 2 x3
and A˜ B˜ R˜ x 2 0.3 0.5
B˜
0.3 0.9
x 3
0.3 0.9
y1 y2
Ch3 19
• Example:
yx
, if y x
R ( x, y ) x y 2
0 , if y x
Ch3 SC Fall 2016 20
yx
, if y x
R ( x, y ) x y 2
0 , if y x
If X = {3,4,5} & Y = {3,4,5,6,7}, then it is convenient to
express the fuzzy relation R as a relation matrix:
where R { i , j } = [ x i , y j ] 0 0.111 0.200 0.273 0.333
R 0 0 0.091 0.167 0.231
Examples (Others):
0 0 0 0.077 0.143
– x is close to y (x and y are numbers)
– x depends on y (x and y are events)
– x and y look alike (x and y are persons or objects)
– If x is large, then y is small (x is an observed reading
and Y is a corresponding action).
Ch3 SC Fall 2016 21