0% found this document useful (0 votes)
3 views3 pages

FuzzyLogic_Part_3

Download as pdf or txt
Download as pdf or txt
Download as pdf or txt
You are on page 1/ 3

Classical Sets

A ⊂ B⇒ A is fully in B (if x∈A, then x∈B)

A ⊆ B ⇒ A is contained in or is equivalent to B

A = B ⇒ A ⊆ B and B ⊆ A

∅ : null set (a set containing no elements)

Classical Sets

Operations on Classical Sets


Let A, B be two sets on the universe X;
Union: A ∪ B = { x | x∈A or x∈B }
Intersection: A ∩ B = { x | x∈A and x∈B }
Complement: A = { x | x∉A, x∈X }
Difference: A \ B = { x | x∈A and x ∉B with
x∈ X }

7
A∩B A∪B

A A\B

Classical Sets

Properties of Classical Sets

Commutativity:
A∪B=B∪A
A∩B=B∩A

Associativity:
A∪(B∪C)=(A∪B)∪C
A∩(B∩C)=(A∩B)∩C

8
Classical Sets

Properties of Classical Sets – ctd.

Distributivity:
A∪(B∩C)=(A∪B)∩(A∪C)
A∩(B∪C)=(A∩B)∪(A∩C)

Idempotency:
A∪A=A A∩A=A

Classical Sets

Properties of Classical Sets – ctd.

Identity:
A∪∅=A A∩∅=∅
A∩X=A A∪X=X

Transitivity:
If A ⊆ B ⊆ C, then A ⊆ C

You might also like