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 GiG_i, and I want to split G(1)G_(-1), the Galois group, as some difference set like Gi/G(I+1)G_i/G_(I + 1), till GnG_n 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 GG, and a filtration of normal group GiG_i, I want to prove that G=inGiGn+1G = \cup_{i \le n} G_i \cup G_{n+1}, 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