Analysis 1 period 1.1 Flashcards
Definition of subsets
Suppose that A and B are sets. A is a subset of B if for all x ∈ A it follows that x ∈ B.
A proper subset of B, denoted by A proper subset B if for all x is an element of A it follows that x ∈ B and there exists x ∈ B s.t x is not an element of A.
What kind of operations do you have on sets?
- Intersection
- Union
- Complement
- Minus
- Disjoint
Guideline for proofs with sets
- If you want to proff a = B, proof that a is a proper subset of B and otherwise
- If you want to proof a statement with for all, then take an arbitrary situation and proof the statement for that situation
- If you want to proof a statement with there exists, try to find a specific situation that fits the statement
- If you want to proof an ‘If then’ statement you need to assume the if statement and proof the then statement
- If you want to proof an if and only if statement you need to proof both ways.
What is a relation?
A relation h is a set of ordered pairs(x,y) where x ∈ A and y ∈ B. This relations links two sets to each other. h: A -> B
The visualization is called the graph of a relation, also called a curve. Two relations are equal if they have the same graph.
What is a function?
A relation f is a function if it doesn’t contain two different ordered pairs with the same first coordinate. In math, f is a function if and only if: for all (x1,y1) (x2,y2) ∈ f with x1 = x2 it follows that y1 = y2
A relation f is a function when you can say that every x value has an unique y value
Domain
An other word for domain is preimage
The domain/preimage of a function f, denoted by Df is defined by Df = {x|(x,y) ∈ f}
Range
Other word for range is image
Denoted by Rf is defined by: Rf = {y|(x,y)∈ f and x ∈ Df}
How do you find the maximum domain of f?
There are 3 functions you have to take into account
- For n^√g(x) with n is even, it must hold that g(x) >= 0
- For log a (g(x)) is must hold that g(x) > 0
- For f(x) / g(x) it must hold that g(x) =/ 0
=/ -> not equal , >= -> equal or bigger than
Injective
If ∀x1,x2 ∈A; f(x1)=f(x2) it follows that x1 = x2
Surjective
f is surjective If ∀ y∈B ∃x∈A: f(x)=y. So in case of surjection Rf = B
Bijection
When f is both injective and surjective
you have to proof both the ways in order to conclude that f is bijective
How do you proof injection?
- x1,x2 ∈A; f(x1)=f(x2) be given
- Use algebraic rules to work to the conclusion x1=x2
- Conclude that f is injective
If you can’t reach this conclusion, you must give an example where two different x values give the same y value. This example concludes that f is not injective
How do you prove surjection?
- Let y∈B be given
- Use algebraic rules isolate x and conclude x∈A
- Conclude that f is surjective
If you can’t reach this conclusion, you must give a example where a number y∈B cannot be reached with f with domain Df. This example concludes that f is not surjective
When is a function even and when is and function odd?
- f is an even function if and only if f(-x) = f(x) for all x ∈ A.
- f is an odd function if and only if f(-x) = -f(x) for all x ∈ A
Proof even
- Let x ∈ A be given
- Define f(-x) and use algebra to prove that f(-x) = f(x)
If f is neither, then give an example of a number x ∈ A which gives f(-x) =/ f(x) and f(-x) =/ -f(x)