The subject line pretty much said what I need to do, that is I want to create a mapping from $x \in [-1,1]$ to $y \in \mathbb{R}^2$ with the following property: for each $x, x' \in [-1,1]$ $( y_1(x) - y_2(x) ) \ne ( y_1(x') - y_2(x') )$. Obviously I can do this parametrically, but I'm wondering if there's any nonparametric property that I can invoke that would imply my condition. It seems very unlikely to me, but you guys are much smarter than me, so I thought I'd give it a try...
2026-04-17 18:07:43.1776449263
Creating a map from $x \in [-1,1]$ to $y\in\mathbb{R}^2$ such that $y_1 - y_2$ is 1-1 w.r.t. $x$
34 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
Define your function as $$f(x)=(x,1)$$ Note that if $x\ne x'$, then $1-x \ne 1-x'$
Thus this function satisfies your condition.