Theorems · Definition · functional analysis
LinearMap.normDet
{𝕜 : Type u_1} →
{U : Type u_2} →
{V : Type u_3} →
[inst : RCLike 𝕜] →
[inst_1 : NormedAddCommGroup U] →
[inst_2 : InnerProductSpace 𝕜 U] →
[FiniteDimensional 𝕜 U] →
[inst_4 : NormedAddCommGroup V] → [inst_5 : InnerProductSpace 𝕜 V] → (U →ₗ[𝕜] V) → ℝThe norm determinant of a linear map f : U →ₗ[𝕜] V is defined as the norm of the determinant of
the square matrix representing the linear map U →ₗ[𝕜] f.range over a pair of orthonormal basis of
equal dimensions.
(See LinearMap.normDet_eq_norm_det_toMatrix_rangeRestrict for using arbitrary orthonormal basis)
If such basis doesn't exist (e.g. the map is not injective), the norm determinant is zero.
(See LinearMap.normDet_eq_zero_iff_ker_ne_bot)
- Cited by
- 27 results in Mathlib
- Foundations
- Depth 241 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites18
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Realstatement · 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
- Norm.normproof · cited by 5,413
- InnerProductSpacestatement and proof · cited by 3,523
- RCLikestatement and proof · cited by 2,829
- FiniteDimensionalstatement and proof · cited by 1,854
- Module.finrankproof · cited by 1,770
- LinearMap.rangeproof · cited by 893
- Matrix.detproof · cited by 665
Cited by27
Results whose statement or proof uses this declaration.
- LinearMap.normDet_eq_norm_det_toMatrix_rangeRestrictstatement · cited by 8
- LinearMap.normDet_ne_zero_tfaestatement and proof · cited by 6
- LinearMap.normDet_eq_zero_iff_ker_ne_botstatement and proof · cited by 5
- LinearIsometry.normDet_eq_onestatement and proof · cited by 4
- LinearMap.normDet_eq_zero_iff_rank_range_nestatement · cited by 3
- LinearMap.normDet_eq_zero_tfaestatement and proof · cited by 3
- LinearMap.normDet_compstatement and proof · cited by 2
- LinearMap.normDet_of_subsingletonstatement · cited by 2
- LinearMap.normDet.congr_simpstatement and proof · cited by 2
- LinearMap.normDet_codRestrictstatement and proof · cited by 1
- LinearMap.normDet_comp_of_finrank_eqstatement and proof · cited by 1
- LinearMap.normDet_eq_abs_detstatement · cited by 1