Is the function f(m, n) = m^2 + n^2 one-to-one?

  • Thread starter Thread starter Cryphonus
  • Start date Start date
  • Tags Tags
    Variables
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
11 replies · 6K views
Cryphonus
Messages
59
Reaction score
0
Hey;

im kind of stuck with the following question, i would be glad if you can help


Homework Statement



Determine if the function f : Z x Z --> Z defined by f(m, n) = m^2 + n^2 is one-to-one.


Homework Equations



if F(x1) = F(x2) implies x1=x2 then the function is one to one.



The Attempt at a Solution



i did some algebra and ended up with the equation;

(m1-m2)(m1+m2) = (n2-n1)(n2+n1)

i don't know how to disprove the equality from this point
 
Physics news on Phys.org
they are equal since;

m^2 +n^2 = n^2 + m^2 ?
 
so does that proves that the function is one-to-one?
 
how so?

f(m,n) = f(n,m) implies that m=n ? in this case the function should be one-to-one?

or am i missing something?
 
oh right, it doesn't implies that m = n;

f(3,2) is equal to f(2,3) but with different values of m and n.

By the way one to one means if whenever f (a) = f (b) then a = b? so that the every element in domain points to a single unique element in range.
 
ok since both f(3,2) and f(2,3) points to the same element in the range this function is not one-to-one. We also showed that f(m,n) = f(n,m) does not implies n = m which is basically the same thing.

i think I am right this time? ^^

Thanks a lot