Set (mathematics): Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>Ragnar Schroder
imported>Ragnar Schroder
(Added 2 new sections - Some special sets and some examples of sets)
Line 22: Line 22:


:''A'' = {2, 3, 4, 5, 6, 7, 8, 9}
:''A'' = {2, 3, 4, 5, 6, 7, 8, 9}
===Some special sets===
Some sets that are ubiquitous in the mathematical literature have special symbols:
*<math> \mu(\emptyset)</math>,  the [[empty set|non-empty]],  sometimes written {}.
*<math>\mathbb{N}</math>, the set of [[natural number|natural numbers]]
*<math>\mathbb{Z}</math>,  the set of [[integer|integers]]
*<math>\mathbb{R}</math>, the set of [[rational number|rational numbers]]
*<math>\mathbb{R}</math>, the set of [[real number|real numbers]]
Among other such well known sets are the [[complex numbers]], [[quaternions]], [[octinions]] and the [[hamiltonian integers]]. 
===Some examples of sets===
*The set consisting of all tuples (a,b),  where a is any real number and ditto for b.  This set is known as '<math>\mathbb{R}</math>''x''<math>\mathbb{R}</math> or <math>\mathbb{R}</math><sup>2</sup>
*The three element set {Red, Yellow, Green}.
*The set consisting of the two elements Brake, Accelerate.
*The set consisting of all tuples (a,b) where a is any element in the set {Red, Yellow, Green} and b is any element in the set {Brake, Accelerate}.
*The set of all [[function | functions]] from the set {Red, Yellow, Green} to the set {Brake,  Accelerate}.


==See also==
==See also==

Revision as of 15:14, 17 November 2007

This article is developing and not approved.
Main Article
Discussion
Related Articles  [?]
Bibliography  [?]
External Links  [?]
Citable Version  [?]
 
This editable Main Article is under development and subject to a disclaimer.

Sets are formally defined in a branch of mathematics known as set theory. Informally, a set is thought of as any collection of distinct elements.


Introduction

Certain restrictions are usually imposed on what may be called a set, though. Commonly one requires that no set may be an element of itself.

A set is not required to have any structure, in particular there's no requirement that the elements have any natural ordering or any properties of any kind at all, except the property of being a member of the set.

Despite the intuitive definition, a set is usually not defined formally in terms of other mathematical objects; rather it is accepted that a set is an "undefined" entity. Because of this property, sets are fundamental structures in mathematics and logic. Mathematicians have found ways to define many mathematical objects, such as the real numbers, in terms of sets.


Notation

Some sets can be denoted by a list of objects separated with commas, enclosed with curly brackets. For example, {1, 2, 3} is the set of the numbers 1, 2, and 3. We say that 1, 2, and 3 are its members.

There are many other ways to write out sets. For example,

A = {x | 1 < x < 10, x is a natural number}

can be read as follows: A is the set of all x, where x is between 1 and 10, and x is a natural number. A could also be written as:

A = {2, 3, 4, 5, 6, 7, 8, 9}


Some special sets

Some sets that are ubiquitous in the mathematical literature have special symbols:

  • , the non-empty, sometimes written {}.
  • , the set of natural numbers
  • , the set of integers
  • , the set of rational numbers
  • , the set of real numbers

Among other such well known sets are the complex numbers, quaternions, octinions and the hamiltonian integers.


Some examples of sets

  • The set consisting of all tuples (a,b), where a is any real number and ditto for b. This set is known as 'x or 2
  • The three element set {Red, Yellow, Green}.
  • The set consisting of the two elements Brake, Accelerate.
  • The set consisting of all tuples (a,b) where a is any element in the set {Red, Yellow, Green} and b is any element in the set {Brake, Accelerate}.
  • The set of all functions from the set {Red, Yellow, Green} to the set {Brake, Accelerate}.


See also


Related topics


References

External links