Difference between revisions of "Element"

m (Sets Within Sets)
m (added this page to the definition category)
 
(5 intermediate revisions by 2 users not shown)
Line 5: Line 5:
 
<math>A=\{1,\,2,\,3,\,4\}</math> means set <math>A</math> contains the elements 1, 2, 3 and 4.
 
<math>A=\{1,\,2,\,3,\,4\}</math> means set <math>A</math> contains the elements 1, 2, 3 and 4.
  
To show that an element is contained within a set, the <math>\in</math> symbol is used. If <math>A=\{2,\,3\}</math>, then <math>2\in A</math>.
+
To show that an element is contained within a set, the <math>\in</math> symbol is used. The opposite of <math>\in</math> is <math>\notin</math>, which means the element is not contained within the set.
 
 
The opposite of this would be <math>\notin</math>, which means the element is not contained within the set.
 
  
 
=== Sets as Elements ===
 
=== Sets as Elements ===
  
Elements can also be sets. For example, <math>B = \{1,\,2,\,\{3,\,4\}\}</math>. The elements of <math>B</math> are <math>1</math>, <math>2</math>, and the set <math>\{3,\,4\}</math>.
+
Elements can also be sets. For example, <math>B = \{1,\,2,\,\{3,\,4\}\}</math>. The elements of <math>B</math> are <math>1</math>, <math>2</math>, and <math>\{3,\,4\}</math>.
  
 
== See Also ==
 
== See Also ==
 
*[[Cardinality]]
 
*[[Cardinality]]
 
*[[Set theory]]
 
*[[Set theory]]
 +
 +
[[Category:Set theory]]
 +
[[Category:Definition]]

Latest revision as of 15:59, 3 April 2012

This article is a stub. Help us out by expanding it.

An element, also called a member, is an object contained within a set or class.

$A=\{1,\,2,\,3,\,4\}$ means set $A$ contains the elements 1, 2, 3 and 4.

To show that an element is contained within a set, the $\in$ symbol is used. The opposite of $\in$ is $\notin$, which means the element is not contained within the set.

Sets as Elements

Elements can also be sets. For example, $B = \{1,\,2,\,\{3,\,4\}\}$. The elements of $B$ are $1$, $2$, and $\{3,\,4\}$.

See Also