Element Formula

Element is an individual object that belongs to, or is a member of, a given set — either it is in the set or it is not.

The Formula

xAx \in A \Leftrightarrow 'xx belongs to AA'; xA¬(xA)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{1,2,3}2 \in \{1, 2, 3\} (2 is an element). 5{1,2,3}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

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

Worked Examples

Example 1

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

Answer

7A,{7}A,10A7 \in A,\quad \{7\} \notin A,\quad 10 \notin A

First step

1
Check 7A7 \in A: the element 77 appears in the listing {3,7,11,15}\{3, 7, 11, 15\}, so 7A7 \in A. True.

Full solution

  1. 2
    Check {7}A\{7\} \in A: the object {7}\{7\} is a set, not a number. The set AA does not contain {7}\{7\} as a member, only the number 77. So {7}A\{7\} \notin A.
  2. 3
    Check 10A10 \notin A: 1010 does not appear in the listing, so indeed 10A10 \notin A. True.
The symbol \in tests whether an object is a direct member of a set. A set {7}\{7\} and the number 77 are different objects — confusing them is the most common mistake with element notation.

Example 2

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

Example 3

easy
Sort into elements and compounds: Fe\text{Fe}, H2\text{H}_2, CO2\text{CO}_2, NH3\text{NH}_3, Ne\text{Ne}.

Common Mistakes

  • Mixing up \in and \subseteq — use \in for one object in a set, \subseteq for a set inside a set.
  • Thinking membership can be partial — an element is fully in or fully out, never halfway.
  • Writing 2{1,2,3}2 \in \{1, 2, 3\} as {2}{1,2,3}\{2\} \in \{1, 2, 3\} — the element is the bare object 22, not the one-element set {2}\{2\}.

Why This Formula Matters

Membership is the atom of set theory: subset, union, intersection, and complement are all defined by checking 'is this element in?'. A student who blurs \in (one object in a set) with \subseteq (a whole set inside another) will misread every set statement. Recognizing it by "Am I asking about one single object being inside a set, with only a yes or no answer?" — rather than by familiar numbers — is what lets a student tell it apart from subset (\subseteq) and set and cardinality in a mixed problem set.

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 atom of set theory: subset, union, intersection, and complement are all defined by checking 'is this element in?'. A student who blurs \in (one object in a set) with \subseteq (a whole set inside another) will misread every set statement. Recognizing it by "Am I asking about one single object being inside a set, with only a yes or no answer?" — rather than by familiar numbers — is what lets a student tell it apart from subset (\subseteq) and set and cardinality in a mixed problem set.

What do students get wrong about Element?

The procedure for element is the easy part; the trap is mixing up \in and \subseteq. Asking "Am I asking about one single object being inside a set, with only a yes or no answer?" first is what keeps a correct-looking calculation from being attached to the wrong concept.

What should I learn before the Element formula?

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