Adjoint domain is the unitary image
ProvedBookProof.ChapterUnitaryTransport.transport_adjointDomainspectral-theorytimepiece
The adjoint domain of is the image under of the adjoint domain of .
Formalization Note. adjointDomain is the set of vectors for which is represented by an inner product.
Preamble
import Mathlib import Definitions.Def_ChapterUnitaryTransport open BookProof.ChapterUnitaryTransport open scoped InnerProductSpace
Formal statement
theorem BookProof.ChapterUnitaryTransport.transport_adjointDomain {H K : Type*} [NormedAddCommGroup H] [InnerProductSpace ℂ H] [NormedAddCommGroup K] [InnerProductSpace ℂ K] (W : H ≃ₗᵢ[ℂ] K) (D : Submodule ℂ H) (A : D →ₗ[ℂ] H) : adjointDomain (transportDomain W D) (transportOp W D A) = W '' adjointDomain D A := by sorrySource
timepiece BookProof, ChapterUnitaryTransport.lean, theorem transport_adjointDomain