Zulip Chat Archive
Stream: Is there code for X?
Topic: Centralizer
Li Xuanji (Nov 29 2024 at 05:29):
Are either of these theorems? I found le_normalizer
but nothing for these.
import Mathlib
example (G : Type) [Group G] (A : Subgroup G) : Subgroup.centralizer A ≤ Subgroup.normalizer A := by
sorry
example (G : Type) [Group G] (A : Subgroup G) : A ≤ Subgroup.centralizer A := by
sorry
Kim Morrison (Nov 29 2024 at 05:41):
The second one is only true for G commutative.
Kim Morrison (Nov 29 2024 at 05:42):
That said I'm failing to find either.
Yaël Dillies (Nov 29 2024 at 11:02):
Surely both statements are a bit silly when G
is commutative, since the centralizer and normalizer are everything?
Yaël Dillies (Nov 29 2024 at 11:02):
Oh, you probably meant "when A
is commutative", sorry
Kim Morrison (Nov 29 2024 at 11:43):
Oops, sorry. Something had better be commutative! :-)
Jz Pan (Nov 30 2024 at 10:01):
@loogle Subgroup.centralizer, Subgroup.normalizer, |- LE.le ..
loogle (Nov 30 2024 at 10:01):
:shrug: nothing found
Last updated: May 02 2025 at 03:31 UTC