Sets
Definition
A set is an unordered collection of objects.
Notation: a set is a collection of objects, where these objects "belong" to the set. An object "a" being in a set "" is often said "a is an element of " or:
How to Define a Set
A set is described by squiggly brackets and must be unambiguously defined. A set's elements can be listed simply: or described by some pattern or rule: or conditions on another set:
The above example would read: "Some set S is defined by an element x of the integers given that it is in-between the bounds 0 and 4 inclusive"
Subsets
Set Operations
Sets can be combined and manipulated using several key operations:
- Union () - all elements in either set
- Intersection () - elements in both sets
- Cartesian Product () - ordered pairs from both sets
Examples
In descent from the abstract, many common objects you're used to can be easily described by the notion of a set and some rule(s)!
Empty Set: The Natural Numbers: The Integers: The Real Numbers: where
I wonder how these real numbers can be defined? You may need to chose apple to find out...
Who Cares?
Literally every single mathematical object can be described by sets; Set theory is the language in which modern math has been built up from. The modern ZFC axioms have allowed for more formalization, generalization across domains and diving further into the depths of mathematical theory and application. This tool of abstraction (Why Abstract?) allows solving the toughest engineering problems and understanding the base of the pyramid will allow you to explore more and more difficult puzzles.