Trouver toutes les fonctions f:N→N telles que pour tous m,n∈N, on ait m2+f(n)∣mf(m)+n
This one wants a proof. Work it on paper, read the official solution, then mark
yourself honestly — the ladder only means something if the record is true.
Official solution
Solution:
Avec m=n, on obtient m2+f(m)∣mf(m)+m. ⇒m2+f(m)mf(m)+m−m(m2+f(m))⇒m2+f(m)m3−m Donc, avec m=2, on a 4+f(2)∣6 et comme f(2)>0, on a f(2)=2. Substituons m=2 au départ, on a 4+f(n)∣4+n et donc n≥f(n),∀n∈N. En particulier, 0<f(1)≤1 et donc f(1)=1. De plus, on a m2+f(m)∣mf(m)+m, et donc f(m)≥m,∀m∈N−{1}. On en conclut que f(n)=n,∀n∈N, qui est bien une solution.
Posons m=f(n), on obtient f(n)2+f(n)∣f(n)f(f(n))+n et donc f(n)∣n. En particulier, f(n)≤n∀n∈N et f(1)=1. En posant n=1, on obtient m≤f(m),∀m∈N. On conlcut de la męme maničre.
Source: MathNet,
licensed CC-BY-4.0.
Statement and solution reproduced as published; topic, difficulty and ordering added
by this site.