@@ -171,8 +171,8 @@ theorem _root_.LinearMap.IsSymmetric.clm_adjoint_eq {A : E βL[π] E} (hA : A
171171 Aβ = A := by
172172 rwa [eq_comm, eq_adjoint_iff A A]
173173
174- theorem adjoint_id : (ContinuousLinearMap .id π E)β = ContinuousLinearMap .id π E := by
175- simp
174+ lemma adjoint_id : (.id π E)β = .id π E := by simp
175+ lemma adjoint_one : ( 1 : E βL[π] E)β = 1 := by simp
176176
177177theorem _root_.Submodule.adjoint_subtypeL (U : Submodule π E) [CompleteSpace U] :
178178 U.subtypeLβ = U.orthogonalProjection := by
@@ -256,6 +256,8 @@ theorem star_eq_adjoint (A : E βL[π] E) : star A = Aβ :=
256256theorem isSelfAdjoint_iff' {A : E βL[π] E} : IsSelfAdjoint A β Aβ = A :=
257257 Iff.rfl
258258
259+ @[simp] lemma id_mem_unitary : .id π E β unitary (E βL[π] E) := one_mem _
260+
259261theorem norm_adjoint_comp_self (A : E βL[π] F) :
260262 βAβ βL Aβ = βAβ * βAβ := by
261263 refine le_antisymm ?_ ?_
@@ -584,8 +586,8 @@ theorem IsSymmetric.adjoint_eq {A : E ββ[π] E} (hA : A.IsSymmetric) :
584586 A.adjoint = A := by
585587 rwa [eq_comm, eq_adjoint_iff A A]
586588
587- theorem adjoint_id : (LinearMap .id (R := π) (M := E)) .adjoint = LinearMap .id := by
588- simp
589+ lemma adjoint_id : (.id : E ββ[π] E) .adjoint = .id := by simp
590+ lemma adjoint_one : ( 1 : E ββ[π] E).adjoint = 1 := by simp
589591
590592/-- 7.6(b) from [ axler2024 ] .
591593See `ContinuousLinearMap.orthogonal_ker` for the infinite-dimensional version. -/
@@ -692,6 +694,8 @@ theorem isSymmetric_iff_isSelfAdjoint (A : E ββ[π] E) : IsSymmetric A β
692694 rw [isSelfAdjoint_iff', IsSymmetric, β LinearMap.eq_adjoint_iff]
693695 exact eq_comm
694696
697+ @[simp] lemma id_mem_unitary : .id β unitary (E ββ[π] E) := one_mem _
698+
695699theorem isAdjointPair_inner (A : E ββ[π] F) :
696700 IsAdjointPair (innerββ π (E := E)).flip
697701 (innerββ π (E := F)).flip A A.adjoint := by
0 commit comments