think that $n$ is a natural number and $A$ is the set of the divisors of $n$. Let $f:A \longrightarrow A$ be a function such that if $a \mid b$ then $f(a) \mid f(b)$. Prove that there is a $m$ that $f(m)=m$.
We have learned this kind of questions in the previous class then I cannot do anything.And because of that please give full answers.Thanks.
Recursive proof:
$n=1$ $f(1)=1$. done.
Suppose $f(n)=n$ done.
Suppose $f(n)=m<n$, for every $a|n, f(a)|m, f(a)$ is an element of $A_m$ the set of divisors of $m$. Let $g$ be the restriction of $g$ to $A_m$, if $a,b\in A_m, a|b, g(a)=f(a)$ divides $f(b)=g(b)$. Recursively, we deduce that there exists $p\in A_m$ such that $g(p)=f(p)=p$.