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)) = rFormal artifact
Lean source
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
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
Source project: Fermat's Last Theorem
Person-level attribution pending.
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.
Source project: Fermat's Last Theorem
Person-level attribution pending.
Fermat Last Theorem of p ge 5
FermatLastTheorem.of_p_ge_5
Plain-language statement
If Fermat's Last Theorem is true for primes p ≥ 5, then FLT is true.
Source project: Fermat's Last Theorem
Person-level attribution pending.