All proofs
Project-declaredLean 4.32.0 ยท mathlib@249c48c2

Number Field Adele Ring units mem ring Haar Character ker

NumberField.AdeleRing.units_mem_ringHaarCharacter_ker

Plain-language statement

Left multiplication by an element of Bหฃ on B โŠ— ๐”ธ_K does not scale additive Haar measure. In other words, Bหฃ is in the kernel of the ringHaarChar of B โŠ— ๐”ธ_K.

Exact Lean statement

lemma NumberField.AdeleRing.units_mem_ringHaarCharacter_ker
    [MeasurableSpace (B โŠ—[K] AdeleRing (๐“ž K) K)] [BorelSpace (B โŠ—[K] AdeleRing (๐“ž K) K)]
    (b : Bหฃ) :
    (Units.map Algebra.TensorProduct.includeLeftRingHom.toMonoidHom b :
      (B โŠ—[K] AdeleRing (๐“ž K) K)หฃ) โˆˆ
    ringHaarCharKer (B โŠ—[K] AdeleRing (๐“ž K) K)

Formal artifact

Lean source

Canonical source
Full Lean sourceLean 4
lemma NumberField.AdeleRing.units_mem_ringHaarCharacter_ker    [MeasurableSpace (B โŠ—[K] AdeleRing (๐“ž K) K)] [BorelSpace (B โŠ—[K] AdeleRing (๐“ž K) K)]    (b : Bหฃ) :    (Units.map Algebra.TensorProduct.includeLeftRingHom.toMonoidHom b :      (B โŠ—[K] AdeleRing (๐“ž K) K)หฃ) โˆˆ    ringHaarCharKer (B โŠ—[K] AdeleRing (๐“ž K) K) := by  rw [mem_ringHaarChar_ker, ringHaarChar_apply]  convert! MeasureTheory.addHaarScalarFactor_tensor_adeles_eq_one K B (LinearEquiv.mulLeft K b)  ext c  change _ = (ContinuousLinearEquiv.baseChange K _ _ _ _) c  induction c with  | zero => simp  | tmul x y => simp [LinearEquiv.mulLeft]  | add x y hx hy => simp_all [mul_add]
Project
Fermat's Last Theorem
License
Apache-2.0
Commit
8dd808888295
Source
FLT/HaarMeasure/HaarChar/AdeleRing.lean:222-235

Reuse this declaration

Bring the exact result into your workflow

The import identifies the source module. Your project still needs the pinned package dependency shown on this page.

What this badge means

This completion status comes from the project or community source. It has not yet been represented here as an independent rebuild and axiom audit.

Continue in this project

Related declarations

Project-declaredLean 4.32.0

Eq finsum quotient out of bij On

AbstractHeckeOperator.eq_finsum_quotient_out_of_bijOn'

Plain-language statement

If a is fixed by V then โˆ‘แถ  g โˆˆ s, g โ€ข a is independent of the choice s of coset representatives in G for a subset of G โงธ V

number theoryarithmetic geometryFermat's Last Theorem

Source project: Fermat's Last Theorem

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Comm Group no compact automorphisms

CommGroup.no_compact_automorphisms

Plain-language statement

A connected compact Hausdorff abelian topological group does not admit a nontrivial compact group of automorphisms.

number theoryarithmetic geometryFermat's Last Theorem

Source project: Fermat's Last Theorem

Person-level attribution pending.

View proof record