Theorems · Theorem · functional analysis
Matrix.toLin_conjTranspose
∀ {𝕜 : 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) (A : Matrix m n 𝕜),
(Matrix.toLin v₂.toBasis v₁.toBasis) A.conjTranspose = LinearMap.adjoint ((Matrix.toLin v₁.toBasis v₂.toBasis) A)The linear map associated to the conjugate transpose of a matrix corresponding to two orthonormal bases is the adjoint of the linear map associated to the matrix.
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 230 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites33
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 · cited by 18,349
- NormedAddCommGroupstatement and proof · cited by 15,752
- LinearMapstatement · cited by 10,215
- Fintypestatement and proof · cited by 7,736
- Matrixstatement and proof · cited by 4,303
- mul_oneproof · cited by 3,885
- InnerProductSpacestatement and proof · cited by 3,523
- Finset.univproof · cited by 3,473
- LinearEquivstatement · cited by 3,317
- RCLikestatement and proof · cited by 2,829
- Finset.sum_congrproof · cited by 2,323
Cited by4
Results whose statement or proof uses this declaration.
- LinearMap.toMatrix_adjointproof · cited by 2
- Matrix.l2_opNorm_conjTransposeproof · cited by 1
- Matrix.l2_opNorm_conjTranspose_mul_selfproof · cited by 1
- Matrix.toEuclideanLin_conjTranspose_eq_adjointproof · cited by 0