Operations on crisp sets

Similar to the mathematical numerals, we can perform certain operations on crisp sets:

  • UnionA ∪ B = {x | x ∈ A OR x ∈ B}
  • IntersectionA ∩ B = {x | x ∈ A AND x ∈ B }
  • ComplementĀ = { x | x ∉ A, x ∈ X }
  • DifferenceA - B = A | B = {x | x ∉ A and x ∉ B} ==> A - (A ∩ B)

This is how we we represent these operations:

Get Artificial Intelligence for Big Data now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.