Lecture 1: Introduction to Fuzzy Sets

A fuzzy set is totally characterised by a Membership function (MF). And is mathematically expressed as S=(x,μs(x)|xX) The above equation is known as characteristic equation. Where S is a fuzzy set, μs(x) is a membership function (MF). A membership function basically tells how much does a element belong to a set. Finally, X is called the universe of discourse.

When X is discrete, S=xiXμS(xi)/xi and when X is continous, S=XμS(xi)/xi

Fuzzy set operations

  1. Subset/containment: ABμAμB
  2. Completement: μA¯(x)=1μA(x)
  3. Union: C=ABμC(x)=μA(x)μB(x)
  4. Intersection: C=ABμC(x)=μA(x)μB(x)

Fuzzy set terms

  • Support => μS(x)>0
  • Core => μS(x)=1
  • Normality => When core set is non-empty
  • Crossover => μS(x)=0.5
  • Singleton => When Core(S) = Support(S)

Cartesian product

When there are two fuzzy sets A and B in X and Y, respectively. A operation called cartesian product creates a new product space X×Y for all combinations of elements in input fuzzy sets. μA×B(x,y)=minμA(x),μB(y)=μA(x)μB(y) A×BAB

Cyclindrical Extension

It is used to deproject or deaggregate values. In other words, this operation increases the dimension of a space 1D=>2D

Two important notions to understand: dimension and measure.

  • Dimension are sets which define the space along which we can aggregate information (value of variables).
  • Measure is a special variable which represents the aggregated information (variables).

In fuzzy logic, if AX is a fuzzy set. Then cylindrical extension in the space X×Y is μC(A)(x,y):=μA

Projection

Projection can be viewed as aggregation or consolidation of information. In other words, reduces the dimension of a space 2D=>1D. Ry=XmaxxμR(x,y)/yRx=YmaxyμR(x,y)/x

Extension principle

A function f:X1×X2××XnY maps n-dimensions in X (input space) to Y. Assuming that there is A1,A2,,An fuzzy sets in X1,X2,,Xn. The function would induce another fuzzy set in the output space Y with membership function,

μB(y)={maxx1,,xnf1(x)μA(x),f1(x)0 0,otherwise

since X=X1×X2××Xn , [[#Cartesian product]] could be used to determine that, μA(x)=μA1(x)muAn(x) μA=miniμA(x) Substituing the above equation in the μB(y) , we get that

μB(y)=max(x1,,xn)f1(x)miniμA(x)

Different dimension altering ops

  1. Cylindrical extension => XX×Y
  2. Cartesian product => X,YX×Y
  3. Extension principle => XY
Next