Documentation

FLT.HaarMeasure.DistribHaarChar.RealComplex

The distributive Haar characters of and #

This file computes distribHaarChar in the case of the actions of ℝˣ on and of ℂˣ on .

This lets us know what volume (x • s) is in terms of ‖x‖ and volume s, when x is a real/complex number and s is a set of reals/complex numbers.

Main declarations #

theorem Real.volume_real_smul (x : ) (s : Set ) :
MeasureTheory.volume (x s) = x‖₊ * MeasureTheory.volume s

The distributive Haar character of the action of ℝˣ on is the usual norm.

This means that volume (x • s) = ‖x‖ * volume s for all x : ℝ and s : Set. See Real.volume_real_smul.

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.

theorem Complex.volume_complex_smul (z : ) (s : Set ) :
MeasureTheory.volume (z s) = z‖₊ ^ 2 * MeasureTheory.volume s