Element: Difference between revisions
I_like_pie (talk | contribs) No edit summary |
mNo edit summary |
||
| 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 | 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>. | ||
The opposite of this would be <math>\notin</math>, which means the element is not contained within the | The opposite of this would be <math>\notin</math>, which means the element is not contained within the set. | ||
=== Elements Within Elements === | === Elements Within Elements === | ||
Elements can also be | Elements can also be sets. For example, <math>B = \{1,\,2,\,\{3,\,4\}\}</math>. The elements of <math>B</math> are not 1, 2, 3, and 4. Actually, there are only three elements of <math>B</math>: <math>1</math>, <math>2</math>, and the set <math>\{3,\,4\}</math>. | ||
=== Cardinality === | === Cardinality === | ||
The amount of elements in a | The amount of elements in a set is known as [[cardinality]]. If <math>C=\{1,\,2,\,3\}</math>, then the cardinality of <math>C</math> is <math>3</math>. Informally, cardinality is the size of a set. | ||
Revision as of 11:48, 1 November 2006
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.
means set
contains the elements 1, 2, 3 and 4.
To show that an element is contained within a set, the
symbol is used. If
, then
.
The opposite of this would be
, which means the element is not contained within the set.
Elements Within Elements
Elements can also be sets. For example,
. The elements of
are not 1, 2, 3, and 4. Actually, there are only three elements of
:
,
, and the set
.
Cardinality
The amount of elements in a set is known as cardinality. If
, then the cardinality of
is
. Informally, cardinality is the size of a set.