vault backup: 2026-02-27 11:29:12
This commit is contained in:
@@ -16,8 +16,8 @@ For any $x in X$ the output $f(x)$ is an element of $Y$.
|
||||
|
||||
## Mapping Properties
|
||||
### Injectivity
|
||||
A function is _injective_ if every element in $Y$ has _at most_ one matching $x in X$.
|
||||
- $forall y in Y,exists^(<=1) x in X : f(x) = y$
|
||||
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$
|
||||
|
||||
Reference in New Issue
Block a user