Set

A primitive object for which membership is defined.
Set

A set is an object AA for which it makes sense to ask, for any object xx, whether xx is an element of AA, written xAx \in A.

In rigorous foundations (e.g., ZFC set theory), “set” and the membership relation \in are taken as primitive notions satisfying axioms. In analysis, one typically uses sets to collect numbers, points, , or other mathematical objects into a single entity that can be quantified over. Key operations include , , and relations.

Examples:

  • {1,2,3}\{1,2,3\} is the set whose elements are exactly the numbers 1,2,31,2,3.
  • R\mathbb{R} is the set of real numbers.
  • \varnothing is the set with no elements.