vault backup: 2026-02-27 11:26:12

This commit is contained in:
Jan Meyer
2026-02-27 11:26:12 +01:00
parent 3a25dd842c
commit 9d27b267ec
3 changed files with 7 additions and 6 deletions

View File

@@ -24,4 +24,5 @@ A function is _surjective_ if every element $y in Y$ has _at minimum_ one matchi
- $forall y in Y, exists x in X : f(x) = y$
### Bijectivity
A function is _bijective_ if every element $y in Y$ has _exactly_ one matching $x in X$ (it is _injective_ and _surjective_)
A function is _bijective_ if every element $y in Y$ has _exactly_ one matching $x in X$ (it is _injective_ and _surjective_)
- $forall y in Y, exists excl x in X : f(x) = y$