



Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Community
Ask the community for help and clear up your study doubts
Discover the best universities in your country according to Docsity users
Free resources
Download our free guides on studying techniques, anxiety management strategies, and thesis advice from Docsity tutors
A comprehensive overview of functions and relations in mathematics. It covers topics such as binary relations, domains, codomains, ranges, injective, surjective, and bijection functions. The document also explains how to determine if a function is total, univalent, or equal to another function. It includes examples and proofs to illustrate these concepts.
Typology: Lecture notes
1 / 5
This page cannot be seen from the preview
Don't miss anything!
Relations are subsets of Catesian products (i.e. R ⊆ A x B) Functions are binary relations and binary relations are sets. Let f: A --> B be a function. We write f(a) = b when a ∈ A, b ∈ B and (a,b) ∈ f. Note: A is the domain, B is the codomian, f(A) is the range To be a function must satisfying the following two:
Equal functions: f: A --> B and g: A --> B are equal if and only if ∀a∈A, f(a) = g(a), i.e., their domains and codomains are the same, and images of every element of the domain is the same under both functions. To show f is a function, we must show it's total and univalent. To show f is not a function, it's sufficient to show there exists x ∈ domain such that f(x) is undefined (i.e., f(x) ∉ codomain) Injective: every element in the range of the function has a unique preimage, i.e., for function f: A-->B, ∀a1,a2 ∈ A, a1≠a2 --> f(a1)≠f(a2), i.e., ∀b ∈ B, if f(a1) = b = f(a2), then a1 = a For an injective function f: A-->B, |A| ≤ |B| To prove injective: ∀a1,a2 ∈ A, a1 = a2 --> f(a1) = f(a2); or let f(a1) = f(a2) --> a1 = a2; or to prove the function f is strictly monotonic Surjective: its codomain and range are equal, i.e., for function f: A-->B, ∀b ∈ B, ∃a ∈ A such that f(a) = b For an surjective function f: A-->B, |A| ≥ |B| To prove surjective: for f(x)=..., solve for x=... and show x ∈ domain Bijection / invertible functions/ one-to-one correspondence: both injective (one-to-one function) and surjective. (note one-to-one function is not the same as one-to-one correspondence) For an bijective function f: A-->B, |A| = |B| e.g: Whether the following functions are injective and surjective?
Constant function: the value of the function is always the same value Inverse function: a bijection f from set A to se B, then the inverse of f, denoted f' is a function from B to A defined as f'(b) = a ↔ f(a) = b Note: the inverse of an inverse is the original function: (f')' = f Composition: the order of the composition matters. If f: A --> B, g: B --> C are functions, then f ∘ g is not even defined, unless C = A Any invertible function over a set A. f: A --> A, it holds that: f ∘ f' = f' ∘ f = idA f = f ∘ IdA f(Id(a)) = f(a) Id(f(a)) = f(a) An invertible function f: A --> B and its inverse f': B --> A: (f ∘ f')(x) = f(f'(x)) = idB (f' ∘ f)(x) = f'(f(x)) = idA Prove invertible:
non-decreasing / increasing: x ≤ y --> f(x) ≤ f(y); strictly increasing: x < y --> f(x) < f(y) non-increasing / decreasing: x ≤ y --> f(x) ≥ f(y); strictly decreasing: x < y --> f(x) > f(y) monotonic: either increasing or decreasing; strictly monotonic: either strictly increasing or strictly decreasing Cardinality: