Adeles indexed by intrinsic places #
This file defines the function-field adele space directly as a restricted product over
coordinate-free places. The equivalence adeleEquivChart identifies it with the two-chart
construction and transports the filtration and diagonal embedding.
Every element of the function field is integral at all but finitely many intrinsic places.
Reindex an intrinsic adele along the equivalence between chart and intrinsic places.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Pointwise multiplication of an intrinsic adele by an element of K.
Equations
- FunctionField.smulAdele k K x a = ⟨fun (v : FunctionField.Place k K) => x * ↑a v, ⋯⟩
Instances For
Equations
Equations
The intrinsic-to-chart adele equivalence commutes with multiplication by K.
Multiplication by an element of K as a k-linear endomorphism of intrinsic adeles.
Equations
- FunctionField.mulAdeleLinear k K x = { toFun := fun (a : ↥(FunctionField.AdeleSpace k K)) => x • a, map_add' := ⋯, map_smul' := ⋯ }
Instances For
An intrinsic adele satisfies the bound prescribed by a divisor.
Equations
- FunctionField.memAdeleFilt k K D a = ∀ (v : FunctionField.Place k K), v.valuation (↑a v) ≤ WithZero.exp (D v)
Instances For
The intrinsic adele filtration piece A(D).
Equations
- FunctionField.adeleFilt k K D = { carrier := {a : ↥(FunctionField.AdeleSpace k K) | FunctionField.memAdeleFilt k K D a}, add_mem' := ⋯, zero_mem' := ⋯, smul_mem' := ⋯ }
Instances For
Membership in the intrinsic filtration agrees with chart filtration membership.
The diagonal embedding of the function field into intrinsic adeles.
Equations
- FunctionField.diagonal k K = { toFun := fun (f : K) => ⟨fun (x : FunctionField.Place k K) => f, ⋯⟩, map_add' := ⋯, map_smul' := ⋯ }
Instances For
The image of the intrinsic diagonal embedding.
Equations
Instances For
The chart equivalence maps the intrinsic filtration onto the chart filtration.
The chart equivalence maps the intrinsic diagonal submodule onto the chart diagonal.
The chart equivalence maps A(D) plus the diagonal onto the corresponding chart submodule.
Membership in A(D) plus the diagonal is preserved by the chart equivalence.