I've been doing some exercises to learn how to identify surjective, bijective, injective and normal functions. I was wondering if someone can critique my work and see if there are any places where i went wrong.
$f : \mathbb N \to ℕ$ defined as $f(n) = n^2$
Bijection, because every input entered had a different answer due to the domain being natural numbers we can only enter numbers greater than or equal to zero this makes it injective. For every input entered there is an output, which satisfies the rule of surjection.
$f : \mathbb Z \to ℕ$ defined as $f(n) = n^2$
Surjective, for every input entered there is an output. Because we can also deal with negatives inputs here, the function is not injective.
$f : \mathbb N \to \mathbb Z$ defined as $f(n) = n^2$
Bijection, because every natural number entered produces a different output unless they're the same and every input has some output.
$f: \mathbb Z \to \mathbb Z$ defined as $f(n) = n^2$
Surjective, for every input entered there some output.
$f: \mathbb R \to \mathbb N$ defined as $f(n) = n^2$
Not a function, because every input entered doesn't match to a natural number.
$f: \mathbb N \to \mathbb R$ defined as $f(n) = n^2$
Bijection, every natural number entered maps to a natural number. The set of natural numbers is in the set of real numbers. Every number entered produces a different output therefore the function is injective. Every input entered has some output, there the function is also surjective.
$f: \mathbb N \to \mathbb N$ defined as $f(n) = \sqrt{n}$
Not a function, because every natural number doesn't output a natural number.
$f: \mathbb R \to \mathbb R$ defined as $f(n) = \sqrt{n}$
Not a function, every real number doesn't output a real number. Because we can enter in negative numbers and it won't result in a real number.
$f: \mathbb R \to $ { x $\in \mathbb R$ | x $\ge$ 0 } defined as $f(n)= \sqrt{n}$
Not a function, every real number doesn't output a real number. Because we can enter in negative numbers and it won't result in a real number.
$f:$ { x $\in \mathbb R$ | x $\ge$ 0 } $\to$ { x $\in \mathbb R$ | x $\ge$ 0 }, $f(n) = \sqrt{n}$
Bijection, Every Real Number greater than 0 entered results in a real number greater than 0. Every input entered returns a result unique to that input unless they are the same, therefore the function is injective. For every input there is some output, therefore the function is surjective.
$f: \mathbb N \to \mathcal P(\mathbb N)$, where f is some injective function.
Bijection. I sort of guessed this one without any real explanation.
$f:$ {0,1,2} $\to$ {3,4}, where $f$ is some surjective function
surjective, because there is an output for every input. But 1 number maybe mapped to another number so it can't be injective.
$f:$ {breakfast, lunch, dinner} $\to$ {shakshuka, soondubu, maafe}, where $f$ is some injection
Bijection. Every input has it's own unique output, therefore it's injective. For every input there is some output, there it's surjective.