Proving One-to-One Functions: An Introduction to Counterexamples

  • Thread starter Thread starter cue928
  • Start date Start date
  • Tags Tags
    Function Proof
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
cue928
Messages
129
Reaction score
0
I am being asked to prove the following:
f: Z --> Z by f(n) = |2n-1| is not one to one and g:{n element of Z|n>=10} --> Z with g(n) = |2n-1| is one to one. Can anyone help me get started on this? The example done in class involved substituting in and finding out if the values were equal. Maybe it's the absolute value bars, not sure how to prove this in this instance.

Incidentally, can you have a discussion about functions without having discussed cartesian products of sets and also relations?
 
Physics news on Phys.org
see when function is one to one it means that whenever you have f(x1)=f(x2) it implies x1=x2...

so to prove that a function is NOT one to one, you have to come up with a counterexample where f(x1)=f(x2) is true and x1=x2 is false.
now for function f , what can you tell about the ordered pairs (0,1) and (1,1) ?