Element Formula
The Formula
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
Notation
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
Worked Examples
Example 1
easySolution
- 1 Check 7 \in A: the element 7 appears in the listing \{3, 7, 11, 15\}, so 7 \in A. True.
- 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 Check 10 \notin A: 10 does not appear in the listing, so indeed 10 \notin A. True.
Answer
Example 2
mediumCommon 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.