2 Chapter8 Classical Relations and Fuzzy Relations
2 Chapter8 Classical Relations and Fuzzy Relations
Relations
Relations
• This chapter introduces the notion of relation.
• The notion of relation is the basic idea behind
numerous operations on sets such as Cartesian
products, composition of relations , difference of
relations and intersections of relations and
equivalence properties
• In all engineering, science and mathematically
based fields, relations are very important
Relations
• Similarities can be described with relations.
• In this sense, relations is a very important
notion to many different technologies like graph
theory, data manipulation.
Graph theory
Data manipulations
•In classical relations (crisp relations),
Relationships between elements of the sets are
only in two degrees; “completely related” and
“not related”.
• Commutativity
• Associativity
• Distributivity
• Involution
• Idempotency
• De Morgan’s Law 2 × (1 + 3) = (2 × 1) + (2 × 3).
• Excluded Middle
Law
The null relation øR is analogous to null set ø and the complete relation ER is
analogous to whole set X
Composition
Crisp Binary Relation
Composition of Classical Relations
The operation executed on two compatible binary relations to get a single binary
relation is called composition.
Let R be a relation that maps elements from universe X to universe Y and S be a
relation that maps elements from universe Y to universe Z. The two binary
relations Rand S are compatible if R ⊆ XxYand S ⊆ YxZ
In other words, the second set in R must be the same as the first set in S. On the
basis of this explanation, a relation T can be formed that relates the same
elements of universe X contained in R with the same elements of universe Z
contained in S.
µT(x1, z1) = max[min(1, 0), min(0, 0), min(1, 0), min(0, 0)] = 0
Example
• Using the max–min composition operation, relation
matrices for R and S would be expressed as
µT(x1, z1) = max[min(1, 0), min(0, 0), min(1, 0), min(0, 0)] = 0
µT(x1, z2) = max[min(1, 1), min(0, 0), min(1, 1), min(0, 0)] = 1
• The range of a binary fuzzy relation R(X Y) is the fuzzy set, ran
R(X, Y), having the membership function as
Fuzzy Relations
• Consider a universe X= [x1, x2, x3, x4] and the
binary fuzzy relation on X as:
Commutativity,
Associativity,
Distributivity,
Involution,
Idempotency,
DeMorgan’s Law
The excluded middle laws are nor satisfied in fuzzy relations as for fuzzy sets. This is
because a fuzzy relation R is also a fuzzy set, and there exists an overlap, between a
relation and and its complement.
Fuzzy Cartesian Product and Composition