intuitionistic fuzzy set IFS:
Explore the definition of intuitionistic fuzzy set IFS and the mathematical operations of intuitionistic fuzzy set. Learn about the membership function in IFS, non-membership function in IFS, and see a detailed intuitionistic fuzzy set with example for better decision analysis.
What is an Intuitionistic Fuzzy Set (IFS)?
In standard fuzzy sets, we only consider the degree of membership. However, in the real world, there is often a degree of uncertainty or hesitation. Intuitionistic Fuzzy Sets, introduced by Krassimir Atanassov in 1986, extend fuzzy sets by adding a degree of non-membership.
The Formal Definition
An Intuitionistic Fuzzy Set A in a universe U is characterized by two functions:
- μA(x): Degree of Membership
- νA(x): Degree of Non-membership
The Constraint: For every element, the sum of membership and non-membership must be between 0 and 1:
0 ≤ μA(x) + νA(x) ≤ 1
πA(x) = 1 – (μA(x) + νA(x))
Operations of Intuitionistic Fuzzy Sets
Given two Intuitionistic Fuzzy Sets A and B, the following operations apply:
- Union (OR): Takes the max of membership and min of non-membership.
A ∪ B = { max(μA, μB), min(νA, νB) } - Intersection (AND): Takes the min of membership and max of non-membership.
A ∩ B = { min(μA, μB), max(νA, νB) } - Complement: Swaps the membership and non-membership values.
Ac = { νA, μA }
Let A = (0.6, 0.2) and B = (0.5, 0.4)
Union (A ∪ B): (max(0.6, 0.5), min(0.2, 0.4)) = (0.6, 0.2)
Intersection (A ∩ B): (min(0.6, 0.5), max(0.2, 0.4)) = (0.5, 0.4)
Intuitionistic Fuzzy Numbers (IFN)
An Intuitionistic Fuzzy Number is usually represented as a Triangular Intuitionistic Fuzzy Number (TIFN). It is defined by its membership and non-membership boundaries.
A TIFN is often written as: A = < (a, b, c); (a', b, c') > where:
- (a, b, c) defines the Membership triangle.
- (a’, b, c’) defines the Non-membership triangle.
- Constraint: a’ ≤ a and c’ ≥ c.
Membership: (3, 5, 7) (Definitely 5, possibly between 3-7)
Non-membership: (2, 5, 8) (Definitely not below 2 or above 8)
Operations of Intuitionistic Fuzzy Numbers
For two TIFNs, A = (a1, b1, c1) and B = (a2, b2, c2), the arithmetic is performed component-wise:
| Operation | Membership Calculation |
|---|---|
| Addition (⊕) | (a1+a2, b1+b2, c1+c2) |
| Multiplication (⊗) | (a1×a2, b1×b2, c1×c2) |
A = (1, 2, 3) and B = (4, 5, 6)
A ⊕ B: (1+4, 2+5, 3+6) = (5, 7, 9)
Designed by: Dr. M.U. Mirza
Mathematical Researcher & Educator