Empty set
In mathematics, the empty set, also known as the null set or void set, is the unique set that contains no elements, serving as a foundational concept in set theory.[1] It is denoted by the symbol ∅ (phi) or sometimes by empty curly braces {}, and its cardinality—the number of elements it contains—is zero.[1] This set exists by the axiom of the empty set in Zermelo-Fraenkel set theory (ZF), which asserts that there is a set with no members, ensuring a starting point for constructing all other sets without relying on prior elements.[2] Its uniqueness follows from the axiom of extensionality, which states that two sets are equal if they have the same elements; since ∅ has none, no other set matches it.[2] The empty set plays a crucial role in the structure of set theory, acting as a subset of every possible set because there are no elements in ∅ that fail to belong to any other set A (i.e., ∅ ⊆ A for all A).[3] It forms the basis for defining natural numbers in the von Neumann construction, where 0 is identified with ∅, 1 with {∅}, and so on, enabling the representation of ordinals and cardinals.[4] In the cumulative hierarchy of sets, the empty set populates the lowest level V₀ = ∅, from which higher levels build the entire set-theoretic universe V.[5] Additionally, the power set of the empty set is {∅}, the singleton containing only itself, illustrating its self-referential yet non-contradictory nature.[6] Properties of the empty set extend to various mathematical contexts, such as topology, where it is both open and closed in any topological space, and algebra, where it can form degenerate structures like a groupoid but not a monoid due to the absence of an identity element.[1] In category theory, ∅ is the initial object in the category of sets (Set), characterized by a unique morphism to any other set, underscoring its universal mapping properties.[7] These attributes highlight the empty set's paradoxical yet essential status: empty of content, yet indispensable for rigorous mathematical foundations.[7]Definition and Notation
Definition
In set theory, the empty set is defined as the set that contains no elements whatsoever. This concept serves as a foundational building block, representing the absence of any membership in a collection.[8] Formally, a set S is empty if, for every object x in the universe of discourse, x does not belong to S; in logical terms, this is expressed as \forall x (x \notin S). This condition ensures that no object satisfies the membership relation with respect to the empty set, distinguishing it from any non-empty set, which has at least one element that does belong to it.[9] The empty set is unique within the universe of sets, as the axiom of extensionality guarantees that any two sets with exactly the same elements are identical, and since both would have no elements, they must coincide. This uniqueness positions the empty set as a singular, prerequisite object essential for constructing all other sets in axiomatic frameworks.[8]Notation
The standard symbol for the empty set is ∅, a slashed circle introduced by André Weil as part of the Bourbaki group's work in 1939, inspired by the Norwegian letter Ø to represent the set with no elements.[10] Prior to this, historical variants included the empty braces {} and the uppercase lambda Λ, the latter used by Giuseppe Peano in his 1889 Arithmetices principia to denote the null class.[11] In mathematical literature and print, ∅ is the predominant notation for the empty set, emphasizing its formal status in set theory.[10] However, in informal texts, programming languages, and some computational contexts, the empty braces {} are commonly employed to represent it, as seen in languages like Python, whereset() denotes an empty set, while {} denotes an empty dictionary (which may cause confusion in contexts where both are used).[12]
In typesetting, particularly with LaTeX, two main commands produce variants of the symbol: \emptyset, which renders a slashed zero-like form (∅), and \varnothing from the amssymb package, which produces a more circular slashed version (∅); the former has become dominant in modern digital typography due to its adoption in systems like TeX by Donald Knuth in 1979.[10][13]
To avoid ambiguity, the empty set symbol ∅ is distinguished from similar characters: it differs from the Greek lowercase phi φ (often used for functions or angles) and the Latin capital Ø (U+00D8), which is a distinct letter not intended for mathematical sets.[10]