Does there exist a function f:Z→Z such that f(f(n)−2n)=2f(n)+n for all integers n?
This one wants a proof. Work it on paper, then read the official solution and mark yourself. Be honest about it: the record is only any use to you if it is.
There are many functions f that satisfy the given condition. One of them is given by the following definition: f(n)={n−3nif n≥0if n<0 which can be verified in the following 3 cases.
n>0: f(f(n)−2n)=f(−n)=3n and 2f(n)+n=2n+n=3n.
n<0: f(f(n)−2n)=f(−5n)=−5n and 2f(n)+n=−5n.
n=0: We have f(0)=0 and f(f(n)−2n)=2f(n)+n=0.
Source: MathNet,
licensed CC-BY-4.0.
Statement reproduced verbatim; metadata (topic, difficulty, ordering) added by this project.