Transported group acts as conjugation
ProvedBookProof.ChapterUnitaryTransport.transportUnitary_applyspectral-theorytimepiece
Conjugating a unitary on by acts on by .
Formalization Note. This is the definition of transportUnitary.
Preamble
import Mathlib import Definitions.Def_ChapterUnitaryTransport open BookProof.ChapterUnitaryTransport open scoped InnerProductSpace
Formal statement
theorem BookProof.ChapterUnitaryTransport.transportUnitary_apply {H K : Type*} [NormedAddCommGroup H] [InnerProductSpace ℂ H] [NormedAddCommGroup K] [InnerProductSpace ℂ K] (W : H ≃ₗᵢ[ℂ] K) (U : H ≃ₗᵢ[ℂ] H) (y : K) : transportUnitary W U y = W (U (W.symm y)) := by sorrySource
timepiece BookProof, ChapterUnitaryTransport.lean, theorem transportUnitary_apply