f: (R*R)->R
f(x,y)=x+y
if I'm asked to write 2 right inversed fanctions of f.
can I say that:
f1: R-> (R*R)
f1(x)= (x-1, 1)
f2: R-> (R*R)
f1(x)= (x-2, 2)
because: f(f1(x))= f(x-1,1)=x-1+1=x
well this does matches the definition of right inverse function but what bothers me
I guess is...