# Fuzzy set

> Mediated Wiki article. Canonical URL: https://mediated.wiki/source/Fuzzy_set
> Markdown URL: https://mediated.wiki/source/Fuzzy_set.md
> Source: https://en.wikipedia.org/wiki/Fuzzy_set
> Source revision: 1356086915
> License: Creative Commons Attribution-ShareAlike 4.0 International (https://creativecommons.org/licenses/by-sa/4.0/)

Sets whose elements have degrees of membership

In [mathematics](/source/Mathematics), **fuzzy sets** are [sets](/source/Set_(mathematics)) whose [elements](/source/Element_(mathematics)) have degrees of membership. Fuzzy sets were introduced independently by [Lotfi A. Zadeh](/source/Lotfi_Asker_Zadeh) in 1965 as an extension of the classical notion of set.[1][2] At the same time, [Salii (1965)](#CITEREFSalii1965) defined a more general kind of structure called an "*L*-relation", which he studied in an [abstract algebraic](/source/Abstract_algebra) context; fuzzy relations are special cases of *L*-relations when *L* is the [unit interval](/source/Unit_interval) [0, 1]. They are now used throughout [fuzzy mathematics](/source/Fuzzy_mathematics), having applications in areas such as [linguistics](/source/Linguistics) ([De Cock, Bodenhofer & Kerre 2000](#CITEREFDe_CockBodenhoferKerre2000)), [decision-making](/source/Decision_making) ([Kuzmin 1982](#CITEREFKuzmin1982)), and [clustering](/source/Cluster_analysis) ([Bezdek 1978](#CITEREFBezdek1978)).

In classical [set theory](/source/Set_theory), the membership of elements in a set is assessed in binary terms according to a [bivalent condition](/source/Principle_of_bivalence)—an element either belongs or does not belong to the set. By contrast, fuzzy set theory permits the gradual assessment of the membership of elements in a set; this is described with the aid of a [membership function](/source/Membership_function_(mathematics)) valued in the [real](/source/Real_number) unit interval [0, 1]. Fuzzy sets generalize classical sets, since the [indicator functions](/source/Indicator_function) (aka characteristic functions) of classical sets are special cases of the membership functions of fuzzy sets, if the latter only takes values 0 or 1.[3] In fuzzy set theory, classical bivalent sets are usually called *crisp sets*. The fuzzy set theory can be used in a wide range of domains in which information is incomplete or imprecise, such as [bioinformatics](/source/Bioinformatics).[4]

## Definition

A fuzzy set is a pair ( U , m ) {\displaystyle (U,m)} where U {\displaystyle U} is a set (often required to be [non-empty](/source/Empty_set)) and m : U → [ 0 , 1 ] {\displaystyle m\colon U\rightarrow [0,1]} a membership function. The reference set U {\displaystyle U} (sometimes denoted by Ω {\displaystyle \Omega } or X {\displaystyle X} ) is called **universe of discourse**, and for each x ∈ U , {\displaystyle x\in U,} the value m ( x ) {\displaystyle m(x)} is called the **grade** of membership of x {\displaystyle x} in ( U , m ) {\displaystyle (U,m)} . The function m = μ A {\displaystyle m=\mu _{A}} is called the **membership function** of the fuzzy set A = ( U , m ) {\displaystyle A=(U,m)} .

For a finite set U = { x 1 , … , x n } , {\displaystyle U=\{x_{1},\dots ,x_{n}\},} the fuzzy set ( U , m ) {\displaystyle (U,m)} is often denoted by { m ( x 1 ) / x 1 , … , m ( x n ) / x n } . {\displaystyle \{m(x_{1})/x_{1},\dots ,m(x_{n})/x_{n}\}.}

Let x ∈ U {\displaystyle x\in U} . Then x {\displaystyle x} is called

- **not included** in the fuzzy set ( U , m ) {\displaystyle (U,m)} if m ( x ) = 0 {\displaystyle m(x)=0} (no member),

- **fully included** if m ( x ) = 1 {\displaystyle m(x)=1} (full member),

- **partially included** if 0 < m ( x ) < 1 {\displaystyle 0<m(x)<1} (fuzzy member).[5]

The (crisp) set of all fuzzy sets on a universe U {\displaystyle U} is denoted with S F ( U ) {\displaystyle SF(U)} (or sometimes just F ( U ) {\displaystyle F(U)} ).[*[citation needed](https://en.wikipedia.org/wiki/Wikipedia:Citation_needed)*]

### Crisp sets related to a fuzzy set

For any fuzzy set A = ( U , m ) {\displaystyle A=(U,m)} and α ∈ [ 0 , 1 ] {\displaystyle \alpha \in [0,1]} the following crisp sets are defined:

- A ≥ α = A α = { x ∈ U ∣ m ( x ) ≥ α } {\displaystyle A^{\geq \alpha }=A_{\alpha }=\{x\in U\mid m(x)\geq \alpha \}} is called its **α-cut** (aka **α-level set**)

- A > α = A α ′ = { x ∈ U ∣ m ( x ) > α } {\displaystyle A^{>\alpha }=A'_{\alpha }=\{x\in U\mid m(x)>\alpha \}} is called its **strong α-cut** (aka **strong α-level set**)

- S ( A ) = Supp ⁡ ( A ) = A > 0 = { x ∈ U ∣ m ( x ) > 0 } {\displaystyle S(A)=\operatorname {Supp} (A)=A^{>0}=\{x\in U\mid m(x)>0\}} is called its **support**

- C ( A ) = Core ⁡ ( A ) = A = 1 = { x ∈ U ∣ m ( x ) = 1 } {\displaystyle C(A)=\operatorname {Core} (A)=A^{=1}=\{x\in U\mid m(x)=1\}} is called its **core** (or sometimes **kernel** Kern ⁡ ( A ) {\displaystyle \operatorname {Kern} (A)} ).

Note that some authors understand "kernel" in a different way; see below.

### Other definitions

- A fuzzy set A = ( U , m ) {\displaystyle A=(U,m)} is **empty** ( A = ∅ {\displaystyle A=\varnothing } ) [iff](/source/Iff) (if and only if)

- - [∀ {\displaystyle \forall }](/source/Universal_quantification#notation) x ∈ U : μ A ( x ) = m ( x ) = 0 {\displaystyle x\in U:\mu _{A}(x)=m(x)=0}

- Two fuzzy sets A {\displaystyle A} and B {\displaystyle B} are **equal** ( A = B {\displaystyle A=B} ) iff

- - ∀ x ∈ U : μ A ( x ) = μ B ( x ) {\displaystyle \forall x\in U:\mu _{A}(x)=\mu _{B}(x)}

- A fuzzy set A {\displaystyle A} is **included** in a fuzzy set B {\displaystyle B} ( A ⊆ B {\displaystyle A\subseteq B} ) iff

- - ∀ x ∈ U : μ A ( x ) ≤ μ B ( x ) {\displaystyle \forall x\in U:\mu _{A}(x)\leq \mu _{B}(x)}

- For any fuzzy set A {\displaystyle A} , any element x ∈ U {\displaystyle x\in U} that satisfies

- - μ A ( x ) = 0.5 {\displaystyle \mu _{A}(x)=0.5}

- is called a **crossover point**.

- Given a fuzzy set A {\displaystyle A} , any α ∈ [ 0 , 1 ] {\displaystyle \alpha \in [0,1]} , for which A = α = { x ∈ U ∣ μ A ( x ) = α } {\displaystyle A^{=\alpha }=\{x\in U\mid \mu _{A}(x)=\alpha \}} is not empty, is called a **level** of A.

- The **level set** of A is the set of all levels α ∈ [ 0 , 1 ] {\displaystyle \alpha \in [0,1]} representing distinct cuts. It is the [image](/source/Image_(mathematics)) of μ A {\displaystyle \mu _{A}} :

- - Λ A = { α ∈ [ 0 , 1 ] : A = α ≠ ∅ } = { α ∈ [ 0 , 1 ] : {\displaystyle \Lambda _{A}=\{\alpha \in [0,1]:A^{=\alpha }\neq \varnothing \}=\{\alpha \in [0,1]:{}} [∃ {\displaystyle \exists }](/source/Existential_quantification) x ∈ U ( μ A ( x ) = α ) } = μ A ( U ) {\displaystyle x\in U(\mu _{A}(x)=\alpha )\}=\mu _{A}(U)}

- For a fuzzy set A {\displaystyle A} , its **height** is given by

- - Hgt ⁡ ( A ) = sup { μ A ( x ) ∣ x ∈ U } = sup ( μ A ( U ) ) {\displaystyle \operatorname {Hgt} (A)=\sup\{\mu _{A}(x)\mid x\in U\}=\sup(\mu _{A}(U))}

- where sup {\displaystyle \sup } denotes the [supremum](/source/Infimum_and_supremum), which exists because μ A ( U ) {\displaystyle \mu _{A}(U)} is non-empty and bounded above by 1. If *U* is finite, we can simply replace the supremum by the maximum.

- A fuzzy set A {\displaystyle A} is said to be **normalized** iff

- - Hgt ⁡ ( A ) = 1 {\displaystyle \operatorname {Hgt} (A)=1}

- In the finite case, where the supremum is a maximum, this means that at least one element of the fuzzy set has full membership. A non-empty fuzzy set A {\displaystyle A} may be normalized with result A ~ {\displaystyle {\tilde {A}}} by dividing the membership function of the fuzzy set by its height: - ∀ x ∈ U : μ A ~ ( x ) = μ A ( x ) / Hgt ⁡ ( A ) {\displaystyle \forall x\in U:\mu _{\tilde {A}}(x)=\mu _{A}(x)/\operatorname {Hgt} (A)}

- Besides similarities this differs from the usual [normalization](/source/Normalizing_constant) in that the normalizing constant is not a sum.

- For fuzzy sets A {\displaystyle A} of real numbers ( U ⊆ R ) {\displaystyle (U\subseteq \mathbb {R} )} with [bounded](/source/Bounded_set) support, the **width** is defined as

- - Width ⁡ ( A ) = sup ( Supp ⁡ ( A ) ) − inf ( Supp ⁡ ( A ) ) {\displaystyle \operatorname {Width} (A)=\sup(\operatorname {Supp} (A))-\inf(\operatorname {Supp} (A))}

- In the case when Supp ⁡ ( A ) {\displaystyle \operatorname {Supp} (A)} is a finite set, or more generally a [closed set](/source/Closed_set), the width is just - Width ⁡ ( A ) = max ( Supp ⁡ ( A ) ) − min ( Supp ⁡ ( A ) ) {\displaystyle \operatorname {Width} (A)=\max(\operatorname {Supp} (A))-\min(\operatorname {Supp} (A))}

- In the *n*-dimensional case ( U ⊆ R n ) {\displaystyle (U\subseteq \mathbb {R} ^{n})} the above can be replaced by the *n*-dimensional volume of Supp ⁡ ( A ) {\displaystyle \operatorname {Supp} (A)} .

- In general, this can be defined given any [measure](/source/Measure_(mathematics)) on *U*, for instance by integration (e.g. [Lebesgue integration](/source/Lebesgue_integration)) of Supp ⁡ ( A ) {\displaystyle \operatorname {Supp} (A)} .

- A real fuzzy set A ( U ⊆ R ) {\displaystyle A(U\subseteq \mathbb {R} )} is said to be **convex** (in the fuzzy sense, not to be confused with a crisp [convex set](/source/Convex_set)), iff

- - ∀ x , y ∈ U , ∀ λ ∈ [ 0 , 1 ] : μ A ( λ x + ( 1 − λ ) y ) ≥ min ( μ A ( x ) , μ A ( y ) ) {\displaystyle \forall x,y\in U,\forall \lambda \in [0,1]:\mu _{A}(\lambda {x}+(1-\lambda )y)\geq \min(\mu _{A}(x),\mu _{A}(y))} .

- Without loss of generality, we may take *x* ≤ *y*, which gives the equivalent formulation - ∀ z ∈ [ x , y ] : μ A ( z ) ≥ min ( μ A ( x ) , μ A ( y ) ) {\displaystyle \forall z\in [x,y]:\mu _{A}(z)\geq \min(\mu _{A}(x),\mu _{A}(y))} .

- This definition can be extended to one for a general [topological space](/source/Topological_space) *U*: we say the fuzzy set A {\displaystyle A} is **convex** when, for any subset *Z* of *U*, the condition - ∀ z ∈ Z : μ A ( z ) ≥ inf ( μ A ( ∂ Z ) ) {\displaystyle \forall z\in Z:\mu _{A}(z)\geq \inf(\mu _{A}(\partial Z))}

- holds, where ∂ Z {\displaystyle \partial Z} denotes the [boundary](/source/Boundary_(topology)) of *Z* and f ( X ) = { f ( x ) ∣ x ∈ X } {\displaystyle f(X)=\{f(x)\mid x\in X\}} denotes the [image](/source/Image_(mathematics)) of a set *X* (here ∂ Z {\displaystyle \partial Z} ) under a function *f* (here μ A {\displaystyle \mu _{A}} ).

### Fuzzy set operations

Main article: [Fuzzy set operations](/source/Fuzzy_set_operations)

Although the complement of a fuzzy set has a single most common definition, the other main operations, union and intersection, do have some ambiguity.

- For a given fuzzy set A {\displaystyle A} , its **complement** ¬ A {\displaystyle \neg {A}} (sometimes denoted as A c {\displaystyle A^{c}} or c A {\displaystyle cA} ) is defined by the following membership function:

- - ∀ x ∈ U : μ ¬ A ( x ) = 1 − μ A ( x ) {\displaystyle \forall x\in U:\mu _{\neg {A}}(x)=1-\mu _{A}(x)} .

- Let t be a [t-norm](/source/T-norm), and s the corresponding s-norm (aka t-conorm). Given a pair of fuzzy sets A , B {\displaystyle A,B} , their **intersection** A ∩ B {\displaystyle A\cap {B}} is defined by:

- - ∀ x ∈ U : μ A ∩ B ( x ) = t ( μ A ( x ) , μ B ( x ) ) {\displaystyle \forall x\in U:\mu _{A\cap {B}}(x)=t(\mu _{A}(x),\mu _{B}(x))} ,

- and their **union** A ∪ B {\displaystyle A\cup {B}} is defined by: - ∀ x ∈ U : μ A ∪ B ( x ) = s ( μ A ( x ) , μ B ( x ) ) {\displaystyle \forall x\in U:\mu _{A\cup {B}}(x)=s(\mu _{A}(x),\mu _{B}(x))} .

By the definition of the t-norm, we see that the union and intersection are [commutative](/source/Commutative), [monotonic](/source/Monotonic), [associative](/source/Associative), and have both a [null](/source/Absorbing_element) and an [identity element](/source/Identity_element). For the intersection, these are ∅ and *U*, respectively, while for the union, these are reversed. However, the union of a fuzzy set and its complement may not result in the full universe *U*, and the intersection of them may not give the empty set ∅. Since the intersection and union are associative, it is natural to define the intersection and union of a finite [family](/source/Indexed_family) of fuzzy sets recursively. It is noteworthy that the generally accepted standard operators for the union and intersection of fuzzy sets are the max and min operators:

- ∀ x ∈ U : μ A ∪ B ( x ) = max ( μ A ( x ) , μ B ( x ) ) {\displaystyle \forall x\in U:\mu _{A\cup {B}}(x)=\max(\mu _{A}(x),\mu _{B}(x))} and μ A ∩ B ( x ) = min ( μ A ( x ) , μ B ( x ) ) {\displaystyle \mu _{A\cap {B}}(x)=\min(\mu _{A}(x),\mu _{B}(x))} .[6]

- If the standard negator n ( α ) = 1 − α , α ∈ [ 0 , 1 ] {\displaystyle n(\alpha )=1-\alpha ,\alpha \in [0,1]} is replaced by another [strong negator](/source/T-norm#Non-standard_negators), the fuzzy set difference (defined below) may be generalized by

- - ∀ x ∈ U : μ ¬ A ( x ) = n ( μ A ( x ) ) . {\displaystyle \forall x\in U:\mu _{\neg {A}}(x)=n(\mu _{A}(x)).}

- The triple of fuzzy intersection, union and complement form a **De Morgan Triplet**. That is, [De Morgan's laws](/source/De_Morgan's_laws) extend to this triple.

- Examples for fuzzy intersection/union pairs with standard negator can be derived from samples provided in the article about [t-norms](/source/T-norm).

- The fuzzy intersection is not [idempotent](/source/Idempotence) in general, because the standard t-norm min is the only one which has this property. Indeed, if the arithmetic multiplication is used as the t-norm, the resulting fuzzy intersection operation is not idempotent. That is, iteratively taking the intersection of a fuzzy set with itself is not trivial. It instead defines the ***m*-th power** of a fuzzy set, which can be canonically generalized for non-[integer](/source/Integer) exponents in the following way:

- For any fuzzy set A {\displaystyle A} and ν ∈ R + {\displaystyle \nu \in \mathbb {R} ^{+}} the ν-th power of A {\displaystyle A} is defined by the membership function:

- - ∀ x ∈ U : μ A ν ( x ) = μ A ( x ) ν . {\displaystyle \forall x\in U:\mu _{A^{\nu }}(x)=\mu _{A}(x)^{\nu }.}

The case of exponent two is special enough to be given a name.

- For any fuzzy set A {\displaystyle A} the **concentration** C O N ( A ) = A 2 {\displaystyle CON(A)=A^{2}} is defined

- - ∀ x ∈ U : μ C O N ( A ) ( x ) = μ A 2 ( x ) = μ A ( x ) 2 . {\displaystyle \forall x\in U:\mu _{CON(A)}(x)=\mu _{A^{2}}(x)=\mu _{A}(x)^{2}.}

Taking 0 0 = 1 {\displaystyle 0^{0}=1} , we have A 0 = U {\displaystyle A^{0}=U} and A 1 = A . {\displaystyle A^{1}=A.}

- Given fuzzy sets A , B {\displaystyle A,B} , the fuzzy set **difference** A ∖ B {\displaystyle A\setminus B} , also denoted A − B {\displaystyle A-B} , may be defined straightforwardly via the membership function:

- - ∀ x ∈ U : μ A ∖ B ( x ) = t ( μ A ( x ) , n ( μ B ( x ) ) ) , {\displaystyle \forall x\in U:\mu _{A\setminus {B}}(x)=t(\mu _{A}(x),n(\mu _{B}(x))),}

- which means A ∖ B = A ∩ ¬ B {\displaystyle A\setminus B=A\cap \neg {B}} , e. g.: - ∀ x ∈ U : μ A ∖ B ( x ) = min ( μ A ( x ) , 1 − μ B ( x ) ) . {\displaystyle \forall x\in U:\mu _{A\setminus {B}}(x)=\min(\mu _{A}(x),1-\mu _{B}(x)).} [7]

- Another proposal for a set difference could be: - ∀ x ∈ U : μ A − B ( x ) = μ A ( x ) − t ( μ A ( x ) , μ B ( x ) ) . {\displaystyle \forall x\in U:\mu _{A-{B}}(x)=\mu _{A}(x)-t(\mu _{A}(x),\mu _{B}(x)).} [7]

- Proposals for symmetric fuzzy set differences have been made by Dubois and Prade (1980), either by taking the [absolute value](/source/Absolute_value), giving

- - ∀ x ∈ U : μ A △ B ( x ) = | μ A ( x ) − μ B ( x ) | , {\displaystyle \forall x\in U:\mu _{A\triangle B}(x)=|\mu _{A}(x)-\mu _{B}(x)|,}

- or by using a combination of just max, min, and standard negation, giving - ∀ x ∈ U : μ A △ B ( x ) = max ( min ( μ A ( x ) , 1 − μ B ( x ) ) , min ( μ B ( x ) , 1 − μ A ( x ) ) ) . {\displaystyle \forall x\in U:\mu _{A\triangle B}(x)=\max(\min(\mu _{A}(x),1-\mu _{B}(x)),\min(\mu _{B}(x),1-\mu _{A}(x))).} [7]

- Axioms for definition of generalized symmetric differences analogous to those for t-norms, t-conorms, and negators have been proposed by Vemur et al. (2014) with predecessors by Alsina et al. (2005) and Bedregal et al. (2009).[7]

- In contrast to crisp sets, averaging operations can also be defined for fuzzy sets.

### Disjoint fuzzy sets

In contrast to the general ambiguity of intersection and union operations, there is clearness for disjoint fuzzy sets: Two fuzzy sets A , B {\displaystyle A,B} are **disjoint** iff

- ∀ x ∈ U : μ A ( x ) = 0 ∨ μ B ( x ) = 0 {\displaystyle \forall x\in U:\mu _{A}(x)=0\lor \mu _{B}(x)=0}

which is equivalent to

- [∄ {\displaystyle \nexists }](/source/Existential_quantification#Negation) x ∈ U : μ A ( x ) > 0 ∧ μ B ( x ) > 0 {\displaystyle x\in U:\mu _{A}(x)>0\land \mu _{B}(x)>0}

and also equivalent to

- ∀ x ∈ U : min ( μ A ( x ) , μ B ( x ) ) = 0 {\displaystyle \forall x\in U:\min(\mu _{A}(x),\mu _{B}(x))=0}

We keep in mind that min/max is a t/s-norm pair, and any other will work here as well.

Fuzzy sets are disjoint if and only if their supports are [disjoint](/source/Disjoint_sets) according to the standard definition for crisp sets.

For disjoint fuzzy sets A , B {\displaystyle A,B} any intersection will give ∅, and any union will give the same result, which is denoted as

- A ∪ ˙ B = A ∪ B {\displaystyle A\,{\dot {\cup }}\,B=A\cup B}

with its membership function given by

- ∀ x ∈ U : μ A ∪ ˙ B ( x ) = μ A ( x ) + μ B ( x ) {\displaystyle \forall x\in U:\mu _{A{\dot {\cup }}B}(x)=\mu _{A}(x)+\mu _{B}(x)}

Note that only one of both summands is greater than zero.

For disjoint fuzzy sets A , B {\displaystyle A,B} the following holds true:

- Supp ⁡ ( A ∪ ˙ B ) = Supp ⁡ ( A ) ∪ Supp ⁡ ( B ) {\displaystyle \operatorname {Supp} (A\,{\dot {\cup }}\,B)=\operatorname {Supp} (A)\cup \operatorname {Supp} (B)}

This can be generalized to finite families of fuzzy sets as follows: Given a family A = ( A i ) i ∈ I {\displaystyle A=(A_{i})_{i\in I}} of fuzzy sets with index set *I* (e.g. *I* = {1,2,3,...,*n*}). This family is **(pairwise) disjoint** iff

- for all x ∈ U there exists at most one i ∈ I such that μ A i ( x ) > 0. {\displaystyle {\text{for all }}x\in U{\text{ there exists at most one }}i\in I{\text{ such that }}\mu _{A_{i}}(x)>0.}

A family of fuzzy sets A = ( A i ) i ∈ I {\displaystyle A=(A_{i})_{i\in I}} is disjoint, iff the family of underlying supports Supp ∘ A = ( Supp ⁡ ( A i ) ) i ∈ I {\displaystyle \operatorname {Supp} \circ A=(\operatorname {Supp} (A_{i}))_{i\in I}} is disjoint in the standard sense for families of crisp sets.

Independent of the t/s-norm pair, intersection of a disjoint family of fuzzy sets will give ∅ again, while the union has no ambiguity:

- ⋃ i ∈ I ˙ A i = ⋃ i ∈ I A i {\displaystyle {\dot {\bigcup \limits _{i\in I}}}\,A_{i}=\bigcup _{i\in I}A_{i}}

with its membership function given by

- ∀ x ∈ U : μ ⋃ i ∈ I ˙ A i ( x ) = ∑ i ∈ I μ A i ( x ) {\displaystyle \forall x\in U:\mu _{{\dot {\bigcup \limits _{i\in I}}}A_{i}}(x)=\sum _{i\in I}\mu _{A_{i}}(x)}

Again only one of the summands is greater than zero.

For disjoint families of fuzzy sets A = ( A i ) i ∈ I {\displaystyle A=(A_{i})_{i\in I}} the following holds true:

- Supp ⁡ ( ⋃ i ∈ I ˙ A i ) = ⋃ i ∈ I Supp ⁡ ( A i ) {\displaystyle \operatorname {Supp} \left({\dot {\bigcup \limits _{i\in I}}}\,A_{i}\right)=\bigcup \limits _{i\in I}\operatorname {Supp} (A_{i})}

### Scalar cardinality

For a fuzzy set A {\displaystyle A} with finite support Supp ⁡ ( A ) {\displaystyle \operatorname {Supp} (A)} (i.e. a "finite fuzzy set"), its **cardinality** (aka **scalar cardinality** or **sigma-count**) is given by

- Card ⁡ ( A ) = sc ⁡ ( A ) = | A | = ∑ x ∈ U μ A ( x ) {\displaystyle \operatorname {Card} (A)=\operatorname {sc} (A)=|A|=\sum _{x\in U}\mu _{A}(x)} .

In the case that *U* itself is a finite set, the **relative cardinality** is given by

- RelCard ⁡ ( A ) = ‖ A ‖ = sc ⁡ ( A ) / | U | = | A | / | U | {\displaystyle \operatorname {RelCard} (A)=\|A\|=\operatorname {sc} (A)/|U|=|A|/|U|} .

This can be generalized for the divisor to be a non-empty fuzzy set: For fuzzy sets A , G {\displaystyle A,G} with *G* ≠ ∅, we can define the **relative cardinality** by:

- RelCard ⁡ ( A , G ) = sc ⁡ ( A | G ) = sc ⁡ ( A ∩ G ) / sc ⁡ ( G ) {\displaystyle \operatorname {RelCard} (A,G)=\operatorname {sc} (A|G)=\operatorname {sc} (A\cap {G})/\operatorname {sc} (G)} ,

which looks very similar to the expression for [conditional probability](/source/Conditional_probability). Note:

- sc ⁡ ( G ) > 0 {\displaystyle \operatorname {sc} (G)>0} here.

- The result may depend on the specific intersection (t-norm) chosen.

- For G = U {\displaystyle G=U} the result is unambiguous and resembles the prior definition.

### Distance and similarity

For any fuzzy set A {\displaystyle A} the membership function μ A : U → [ 0 , 1 ] {\displaystyle \mu _{A}:U\to [0,1]} can be regarded as a family μ A = ( μ A ( x ) ) x ∈ U ∈ [ 0 , 1 ] U {\displaystyle \mu _{A}=(\mu _{A}(x))_{x\in U}\in [0,1]^{U}} . The latter is a [metric space](/source/Metric_space) with several metrics d {\displaystyle d} known. A metric can be derived from a [norm](/source/Norm_(mathematics)) (vector norm) ‖ ‖ {\displaystyle \|\,\|} via

- d ( α , β ) = ‖ α − β ‖ {\displaystyle d(\alpha ,\beta )=\|\alpha -\beta \|} .

For instance, if U {\displaystyle U} is finite, i.e. U = { x 1 , x 2 , . . . x n } {\displaystyle U=\{x_{1},x_{2},...x_{n}\}} , such a metric may be defined by:

- d ( α , β ) := max { | α ( x i ) − β ( x i ) | : i = 1 , . . . , n } {\displaystyle d(\alpha ,\beta ):=\max\{|\alpha (x_{i})-\beta (x_{i})|:i=1,...,n\}} where α {\displaystyle \alpha } and β {\displaystyle \beta } are sequences of real numbers between 0 and 1.

For infinite U {\displaystyle U} , the maximum can be replaced by a supremum. Because fuzzy sets are unambiguously defined by their membership function, this metric can be used to measure distances between fuzzy sets on the same universe:

- d ( A , B ) := d ( μ A , μ B ) {\displaystyle d(A,B):=d(\mu _{A},\mu _{B})} ,

which becomes in the above sample:

- d ( A , B ) = max { | μ A ( x i ) − μ B ( x i ) | : i = 1 , . . . , n } {\displaystyle d(A,B)=\max\{|\mu _{A}(x_{i})-\mu _{B}(x_{i})|:i=1,...,n\}} .

Again for infinite U {\displaystyle U} the maximum must be replaced by a supremum. Other distances (like the canonical 2-norm) may diverge, if infinite fuzzy sets are too different, e.g., ∅ {\displaystyle \varnothing } and U {\displaystyle U} .

Similarity measures (here denoted by S {\displaystyle S} ) may then be derived from the distance, e.g. after a proposal by Koczy:

- S = 1 / ( 1 + d ( A , B ) ) {\displaystyle S=1/(1+d(A,B))} if d ( A , B ) {\displaystyle d(A,B)} is finite, 0 {\displaystyle 0} else,

or after Williams and Steele:

- S = exp ⁡ ( − α d ( A , B ) ) {\displaystyle S=\exp(-\alpha {d(A,B)})} if d ( A , B ) {\displaystyle d(A,B)} is finite, 0 {\displaystyle 0} else

where α > 0 {\displaystyle \alpha >0} is a steepness parameter and exp ⁡ ( x ) = e x {\displaystyle \exp(x)=e^{x}} .[*[citation needed](https://en.wikipedia.org/wiki/Wikipedia:Citation_needed)*]

### *L*-fuzzy sets

Sometimes, more general variants of the notion of fuzzy set are used, with membership functions taking values in a (fixed or variable) [algebra](/source/Algebraic_structure) or [structure](/source/Structure_(mathematical_logic)) L {\displaystyle L} of a given kind; usually it is required that L {\displaystyle L} be at least a [poset](/source/Poset) or [lattice](/source/Lattice_(order)). These are usually called ***L*-fuzzy sets**, to distinguish them from those valued over the unit interval. The usual membership functions with values in [0, 1] are then called [0, 1]-valued membership functions. These kinds of generalizations were first considered in 1967 by [Joseph Goguen](/source/Joseph_Goguen), who was a student of Zadeh.[8] A classical corollary may be indicating truth and membership values by {f, t} instead of {0, 1}.

An extension of fuzzy sets has been provided by [Atanassov](/source/Krassimir_Atanassov). An **intuitionistic fuzzy set** (IFS) A {\displaystyle A} is characterized by two functions:

- 1. μ A ( x ) {\displaystyle \mu _{A}(x)} – degree of membership of *x*

- 2. ν A ( x ) {\displaystyle \nu _{A}(x)} – degree of non-membership of *x*

with functions μ A , ν A : U → [ 0 , 1 ] {\displaystyle \mu _{A},\nu _{A}:U\to [0,1]} with ∀ x ∈ U : μ A ( x ) + ν A ( x ) ≤ 1 {\displaystyle \forall x\in U:\mu _{A}(x)+\nu _{A}(x)\leq 1} .

This resembles a situation like some person denoted by x {\displaystyle x} voting

- for a proposal A {\displaystyle A} : ( μ A ( x ) = 1 , ν A ( x ) = 0 {\displaystyle \mu _{A}(x)=1,\nu _{A}(x)=0} ),

- against it: ( μ A ( x ) = 0 , ν A ( x ) = 1 {\displaystyle \mu _{A}(x)=0,\nu _{A}(x)=1} ),

- or abstain from voting: ( μ A ( x ) = ν A ( x ) = 0 {\displaystyle \mu _{A}(x)=\nu _{A}(x)=0} ).

After all, we have a percentage of approvals, a percentage of denials, and a percentage of abstentions.

For this situation, special "intuitive fuzzy" negators, t- and s-norms can be defined. With D ∗ = { ( α , β ) ∈ [ 0 , 1 ] 2 : α + β = 1 } {\displaystyle D^{*}=\{(\alpha ,\beta )\in [0,1]^{2}:\alpha +\beta =1\}} and by combining both functions to ( μ A , ν A ) : U → D ∗ {\displaystyle (\mu _{A},\nu _{A}):U\to D^{*}} this situation resembles a special kind of *L*-fuzzy sets.

Once more, this has been expanded by defining **picture fuzzy sets** (PFS) as follows: A PFS A is characterized by three functions mapping *U* to [0, 1]: μ A , η A , ν A {\displaystyle \mu _{A},\eta _{A},\nu _{A}} , "degree of positive membership", "degree of neutral membership", and "degree of negative membership" respectively and additional condition ∀ x ∈ U : μ A ( x ) + η A ( x ) + ν A ( x ) ≤ 1 {\displaystyle \forall x\in U:\mu _{A}(x)+\eta _{A}(x)+\nu _{A}(x)\leq 1} This expands the voting sample above by an additional possibility of "refusal of voting".

With D ∗ = { ( α , β , γ ) ∈ [ 0 , 1 ] 3 : α + β + γ = 1 } {\displaystyle D^{*}=\{(\alpha ,\beta ,\gamma )\in [0,1]^{3}:\alpha +\beta +\gamma =1\}} and special "picture fuzzy" negators, t- and s-norms this resembles just another type of *L*-fuzzy sets.[9]

### Pythagorean fuzzy sets

One extension of IFS is what is known as Pythagorean fuzzy sets. Such sets satisfy the constraint μ A ( x ) 2 + ν A ( x ) 2 ≤ 1 {\displaystyle \mu _{A}(x)^{2}+\nu _{A}(x)^{2}\leq 1} , which is reminiscent of the Pythagorean theorem.[10][11][12] Pythagorean fuzzy sets can be applicable to real life applications in which the previous condition of μ A ( x ) + ν A ( x ) ≤ 1 {\displaystyle \mu _{A}(x)+\nu _{A}(x)\leq 1} is not valid. However, the less restrictive condition of μ A ( x ) 2 + ν A ( x ) 2 ≤ 1 {\displaystyle \mu _{A}(x)^{2}+\nu _{A}(x)^{2}\leq 1} may be suitable in more domains.[13][14]

## Fuzzy logic

Main article: [Fuzzy logic](/source/Fuzzy_logic)

As an extension of the case of [multi-valued logic](/source/Multi-valued_logic), valuations ( μ : V o → W {\displaystyle \mu :{\mathit {V}}_{o}\to {\mathit {W}}} ) of [propositional variables](/source/Propositional_variable) ( V o {\displaystyle {\mathit {V}}_{o}} ) into a set of membership degrees ( W {\displaystyle {\mathit {W}}} ) can be thought of as [membership functions](/source/Membership_function_(mathematics)) mapping [predicates](/source/Predicate_(mathematical_logic)) into fuzzy sets (or more formally, into an ordered set of fuzzy pairs, called a fuzzy relation). With these valuations, many-valued logic can be extended to allow for fuzzy [premises](/source/Premise) from which graded conclusions may be drawn.[15]

This extension is sometimes called "fuzzy logic in the narrow sense" as opposed to "fuzzy logic in the wider sense," which originated in the [engineering](/source/Engineering) fields of [automated](/source/Automation) control and [knowledge engineering](/source/Knowledge_engineering), and which encompasses many topics involving fuzzy sets and "approximated reasoning."[16]

Industrial applications of fuzzy sets in the context of "fuzzy logic in the wider sense" can be found at [fuzzy logic](/source/Fuzzy_logic).

## Fuzzy number

Main article: [Fuzzy number](/source/Fuzzy_number)

A **fuzzy number**[17] is a fuzzy set A {\displaystyle A} that satisfies all the following conditions:

- A {\displaystyle A} is normalised;

- A {\displaystyle A} is a convex set;

- The membership function μ A ( x ) {\displaystyle \mu _{A}(x)} achieves the value 1 at least once;

- The membership function μ A ( x ) {\displaystyle \mu _{A}(x)} is at least segmentally continuous.

If these conditions are not satisfied, then A {\displaystyle A} is not a **fuzzy number**. The core of this fuzzy number is a [singleton](/source/Singleton_(mathematics)); its location is:

- - C ( A ) = x ∗ : μ A ( x ∗ ) = 1 {\displaystyle \,C(A)=x^{*}:\mu _{A}(x^{*})=1}

Fuzzy numbers can be likened to the [funfair](/source/Funfair) game "guess your weight," where someone guesses the contestant's weight, with closer guesses being more correct, and where the guesser "wins" if he or she guesses near enough to the contestant's weight, with the actual weight being completely correct (mapping to 1 by the membership function).

The kernel K ( A ) = Kern ⁡ ( A ) {\displaystyle K(A)=\operatorname {Kern} (A)} of a fuzzy interval A {\displaystyle A} is defined as the 'inner' part, without the 'outbound' parts where the membership value is constant ad infinitum. In other words, the smallest subset of R {\displaystyle \mathbb {R} } where μ A ( x ) {\displaystyle \mu _{A}(x)} is constant outside of it, is defined as the kernel.

However, there are other concepts of fuzzy numbers and intervals as some authors do not insist on convexity.

## Fuzzy categories

The use of [set membership](/source/Set_theory) as a key component of [category theory](/source/Category_theory) can be generalized to fuzzy sets. This approach, which began in 1968 shortly after the introduction of fuzzy set theory,[18] led to the development of **Goguen categories** in the 21st century.[19][20] In these categories, rather than using two valued set membership, more general intervals are used, and may be lattices as in *L*-fuzzy sets.[20][21]

There are numerous mathematical extensions similar to or more general than fuzzy sets. Since fuzzy sets were introduced in 1965 by Zadeh, many new mathematical constructions and theories treating imprecision, inaccuracy, vagueness, uncertainty and vulnerability have been developed. Some of these constructions and theories are extensions of fuzzy set theory, while others attempt to mathematically model inaccuracy/vagueness and uncertainty in a different way. The diversity of such constructions and corresponding theories includes:

- Fuzzy Sets (Zadeh, 1965)

- interval sets (Moore, 1966),

- L-fuzzy sets (Goguen, 1967),

- flou sets (Gentilhomme, 1968),

- type-2 fuzzy sets and type-n fuzzy sets (Zadeh, 1975),

- interval-valued fuzzy sets (Grattan-Guinness, 1975; Jahn, 1975; Sambuc, 1975; Zadeh, 1975),

- level fuzzy sets (Radecki, 1977)

- rough sets (Pawlak, 1982),

- intuitionistic fuzzy sets (Atanassov, 1983),

- fuzzy multisets (Yager, 1986),

- intuitionistic L-fuzzy sets (Atanassov, 1986),

- rough multisets (Grzymala-Busse, 1987),

- fuzzy rough sets (Nakamura, 1988),

- real-valued fuzzy sets (Blizard, 1989),

- vague sets (Wen-Lung Gau and Buehrer, 1993),

- α-level sets (Yao, 1997),

- shadowed sets (Pedrycz, 1998),

- neutrosophic sets (NSs) (Smarandache, 1998),

- bipolar fuzzy sets (Wen-Ran Zhang, 1998),

- genuine sets (Demirci, 1999),

- soft sets (Molodtsov, 1999),

- complex fuzzy set (2002),

- intuitionistic fuzzy rough sets (Cornelis, De Cock and Kerre, 2003)

- L-fuzzy rough sets (Radzikowska and Kerre, 2004),

- multi-fuzzy sets (Sabu Sebastian, 2009),

- generalized rough fuzzy sets (Feng, 2010)

- rough intuitionistic fuzzy sets (Thomas and Nair, 2011),

- soft rough fuzzy sets (Meng, Zhang and Qin, 2011)

- soft fuzzy rough sets (Meng, Zhang and Qin, 2011)

- soft multisets (Alkhazaleh, Salleh and Hassan, 2011)

- fuzzy soft multisets (Alkhazaleh and Salleh, 2012)

- pythagorean fuzzy set (Yager, 2013),

- picture fuzzy set (Cuong, 2013),

- spherical fuzzy set (Mahmood, 2018).

## Fuzzy relation equation

This section needs more citations. Please help improve this article by adding citations to reliable sources in this section. Unsourced material may be challenged and removed. (November 2015) (Learn how and when to remove this message)

The fuzzy relation equation is an equation of the form *A* · *R* = *B*, where *A* and *B* are fuzzy sets, *R* is a fuzzy relation, and *A* · *R* stands for the [composition](/source/Function_composition) of *A* with *R* [*[citation needed](https://en.wikipedia.org/wiki/Wikipedia:Citation_needed)*].

## Entropy

A measure *d* of fuzziness for fuzzy sets of universe U {\displaystyle U} should fulfill the following conditions for all x ∈ U {\displaystyle x\in U} :

1. d ( A ) = 0 {\displaystyle d(A)=0} if A {\displaystyle A} is a crisp set: μ A ( x ) ∈ { 0 , 1 } {\displaystyle \mu _{A}(x)\in \{0,\,1\}}

1. d ( A ) {\displaystyle d(A)} has a unique maximum iff ∀ x ∈ U : μ A ( x ) = 0.5 {\displaystyle \forall x\in U:\mu _{A}(x)=0.5}

1. ∀ x ∈ U : ( μ A ( x ) ≤ μ B ( x ) ≤ 0.5 ) ∨ ( μ A ( x ) ≥ μ B ( x ) ≥ 0.5 ) {\displaystyle \forall x\in U:(\mu _{A}(x)\leq \mu _{B}(x)\leq 0.5)\lor (\mu _{A}(x)\geq \mu _{B}(x)\geq 0.5)} ⇒ d ( A ) ≤ d ( B ) {\displaystyle \Rightarrow d(A)\leq d(B)} , which means that *A* is "crisper" than *B*.

1. d ( ¬ A ) = d ( A ) {\displaystyle d(\neg {A})=d(A)}

In this case d ( A ) {\displaystyle d(A)} is called the **entropy** of the fuzzy set *A*.

For **finite** U = { x 1 , x 2 , . . . x n } {\displaystyle U=\{x_{1},x_{2},...x_{n}\}} the entropy of a fuzzy set A {\displaystyle A} is given by

- d ( A ) = H ( A ) + H ( ¬ A ) {\displaystyle d(A)=H(A)+H(\neg {A})} , - H ( A ) = − k ∑ i = 1 n μ A ( x i ) ln ⁡ μ A ( x i ) {\displaystyle H(A)=-k\sum _{i=1}^{n}\mu _{A}(x_{i})\ln \mu _{A}(x_{i})}

or just

- d ( A ) = − k ∑ i = 1 n S ( μ A ( x i ) ) {\displaystyle d(A)=-k\sum _{i=1}^{n}S(\mu _{A}(x_{i}))}

where S ( x ) = H e ( x ) {\displaystyle S(x)=H_{e}(x)} is [Shannon's function](/source/Binary_entropy_function) (natural entropy function)

- S ( α ) = − α ln ⁡ α − ( 1 − α ) ln ⁡ ( 1 − α ) , α ∈ [ 0 , 1 ] {\displaystyle S(\alpha )=-\alpha \ln \alpha -(1-\alpha )\ln(1-\alpha ),\ \alpha \in [0,1]}

and k {\displaystyle k} is a constant depending on the measure unit and the logarithm base used (here we have used the natural base [e](/source/E_(mathematical_constant))). The physical interpretation of *k* is the [Boltzmann constant](/source/Boltzmann_constant) *k**B*.

Let A {\displaystyle A} be a fuzzy set with a **continuous** membership function (fuzzy variable). Then

- H ( A ) = − k ∫ − ∞ ∞ Cr ⁡ { A ≥ t } ln ⁡ Cr ⁡ { A ≥ t } d t {\displaystyle H(A)=-k\int _{-\infty }^{\infty }\operatorname {Cr} \lbrace A\geq t\rbrace \ln \operatorname {Cr} \lbrace A\geq t\rbrace \,dt}

and its entropy is

- d ( A ) = − k ∫ − ∞ ∞ S ( Cr ⁡ { A ≥ t } ) d t . {\displaystyle d(A)=-k\int _{-\infty }^{\infty }S(\operatorname {Cr} \lbrace A\geq t\rbrace )\,dt.} [22][23]

## Extensions

There are many mathematical constructions similar to or more general than fuzzy sets. Since fuzzy sets were introduced in 1965, many new mathematical constructions and theories treating imprecision, inexactness, ambiguity, and uncertainty have been developed. Some of these constructions and theories are extensions of fuzzy set theory, while others try to mathematically model imprecision and uncertainty in a different way.[24]

## See also

- [Alternative set theory](/source/Alternative_set_theory)

- [Defuzzification](/source/Defuzzification)

- [Fuzzy concept](/source/Fuzzy_concept)

- [Fuzzy mathematics](/source/Fuzzy_mathematics)

- [Fuzzy set operations](/source/Fuzzy_set_operations)

- [Fuzzy subalgebra](/source/Fuzzy_subalgebra)

- [Interval finite element](/source/Interval_finite_element)

- [Linear partial information](/source/Linear_partial_information)

- [Multiset](/source/Multiset)

- [Neuro-fuzzy](/source/Neuro-fuzzy)

- [Rough fuzzy hybridization](/source/Rough_fuzzy_hybridization)

- [Rough set](/source/Rough_set)

- [Sørensen similarity index](/source/S%C3%B8rensen_similarity_index)

- [Type-2 fuzzy sets and systems](/source/Type-2_fuzzy_sets_and_systems)

- [Uncertainty](/source/Uncertainty)

## References

1. **[^](#cite_ref-1)** L. A. Zadeh (1965) ["Fuzzy sets"](http://www.cs.berkeley.edu/~zadeh/papers/Fuzzy%20Sets-Information%20and%20Control-1965.pdf) [Archived](https://web.archive.org/web/20150813153834/http://www.cs.berkeley.edu/~zadeh/papers/Fuzzy%20Sets-Information%20and%20Control-1965.pdf) 2015-08-13 at the [Wayback Machine](/source/Wayback_Machine). *Information and Control* 8 (3) 338–353.

1. **[^](#cite_ref-2)** Klaua, D. (1965) Über einen Ansatz zur mehrwertigen Mengenlehre. Monatsb. Deutsch. Akad. Wiss. Berlin 7, 859–876. A recent in-depth analysis of this paper has been provided by Gottwald, S. (2010). "An early approach toward graded identity and graded membership in set theory". *Fuzzy Sets and Systems*. **161** (18): 2369–2379. [doi](/source/Doi_(identifier)):[10.1016/j.fss.2009.12.005](https://doi.org/10.1016%2Fj.fss.2009.12.005).

1. **[^](#cite_ref-:0_3-0)** D. Dubois and H. Prade (1988) Fuzzy Sets and Systems. Academic Press, New York.

1. **[^](#cite_ref-4)** Liang, Lily R.; Lu, Shiyong; Wang, Xuena; Lu, Yi; Mandal, Vinay; Patacsil, Dorrelyn; Kumar, Deepak (2006). ["FM-test: A fuzzy-set-theory-based approach to differential gene expression data analysis"](https://www.ncbi.nlm.nih.gov/pmc/articles/PMC1780132). *BMC Bioinformatics*. **7** (Suppl 4): S7. [doi](/source/Doi_(identifier)):[10.1186/1471-2105-7-S4-S7](https://doi.org/10.1186%2F1471-2105-7-S4-S7). [PMC](/source/PMC_(identifier)) [1780132](https://www.ncbi.nlm.nih.gov/pmc/articles/PMC1780132). [PMID](/source/PMID_(identifier)) [17217525](https://pubmed.ncbi.nlm.nih.gov/17217525).

1. **[^](#cite_ref-5)** ["AAAI"](https://web.archive.org/web/20080805071058/http://www.aaai.org/aitopics/pmwiki/pmwiki.php/AITopics/FuzzyLogic). Archived from [the original](http://www.aaai.org/aitopics/pmwiki/pmwiki.php/AITopics/FuzzyLogic) on August 5, 2008.

1. **[^](#cite_ref-BGFuzzy_6-0)** Bellman, Richard; Giertz, Magnus (1973). "On the analytic formalism of the theory of fuzzy sets". *Information Sciences*. **5**: 149–156. [doi](/source/Doi_(identifier)):[10.1016/0020-0255(73)90009-1](https://doi.org/10.1016%2F0020-0255%2873%2990009-1).

1. ^ [***a***](#cite_ref-Vemuri2014_7-0) [***b***](#cite_ref-Vemuri2014_7-1) [***c***](#cite_ref-Vemuri2014_7-2) [***d***](#cite_ref-Vemuri2014_7-3) N.R. Vemuri, A.S. Hareesh, M.S. Srinath: [Set Difference and Symmetric Difference of Fuzzy Sets](http://www.math.sk/fsta2014/presentations/VemuriHareeshSrinath.pdf), in: Fuzzy Sets Theory and Applications 2014, Liptovský Ján, Slovak Republic

1. **[^](#cite_ref-8)** [Goguen, J.A](/source/Joseph_Goguen) (1967). ["L-fuzzy sets"](https://doi.org/10.1016%2F0022-247X%2867%2990189-8). *Journal of Mathematical Analysis and Applications*. **18**: 145–174. [doi](/source/Doi_(identifier)):[10.1016/0022-247X(67)90189-8](https://doi.org/10.1016%2F0022-247X%2867%2990189-8).

1. **[^](#cite_ref-9)** Bui Cong Cuong, Vladik Kreinovich, Roan Thi Ngan: [A classification of representable t-norm operators for picture fuzzy sets](http://digitalcommons.utep.edu/cgi/viewcontent.cgi?article=2050&context=cs_techrep), in: Departmental Technical Reports (CS). Paper 1047, 2016

1. **[^](#cite_ref-10)** Yager, Ronald R. (June 2013). "Pythagorean fuzzy subsets". *2013 Joint IFSA World Congress and NAFIPS Annual Meeting (IFSA/NAFIPS)*. pp. 57–61. [doi](/source/Doi_(identifier)):[10.1109/IFSA-NAFIPS.2013.6608375](https://doi.org/10.1109%2FIFSA-NAFIPS.2013.6608375). [ISBN](/source/ISBN_(identifier)) [978-1-4799-0348-1](https://en.wikipedia.org/wiki/Special:BookSources/978-1-4799-0348-1). [S2CID](/source/S2CID_(identifier)) [36286152](https://api.semanticscholar.org/CorpusID:36286152).

1. **[^](#cite_ref-11)** Yager, Ronald R (2013). "Pythagorean membership grades in multicriteria decision making". *IEEE Transactions on Fuzzy Systems*. **22** (4): 958–965. [doi](/source/Doi_(identifier)):[10.1109/TFUZZ.2013.2278989](https://doi.org/10.1109%2FTFUZZ.2013.2278989). [S2CID](/source/S2CID_(identifier)) [37195356](https://api.semanticscholar.org/CorpusID:37195356).

1. **[^](#cite_ref-12)** Yager, Ronald R. (December 2015). *Properties and applications of Pythagorean fuzzy sets*. Cham: Springer. pp. 119–136. [ISBN](/source/ISBN_(identifier)) [978-3-319-26302-1](https://en.wikipedia.org/wiki/Special:BookSources/978-3-319-26302-1).

1. **[^](#cite_ref-CADsurvey_13-0)** Yanase J, Triantaphyllou E (2019). "A Systematic Survey of Computer-Aided Diagnosis in Medicine: Past and Present Developments". *Expert Systems with Applications*. **138** 112821. [doi](/source/Doi_(identifier)):[10.1016/j.eswa.2019.112821](https://doi.org/10.1016%2Fj.eswa.2019.112821). [S2CID](/source/S2CID_(identifier)) [199019309](https://api.semanticscholar.org/CorpusID:199019309).

1. **[^](#cite_ref-SevenChallenges_14-0)** Yanase J, Triantaphyllou E (2019). "The Seven Key Challenges for the Future of Computer-Aided Diagnosis in Medicine". *International Journal of Medical Informatics*. **129**: 413–422. [doi](/source/Doi_(identifier)):[10.1016/j.ijmedinf.2019.06.017](https://doi.org/10.1016%2Fj.ijmedinf.2019.06.017). [PMID](/source/PMID_(identifier)) [31445285](https://pubmed.ncbi.nlm.nih.gov/31445285). [S2CID](/source/S2CID_(identifier)) [198287435](https://api.semanticscholar.org/CorpusID:198287435).

1. **[^](#cite_ref-15)** [Siegfried Gottwald](/source/Siegfried_Gottwald), 2001. *A Treatise on Many-Valued Logics*. Baldock, Hertfordshire, England: Research Studies Press Ltd., [ISBN](/source/ISBN_(identifier)) [978-0-86380-262-1](https://en.wikipedia.org/wiki/Special:BookSources/978-0-86380-262-1)

1. **[^](#cite_ref-16)** Zadeh, L.A. (1975). "The concept of a linguistic variable and its application to approximate reasoning—I". *Information Sciences*. **8** (3): 199–249. [doi](/source/Doi_(identifier)):[10.1016/0020-0255(75)90036-5](https://doi.org/10.1016%2F0020-0255%2875%2990036-5).

1. **[^](#cite_ref-semanticscholar.org_17-0)** Zadeh, L.A. (1999). "Fuzzy sets as a basis for a theory of possibility". *Fuzzy Sets and Systems*. **100**: 9–34. [doi](/source/Doi_(identifier)):[10.1016/S0165-0114(99)80004-9](https://doi.org/10.1016%2FS0165-0114%2899%2980004-9).

1. **[^](#cite_ref-18)** J. A. Goguen "Categories of fuzzy sets: applications of non-Cantorian set theory" PhD Thesis University of California, Berkeley, 1968

1. **[^](#cite_ref-19)** Michael Winter "Goguen Categories:A Categorical Approach to L-fuzzy Relations" 2007 [Springer](/source/Springer_Verlag) [ISBN](/source/ISBN_(identifier)) [9781402061639](https://en.wikipedia.org/wiki/Special:BookSources/9781402061639)

1. ^ [***a***](#cite_ref-goguencateg_20-0) [***b***](#cite_ref-goguencateg_20-1) Winter, Michael (2003). "Representation theory of Goguen categories". *Fuzzy Sets and Systems*. **138**: 85–126. [doi](/source/Doi_(identifier)):[10.1016/S0165-0114(02)00508-0](https://doi.org/10.1016%2FS0165-0114%2802%2900508-0).

1. **[^](#cite_ref-21)** Goguen, J.A (1967). ["L-fuzzy sets"](https://doi.org/10.1016%2F0022-247X%2867%2990189-8). *Journal of Mathematical Analysis and Applications*. **18**: 145–174. [doi](/source/Doi_(identifier)):[10.1016/0022-247X(67)90189-8](https://doi.org/10.1016%2F0022-247X%2867%2990189-8).

1. **[^](#cite_ref-22)** Xuecheng, Liu (1992). "Entropy, distance measure and similarity measure of fuzzy sets and their relations". *Fuzzy Sets and Systems*. **52** (3): 305–318. [doi](/source/Doi_(identifier)):[10.1016/0165-0114(92)90239-Z](https://doi.org/10.1016%2F0165-0114%2892%2990239-Z).

1. **[^](#cite_ref-23)** Li, Xiang (2015). ["Fuzzy cross-entropy"](https://doi.org/10.1186%2Fs40467-015-0029-5). *Journal of Uncertainty Analysis and Applications*. **3**. [doi](/source/Doi_(identifier)):[10.1186/s40467-015-0029-5](https://doi.org/10.1186%2Fs40467-015-0029-5).

1. **[^](#cite_ref-24)** [Burgin & Chunihin 1997](#CITEREFBurginChunihin1997); [Kerre 2001](#CITEREFKerre2001); [Deschrijver & Kerre 2003](#CITEREFDeschrijverKerre2003).

## Bibliography

- Alkhazaleh, Shawkat; Salleh, Abdul Razak (2012). ["Fuzzy Soft Multiset Theory"](https://doi.org/10.1155%2F2012%2F350603). *Abstract and Applied Analysis*. [doi](/source/Doi_(identifier)):[10.1155/2012/350603](https://doi.org/10.1155%2F2012%2F350603).

- [Atanassov, K. T.](/source/Krassimir_Atanassov) (1983) [Intuitionistic fuzzy sets](http://www.biomed.bas.bg/bioautomation/2016/vol_20.s1/files/20.s1_02.pdf), VII ITKR's Session, Sofia (deposited in Central Sci.-Technical Library of Bulg. Acad. of Sci., 1697/84) (in Bulgarian)

- Atanassov, Krassimir T. (1986). "Intuitionistic fuzzy sets". *Fuzzy Sets and Systems*. **20**: 87–96. [doi](/source/Doi_(identifier)):[10.1016/S0165-0114(86)80034-3](https://doi.org/10.1016%2FS0165-0114%2886%2980034-3).

- Bezdek, J.C. (1978). "Fuzzy partitions and relations and axiomatic basis for clustering". *Fuzzy Sets and Systems*. **1** (2): 111–127. [doi](/source/Doi_(identifier)):[10.1016/0165-0114(78)90012-X](https://doi.org/10.1016%2F0165-0114%2878%2990012-X).

- Blizard, Wayne D. (1989). "Real-valued multisets and fuzzy sets". *Fuzzy Sets and Systems*. **33**: 77–97. [doi](/source/Doi_(identifier)):[10.1016/0165-0114(89)90218-2](https://doi.org/10.1016%2F0165-0114%2889%2990218-2).

- Brown, Joseph G. (1971). "A note on fuzzy sets". *Information and Control*. **18**: 32–39. [doi](/source/Doi_(identifier)):[10.1016/S0019-9958(71)90288-9](https://doi.org/10.1016%2FS0019-9958%2871%2990288-9).

- Brutoczki Kornelia: [Fuzzy Logic](http://mazsola.iit.uni-miskolc.hu/DATA/diploma/brutoczki_kornelia/fu_gz_01.html) (Diploma) – Although this script has many oddities and intricacies due to its incompleteness, it may be used a template for exercise in removing these issues.

- Burgin, M. Theory of Named Sets as a Foundational Basis for Mathematics, in Structures in Mathematical Theories, San Sebastian, 1990, pp. 417–420

- Burgin, M.; Chunihin, A. (1997). "Named Sets in the Analysis of Uncertainty". *Methodological and Theoretical Problems of Mathematics and Information Sciences*. Kiev: 72–85.

- Cattaneo, Gianpiero; Ciucci, Davide (2002). "Heyting Wajsberg Algebras as an Abstract Environment Linking Fuzzy and Rough Sets". *Rough Sets and Current Trends in Computing*. Lecture Notes in Computer Science. Vol. 2475. pp. 77–84. [doi](/source/Doi_(identifier)):[10.1007/3-540-45813-1_10](https://doi.org/10.1007%2F3-540-45813-1_10). [ISBN](/source/ISBN_(identifier)) [978-3-540-44274-5](https://en.wikipedia.org/wiki/Special:BookSources/978-3-540-44274-5).

- Chamorro-Martínez, J.; Sánchez, D.; Soto-Hidalgo, J.M.; Martínez-Jiménez, P.M. (2014). "A discussion on fuzzy cardinality and quantification. Some applications in image processing". *Fuzzy Sets and Systems*. **257**: 85–101. [doi](/source/Doi_(identifier)):[10.1016/j.fss.2013.05.009](https://doi.org/10.1016%2Fj.fss.2013.05.009).

- Chapin, E.W. (1974) Set-valued Set Theory, I, Notre Dame J. Formal Logic, v. 15, pp. 619–634

- Chapin, E.W. (1975) Set-valued Set Theory, II, Notre Dame J. Formal Logic, v. 16, pp. 255–267

- Cornelis, Chris; De Cock, Martine; Kerre, Etienne E. (2003). "Intuitionistic fuzzy rough sets: At the crossroads of imperfect knowledge". *Expert Systems*. **20** (5): 260–270. [doi](/source/Doi_(identifier)):[10.1111/1468-0394.00250](https://doi.org/10.1111%2F1468-0394.00250). [S2CID](/source/S2CID_(identifier)) [15031773](https://api.semanticscholar.org/CorpusID:15031773).

- Cornelis, Chris; Deschrijver, Glad; Kerre, Etienne E. (2004). "Implication in intuitionistic fuzzy and interval-valued fuzzy set theory: Construction, classification, application". *International Journal of Approximate Reasoning*. **35**: 55–95. [doi](/source/Doi_(identifier)):[10.1016/S0888-613X(03)00072-0](https://doi.org/10.1016%2FS0888-613X%2803%2900072-0).

- De Cock, Martine; Bodenhofer, Ulrich; Kerre, Etienne E. (1–4 October 2000). *Modelling Linguistic Expressions Using Fuzzy Relations*. Proceedings of the 6th International Conference on Soft Computing. Iizuka, Japan. pp. 353–360. [CiteSeerX](/source/CiteSeerX_(identifier)) [10.1.1.32.8117](https://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.32.8117).

- Demirci, Mustafa (1999). "Genuine sets". *Fuzzy Sets and Systems*. **105** (3): 377–384. [doi](/source/Doi_(identifier)):[10.1016/S0165-0114(97)00235-2](https://doi.org/10.1016%2FS0165-0114%2897%2900235-2).

- Deschrijver, G.; Kerre, E.E. (2003). "On the relationship between some extensions of fuzzy set theory". *Fuzzy Sets and Systems*. **133** (2): 227–235. [doi](/source/Doi_(identifier)):[10.1016/S0165-0114(02)00127-6](https://doi.org/10.1016%2FS0165-0114%2802%2900127-6).

- Didier Dubois, Henri M. Prade, ed. (2000). *Fundamentals of fuzzy sets*. The Handbooks of Fuzzy Sets Series. Vol. 7. Springer. [ISBN](/source/ISBN_(identifier)) [978-0-7923-7732-0](https://en.wikipedia.org/wiki/Special:BookSources/978-0-7923-7732-0).

- Feng, Feng (2009). "Generalized Rough Fuzzy Sets Based on Soft Sets". *2009 International Workshop on Intelligent Systems and Applications*. pp. 1–4. [doi](/source/Doi_(identifier)):[10.1109/IWISA.2009.5072885](https://doi.org/10.1109%2FIWISA.2009.5072885). [ISBN](/source/ISBN_(identifier)) [978-1-4244-3893-8](https://en.wikipedia.org/wiki/Special:BookSources/978-1-4244-3893-8).

- Gentilhomme, Y. (1968) Les ensembles flous en linguistique, Cahiers de Linguistique Théorique et Appliquée, 5, pp. 47–63

- Goguen, J.A (1967). ["L-fuzzy sets"](https://doi.org/10.1016%2F0022-247X%2867%2990189-8). *Journal of Mathematical Analysis and Applications*. **18**: 145–174. [doi](/source/Doi_(identifier)):[10.1016/0022-247X(67)90189-8](https://doi.org/10.1016%2F0022-247X%2867%2990189-8).

- Gottwald, S. (2006). "Universes of Fuzzy Sets and Axiomatizations of Fuzzy Set Theory. Part I: Model-Based and Axiomatic Approaches". *Studia Logica*. **82** (2): 211–244. [doi](/source/Doi_(identifier)):[10.1007/s11225-006-7197-8](https://doi.org/10.1007%2Fs11225-006-7197-8). [S2CID](/source/S2CID_(identifier)) [11931230](https://api.semanticscholar.org/CorpusID:11931230).. Gottwald, S. (2006). "Universes of Fuzzy Sets and Axiomatizations of Fuzzy Set Theory. Part II: Category Theoretic Approaches". *Studia Logica*. **84**: 23–50. [doi](/source/Doi_(identifier)):[10.1007/s11225-006-9001-1](https://doi.org/10.1007%2Fs11225-006-9001-1). [S2CID](/source/S2CID_(identifier)) [10453751](https://api.semanticscholar.org/CorpusID:10453751). [preprint](https://web.archive.org/web/20120930203747/http://www.uni-leipzig.de/~logik/gottwald/SL-univers2b.pdf)..

- Grattan-Guinness, I. (1975) Fuzzy membership mapped onto interval and many-valued quantities. Z. Math. Logik. Grundladen Math. 22, pp. 149–160.

- Grzymala-Busse, J. Learning from examples based on rough multisets, in Proceedings of the 2nd International Symposium on Methodologies for Intelligent Systems, Charlotte, NC, USA, 1987, pp. 325–332

- Gylys, R. P. (1994) Quantal sets and sheaves over quantales, Liet. Matem. Rink., v. 34, No. 1, pp. 9–31.

- Ulrich Höhle, Stephen Ernest Rodabaugh, ed. (1999). *Mathematics of fuzzy sets: logic, topology, and measure theory*. The Handbooks of Fuzzy Sets Series. Vol. 3. Springer. [ISBN](/source/ISBN_(identifier)) [978-0-7923-8388-8](https://en.wikipedia.org/wiki/Special:BookSources/978-0-7923-8388-8).

- Jahn, K.-U. (1975). "Intervall-wertige Mengen". *Mathematische Nachrichten*. **68**: 115–132. [doi](/source/Doi_(identifier)):[10.1002/MANA.19750680109](https://doi.org/10.1002%2FMANA.19750680109).

- [Kaufmann, Arnold](/source/Kaufmann%2C_Arnold). *Introduction to the theory of fuzzy subsets.* Vol. 2. Academic Press, 1975.

- Kerre, E.E. (2001). "A First View on the Alternatives of Fuzzy Set Theory". In B. Reusch; K-H. Temme (eds.). *Computational Intelligence in Theory and Practice*. Heidelberg: Physica-Verlag. pp. 55–72. [doi](/source/Doi_(identifier)):[10.1007/978-3-7908-1831-4_4](https://doi.org/10.1007%2F978-3-7908-1831-4_4). [ISBN](/source/ISBN_(identifier)) [978-3-7908-1357-9](https://en.wikipedia.org/wiki/Special:BookSources/978-3-7908-1357-9).

- [George J. Klir](/source/George_J._Klir); Bo Yuan (1995). *Fuzzy sets and fuzzy logic: theory and applications*. Prentice Hall. [ISBN](/source/ISBN_(identifier)) [978-0-13-101171-7](https://en.wikipedia.org/wiki/Special:BookSources/978-0-13-101171-7).

- Kuzmin, V.B. (1982). "Building Group Decisions in Spaces of Strict and Fuzzy Binary Relations" (in Russian). Nauka, Moscow.

- Lake, John (1976). "Sets, Fuzzy Sets, Multisets and Functions". *Journal of the London Mathematical Society* (3): 323–326. [doi](/source/Doi_(identifier)):[10.1112/jlms/s2-12.3.323](https://doi.org/10.1112%2Fjlms%2Fs2-12.3.323).

- Meng, Dan; Zhang, Xiaohong; Qin, Keyun (2011). "Soft rough fuzzy sets and soft fuzzy rough sets". *Computers & Mathematics with Applications*. **62** (12): 4635–4645. [doi](/source/Doi_(identifier)):[10.1016/j.camwa.2011.10.049](https://doi.org/10.1016%2Fj.camwa.2011.10.049).

- Miyamoto, Sadaaki (2001). "Fuzzy Multisets and Their Generalizations". *Multiset Processing*. Lecture Notes in Computer Science. Vol. 2235. pp. 225–235. [doi](/source/Doi_(identifier)):[10.1007/3-540-45523-X_11](https://doi.org/10.1007%2F3-540-45523-X_11). [ISBN](/source/ISBN_(identifier)) [978-3-540-43063-6](https://en.wikipedia.org/wiki/Special:BookSources/978-3-540-43063-6).

- Molodtsov, D. (1999). "Soft set theory—First results". *Computers & Mathematics with Applications*. **37** (4–5): 19–31. [doi](/source/Doi_(identifier)):[10.1016/S0898-1221(99)00056-5](https://doi.org/10.1016%2FS0898-1221%2899%2900056-5).

- Moore, R.E. Interval Analysis, New York, Prentice-Hall, 1966

- Nakamura, A. (1988) Fuzzy rough sets, 'Notes on Multiple-valued Logic in Japan', v. 9, pp. 1–8

- Narinyani, A.S. Underdetermined Sets – A new datatype for knowledge representation, Preprint 232, Project VOSTOK, issue 4, Novosibirsk, Computing Center, USSR Academy of Sciences, 1980

- Pedrycz, W. (1998). "Shadowed sets: Representing and processing fuzzy sets". *IEEE Transactions on Systems, Man, and Cybernetics, Part B (Cybernetics)*. **28** (1): 103–109. [doi](/source/Doi_(identifier)):[10.1109/3477.658584](https://doi.org/10.1109%2F3477.658584). [PMID](/source/PMID_(identifier)) [18255928](https://pubmed.ncbi.nlm.nih.gov/18255928).

- Radecki, Tadeusz (1977). "Level Fuzzy Sets". *Journal of Cybernetics*. **7** (3–4): 189–198. [doi](/source/Doi_(identifier)):[10.1080/01969727708927558](https://doi.org/10.1080%2F01969727708927558).

- Radzikowska, Anna Maria; Kerre, Etienne E. (2004). "On L–Fuzzy Rough Sets". *Artificial Intelligence and Soft Computing - ICAISC 2004*. Lecture Notes in Computer Science. Vol. 3070. pp. 526–531. [doi](/source/Doi_(identifier)):[10.1007/978-3-540-24844-6_78](https://doi.org/10.1007%2F978-3-540-24844-6_78). [ISBN](/source/ISBN_(identifier)) [978-3-540-22123-4](https://en.wikipedia.org/wiki/Special:BookSources/978-3-540-22123-4).

- Salii, V.N. (1965). ["Binary L-relations"](https://www.mathnet.ru/links/3c2c5808bf86871be61c7003d1efad97/ivm2487.pdf) (PDF). *Izv. Vysh. Uchebn. Zaved. Matematika* (in Russian). **44** (1): 133–145.

- Ramakrishnan, T.V., and Sabu Sebastian (2010) '[A study on multi-fuzzy sets](https://www.academia.edu/43280380/A_STUDY_ON_MULTI_FUZZY_SETS)', Int. J. Appl. Math. 23, 713–721.

- Sabu Sebastian and Ramakrishnan, T. V.(2010) '[Multi-fuzzy sets](https://www.researchgate.net/publication/344138751_Multi-_Fuzzy_Sets)', Int. Math. Forum 50, 2471–2476.

- Sebastian, Sabu; Ramakrishnan, T.V. (2011). ["Multi-fuzzy Sets: An Extension of Fuzzy Sets"](https://doi.org/10.1007%2Fs12543-011-0064-y). *Fuzzy Information and Engineering*. **3**: 35–43. [doi](/source/Doi_(identifier)):[10.1007/s12543-011-0064-y](https://doi.org/10.1007%2Fs12543-011-0064-y).

- Sebastian, Sabu; Ramakrishnan, T. V. (2011). "Multi-Fuzzy Extensions of Functions". *Advances in Adaptive Data Analysis*. **03** (3): 339–350. [doi](/source/Doi_(identifier)):[10.1142/S1793536911000714](https://doi.org/10.1142%2FS1793536911000714).

- Sabu Sebastian and Ramakrishnan, T. V.(2011) [Multi-fuzzy extension of crisp functions using bridge functions](https://www.researchgate.net/publication/338571655_Multi-fuzzy_extension_of_crisp_functions_using_bridge_functions), Ann. Fuzzy Math. Inform. 2 (1), 1–8

- Sambuc, R. Fonctions φ-floues: Application à l'aide au diagnostic en pathologie thyroidienne, Ph.D. Thesis Univ. Marseille, France, 1975.

- Seising, Rudolf: [The Fuzzification of Systems. The Genesis of Fuzzy Set Theory and Its Initial Applications—Developments up to the 1970s](https://books.google.com/books?id=rdYRdlM2dAQC&dq=%22The+Genesis+of+Fuzzy+Set+Theory+and+Its+Initial+Applications%E2%80%94Developments+up+to+the+1970s%22&pg=PA1) (Studies in Fuzziness and Soft Computing, Vol. 216) Berlin, New York, [et al.]: Springer 2007.

- Smith, Nicholas J. J. (2004). "Vagueness and Blurry Sets". *Journal of Philosophical Logic*. **33** (2): 165–235. [doi](/source/Doi_(identifier)):[10.1023/B:LOGI.0000021717.26376.3f](https://doi.org/10.1023%2FB%3ALOGI.0000021717.26376.3f).

- Werro, Nicolas: [Fuzzy Classification of Online Customers](https://diuf.unifr.ch/main/is/sites/diuf.unifr.ch.main.is/files/documents/publications/WerroN.pdf) [Archived](https://web.archive.org/web/20171201031632/https://diuf.unifr.ch/main/is/sites/diuf.unifr.ch.main.is/files/documents/publications/WerroN.pdf) 2017-12-01 at the [Wayback Machine](/source/Wayback_Machine), University of Fribourg, Switzerland, 2008, [Chapter 2](https://www.springer.com/cda/content/document/cda_downloaddocument/9783319159690-c2.pdf?SGWID=0-0-45-1495016-p177269846)

- Yager, Ronald R. (1986). "On the Theory of Bags". *International Journal of General Systems*. **13**: 23–37. [doi](/source/Doi_(identifier)):[10.1080/03081078608934952](https://doi.org/10.1080%2F03081078608934952).

- Yao, Y.Y., Combination of rough and fuzzy sets based on α-level sets, in: Rough Sets and Data Mining: Analysis for Imprecise Data, Lin, T.Y. and Cercone, N. (Eds.), Kluwer Academic Publishers, Boston, pp. 301–321, 1997.

- Yao, Y. (1998). "A comparative study of fuzzy sets and rough sets". *Information Sciences*. **109** (1–4): 227–242. [doi](/source/Doi_(identifier)):[10.1016/S0020-0255(98)10023-3](https://doi.org/10.1016%2FS0020-0255%2898%2910023-3).

- Zadeh, L.A. (1975). "The concept of a linguistic variable and its application to approximate reasoning—I". *Information Sciences*. **8** (3): 199–249. [doi](/source/Doi_(identifier)):[10.1016/0020-0255(75)90036-5](https://doi.org/10.1016%2F0020-0255%2875%2990036-5).

- Hans-Jürgen Zimmermann (2001). *Fuzzy set theory—and its applications* (4th ed.). Kluwer. [ISBN](/source/ISBN_(identifier)) [978-0-7923-7435-0](https://en.wikipedia.org/wiki/Special:BookSources/978-0-7923-7435-0).

v t e Non-classical logic Intuitionistic Intuitionistic logic Constructive analysis Heyting arithmetic Intuitionistic type theory Constructive set theory Fuzzy Degree of truth Fuzzy rule Fuzzy set Fuzzy finite element Fuzzy set operations Substructural Structural rule Relevance logic Linear logic Paraconsistent Dialetheism Description Ontology (information science) Ontology language Many-valued Three-valued Four-valued Łukasiewicz Digital logic Three-state logic Tri-state buffer Four-valued Verilog IEEE 1164 VHDL Others Dynamic semantics Inquisitive logic Intermediate logic Non-monotonic logic

v t e Set theory Overview Set (mathematics) Axioms Adjunction Choice countable dependent global Constructibility (V=L) Determinacy projective Extensionality Infinity Limitation of size Pairing Power set Regularity Union Martin's axiom Axiom schema replacement specification Operations Cartesian product Complement (i.e. set difference) De Morgan's laws Disjoint union Identities Intersection Power set Symmetric difference Union Concepts Methods Almost Cardinality Cardinal number (large) Class Constructible universe Continuum hypothesis Diagonal argument Element ordered pair tuple Family Forcing One-to-one correspondence Ordinal number Set-builder notation Transfinite induction Venn diagram Set types Amorphous Countable Empty Finite (hereditarily) Filter base subbase Ultrafilter Fuzzy Infinite (Dedekind-infinite) Recursive Singleton Subset · Superset Transitive Uncountable Universal Theories Alternative Axiomatic Constructive Naive Cantor's theorem Zermelo General Principia Mathematica New Foundations Zermelo–Fraenkel von Neumann–Bernays–Gödel Morse–Kelley Kripke–Platek Tarski–Grothendieck Paradoxes Problems Russell's paradox Suslin's problem Burali-Forti paradox Set theorists Paul Bernays Georg Cantor Paul Cohen Richard Dedekind Abraham Fraenkel Kurt Gödel Thomas Jech John von Neumann Willard Quine Bertrand Russell Thoralf Skolem Ernst Zermelo

---
Adapted from the Wikipedia article [Fuzzy set](https://en.wikipedia.org/wiki/Fuzzy_set) by Wikipedia contributors ([contributor history](https://en.wikipedia.org/wiki/Fuzzy_set?action=history)). Available under [Creative Commons Attribution-ShareAlike 4.0 International](https://creativecommons.org/licenses/by-sa/4.0/). Changes may have been made.
