Infinite adele ring #
This file formalises the definition of the infinite adele ring of a number field K
as the
product of completions of K
over its infinite places. The definition of the completions are
formalised in AdeleRingLocallyCompact.NumberTheory.NumberField.Completion.
We show that the infinite adele ring is locally compact and that it is isomorphic to the
space ℝ ^ r₁ × ℂ ^ r₂
used in Mathlib.NumberTheory.NumberField.mixedEmbedding
.
Main definitions #
NumberField.InfiniteAdeleRing
of a number fieldK
is defined as the product of the completions ofK
over its Archimedean places.NumberField.InfiniteAdeleRing.ringEquiv_mixedSpace
is the ring isomorphism between the infinite adele ring ofK
andℝ ^ r₁ × ℂ ^ r₂
, where(r₁, r₂)
is the signature ofK
.
Main results #
NumberField.InfiniteAdeleRing.locallyCompactSpace
: the infinite adele ring is a locally compact space.NumberField.InfiniteAdeleRing.mixedEmbedding_eq_algebraMap_comp
: applying the ring isomorphism ofequiv_mixedSpace
to a globally embedded(x)ᵥ
in the infinite adele ring, wherex ∈ K
, is the same as applying the embeddingK → ℝ ^ r₁ × ℂ ^ r₂
given byNumberField.mixedEmbedding
tox
.
References #
- [J.W.S. Cassels, A. Frölich, Algebraic Number Theory][cassels1967algebraic]
Tags #
infinite adele ring, number field
The infinite adele ring of a number field.
Equations
- NumberField.InfiniteAdeleRing K = ((v : NumberField.InfinitePlace K) → v.completion)
Instances For
Equations
- NumberField.InfiniteAdeleRing.instCommRing K = Pi.commRing
Equations
- NumberField.InfiniteAdeleRing.instInhabited K = { default := 0 }
Equations
- ⋯ = ⋯
Equations
- NumberField.InfiniteAdeleRing.instTopologicalSpace K = Pi.topologicalSpace
Equations
- ⋯ = ⋯
Equations
- NumberField.InfiniteAdeleRing.instAlgebra K = Pi.algebra (NumberField.InfinitePlace K) NumberField.InfinitePlace.completion
The infinite adele ring is locally compact.
Equations
- ⋯ = ⋯
The ring isomorphism between the infinite adele ring of a number field and the
space ℝ ^ r₁ × ℂ ^ r₂
, where (r₁, r₂)
is the signature of the number field.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Transfers the embedding of x ↦ (x)ᵥ
of the number field K
into its infinite adele
ring to the mixed embedding x ↦ (φᵢ(x))ᵢ
of K
into the space ℝ ^ r₁ × ℂ ^ r₂
, where
(r₁, r₂)
is the signature of K
and φᵢ
are the complex embeddings of K
.