Theorems · Theorem · functional analysis
LinearMap.toMatrix_adjoint
∀ {𝕜 : Type u_1} {E : Type u_2} {F : Type u_3} [inst : RCLike 𝕜] [inst_1 : NormedAddCommGroup E]
[inst_2 : NormedAddCommGroup F] [inst_3 : InnerProductSpace 𝕜 E] [inst_4 : InnerProductSpace 𝕜 F] {m : Type u_5}
{n : Type u_6} [inst_5 : Fintype m] [inst_6 : DecidableEq m] [inst_7 : Fintype n] [inst_8 : DecidableEq n]
[inst_9 : FiniteDimensional 𝕜 E] [inst_10 : FiniteDimensional 𝕜 F] (v₁ : OrthonormalBasis n 𝕜 E)
(v₂ : OrthonormalBasis m 𝕜 F) (f : E →ₗ[𝕜] F),
(LinearMap.toMatrix v₂.toBasis v₁.toBasis) (LinearMap.adjoint f) =
((LinearMap.toMatrix v₁.toBasis v₂.toBasis) f).conjTransposeThe matrix associated to the adjoint of a linear map corresponding to two orthonormal bases is the conjugate transpose of the matrix associated to the linear map.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 231 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites20
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- RingHom.idstatement and proof · cited by 18,349
- NormedAddCommGroupstatement and proof · cited by 15,752
- LinearMapstatement and proof · cited by 10,215
- Fintypestatement and proof · cited by 7,736
- Matrixstatement · cited by 4,303
- InnerProductSpacestatement and proof · cited by 3,523
- LinearEquivstatement · cited by 3,317
- RCLikestatement and proof · cited by 2,829
- FiniteDimensionalstatement and proof · cited by 1,854
- starRingEndstatement · cited by 671
- Matrix.conjTransposestatement and proof · cited by 202
Cited by3
Results whose statement or proof uses this declaration.
- LinearMap.normDet_eq_zero_iff_ker_ne_botproof · cited by 5
- LinearMap.toMatrixOrthonormalproof · cited by 4
- ContinuousLinearMap.normDet_sqproof · cited by 1