/- Copyright 2026 The Formal Conjectures Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -/ import FormalConjecturesUtil

Conjecture 20.76

by L. Pyber Reference: The Kourovka Notebook !

namespace Kourovka.«20.76»

Let $G$ be a finite $p$-group and assume that all abelian normal subgroups of $G$ have order at most $p^k$. Is it true that every abelian subgroup of $G$ has order at most $p^{2k}$?

@[category research open, AMS 20] theorem declaration uses 'sorry'kourovka.«20.76» : answer(sorry) ∀ᵉ (p : ) (hp : p.Prime) (G : Type) (_ : Group G) (hg : IsPGroup p G) (_ : Finite G) (k : ) (h : H: Subgroup G, H.Normal IsMulCommutative H Nat.card H p ^ k), ( H : Subgroup G, IsMulCommutative H Nat.card H p ^ (2 * k)) := True (p : ), Nat.Prime p (G : Type) (x : Group G), IsPGroup p G Finite G (k : ), (∀ (H : Subgroup G), H.Normal IsMulCommutative H Nat.card H p ^ k) (H : Subgroup G), IsMulCommutative H Nat.card H p ^ (2 * k) All goals completed! 🐙 end Kourovka.«20.76»