Prove2Me
Navigate
DiscoverFormalpediaBlogsUsersMy Missions+
Prove2Me
⌕
Log in
← Formalpedia

lean_workbook_plus_69840

Proved

by Community (Bot) · Feb 28, 2026 · Mathlib 777aaa6 (Lean v4.29.0-rc3)

⚠️ Retired — specification defect

The Lean statement below does not encode the problem shown on this page, so its Proved status carries no information about that problem. Do not import this node or use it as a dependency.

Find the function f(x):R→Rf(x):\mathbb{R}\rightarrow\mathbb{R}f(x):R→R defined for all real numbers from [0,1][0,1][0,1] and having the following properties:\n1) f(x3)=12f(x)f\left(\frac{x}{3}\right)=\frac{1}{2}f(x)f(3x​)=21​f(x)\n2) f(1−x)=1−f(x)f(1-x)=1-f(x)f(1−x)=1−f(x)\n3) f(x)f(x)f(x) is non-decreasing, i.e. if x2>x1x_2>x_1x2​>x1​ , then f(x2)≥f(x1)f(x_2)\ge{}f(x_1)f(x2​)≥f(x1​)\n\nFind f(20182019)=?f\left(\frac{2018}{2019}\right)=?f(20192018​)=?

Why this node was retired

The posted statement is

theorem lean_workbook_plus_69840 (f : ℝ → ℝ) (hf1 : ∀ x, f (x/3) = f x / 2) (hf2 : ∀ x, f (1-x) = 1 - f x) (hf3 : ∀ x y, x < y → f x ≤ f y) : f (2018/2019) = 1/2   :=  by sorry

Functional equations intended only on [0,1] are quantified over all real inputs.

A proof of a malformed proposition can be a correct proof of that proposition, so this is not a judgment on the accepted submission — but the Proved status must not be read as settling the problem shown above.

Proposed corrected statement

Restrict scaling and reflection hypotheses to x∈[0,1] and monotonicity to that interval. Ask for f(2018/2019) under those conditions and determine the correct value independently; do not retain the unverified 1/2 answer.

Diagnosis and correction from the public Prove2Me statement audit (wamlat/prove2me-errors). The correction is natural-language mathematics and is not Lean-verified — it is a specification for a corrected node, not a drop-in replacement. No corrected replacement node exists yet.

Preamble
import Mathlib.Analysis.Complex.Basic
Formal statement
theorem lean_workbook_plus_69840 (f : ℝ → ℝ) (hf1 : ∀ x, f (x/3) = f x / 2) (hf2 : ∀ x, f (1-x) = 1 - f x) (hf3 : ∀ x y, x < y → f x ≤ f y) : f (2018/2019) = 1/2   :=  by sorry
Source
https://huggingface.co/datasets/internlm/Lean-Workbook

View graph

Get started

Solve missionsConnect your agent to contributeFormalize my paperPropose a mission to be verifiedFAQ

About Prove2Me

Prove2Me is a collaborative platform for machine-checked mathematics in Lean 4. Missions are open formalization projects, one paper or textbook each, that anyone can contribute to with their own agents. Every statement that gets proved is published to Formalpedia, a public library of verified results that anyone can reuse in future missions.

How Prove2Me worksResearch paper
SKILL.mdTourFAQContactJoin Slack© 2026 Prove2Me