1 - Sets - 1.1, 3.1
ucla | MATH 61 | 2022-09-23T11:05
Table of Contents
Recall
- Sets are a collection of unique elements
- cardinality is the quantity of a set
- We can operate on sets using
- unions/intersections
- differences/complements
- collections/partitions
- products
- We can describe set correlations as
- injective, surjective, bijective
- Functions we use
- mapping/transformations, modulus, floor/ceiling, composition
Notes
Core Definitions - 1.1
- sets
- collection of objects called elements (elts) or members
- if few element
- many elements
- conditional
- symbols
$\mathbb{Z}={x x\space\text{is an integer}}$ $\mathbb{Q}={x x\space\text{is a rational number}}$ $\mathbb{R}={x x\space\text{is a real number}}$
- infinite/finite
- if x has infinite elements, x is infinite else finite
- cardinality
- the number of unique elements in x written
- the number of unique elements in x written
- empty set
- if x contains no elements, denote empty set as
- if x contains no elements, denote empty set as
- equal sets
- if each set contains the same elements
- prove equality by showing “
- prove inequality by showing
- subset
- if each element of X is also an element of Y, X is a subset of Y, denoted
else
- if each element of X is also an element of Y, X is a subset of Y, denoted
- proper subset
- if
and then
- if
- power set
- the set of all subsets of X denoted
- if
then
- the set of all subsets of X denoted
- universal set
- the usual larger set in which all sets are contained denoted
- the usual larger set in which all sets are contained denoted
Set Operations - 1.1
- union
- intersection
- if
then X and Y are disjoint
- difference
- complement
- collection
- set of sets denoted denoted
- partition
- a collection
is a partition of set X if for each there is some for which and each are disjoint
- a collection
- cartesian product
$X\times Y={(x,y) x\in X,y\in Y}$
Functions - 3.1
- function
- assignment of an element of Y (codomain) to each of X (domain)
and the range is ${y\in Y y=f(x)\space\text{for some} x\in X}$
- modulus
- x mod y is the remainder from dividing x by y
- floor
- round down to nearest integer denoted
- round down to nearest integer denoted
- ceiling
- round up to nearest integer denoted
- round up to nearest integer denoted
- injective (one-to-one)
is injective if:- for each
if then
- surjective (onto)
is surjective if:- for each
there exists some where
- bijective (invertible)
is bijective if: is injective and surjective, then: is the inverse of where if then denoted
- composition
- for
: such that
- for
Lecture
📌
**SUMMARY
**In Math 61, we explore sets - a mathematical object used to store elements; elements can be of any type including other sets which are called subsets
We explore manipulating sets using set operations and functions to describe or transform sets