Zulip Chat Archive
Stream: maths
Topic: Idle thoughts about module topology and adeles
Kevin Buzzard (Jan 20 2025 at 19:57):
If is a number field then a cheap definition of the finite adeles of is and a cheap definition of the infinite adeles of is . Writing it like this, it's really clear that the finite adeles of are some kind of "nonarchimedean completion" of and the infinite adeles of are some kind of "archimedean completion" of , so the adeles of , defined as the product of the finite and infinite adeles, are some kind of "universal" completion of .
But actually we're missing something here, because the adeles are a topological ring and the topology is really important. Where is the topology coming from? Well the infinite adeles of are a finite-dimensional real vector space and it's of course equipped with the usual topology that a finite-dimensional real vector space has, which is the -module topology in the sense of docs#moduleTopology . [The module topology is a canonical topology on any module over a topological ring; it's the finest topology making addition and scalar multiplication continuous (you can also use negation but this follows from the fact that it's multiplication by ). ]
So the infinite adeles have a canonical topology and it's the right thing. Can we do the same hack with the finite adeles?
My first reaction was "unlikely", because most of the interesting results I've proved about the module topology are for finite modules, and is not a finite -module so you wouldn't expect the finite adeles to be a finite -module and indeed they are not.
But idly messing around today, I realised that actually the finite adeles of could well have the -topology. This is because is an open subring of the finite adeles with the usual topology and, although I haven't formalised it yet, I like the look of the following argument:
Theorem: if is an open subring of a topological ring , then has the -module topology.
Proof (not checked carefully): Let denote 's topology and let denote the -module topology on . The module topology is defined as an Inf, meaning that the identity map from to is continuous. Furthermore the -module topology on equals 's topology (this is docs#TopologicalSemiring.toIsModuleTopology ) and all -linear morphisms between modules with the module topology are continuous (this is docs#IsModuleTopology.continuous_of_linearMap ) so the inclusion is continuous. I think this must be enough -- it surely shows that the neighbourhood filters of on and are equal, and so by some nonsense which Patrick did for the perfectoid project the two topologies are equal (you can use addition to translate the filter around to any point; note that this doesn't work for semirings because you need subtraction).
If that's right, then just like we topologised with the -module topology, we could topologise with the -module topology. Does this give the usual topology? I don't know but it might not be hard. The proof above doesn't apply because is not open in the finite adeles of if , but on the other hand I do know that the finite adeles of are finite over the finite adeles of (because is finite over ) and that the finite adeles of do have the (finite adeles of )-module topology, so if there's some kind of transitivity lemma there which I haven't thought carefully about then maybe we win. Alternatively one could go via the profinite completion of the integers of which might be easier; I don't know if it's easier for the open subring to be finite over a subring or whether it's easier to be finite over something with an open subring. Is it true in general that if are topological rings (with all topologies on subsets being induced) and has the -module topology and has the -module topology then has the -module topology? Or if are a top ring and a subring, and if has the -module topology, then do the -module and -module topologies on a -module coincide?
Scott Carnahan (Jan 20 2025 at 21:41):
Regarding the finiteness problem, would it help to construct a "smaller finite adeles" ring, replacing with ? The product with infinite adeles still gives you the usual adeles ring.
Scott Carnahan (Jan 20 2025 at 21:42):
Never mind, I see you basically wrote that near the end.
Kevin Buzzard (Jan 20 2025 at 21:52):
Yeah this might be the key.
Last updated: May 02 2025 at 03:31 UTC