Section 9 Chapter 51 - Sets Flashcards
Set
An unordered collection of values where each value appears at most once
Methods to define a set (3)
- Listing each number
- Set comprehension
- Compact representation
Symbol for empty set
∅
Symbol for rational number set
Q
Definition for the set of real numbers
The set of all possible real world quantities
Finite set
A set where each element can be counted off by natural numbers up to a particular number
Cardinality of a finite set
The number of elements in the set
Infinite set
A set where you cannot count off each element by natural numbers up to a particular number. It is a set which is not a finite set
Countably infinite set
A set that can be counted off by the natural numbers
Countable set
A set which can be counted off against a subset of the natural numbers
Set comprehension
A method of defining a set where you specify specify some function of n and for which values that function should be run for
Symbol for “such that”
|
Symbol for membership
∈
Symbol for and
∧
Write the set {1,4,9,16,25} using set comprehension
A = {n^2 | n < 6 ∧ n ∈ N}