Element Formula

The Formula

x \in A \Leftrightarrow 'x belongs to A'; x \notin A \Leftrightarrow \neg(x \in A)

When to use: An element is simply one item inside the collection โ€” either it is in, or it is out. There is no "partially in."

Quick Example

2 \in \{1, 2, 3\} (2 is an element). 5 \notin \{1, 2, 3\} (5 is not).

Notation

\in means 'is an element of'

What This Formula Means

An individual object that belongs to, or is a member of, a given set โ€” either it is in the set or it is not.

An element is simply one item inside the collection โ€” either it is in, or it is out. There is no "partially in."

Formal View

x \in A \Leftrightarrow P(x) where A = \{x : P(x)\}; x \notin A \Leftrightarrow \neg(x \in A)

Worked Examples

Example 1

easy
Let A = \{3, 7, 11, 15\}. Determine whether 7 \in A, \{7\} \in A, and 10 \notin A.

Solution

  1. 1
    Check 7 \in A: the element 7 appears in the listing \{3, 7, 11, 15\}, so 7 \in A. True.
  2. 2
    Check \{7\} \in A: the object \{7\} is a set, not a number. The set A does not contain \{7\} as a member, only the number 7. So \{7\} \notin A.
  3. 3
    Check 10 \notin A: 10 does not appear in the listing, so indeed 10 \notin A. True.

Answer

7 \in A,\quad \{7\} \notin A,\quad 10 \notin A
The symbol \in tests whether an object is a direct member of a set. A set \{7\} and the number 7 are different objects โ€” confusing them is the most common mistake with element notation.

Example 2

medium
Let B = \{\emptyset, \{1\}, \{2, 3\}\}. Which of the following are true? (a) \emptyset \in B, (b) 1 \in B, (c) \{1\} \in B, (d) \{2,3\} \subseteq B.

Common Mistakes

  • Confusing \in (element of) with \subseteq (subset of) โ€” 2 \in \{1, 2, 3\} but \{2\} \subseteq \{1, 2, 3\}
  • Thinking \{1\} and 1 are the same โ€” \{1\} is a set, 1 is a number
  • Writing \{1, 2\} \in \{1, 2, 3\} when you mean \{1, 2\} \subseteq \{1, 2, 3\}

Why This Formula Matters

Membership is the most fundamental relation in set theory and the basis for defining all other set operations.

Frequently Asked Questions

What is the Element formula?

An individual object that belongs to, or is a member of, a given set โ€” either it is in the set or it is not.

How do you use the Element formula?

An element is simply one item inside the collection โ€” either it is in, or it is out. There is no "partially in."

What do the symbols mean in the Element formula?

\in means 'is an element of'

Why is the Element formula important in Math?

Membership is the most fundamental relation in set theory and the basis for defining all other set operations.

What do students get wrong about Element?

\{1\} \in \{\{1\}, 2, 3\} but 1 \notin \{\{1\}, 2, 3\}. The set \{1\} is different from the element 1.

What should I learn before the Element formula?

Before studying the Element formula, you should understand: set.