Strong continuity transports
ProvedBookProof.ChapterUnitaryTransport.tendsto_transportUnitaryspectral-theorytimepiece
If is continuous at for every , then is continuous at for every .
Formalization Note. is continuous, so it preserves the limit.
Preamble
import Mathlib import Definitions.Def_ChapterUnitaryTransport open BookProof.ChapterUnitaryTransport open scoped InnerProductSpace
Formal statement
theorem BookProof.ChapterUnitaryTransport.tendsto_transportUnitary {H K : Type*} [NormedAddCommGroup H] [InnerProductSpace ℂ H] [NormedAddCommGroup K] [InnerProductSpace ℂ K] (W : H ≃ₗᵢ[ℂ] K) (U : ℝ → H ≃ₗᵢ[ℂ] H) (h : ∀ x : H, Filter.Tendsto (fun t : ℝ => U t x) (nhds 0) (nhds x)) (y : K) : Filter.Tendsto (fun t : ℝ => transportUnitary W (U t) y) (nhds 0) (nhds y) := by sorrySource
timepiece BookProof, ChapterUnitaryTransport.lean, theorem tendsto_transportUnitary