Back to Problems
kourovka.«19.25»
Specification
Let $G$ and $H$ be finite groups of the same order with $\sum_{g \in G} \phi(|g|) = \sum_{h \in H} \phi(|h|)$, where $\phi$ is the Euler totient function. Suppose that $G$ is simple. Is $H$ necessarily simple?
Lean 4 Statement
theorem kourovka.«19.25» : answer(sorry) ↔
∀ (G H : Type) [Group G] [Group H] [Fintype G] [Fintype H],
∑ g : G, φ (orderOf g) = ∑ h : H, φ (orderOf h) →
IsSimpleGroup G → IsSimpleGroup H
Browse
All Problems
Explore all 300 unsolved conjectures.
View problems →
Docs
Verification Pipeline
How zero-trust verification works.
Read docs →
Evaluation Results
Recent Submissions
No submissions yet. Be the first to attempt this problem.