A is a fuzzy set, and x is a member of A. These features of the membership function can be understood by plotting them on a graph:
If fuzzy sets are given to us, for example, set A and set B, various operations can be performed on them. These operations help us manipulate and analyze fuzzy sets effectively.
Example:
A = {(x1, 0.6), (x2, 0.7), (x3, 0.4)}
B = {(x1, 0.3), (x2, 0.2), (x3, 0.5)}
\[ \mu_R(X, Y) = \begin{pmatrix} a & 0.2 & 0.5 \\ b & 0.5 & 0.6 \\ c & 0.4 & 0.4 \end{pmatrix} \]
Previously, we learned about operations on fuzzy sets. Now, we explore operations between two fuzzy relations.
\[ \mu_R(X, Y) = \begin{pmatrix} & a & b \\ a & 0.2 & 0.2 \\ b & 0.5 & 0.6 \\ c & 0.4 & 0.4 \end{pmatrix} \]
\[ \mu_S(X, Y) = \begin{pmatrix} & a & b \\ a & 0.3 & 0.5 \\ b & 0.1 & 0.4 \\ c & 0.3 & 0.6 \end{pmatrix} \]
\[ \mu_{R \cup S}(X, Y) = \begin{pmatrix} & a & b \\ a & 0.3 & 0.5 \\ b & 0.5 & 0.6 \\ c & 0.4 & 0.6 \end{pmatrix} \]
\[ \mu_R(X, Y) = \begin{pmatrix} & a & b \\ a & 0.2 & 0.2 \\ b & 0.5 & 0.6 \\ c & 0.4 & 0.4 \end{pmatrix} \]
\[ \mu_S(X, Y) = \begin{pmatrix} & a & b \\ a & 0.3 & 0.5 \\ b & 0.1 & 0.4 \\ c & 0.3 & 0.6 \end{pmatrix} \]
\[ \mu_{R \cap S}(X, Y) = \begin{pmatrix} & a & b \\ a & 0.2 & 0.2 \\ b & 0.1 & 0.4 \\ c & 0.3 & 0.4 \end{pmatrix} \]
\[ \mu_R(X, Y) = \begin{pmatrix} & a & b \\ a & 0.2 & 0.2 \\ b & 0.5 & 0.6 \\ c & 0.4 & 0.4 \end{pmatrix} \]
\[ \mu_{R^c}(X, Y) = \begin{pmatrix} & a & b \\ a & 0.8 & 0.8 \\ b & 0.5 & 0.4 \\ c & 0.6 & 0.6 \end{pmatrix} \]
\(\mu_{R \circ S}(x, z) = \max_{y \in Y} \big(\min(\mu_R(x, y), \mu_S(y, z))\big)\)
\(\mu_{R \circ S}(x, z) = \max_{y \in Y} \big(\mu_R(x, y) \cdot \mu_S(y, z)\big)\)
Example Question: Fuzzy Max-Min Composition
\[ R_{x,y} = \begin{pmatrix} & y1 & y2 \\ x1 & 0.6 & 0.3 \\ x2 & 0.2 & 0.9 \end{pmatrix} \]
\[ S_{y,z} = \begin{pmatrix} & z1 & z2 & z3 \\ y1 & 1 & 0.5 & 0.3 \\ y2 & 0.8 & 0.4 & 0.7 \end{pmatrix} \]
\[ \mu_{R \circ S} = \begin{pmatrix} & z1 & z2 & z3 \\ x1 & ? & ? & ? \\ x2 & ? & ? & ? \end{pmatrix} \]
Now we will find each element of the resulting fuzzy relation using the formula for max-min composition:
\(\mu_{R \circ S}(x, z) = \max_{y \in Y} \big(\min(\mu_R(x, y), \mu_S(y, z))\big)\)
\(\mu_{R∘S}(x_1, z_1) = \max\big(\min(\mu_R(x_1, y_1), \mu_S(y_1, z_1)), \min(\mu_R(x_1, y_2), \mu_S(y_2, z_1))\big)\)
\[ \mu_{R \circ S} = \begin{pmatrix} & z1 & z2 & z3 \\ x1 & 0.6 & ? & ? \\ x2 & ? & ? & ? \end{pmatrix} \]
\(\mu_{R∘S}(x_1, z_2) = \max\big(\min(\mu_R(x_1, y_1), \mu_S(y_1, z_2)), \min(\mu_R(x_1, y_2), \mu_S(y_2, z_2))\big)\)
\[ \mu_{R \circ S} = \begin{pmatrix} & z1 & z2 & z3 \\ x1 & 0.6 & 0.5 & ? \\ x2 & ? & ? & ? \end{pmatrix} \]
\(\mu_{R∘S}(x_1, z_3) = \max\big(\min(\mu_R(x_1, y_1), \mu_S(y_1, z_3)), \min(\mu_R(x_1, y_2), \mu_S(y_2, z_3))\big)\)
\[ \mu_{R \circ S} = \begin{pmatrix} & z1 & z2 & z3 \\ x1 & 0.6 & 0.5 & 0.3 \\ x2 & ? & ? & ? \end{pmatrix} \]
\(\mu_{R∘S}(x_2, z_1) = \max\big(\min(\mu_R(x_2, y_1), \mu_S(y_1, z_1)), \min(\mu_R(x_2, y_2), \mu_S(y_2, z_1))\big)\)
\[ \mu_{R \circ S} = \begin{pmatrix} & z1 & z2 & z3 \\ x1 & 0.6 & 0.5 & 0.3 \\ x2 & 0.8 & ? & ? \end{pmatrix} \]
\(\mu_{R∘S}(x_2, z_2) = \max\big(\min(\mu_R(x_2, y_1), \mu_S(y_1, z_2)), \min(\mu_R(x_2, y_2), \mu_S(y_2, z_2))\big)\)
\[ \mu_{R \circ S} = \begin{pmatrix} & z1 & z2 & z3 \\ x1 & 0.6 & 0.5 & 0.3 \\ x2 & 0.8 & 0.4 & ? \end{pmatrix} \]
\(\mu_{R∘S}(x_2, z_3) = \max\big(\min(\mu_R(x_2, y_1), \mu_S(y_1, z_3)), \min(\mu_R(x_2, y_2), \mu_S(y_2, z_3))\big)\)
\[ \mu_{R \circ S} = \begin{pmatrix} & z1 & z2 & z3 \\ x1 & 0.6 & 0.5 & 0.3 \\ x2 & 0.8 & 0.4 & 0.7 \end{pmatrix} \]
Example Question: Max-Product Composition
\[ R_{x,y} = \begin{pmatrix} & y1 & y2 \\ x1 & 0.6 & 0.3 \\ x2 & 0.2 & 0.9 \end{pmatrix} \] \[ S_{y,z} = \begin{pmatrix} & z1 & z2 & z3 \\ y1 & 1 & 0.5 & 0.3 \\ y2 & 0.8 & 0.4 & 0.7 \end{pmatrix} \] \[ \mu_{R \circ S} = \begin{pmatrix} & z1 & z2 & z3 \\ x1 & ? & ? & ? \\ x2 & ? & ? & ? \end{pmatrix} \]
Now we will find each element of the resulting fuzzy relation using the formula for max-product composition:
\(\mu_{R \circ S}(x, z) = \max_{y \in Y} \big(\mu_R(x, y) \cdot \mu_S(y, z)\big)\)
\(\mu_{R∘S}(x_1, z_1) = \max\big((\mu_R(x_1, y_1) \cdot \mu_S(y_1, z_1)), (\mu_R(x_1, y_2) \cdot \mu_S(y_2, z_1))\big)\)
\[ \mu_{R \circ S} = \begin{pmatrix} & z1 & z2 & z3 \\ x1 & 0.6 & ? & ? \\ x2 & ? & ? & ? \end{pmatrix} \]
\(\mu_{R∘S}(x_1, z_2) = \max\big((\mu_R(x_1, y_1) \cdot \mu_S(y_1, z_2)), (\mu_R(x_1, y_2) \cdot \mu_S(y_2, z_2))\big)\)
\[ \mu_{R \circ S} = \begin{pmatrix} & z1 & z2 & z3 \\ x1 & 0.6 & 0.3 & ? \\ x2 & ? & ? & ? \end{pmatrix} \]
\(\mu_{R∘S}(x_1, z_3) = \max\big((\mu_R(x_1, y_1) \cdot \mu_S(y_1, z_3)), (\mu_R(x_1, y_2) \cdot \mu_S(y_2, z_3))\big)\)
\[ \mu_{R \circ S} = \begin{pmatrix} & z1 & z2 & z3 \\ x1 & 0.6 & 0.3 & 0.21 \\ x2 & ? & ? & ? \end{pmatrix} \]
\(\mu_{R∘S}(x_2, z_1) = \max\big((\mu_R(x_2, y_1) \cdot \mu_S(y_1, z_1)), (\mu_R(x_2, y_2) \cdot \mu_S(y_2, z_1))\big)\)
\[ \mu_{R \circ S} = \begin{pmatrix} & z1 & z2 & z3 \\ x1 & 0.6 & 0.3 & 0.21 \\ x2 & 0.72 & ? & ? \end{pmatrix} \]
\(\mu_{R∘S}(x_2, z_2) = \max\big((\mu_R(x_2, y_1) \cdot \mu_S(y_1, z_2)), (\mu_R(x_2, y_2)
\cdot \mu_S(y_2, z_2))\big)\)
\[ \mu_{R \circ S} = \begin{pmatrix} & z1 & z2 & z3 \\ x1 & 0.6 & 0.3 & 0.21 \\ x2 & 0.72 & 0.36 & ? \end{pmatrix} \]
\(\mu_{R∘S}(x_2, z_3) = \max\big((\mu_R(x_2, y_1) \cdot \mu_S(y_1, z_3)), (\mu_R(x_2, y_2) \cdot \mu_S(y_2, z_3))\big)\)
\[ \mu_{R \circ S} = \begin{pmatrix} & z1 & z2 & z3 \\ x1 & 0.6 & 0.3 & 0.21 \\ x2 & 0.72 & 0.36 & 0.63 \end{pmatrix} \]
Reference