vault backup: 2026-03-09 17:46:37

This commit is contained in:
Jan Meyer
2026-03-09 17:46:37 +01:00
parent b5391ae644
commit d507f8af86
3 changed files with 17 additions and 9 deletions

View File

@@ -18,7 +18,6 @@ For any $x in X$ the output $f(x)$ is an element of $Y$.
### Injectivity
A function is _injective_ if every element in $y in f(x)$ has _at most_ one matching $x in X$.
- $forall y in Y,exists excl x in X : f(x) = y$
### Surjectivity
A function is _surjective_ if every element $y in Y$ has _at minimum_ one matching $x in X$
- $forall y in Y, exists x in X : f(x) = y$