Is f(x, y) = 2^x(6^y) on NxN->N 1-to-1?

dagr8est

Junior Member
Joined
Nov 2, 2004
Messages
128
N = non-negative integers

Is f(x, y) = 2^x(6^y) on NxN->N 1-to-1? Someone told me it isn't 1-to-1. All I see is that 2^x(6^y) = 2^(x+y)(3^y) so it is possible that it is not 1-to-1. I can't find an actual example though. Any help is appreciated.
 
For f(x, y) to be one-to-one onto its range (which obviously isn't all of the natural numbers), you must have, for f(a, b) = f(c, d), that a = c and b = d.

. . . . .2<sup>a</sup> 6<sup>b</sup> = 2<sup>c</sup> 6<sup>d</sup>

. . . . .2<sup>a</sup> 2<sup>b</sup> 3<sup>b</sup> = 2<sup>c</sup> 2<sup>d</sup> 3<sup>d</sup>

. . . . .2<sup>a+b</sup> 3<sup>b</sup> = 2<sup>c+d</sup> 3<sup>d</sup>

Divide through by the right-hand side:

. . . . .2<sup>a+b-c-d</sup> 3<sup>b-d</sup> = 1

There is no way for powers of 2 to "cancel out" powers of 3, so the only way for this product to equal 1 is for each of the factors to equal 1.

What then can you conclude about the powers a + b - c - d and b - d?

Eliz.
 
Top