All proofs
Project-declaredLean 4.32.0 · mathlib@249c48c2

Measure Theory ring Haar Char complex

MeasureTheory.ringHaarChar_complex

Plain-language statement

The distributive Haar character of the action of ℂˣ on is the usual norm squared. This means that volume (z • s) = ‖z‖ ^ 2 * volume s for all z : ℂ and s : Set ℂ. See Complex.volume_complex_smul.

Exact Lean statement

lemma MeasureTheory.ringHaarChar_complex (z : ℂˣ) : ringHaarChar z = ‖(z : ℂ)‖₊ ^ 2

Formal artifact

Lean source

Canonical source
Full Lean sourceLean 4
lemma MeasureTheory.ringHaarChar_complex (z : ℂˣ) : ringHaarChar z = ‖(z : ℂ)‖₊ ^ 2 := by  -- We compute that `volume (x • ([0, 1] × [0, 1])) = ‖x‖₊ ^ 2 * volume ([0, 1] × [0, 1])`.  refine ringHaarChar_eq_of_measure_smul_eq_mul (s := Icc 0 1 ×ℂ Icc 0 1) (μ := volume)    (measure_pos_of_nonempty_interior _ <| by simp [interior_reProdIm]).ne'    (isCompact_Icc.reProdIm isCompact_Icc).measure_ne_top ?_  -- The determinant of left multiplication by `z⁻¹` as a `ℝ`-linear map is `‖z‖₊ ^ (-2)`.  have key : ((LinearMap.mul ℂ ℂ z⁻¹).restrictScalars ).det =z.val‖₊ ^ (-2 : ) := by    refine Complex.ofReal_injective ?_    rw [LinearMap.det_restrictScalars]    simp [Algebra.norm_complex_apply, normSq_eq_norm_sq, zpow_ofNat]  -- Massaging, we find the result.  convert addHaar_preimage_linearMap (E := ℂ) volume    (f := (LinearMap.mul ℂ ℂ z⁻¹).restrictScalars ) _ _ using 2  · simpa [LinearMap.mul, LinearMap.mk₂, LinearMap.mk₂', LinearMap.mk₂'ₛₗ, Units.smul_def, eq_comm]      using preimage_smul_inv z (Icc 0 1 ×ℂ Icc 0 1)  · simp [key, ENNReal.ofReal_pow, zpow_ofNat]; rfl  · simp [key, zpow_ofNat]
Project
Fermat's Last Theorem
License
Apache-2.0
Commit
8dd808888295
Source
FLT/HaarMeasure/HaarChar/RealComplex.lean:56-72

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