All proofs
Project-declaredLean 4.32.0 · mathlib@249c48c2

Add Equiv Add Haar Char eq ring Haar Char det of exists List Transvec Etc

MeasureTheory.addEquivAddHaarChar_eq_ringHaarChar_det_of_existsListTransvecEtc

Plain-language statement

Haar measure scaling for invertible linear maps on a finite-dimensional vector space over a field F assuming [SecondCountableTopology F].

Exact Lean statement

theorem addEquivAddHaarChar_eq_ringHaarChar_det_of_existsListTransvecEtc
    [SecondCountableTopology F] (ρ : V ≃L[F] V) (n : ℕ) (b : Basis (Fin n) F V)
    (hρ : Pivot.ExistsListTransvecMulDiagonalMulListTransvec
      (ρ.toLinearMap.toMatrix b b)) :
    addEquivAddHaarChar ρ.toContinuousAddEquiv = ringHaarChar ρ.toLinearEquiv.det

Formal artifact

Lean source

Canonical source
Full Lean sourceLean 4
theorem addEquivAddHaarChar_eq_ringHaarChar_det_of_existsListTransvecEtc    [SecondCountableTopology F] (ρ : V ≃L[F] V) (n : ) (b : Basis (Fin n) F V)    (hρ : Pivot.ExistsListTransvecMulDiagonalMulListTransvec      (ρ.toLinearMap.toMatrix b b)) :    addEquivAddHaarChar ρ.toContinuousAddEquiv = ringHaarChar ρ.toLinearEquiv.det := by  let ι := Fin n  let e : V ≃ₗ[F] ι  F := Basis.equivFun b  have he : Continuous e := IsModuleTopology.continuous_of_linearMap e.toLinearMap  have he_inv : Continuous e.symm := IsModuleTopology.continuous_of_linearMap e.symm.toLinearMap  let ec : V ≃L[F] (ι  F) := e, he, he_inv  let f := ec.toContinuousAddEquiv  let ρ' : (ι  F) ≃ₜ+ F) := (f.symm.trans (ρ.toContinuousAddEquiv)).trans f  have hComm:  x, f (ρ.toContinuousAddEquiv x) = ρ' (f x) := by    simp [f, ρ', ContinuousAddEquiv.trans_apply, ContinuousAddEquiv.eq_symm_apply]  let h_eq := addEquivAddHaarChar_eq_addEquivAddHaarChar_of_continuousAddEquiv f    ρ.toContinuousAddEquiv ρ' hComm  have : (ec.toContinuousAddEquiv.symm.trans      ρ.toContinuousAddEquiv).trans ec.toContinuousAddEquiv =      ((ec.symm.trans ρ).trans ec).toContinuousAddEquiv := rfl  have this₂ := addEquivAddHaarChar_eq_ringHaarChar_det_pi (((ec.symm.trans ρ).trans ec))  simp [h_eq, ρ', f, this, this₂]
Project
Fermat's Last Theorem
License
Apache-2.0
Commit
8dd808888295
Source
FLT/HaarMeasure/HaarChar/FiniteDimensional.lean:204-225

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