Restriction of the unitary is the unitary
ProvedBookProof.ChapterUnitaryTransport.transportEquiv_coespectral-theorytimepiece
The restriction of a unitary to a subspace is still on vectors of .
Formalization Note. transportEquiv is submoduleMap of .
Preamble
import Mathlib import Definitions.Def_ChapterUnitaryTransport open BookProof.ChapterUnitaryTransport open scoped InnerProductSpace
Formal statement
theorem BookProof.ChapterUnitaryTransport.transportEquiv_coe {H K : Type*} [NormedAddCommGroup H] [InnerProductSpace ℂ H] [NormedAddCommGroup K] [InnerProductSpace ℂ K] (W : H ≃ₗᵢ[ℂ] K) (D : Submodule ℂ H) (x : D) : ((transportEquiv W D x : transportDomain W D) : K) = W (x : H) := by sorrySource
timepiece BookProof, ChapterUnitaryTransport.lean, theorem transportEquiv_coe