One to one function is monotone?

  • Thread starter Thread starter HaLAA
  • Start date Start date
  • Tags Tags
    Function
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
7 replies · 3K views
HaLAA
Messages
85
Reaction score
0

Homework Statement


A one to one function f: ℝ→ℝ is monotone, True or False

Homework Equations

The Attempt at a Solution


I think the statement is false, for example: Let I =[0,1]∪[2,3] f(x)=x if x∈[0,1], f(x)=5-x,x∈[2,3]
 
on Phys.org
You have not defined the value of f(x) outside of I, so the example does not meet the requirements of the question, which include that the domain be all of ##\mathbb{R}##.

I think the statement is false, but a little more work is needed to produce a counterexample.
 
andrewkirk said:
You have not defined the value of f(x) outside of I, so the example does not meet the requirements of the question, which include that the domain be all of ##\mathbb{R}##.

I think the statement is false, but a little more work is needed to produce a counterexample.
Let f(x)=x, x is rational, f(x)=-x,x is irrational, the function is one to one,but it is jumping. Does this example apply?
 
Yes, that rational/irrational function is a good one.
By the way, it's possible to extend your function in the OP to a non-monotone, injective function that has the entirety of ##\mathbb{R}## as domain. But the rational/irrational one in post 2 is easier to specify (albeit harder to visualize).
 
HaLAA said:
Let f(x)=x, x is rational, f(x)=-x,x is irrational, the function is one to one,but it is jumping. Does this example apply?
Of course you could have f(x) = x outside of the interval (-1, 1) and f(x) = -x on the interval (-1, 1) .

or even simpler :

f(1) = -1, f(-1) = 1, otherwise, f(x) = x.