Theorems · Theorem · functional analysis
LinearMap.normDet_eq_norm_det_toMatrix_rangeRestrict
∀ {𝕜 : Type u_1} {U : Type u_2} {V : Type u_3} [inst : RCLike 𝕜] [inst_1 : NormedAddCommGroup U]
[inst_2 : InnerProductSpace 𝕜 U] [inst_3 : FiniteDimensional 𝕜 U] [inst_4 : NormedAddCommGroup V]
[inst_5 : InnerProductSpace 𝕜 V] {ι : Type u_5} [inst_6 : Fintype ι] [inst_7 : DecidableEq ι] (f : U →ₗ[𝕜] V)
(bu : OrthonormalBasis ι 𝕜 U) (bv : OrthonormalBasis ι 𝕜 ↥f.range),
f.normDet = ‖((LinearMap.toMatrix bu.toBasis bv.toBasis) f.rangeRestrict).det‖LinearMap.normDet is well-defined under any pair of orthonormal basis.
- Cited by
- 8 results in Mathlib
- Foundations
- Depth 242 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites41
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
- Realstatement and proof · cited by 25,697
- 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
- Submodulestatement · cited by 7,192
- Norm.normstatement and proof · cited by 5,413
- Matrixstatement and proof · cited by 4,303
- InnerProductSpacestatement and proof · cited by 3,523
- LinearEquivstatement · cited by 3,317
- one_mulproof · cited by 2,841
Cited by8
Results whose statement or proof uses this declaration.
- LinearMap.normDet_eq_zero_iff_ker_ne_botproof · cited by 5
- LinearIsometry.normDet_eq_oneproof · cited by 4
- LinearMap.normDet_compproof · cited by 2
- LinearMap.normDet_of_subsingletonproof · cited by 2
- LinearMap.normDet_smulproof · cited by 1
- ContinuousLinearMap.normDet_sqproof · cited by 1
- LinearMap.normDet_eq_norm_det_toMatrixproof · cited by 1
- LinearMap.normDet_sq_eq_det_gramproof · cited by 0