IMO 2010 A1 (P1) #
A ring with floor is a totally ordered ring $R$ with a floor function $⌊⬝⌋ : R → ℤ$
such that for any $x ∈ R$ and $n ∈ ℤ$, we have $⌊x⌋ ≤ n$ if and only if $x ≤ n_R$.
(See FloorRing for the formal definition.)
Let $R$ and $S$ be totally ordered rings with floor. Suppose that there exists $α ∈ R$ such that $0 < α < 1$. Find all functions $f : R → S$ such that for any $x, y ∈ R$, $$ f(⌊x⌋ y) = ⌊f(y)⌋ f(x). $$
Answer #
$f ≡ 0$ and $f ≡ C$ for some constant $C ∈ S$ with $⌊C⌋ = 1$.
Solution #
Plugging $(x, y) = (0, 0)$ yields either $f(0) = 0$ or $⌊f(0)⌋ = 1$. In the case $⌊f(0)⌋ = 1$, plugging $y = 0$ yields that $f ≡ C$ for some constant $C$. Note that $C = f(0)$, so $⌊C⌋ = ⌊f(0)⌋ = 1$.
Now assume that $f(0) = 0$. Fix some $α ∈ R$ such that $0 < α < 1$. Plugging $x = y = α$ yields $⌊f(α)⌋ f(α) = f(0) = 0$ and so $⌊f(α)⌋ = 0$. Plugging $(x, y) = (-1, α)$ then yields $f(-α) = 0$. Finally, since $⌊-α⌋ = -1$, plugging $x = -α$ gives $f ≡ 0$.
Extra #
It can be shown that there exists $α ∈ R$ such that $0 < α < 1$ as long as $R$ is not isomorphic to either $ℤ$ or the trivial ring.
A function f : R → S is called good if
f(⌊x⌋ y) = ⌊f(y)⌋ f(x) for all x, y : R.
Instances For
The zero function is good.
The constant function f ≡ C is good if ⌊C⌋ = 1.
We have either ⌊f(0)⌋ = 1 or f(0) = 0.
Suppose there exists α : R such that 0 < α < 1. Then f(0) = 0 implies f ≡ 0.
Final solution