Mathwords logoMathwords

Element of a Set — Definition, Symbol & Examples

Element of a Set

A number, letter, point, line, or any other object contained in a set. For example, the elements of the set {a, b, c} are the letters a, b, and c.

Key Formula

xSx \in S
Where:
  • xx = An object that belongs to the set
  • SS = The set that contains the object
  • \in = The membership symbol, read as 'is an element of' or 'belongs to'

Worked Example

Problem: Let A = {2, 4, 6, 8, 10}. Determine whether 4 and 5 are elements of set A.
Step 1: List the elements of set A. The set contains exactly the numbers 2, 4, 6, 8, and 10.
A={2,4,6,8,10}A = \{2, 4, 6, 8, 10\}
Step 2: Check whether 4 appears in the set. Since 4 is listed inside the braces, it is an element of A.
4A4 \in A
Step 3: Check whether 5 appears in the set. Since 5 is not listed inside the braces, it is not an element of A. We use the symbol ∉ to show this.
5A5 \notin A
Answer: 4 is an element of A (written 4A4 \in A), and 5 is not an element of A (written 5A5 \notin A).

Another Example

Problem: Let B = {x | x is a positive even number less than 10}. Is 6 an element of B? Is 9?
Step 1: Interpret the set-builder notation. B contains all positive even numbers less than 10.
B={2,4,6,8}B = \{2, 4, 6, 8\}
Step 2: Since 6 is positive, even, and less than 10, it satisfies the rule and belongs to B.
6B6 \in B
Step 3: The number 9 is positive and less than 10, but it is odd, not even. It fails the membership rule.
9B9 \notin B
Answer: 6B6 \in B and 9B9 \notin B.

Frequently Asked Questions

What is the difference between ∈ and ⊂ (element vs. subset)?
The symbol \in means an individual object belongs to a set, while \subset (or \subseteq) means an entire set is contained within another set. For example, 3{1,2,3}3 \in \{1, 2, 3\} says 3 is a member, whereas {1,2}{1,2,3}\{1, 2\} \subset \{1, 2, 3\} says the whole set {1, 2} is a subset.
Can a set be an element of another set?
Yes. Sets can contain other sets as elements. For instance, if C={1,{2,3}}C = \{1, \{2, 3\}\}, then CC has exactly two elements: the number 1 and the set {2,3}\{2, 3\}. Note that 2 by itself is not an element of CC — only the set {2,3}\{2, 3\} is.

Element vs. Subset

An element is a single object that belongs to a set, written xSx \in S. A subset is an entire collection of elements that all belong to another set, written ASA \subseteq S. A single element like 3 can be a member of {1,2,3}\{1, 2, 3\}, but the set {3}\{3\} (containing 3) is a subset of {1,2,3}\{1, 2, 3\}. The distinction matters: 3{1,2,3}3 \in \{1, 2, 3\} is true, but 3{1,2,3}3 \subseteq \{1, 2, 3\} is not valid because 3 is not itself a set.

Why It Matters

The concept of set membership is the foundation of nearly all modern mathematics. Every definition in algebra, geometry, and calculus ultimately relies on specifying which objects belong to which sets. Understanding elements lets you work with domains of functions, solution sets of equations, and probability sample spaces — all of which are defined by their elements.

Common Mistakes

Mistake: Confusing an element with a subset — writing {3}{1,2,3}\{3\} \in \{1, 2, 3\} instead of 3{1,2,3}3 \in \{1, 2, 3\}.
Correction: The braces {}\{\} create a set. The object 3 is an element of {1,2,3}\{1, 2, 3\}, but {3}\{3\} is a subset, not an element (unless the set explicitly contains {3}\{3\} as a member). Use \in for individual objects and \subseteq for sets within sets.
Mistake: Assuming that because an element belongs to a subset, it also appears as a separate element in a nested set.
Correction: If S={1,{2,3}}S = \{1, \{2, 3\}\}, students often think 2S2 \in S. It is not — only 1 and the set {2,3}\{2, 3\} are elements of SS. Always look at what is directly listed between the outermost braces.

Related Terms

  • SetThe collection that contains elements
  • SubsetA set whose elements all belong to another set
  • Empty SetA set with no elements at all
  • Universal SetThe set containing all elements under discussion
  • Set-Builder NotationA way to define elements by a rule
  • PointA geometric object that can be an element
  • LineA geometric object that can be an element