Idempotent Property

An operation is idempotent if applying it to the same operand returns the operand itself:

  • Example (Union):
  • Example (Intersection):
  • Example (Boolean AND):

Not all operations are idempotent (e.g. addition: ).