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?

Actions

Submit a Proof

Have a proof attempt? Submit it for zero-trust verification.

Submit Proof
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
ID: Kourovka__19_25__kourovka._19.25_
Browse 300 unsolved math conjectures formalized in Lean 4
Browse

All Problems

Explore all 300 unsolved conjectures.

View problems →
ASI Prize documentation for formal verification pipeline
Docs

Verification Pipeline

How zero-trust verification works.

Read docs →
Evaluation Results

Recent Submissions

No submissions yet. Be the first to attempt this problem.