All proofs
Project-declaredLean 4.32.0 · mathlib@249c48c2

Ring Haar Char D𝔸 real surjective

NumberField.AdeleRing.DivisionAlgebra.Aux.ringHaarChar_D𝔸_real_surjective

Plain-language statement

For any positive real r, there's some ρ ∈ ℝˣ such that the haar character of (ρ, 1) ∈ D_f × D_∞ is r.

Exact Lean statement

lemma ringHaarChar_D𝔸_real_surjective (r : ℝ) (h : r > 0) :
    ∃ (ρ : ℝˣ), ringHaarChar
      ((D𝔸ProdRightUnits K D).symm (((Units.map (algebraMap ℝ (Dinf K D))) ρ),1)) = r

Formal artifact

Lean source

Canonical source
Full Lean sourceLean 4
lemma ringHaarChar_D𝔸_real_surjective (r : ) (h : r > 0) :     (ρ : ˣ), ringHaarChar      ((D𝔸ProdRightUnits K D).symm (((Units.map (algebraMap  (Dinf K D))) ρ),1)) = r := by  have a : IsUnit (r ^ (1 / Module.finrank  (Dinf K D) : )) := by    simp only [one_div, isUnit_iff_ne_zero, ne_eq]    refine (Real.rpow_ne_zero (by positivity) ?_).mpr (by positivity)    simp [Nat.ne_zero_iff_zero_lt, Module.finrank_pos]  have := ringHaarChar_ModuleFinite_unit (K := ) (R := Dinf K D) (a.unit)  use a.unit  rw [ringHaarChar_D𝔸, ringHaarChar_prod, map_one, mul_one]  simp_all only [gt_iff_lt, RingHom.toMonoidHom_eq_coe, NNReal.coe_pow]  have t : (ringHaarChar a.unit) = r ^ ((1 / Module.finrank  (Dinf K D) : )) := by    simp_rw [MeasureTheory.ringHaarChar_real, IsUnit.unit_spec, coe_nnnorm, Real.norm_eq_abs,      one_div, abs_eq_self]    positivity  simp_rw [t, one_div]  exact Real.rpow_inv_natCast_pow (by positivity) (Nat.ne_zero_iff_zero_lt.mpr Module.finrank_pos)
Project
Fermat's Last Theorem
License
Apache-2.0
Commit
8dd808888295
Source
FLT/DivisionAlgebra/Finiteness.lean:392-408

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