Zulip Chat Archive
Stream: new members
Topic: Splits a Ramification group to union of difference set.
Junjie Bai (Mar 31 2024 at 03:34):
I got a series of Ramification groups, say , and I want to split , the Galois group, as some difference set like , till for some n, Is there any theorem can do this?
Kevin Buzzard (Mar 31 2024 at 08:51):
You can ask for the sup of the j such that x \in G j, is that what you're looking for?
Junjie Bai (Mar 31 2024 at 13:21):
I'm so sorry that I didn't state my question clearly, let me be more clear. I got a group , and a filtration of normal group , I want to prove that , here is my statement, I want to know how can I prove this?
theorem G_split (n : ℤ) (h : (PairwiseDisjoint (↑(Finset.Icc (-1) (n - 1))) (G_diff K L))) : (⊤ : Finset (L ≃ₐv[K] L)) = (disjiUnion (Finset.Icc (-1) (n - 1)) (G_diff K L) h) ∪ (G(L/K)_[n] : Set (L ≃ₐv[K] L)).toFinset := by sorry
Kevin Buzzard (Apr 29 2024 at 10:21):
Can you make a #mwe ?
Last updated: May 02 2025 at 03:31 UTC