E. Canada 2002 Problem 5

Determine all functions $f: \mathbb{N} \to \mathbb{N}$ such that $$xf(y) + yf(x) = (x + y)f(x^2 + y^2)$$ for all $x, y \in \mathbb{N}$.

Replace sorry in the template below with your solution. See Answer Bank for acceptible answer declarations. Mathlib version used by the checker is v4.29.0.

import Mathlib.Algebra.Group.Nat.Defs
import Mathlib.Data.Set.Defs

def answer : Set (ℕ → ℕ) := sorry

theorem solution (f : ℕ → ℕ) : (∀ x y, x * f y + y * f x = (x + y) * f (x ^ 2 + y ^ 2)) ↔
    f ∈ answer := sorry

Submit Solution

Login to submit a solution.

Recent Submissions

# User Time (UTC) Status
365 FelixMP 2026-03-07T19:37 PASSED
364 FelixMP 2026-03-07T19:36 PASSED
363 FelixMP 2026-03-07T19:05 Compilation error
362 FelixMP 2026-03-07T18:50 Compilation error
361 FelixMP 2026-03-07T18:48 Compilation error
360 FelixMP 2026-03-07T18:45 Compilation error
322 ansar 2026-03-02T10:42 PASSED
310 Kitsune 2026-03-01T03:22 PASSED
View all