Identity transports to identity
ProvedBookProof.ChapterUnitaryTransport.transportUnitary_zerospectral-theorytimepiece
If is the identity on , the conjugated operator is the identity on .
Formalization Note. A pointwise identity hypothesis is enough.
Preamble
import Mathlib import Definitions.Def_ChapterUnitaryTransport open BookProof.ChapterUnitaryTransport open scoped InnerProductSpace
Formal statement
theorem BookProof.ChapterUnitaryTransport.transportUnitary_zero {H K : Type*} [NormedAddCommGroup H] [InnerProductSpace ℂ H] [NormedAddCommGroup K] [InnerProductSpace ℂ K] (W : H ≃ₗᵢ[ℂ] K) (U : H ≃ₗᵢ[ℂ] H) (h : ∀ x : H, U x = x) (y : K) : transportUnitary W U y = y := by sorrySource
timepiece BookProof, ChapterUnitaryTransport.lean, theorem transportUnitary_zero