Transported operator on a pulled vector
ProvedBookProof.ChapterUnitaryTransport.transportOp_applyspectral-theorytimepiece
On a vector pulled back from the original domain, the transported operator is just applied to .
Formalization Note. transportEquiv is the restriction of to .
Preamble
import Mathlib import Definitions.Def_ChapterUnitaryTransport open BookProof.ChapterUnitaryTransport open scoped InnerProductSpace
Formal statement
theorem BookProof.ChapterUnitaryTransport.transportOp_apply {H K : Type*} [NormedAddCommGroup H] [InnerProductSpace ℂ H] [NormedAddCommGroup K] [InnerProductSpace ℂ K] (W : H ≃ₗᵢ[ℂ] K) (D : Submodule ℂ H) (A : D →ₗ[ℂ] H) (x : D) : transportOp W D A (transportEquiv W D x) = W (A x) := by sorrySource
timepiece BookProof, ChapterUnitaryTransport.lean, theorem transportOp_apply