From efcdcd49a2a9eab87e6bdacecfd091ddd3fe8e43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Hillerstr=C3=B6m?= Date: Wed, 21 Oct 2020 01:37:58 +0100 Subject: [PATCH] Simplify --- thesis.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/thesis.tex b/thesis.tex index e829706..0cc5fd0 100644 --- a/thesis.tex +++ b/thesis.tex @@ -427,8 +427,8 @@ written $\dec{Im}(f)$, is the set of values that it can return, i.e. \item Injective: $\forall a,a' \in A$ if $f(a) = f(a')$ then $a = a'$. \item Surjective: $\forall b \in B,\exists a \in A$ such that $f(a) = b$. \end{itemize} - If a function $f$ is both injective and surjective, then it is said - to be a bijective. + If a function is both injective and surjective, then it is said to + be a bijective. \end{definition} % An injective function guarantees that each element in its image is