#does f(n+1)>f(n) for all n prove injectivity?
10 messages · Page 1 of 1 (latest)
- Wait patiently for a helper to come along.
- Once someone helps you, say thank you and close the thread with:
+close
- Feel free to nominate the person for helper of the week in #helper-nominations
- Do not ping the mods, unless someone is breaking the rules.
- If you're happy with the help you got here, and the server overall, you can contribute financially as well:
Depends how it’s defined
If f ∊ R^ Z then yes it is injective meaning that, the initial set is the set of negative and positive integers
But for example f(x)={x if x ∊Z, x^2 if not} satisfies these conditions and is not injective
f(-1/2)=f(1/2)=1/4
No. See f(x) = floor(x) as a counterexample.