Mathlib Map

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)

Defined in
Mathlib.Analysis.InnerProductSpace.NormDet
Cited by
27 results in Mathlib
Foundations
Depth 241 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
RCLikeNormedAddCommGroupInnerProductSpaceFiniteDimensionalNormedAddCommGroupInnerProductSpace

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

LinearMap.normDet_eq_norm_det_toMatrix_rangeRestrict · cited by 8LinearMap.normDet_eq_norm…LinearMap.normDet_ne_zero_tfae · cited by 6LinearMap.normDet_ne_zero…LinearMap.normDet_eq_zero_iff_ker_ne_bot · cited by 5LinearMap.normDet_eq_zero…LinearIsometry.normDet_eq_one · cited by 4LinearIsometry.normDet_eq…LinearMap.normDet_eq_zero_iff_rank_range_ne · cited by 3LinearMap.normDet_eq_zero…LinearMap.normDet_eq_zero_tfae · cited by 3LinearMap.normDet_eq_zero…LinearMap.normDet_comp · cited by 2LinearMap.normDet_compLinearMap.normDet_of_subsingleton · cited by 2LinearMap.normDet_of_subs…LinearMap.normDet.congr_simp · cited by 2normDet.congr_simpLinearMap.normDet_codRestrict · cited by 1LinearMap.normDet_codRest…LinearMap.normDet_comp_of_finrank_eq · cited by 1LinearMap.normDet_comp_of…LinearMap.normDet_eq_abs_det · cited by 1LinearMap.normDet_eq_abs_…LinearMap.normDet_eq_norm_det · cited by 1LinearMap.normDet_eq_norm…LinearMap.normDet_eq_norm_det_toMatrix · cited by 1LinearMap.normDet_eq_norm…LinearMap.normDet_id · cited by 1LinearMap.normDet_idDFunLike.coe · cited by 62936DFunLike.coeReal · cited by 25697RealRingHom.id · cited by 18349RingHom.idNormedAddCommGroup · cited by 15752NormedAddCommGroupLinearMap · cited by 10215LinearMapNorm.norm · cited by 5413Norm.normInnerProductSpace · cited by 3523InnerProductSpaceRCLike · cited by 2829RCLikeFiniteDimensional · cited by 1854FiniteDimensionalModule.finrank · cited by 1770Module.finrankLinearMap.range · cited by 893LinearMap.rangeMatrix.det · cited by 665Matrix.detNonempty.some · cited by 340Nonempty.someOrthonormalBasis · cited by 188OrthonormalBasisLinearMap.toMatrix · cited by 180LinearMap.toMatrixLinearMap.normDetCITED BYCITES

Cites18

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by27

Results whose statement or proof uses this declaration.