Group law transports under conjugation
ProvedBookProof.ChapterUnitaryTransport.transportUnitary_addspectral-theorytimepiece
If is a one-parameter group on , the conjugated family is a one-parameter group on .
Formalization Note. The hypothesis is the pointwise group law on .
Preamble
import Mathlib import Definitions.Def_ChapterUnitaryTransport open BookProof.ChapterUnitaryTransport open scoped InnerProductSpace
Formal statement
theorem BookProof.ChapterUnitaryTransport.transportUnitary_add {H K : Type*} [NormedAddCommGroup H] [InnerProductSpace ℂ H] [NormedAddCommGroup K] [InnerProductSpace ℂ K] (W : H ≃ₗᵢ[ℂ] K) (U : ℝ → H ≃ₗᵢ[ℂ] H) (h : ∀ s t : ℝ, ∀ x : H, U (s + t) x = U s (U t x)) (s t : ℝ) (y : K) : transportUnitary W (U (s + t)) y = transportUnitary W (U s) (transportUnitary W (U t) y) := by sorrySource
timepiece BookProof, ChapterUnitaryTransport.lean, theorem transportUnitary_add