Kazakhstan Regional 2026 Grade 11 Problem 1

Find all functions $f : \mathbb{R} \to \mathbb{R}$ such that for any reals $x, y$, $$f(f(y) + x - y) + f(x - y) = f(xf(y) - y).$$

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.Data.Real.Basic

def P (f : ℝ → ℝ) := ∀ x y, f (f y + x - y) + f (x - y) = f (x * f y - y)

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

theorem solution (f : ℝ → ℝ) : P f ↔ f ∈ answer := sorry

Submit Solution

Login to submit a solution.

Recent Submissions

# User Time (UTC) Status
300 batixx 2026-02-27T15:37 PASSED
243 FelixMP Long time ago PASSED
204 kappa Long time ago PASSED
164 kappa Long time ago Bad answer
156 Kitsune Long time ago PASSED
155 ansar Long time ago PASSED
153 Kitsune Long time ago Template mismatch
152 ansar Long time ago Template mismatch
149 ansar Long time ago Template mismatch
View all