1/22
Flashcards covering key definitions and theorems from days 13 through 22 of Math 199, including function types, the Principle of Mathematical Induction, and equivalence relations.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai |
|---|
No analytics yet
Send a link to your students to track their progress
Injective (One-to-One)
A function f:X→Y is injective if and only if ∀x1,x2∈X, if f(x1)=f(x2) then x1=x2. Only one element of the domain maps to each element of the image.
Surjective (Onto)
A function f:X→Y is surjective if and only if ∀y∈Y, ∃x∈X such that f(x)=y. Every element in the codomain is reached by the function.
Bijective
A function that is both injective (one-to-one) and surjective (onto); also referred to as a one-to-one correspondence.
Invertible
A function f:X→Y is invertible if and only if there exists a function g:Y→X such that g∘f=IX (∀x∈X,g(f(x))=x) and f∘g=IY (∀y∈Y,f(g(y))=y). In this case, g is called the inverse of f.
The Invertibility Theorem
A theorem stating that a function f:X→Y is invertible if and only if f is a bijection.
Direct Image
Let f:X→Y be a function and A⊆X. The direct image of A under f, denoted f(A), is the subset of Y defined by f(A)={f(x)∣x∈A}. Note that y∈f(A)⟺∃x∈A such that f(x)=y.
Inverse Image (Preimage)
Let f:X→Y be a function and B⊆Y. The inverse image of B under f, denoted f−1(B), is the subset of X defined by f−1(B)={x∈X∣f(x)∈B}. This set exists regardless of whether f is invertible.
Induced Function
Starting with a function f:X→Y, the induced function ind(f):P(X)→P(Y) is defined by (ind(f))(A)=f(A), where it takes a subset of X as input and returns its direct image in Y.
Principle of Mathematical Induction (PMI - Version a)
Let P(n) be a statement about a natural number variable n. If (i) P(1) is true, and (ii) ∀k≥1,P(k) is true⟹P(k+1) is true, then ∀n∈N,P(n) is true.
Least Number Principle (LNP)
Also called the Well-Ordering Principle (WOP), it states that every nonempty subset of N has a smallest element. It is equivalent to the Principle of Mathematical Induction.
Base Step
The first step of a proof by induction where one shows that the statement P(n) holds for the initial value (usually n=1 or n=n0).
Inductive Hypothesis
In the context of a proof by induction, this is the assumption that the statement P(n) is true for some arbitrary integer k.
Inductive Step
The part of an induction proof where one shows that if the statement holds for k, then it must also hold for k+1.
Strong Induction
A form of induction where the inductive hypothesis assumes that the statement P(i) is true for all integers i such that n0≤i≤k in order to prove P(k+1). This is useful when the recurrence depends on multiple previous terms.
Relation (on a set X)
A subset R of the Cartesian product X×X. If (a,b)∈R, we say element a is related to b, often written as aRb, a∼b, or a≡b(modR).
Reflexive Relation
A relation R on a set X is reflexive if ∀x∈X,(x,x)∈R. Every element is related to itself.
Symmetric Relation
A relation R on a set X is symmetric if (x,y)∈R⟹(y,x)∈R. If x is related to y, then y is related to x.
Transitive Relation
A relation R on a set X is transitive if (x,y)∈R and (y,z)∈R⟹(x,z)∈R.
Equivalence Relation
A relation on a set X that is simultaneously reflexive, symmetric, and transitive.
Equivalence Class
Given an equivalence relation R on X, the equivalence class of an element x∈X, denoted [x], is the set of all elements in X related to x, i.e., [x]={y∈X∣(x,y)∈R}. Every (x,y)∈R⟺[x]=[y].
Quotient of X by R (X/R)
The set of all distinct equivalence classes produced by an equivalence relation R on a set X, defined as X/R={[x]∣x∈X}. It is a subset of the power set P(X).
Canonical Mapping
Also called the natural projection, it is the function f:X→X/R defined by f(x)=[x], which maps each element to its corresponding equivalence class. This function is always surjective.
Partition
A collection P of nonempty subsets (cells) of X such that every element of X belongs to exactly one cell in P. Formally: (1) ∀x∈X,∃A∈P s.t. x∈A and (2) ∀A,B∈P,A=B⟹A∩B=∅.