Unitary maps commute with real scalars
ProvedBookProof.ChapterUnitaryTransport.map_real_smulspectral-theorytimepiece
A complex-linear unitary map commutes with real scalar multiplication, because a real scalar is a complex scalar with vanishing imaginary part.
Formalization Note. The real action is Complex.coe_smul.
Preamble
import Mathlib import Definitions.Def_ChapterUnitaryTransport open BookProof.ChapterUnitaryTransport open scoped InnerProductSpace
Formal statement
theorem BookProof.ChapterUnitaryTransport.map_real_smul {H K : Type*} [NormedAddCommGroup H] [InnerProductSpace ℂ H] [NormedAddCommGroup K] [InnerProductSpace ℂ K] (W : H ≃ₗᵢ[ℂ] K) (r : ℝ) (x : H) : W (r • x) = r • W x := by sorrySource
timepiece BookProof, ChapterUnitaryTransport.lean, theorem map_real_smul