document.write( "Question 916124: Determine whether the function f : Z × Z → Z is onto if
\n" );
document.write( "a) f (m, n) = m.
\n" );
document.write( "b) f (m, n) = |n|.
\n" );
document.write( "c) f (m, n) = m − n.
\n" );
document.write( "
\n" );
document.write( "I know that \"is f onto\" is equivalent to \"Given any integer k, can you find two integers m and n such that [insert function value here] = k?\"
\n" );
document.write( "
\n" );
document.write( "Wouldn't that make ALL of them onto? If not, why not? \n" );
document.write( "
Algebra.Com's Answer #555950 by Edwin McCravy(20059)![]() ![]() You can put this solution on YOUR website! No. Not (b) since absolute values are never negative!\r\n" ); document.write( "Let's go through them:\r\n" ); document.write( " \r\n" ); document.write( "(a) is onto because for any k ∈ Z, f(k,n) = k, for any n ∈ Z\r\n" ); document.write( "\r\n" ); document.write( "(b) is not onto because for any k ∈ Z where k < 0, \r\n" ); document.write( " f(m,n) = |n| ≠ k for all m,n ∈ Z\r\n" ); document.write( "\r\n" ); document.write( "(c) is onto because for any k ∈ Z, f(k+1,1) = (k+1)-1 = k\r\n" ); document.write( "\r\n" ); document.write( "Edwin\n" ); document.write( " |