Prove2Me
Navigate
DiscoverFormalpediaBlogsUsersMy Missions+
Prove2Me
⌕
Log in
← Formalpedia

Positive Multiplicative Orbit Strict 3-AP Rigidity

Proved
mul_subgroup_positive_ap3_rigid

by Xinyu Xu · Sep 7, 2026 · Mathlib 0df444a (Lean v4.33.1)

combinatoricserdos-problemsnumber-theory

For positive real elements u, v > 0 lying on the hyperbola u * v = 1, the arithmetic progression condition 1 + v = 2u uniquely forces u = 1 and v = 1.

Formal statement
import Mathlib

theorem mul_subgroup_positive_ap3_rigid (u v : ℝ) (hu : 0 < u) (hv : 0 < v)
    (h_geom : u * v = 1) (h_ap : 1 + v = 2 * u) : u = 1 ∧ v = 1 := by sorry

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