2

Give an explicit example of a bijective function $f:\mathbb Q \to \mathbb Q$ such that $f(x)>x^3$ for each x.

My approach :=

Consider $f(x)=x^3+1$.

Then $f$ is one-one but not onto.

Since 3 has no pre-image.

Now I am unable to construct.

SUJAN DAS
  • 302

1 Answers1

3

Hint : Define $f : \mathbb{Q} \rightarrow \mathbb{Q}$ by $$f(x)=\Big((\lfloor x \rfloor+1)^3-\lfloor x \rfloor^3 \Big)\lbrace x \rbrace + \lfloor x \rfloor^3+1$$

where $\lfloor x \rfloor$ denotes the greatest integer part of $x$, and $\lbrace x \rbrace $ its fractionnal part.

TheSilverDoe
  • 29,720