Determining Onto for f: Z x Z -> Z

  • Thread starter Thread starter lipun4u
  • Start date Start date
AI Thread Summary
The discussion focuses on determining if the functions f(m,n) = 2m - n and f(m,n) = |m| - |n| are onto functions. An onto function, or surjective function, means that for every element in the codomain, there is a corresponding element in the domain. Participants suggest that these functions can be analyzed similarly to the linear function f(x) = 3x + 10, which is confirmed to be onto. The conversation emphasizes the importance of showing work and understanding the definition of onto functions to solve the problem. Ultimately, the participants are encouraged to apply their understanding of onto functions to the given examples.
lipun4u
Messages
7
Reaction score
0
Determine whether f:Z x Z -> Z is onto if
1> f(m,n) = 2m-n
2> f(m,n) = |m| -|n|
 
Physics news on Phys.org
You need to show some work before we can help you with your homework. What do you know about onto functions? What have you thought so far?
 
ya i kno onto function

i also know how to implement in situation like

f(x)=3x+10

but i don't know ab the above...I guess this is guanine
 
What is the definition of "onto" function? Do these functions satisfy the definition?
These can be done in exactly the same way as f(x)= 3x+ 10.

Well, not exactly the same- actually these are easier because you have more values to work with.

"guanine"? Isn't that one of the amino acids that make up DNA?
 
Can u please explain me how to solve it ?
 
You said "i also know how to implement in situation like f(x)=3x+10"

Okay, how would you determine whether that is an "onto" function?

What happens if you do exactly the same thing with f(m,n)= 2m- n?

Please show us what you would do with f(x)= 3x+ 10.
 
f(x)=y
=> 3x+10 = y
=>x=(y-10)/3

for every value of y there exists a value of x
so its an onto function
 
Back
Top