vault backup: 2026-02-27 11:26:12
This commit is contained in:
@@ -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$
|
||||
Reference in New Issue
Block a user