Chapter 37: Problem 5
Let the membership functions of fuzzy sets \(F\) and \(G\) be asfollows: $$ X: 11,2,3,4,5,6,7,8,9,10\\} $$ $$ \begin{aligned} &F:[0,0,0,0,0,1,0.8,0.5,0.9,1,1] \\ &G:[0,0,0,1,0.5,0.9,1,0.9,0.5,0.0] \end{aligned} $$ State whether \((\) i) \(F=G\) (ii) \(F\) is a subset of \(G\). Also write down \(F^{\circ}, P \cap G\) and \(F \cup G\).
Short Answer
Step by step solution
Determining Equality (F = G)
Checking Subset (F ⊆ G)
Complement of F (F°)
Intersection of F and G (F ∩ G)
Union of F and G (F ∪ G)
Unlock Step-by-Step Solutions & Ace Your Exams!
-
Full Textbook Solutions
Get detailed explanations and key concepts
-
Unlimited Al creation
Al flashcards, explanations, exams and more...
-
Ads-free access
To over 500 millions flashcards
-
Money-back guarantee
We refund you if you fail your exam.
Over 30 million students worldwide already upgrade their learning with Vaia!
Key Concepts
These are the key concepts you need to understand to accurately answer the question.
Membership Functions
For instance, the membership function of a fuzzy set \(F\) could be expressed as \(F(x) = ext{membership value}\), where \('x'\) is an element from the universe of discourse. If \(x = 6\) in set \(F\) has a membership value of 1, it means this element fully belongs to \(F\). Conversely, a membership value closer to 0 indicates lesser degree of belonging.
- Fuzzy Array: Numbers represent how much each element belongs to the set.
- Range: Value runs from 0 (not a member) to 1 (complete member).
- Example: \(F = [0, 0, 0, 0, 0, 1, 0.8, 0.5, 0.9, 1]\)
Complement of a Fuzzy Set
To compute the complement, consider a fuzzy set \(F\) with membership degrees. For an element \(x\) within \(F\), its complement will be \(1 - F(x)\). The idea is simple but powerful: higher membership in the original set means lesser membership in the complement, and vice versa.
- Formula: \(F^{\circ}(x) = 1 - F(x)\)
- Inverse Relationship: If \(F(x) = 1\), then \(F^{\circ}(x) = 0\)
- Example: If \(F = [0, 0, 0, 0, 0, 1, 0.8, 0.5, 0.9, 1]\), then \(F^{\circ} = [1, 1, 1, 1, 1, 0, 0.2, 0.5, 0.1, 0]\)
Intersection and Union of Fuzzy Sets
Intersection of Fuzzy Sets
To find the intersection, represented as \(F \cap G\), use the minimum function on membership degrees. This indicates the smallest degree to which an element is a member of both sets. If an element in set \(F\) and set \(G\) has membership values of 0.5 and 0.7 respectively, the intersection degree is \(\min(0.5, 0.7) = 0.5\).- Definition: \(F \cap G(x) = \min(F(x), G(x))\)
- Example: From initial sets, \(F \cap G = [0, 0, 0, 0, 0, 0.9, 0.8, 0.5, 0.5, 0]\)
Union of Fuzzy Sets
Conversely, union of fuzzy sets, denoted \(F \cup G\), involves picking the greater membership value from each set for corresponding elements. This shows where either set possesses significant membership. For instance, elements with memberships 0.2 in \(F\) and 0.4 in \(G\) will have a union membership of \(\max(0.2, 0.4) = 0.4\).- Definition: \(F \cup G(x) = \max(F(x), G(x))\)
- Example: For given sets, \(F \cup G = [0, 0, 0, 1, 0.5, 1, 1, 0.9, 0.9, 1]\)