1
0
mirror of https://github.com/dhil/phd-dissertation synced 2026-03-13 11:08:25 +00:00

Rewording

This commit is contained in:
2020-10-21 01:26:14 +01:00
parent de88350786
commit 16aff4f445

View File

@@ -431,9 +431,9 @@ written $\dec{Im}(f)$, is the set of values that it can return, i.e.
to be a bijective.
\end{definition}
%
A partial function $f : A \pto B$ is injective, surjective, and
bijective whenever the function $f' : \dom(A) \to B$ obtained by
restricting $f$ to its domain is injective, surjective, and bijective
A partial function $f$ is injective, surjective, and bijective
whenever the function $f' : \dom(f) \to \dec{cod}(f)$, obtained by
restricting $f$ to its domain, is injective, surjective, and bijective
respectively.
\section{Universal algebra}