Fuzzy set. Given a universe set, X, and a
membership function, u:X-->[0,1], a fuzzy set is a
collection of pairs: {(x, u(x)): x in X}. Often, the membership function
is subscripted by the set name, say u_S. Generally, for all x in X,
u_X(x)=1, and u_Ø(x)=0.
In the context of uncertainty, the value u_S(x) is used to model the
statement of how possible it is for x to be in S. For this
reason, u_S is sometimes called the possibility function of S.
What we consider the usual set (without a membership function) is called
a crisp set in fuzzy mathematics.
Fuzzy set operations, say on fuzzy sets S and T, with membership
functions u_S and u_T, resp., are defined by the following:
- Union: u_[S\/T](x) = Max{u_S(x), u_T(x)}.
- Intersection: u_[S/\T](x) = Min{u_S(x), u_T(x)}.
- Complement: u_~S(x) = 1 - u_S(x).
One must be careful when using fuzzy sets to represent uncertainty (which
is not the only type of interpretation – see
fuzzy mathematical program). In particular, if u_S(x) = 1/2,
its complement is also 1/2. Thus, u_[S\/~S](x) = 1/2, despite the fact
that S\/~S = X (in ordinary set theory). Similarly, u_[S/\~S](x) = 1/2,
despite the fact that S/\~S = Ø. This illustrates the
fact that u_S need not equal u_T even if S=T as crisp sets.
While the fuzzy set is fundamental for
fuzzy mathematical programming, other concepts in fuzzy mathematics
also apply, such as fuzzy arithmetic, fuzzy graphs and fuzzy logic.