Zulip Chat Archive

Stream: Is there code for X?

Topic: Each term of the upper central series is characteristic


Yongxi Lin (Aaron) (Feb 03 2026 at 03:46):

import Mathlib

theorem characteristic_upperCentralSeries (G : Type*) [Group G] (n : ) : (upperCentralSeries G n).Characteristic := by
  sorry

It seems that we don't have this after glancing through Mathlib.GroupTheory.Nilpotent.

Violeta Hernández (Feb 03 2026 at 04:05):

(should be called characteristic_upperCentralSeries)

Yongxi Lin (Aaron) (Feb 05 2026 at 22:27):

#34890


Last updated: Feb 28 2026 at 14:05 UTC