Chapter 2 P 1
Chapter 2 P 1
Chapter 2
Chapter Summary
Sets
• The Language of Sets
• Set Operations
• Set Identities
Functions
• Types of Functions
• Operations on Functions
• Computability
Sequences and Summations
• Types of Sequences
• Summation Formulae
Set Cardinality (later)
• Countable Sets
Matrices
• Matrix Arithmetic
Definition of sets
Describing Sets
• Roster Method
• Set-Builder Notation
Some Important Sets in Mathematics
Empty Set and Universal Set
Subsets and Set Equality
Cardinality of Sets
Tuples
Cartesian Product
∀x ⎡⎣(x ∈ A → x ∈ B ) ∧ (x ∈ B → x ∈ A )⎤⎦
This is equivalent to
A ⊆ Band B ⊆ A
© 2019 McGraw-Hill Education
Proper Subsets
Definition: If A ⊆ B, but A ≠B, then we say A is a
proper subset of B, denoted by A ⊂ B. If A ⊂ B, then
∀x (x ∈ A → x ∈ B) ∧ ∃x (x ∈ B ∧ x ∉ A))
is true.
Venn Diagram
A1 × A2 ×! × An =
{(a , a ! , a ) | a ∈ A for i = 1, 2,… n}
1 2 n i i
{x ∈ D | P (x )}
Example: The truth set of P(x) where the domain
is the integers and P(x) is “|x| = 1” is the set {-1,1}