Loogle!
Result
Found 100 declarations mentioning LinearMap.det.
- LinearMap.det ๐ Mathlib.LinearAlgebra.Determinant
{M : Type u_7} [AddCommGroup M] {A : Type u_8} [CommRing A] [Module A M] : (M โโ[A] M) โ* A - LinearMap.det_id ๐ Mathlib.LinearAlgebra.Determinant
{M : Type u_2} [AddCommGroup M] {A : Type u_5} [CommRing A] [Module A M] : LinearMap.det LinearMap.id = 1 - LinearMap.det_eq_one_of_subsingleton ๐ Mathlib.LinearAlgebra.Determinant
{R : Type u_1} [CommRing R] {M : Type u_2} [AddCommGroup M] [Module R M] [Subsingleton M] (f : M โโ[R] M) : LinearMap.det f = 1 - LinearMap.finite_of_det_ne_one ๐ Mathlib.LinearAlgebra.Determinant
{R : Type u_1} [CommRing R] {M : Type u_2} [AddCommGroup M] [Module R M] {f : M โโ[R] M} (hf : LinearMap.det f โ 1) : Module.Finite R M - LinearMap.free_of_det_ne_one ๐ Mathlib.LinearAlgebra.Determinant
{R : Type u_1} [CommRing R] {M : Type u_2} [AddCommGroup M] [Module R M] {f : M โโ[R] M} (hf : LinearMap.det f โ 1) : Module.Free R M - Module.Free.of_det_ne_one ๐ Mathlib.LinearAlgebra.Determinant
{R : Type u_1} [CommRing R] {M : Type u_2} [AddCommGroup M] [Module R M] {f : M โโ[R] M} (hf : LinearMap.det f โ 1) : Module.Free R M - LinearMap.det_eq_one_of_not_module_finite ๐ Mathlib.LinearAlgebra.Determinant
{R : Type u_1} [CommRing R] {M : Type u_2} [AddCommGroup M] [Module R M] (h : ยฌModule.Finite R M) (f : M โโ[R] M) : LinearMap.det f = 1 - LinearMap.isUnit_det ๐ Mathlib.LinearAlgebra.Determinant
{M : Type u_2} [AddCommGroup M] {A : Type u_7} [CommRing A] [Module A M] (f : M โโ[A] M) (hf : IsUnit f) : IsUnit (LinearMap.det f) - LinearMap.isUnit_iff_isUnit_det ๐ Mathlib.LinearAlgebra.Determinant
{R : Type u_1} [CommRing R] {M : Type u_2} [AddCommGroup M] [Module R M] [Module.Finite R M] [Module.Free R M] (f : M โโ[R] M) : IsUnit f โ IsUnit (LinearMap.det f) - LinearEquiv.isUnit_det' ๐ Mathlib.LinearAlgebra.Determinant
{M : Type u_2} [AddCommGroup M] {A : Type u_5} [CommRing A] [Module A M] (f : M โโ[A] M) : IsUnit (LinearMap.det โf) - LinearMap.equivOfIsUnitDet ๐ Mathlib.LinearAlgebra.Determinant
{R : Type u_1} [CommRing R] {M : Type u_2} [AddCommGroup M] [Module R M] [Module.Free R M] [Module.Finite R M] {f : M โโ[R] M} (h : IsUnit (LinearMap.det f)) : M โโ[R] M - LinearMap.det_zero' ๐ Mathlib.LinearAlgebra.Determinant
{M : Type u_2} [AddCommGroup M] {A : Type u_5} [CommRing A] [Module A M] {ฮน : Type u_7} [Finite ฮน] [Nonempty ฮน] (b : Module.Basis ฮน A M) : LinearMap.det 0 = 0 - LinearMap.det_eq_one_of_finrank_eq_zero ๐ Mathlib.LinearAlgebra.Determinant
{๐ : Type u_7} [Field ๐] {M : Type u_8} [AddCommGroup M] [Module ๐ M] (h : Module.finrank ๐ M = 0) (f : M โโ[๐] M) : LinearMap.det f = 1 - LinearMap.det_eq_zero_iff_ker_ne_bot ๐ Mathlib.LinearAlgebra.Determinant
{R : Type u_1} [CommRing R] {M : Type u_2} [AddCommGroup M] [Module R M] [IsDomain R] [Module.Free R M] [Module.Finite R M] {f : M โโ[R] M} : LinearMap.det f = 0 โ f.ker โ โฅ - LinearMap.det_zero ๐ Mathlib.LinearAlgebra.Determinant
{M : Type u_2} [AddCommGroup M] {A : Type u_5} [CommRing A] [Module A M] [Module.Free A M] : LinearMap.det 0 = 0 ^ Module.finrank A M - LinearMap.coe_equivOfIsUnitDet ๐ Mathlib.LinearAlgebra.Determinant
{R : Type u_1} [CommRing R] {M : Type u_2} [AddCommGroup M] [Module R M] [Module.Free R M] [Module.Finite R M] {f : M โโ[R] M} (h : IsUnit (LinearMap.det f)) : โ(LinearMap.equivOfIsUnitDet h) = f - LinearMap.bot_lt_ker_of_det_eq_zero ๐ Mathlib.LinearAlgebra.Determinant
{R : Type u_1} [CommRing R] {M : Type u_2} [AddCommGroup M] [Module R M] [IsDomain R] [Module.Free R M] {f : M โโ[R] M} (hf : LinearMap.det f = 0) : โฅ < f.ker - LinearMap.range_lt_top_of_det_eq_zero ๐ Mathlib.LinearAlgebra.Determinant
{R : Type u_1} [CommRing R] {M : Type u_2} [AddCommGroup M] [Module R M] [IsDomain R] [Module.Free R M] {f : M โโ[R] M} (hf : LinearMap.det f = 0) : f.range < โค - LinearMap.equivOfDetNeZero ๐ Mathlib.LinearAlgebra.Determinant
{๐ : Type u_5} [Field ๐] {M : Type u_6} [AddCommGroup M] [Module ๐ M] [FiniteDimensional ๐ M] (f : M โโ[๐] M) (hf : LinearMap.det f โ 0) : M โโ[๐] M - Module.Basis.det_basis ๐ Mathlib.LinearAlgebra.Determinant
{M : Type u_2} [AddCommGroup M] {ฮน : Type u_4} [DecidableEq ฮน] [Fintype ฮน] {A : Type u_5} [CommRing A] [Module A M] (b b' : Module.Basis ฮน A M) : LinearMap.det โ(b'.equiv b (Equiv.refl ฮน)) = b'.det โb - LinearMap.det_mulLeft ๐ Mathlib.LinearAlgebra.Determinant
{R : Type u_1} [CommRing R] (a : R) : LinearMap.det (LinearMap.mulLeft R a) = a - LinearMap.det_mulRight ๐ Mathlib.LinearAlgebra.Determinant
{R : Type u_1} [CommRing R] (a : R) : LinearMap.det (LinearMap.mulRight R a) = a - Module.Basis.det_comp ๐ Mathlib.LinearAlgebra.Determinant
{M : Type u_2} [AddCommGroup M] {ฮน : Type u_4} [DecidableEq ฮน] [Fintype ฮน] {A : Type u_5} [CommRing A] [Module A M] (e : Module.Basis ฮน A M) (f : M โโ[A] M) (v : ฮน โ M) : e.det (โf โ v) = LinearMap.det f * e.det v - LinearMap.equivOfIsUnitDet_apply ๐ Mathlib.LinearAlgebra.Determinant
{R : Type u_1} [CommRing R] {M : Type u_2} [AddCommGroup M] [Module R M] [Module.Free R M] [Module.Finite R M] {f : M โโ[R] M} (h : IsUnit (LinearMap.det f)) (x : M) : (LinearMap.equivOfIsUnitDet h) x = f x - LinearMap.det_ring ๐ Mathlib.LinearAlgebra.Determinant
{R : Type u_1} [CommRing R] (f : R โโ[R] R) : LinearMap.det f = f 1 - Module.Basis.det_comp_basis ๐ Mathlib.LinearAlgebra.Determinant
{M : Type u_2} [AddCommGroup M] {M' : Type u_3} [AddCommGroup M'] {ฮน : Type u_4} [DecidableEq ฮน] [Fintype ฮน] {A : Type u_5} [CommRing A] [Module A M] [Module A M'] (b : Module.Basis ฮน A M) (b' : Module.Basis ฮน A M') (f : M โโ[A] M') : b'.det (โf โ โb) = LinearMap.det (f โโ โ(b'.equiv b (Equiv.refl ฮน))) - LinearEquiv.det_mul_det_symm ๐ Mathlib.LinearAlgebra.Determinant
{M : Type u_2} [AddCommGroup M] {A : Type u_5} [CommRing A] [Module A M] (f : M โโ[A] M) : LinearMap.det โf * LinearMap.det โf.symm = 1 - LinearEquiv.det_symm_mul_det ๐ Mathlib.LinearAlgebra.Determinant
{M : Type u_2} [AddCommGroup M] {A : Type u_5} [CommRing A] [Module A M] (f : M โโ[A] M) : LinearMap.det โf.symm * LinearMap.det โf = 1 - LinearMap.det_smul ๐ Mathlib.LinearAlgebra.Determinant
{M : Type u_2} [AddCommGroup M] {A : Type u_5} [CommRing A] [Module A M] [Module.Free A M] (c : A) (f : M โโ[A] M) : LinearMap.det (c โข f) = c ^ Module.finrank A M * LinearMap.det f - LinearMap.det_toLin ๐ Mathlib.LinearAlgebra.Determinant
{R : Type u_1} [CommRing R] {M : Type u_2} [AddCommGroup M] [Module R M] {ฮน : Type u_4} [DecidableEq ฮน] [Fintype ฮน] (b : Module.Basis ฮน R M) (f : Matrix ฮน ฮน R) : LinearMap.det ((Matrix.toLin b b) f) = f.det - LinearEquiv.det_coe_symm ๐ Mathlib.LinearAlgebra.Determinant
{M : Type u_2} [AddCommGroup M] {๐ : Type u_5} [Field ๐] [Module ๐ M] (f : M โโ[๐] M) : LinearMap.det โf.symm = (LinearMap.det โf)โปยน - LinearMap.det_conj ๐ Mathlib.LinearAlgebra.Determinant
{M : Type u_2} [AddCommGroup M] {A : Type u_5} [CommRing A] [Module A M] {N : Type u_7} [AddCommGroup N] [Module A N] (f : M โโ[A] M) (e : M โโ[A] N) : LinearMap.det (โe โโ f โโ โe.symm) = LinearMap.det f - LinearMap.associated_det_comp_equiv ๐ Mathlib.LinearAlgebra.Determinant
{R : Type u_1} [CommRing R] {M : Type u_2} [AddCommGroup M] [Module R M] {N : Type u_5} [AddCommGroup N] [Module R N] (f : N โโ[R] M) (e e' : M โโ[R] N) : Associated (LinearMap.det (f โโ โe)) (LinearMap.det (f โโ โe')) - LinearMap.associated_det_of_eq_comp ๐ Mathlib.LinearAlgebra.Determinant
{R : Type u_1} [CommRing R] {M : Type u_2} [AddCommGroup M] [Module R M] (e : M โโ[R] M) (f f' : M โโ[R] M) (h : โ (x : M), f x = f' (e x)) : Associated (LinearMap.det f) (LinearMap.det f') - LinearMap.det_toMatrix ๐ Mathlib.LinearAlgebra.Determinant
{M : Type u_2} [AddCommGroup M] {ฮน : Type u_4} [DecidableEq ฮน] [Fintype ฮน] {A : Type u_5} [CommRing A] [Module A M] (b : Module.Basis ฮน A M) (f : M โโ[A] M) : ((LinearMap.toMatrix b b) f).det = LinearMap.det f - LinearEquiv.coe_det ๐ Mathlib.LinearAlgebra.Determinant
{R : Type u_1} [CommRing R] {M : Type u_2} [AddCommGroup M] [Module R M] (f : M โโ[R] M) : โ(LinearEquiv.det f) = LinearMap.det โf - LinearMap.det_def ๐ Mathlib.LinearAlgebra.Determinant
{M : Type u_7} [AddCommGroup M] {A : Type u_8} [CommRing A] [Module A M] : LinearMap.det = if H : โ s, Nonempty (Module.Basis (โฅs) A M) then LinearMap.detAux (Trunc.mk โฏ.some) else 1 - LinearMap.det_comp ๐ Mathlib.LinearAlgebra.Determinant
{M : Type u_2} [AddCommGroup M] {A : Type u_5} [CommRing A] [Module A M] (f g : M โโ[A] M) : LinearMap.det (f โโ g) = LinearMap.det f * LinearMap.det g - LinearMap.det_map ๐ Mathlib.LinearAlgebra.Determinant
{K : Type u_5} {V : Type u_6} {W : Type u_7} [Field K] [AddCommGroup V] [Module K V] [AddCommGroup W] [Module K W] {F : Type u_8} [EquivLike F (Module.End K V) (Module.End K W)] [AlgEquivClass F K (Module.End K V) (Module.End K W)] (f : F) (x : Module.End K V) : LinearMap.det (f x) = LinearMap.det x - LinearEquiv.coe_inv_det ๐ Mathlib.LinearAlgebra.Determinant
{R : Type u_1} [CommRing R] {M : Type u_2} [AddCommGroup M] [Module R M] (f : M โโ[R] M) : โ(LinearEquiv.det f)โปยน = LinearMap.det โf.symm - Algebra.det_lsmul ๐ Mathlib.LinearAlgebra.Determinant
{R : Type u_5} {S : Type u_6} [CommRing R] [Ring S] [Algebra R S] [Module.Free R S] (x : R) : LinearMap.det ((Algebra.lsmul R R S) x) = x ^ Module.finrank R S - LinearMap.det_pi ๐ Mathlib.LinearAlgebra.Determinant
{R : Type u_1} [CommRing R] {M : Type u_2} [AddCommGroup M] [Module R M] {ฮน : Type u_4} [Fintype ฮน] [Module.Free R M] [Module.Finite R M] (f : ฮน โ M โโ[R] M) : LinearMap.det (LinearMap.pi fun i => f i โโ LinearMap.proj i) = โ i, LinearMap.det (f i) - LinearMap.det_eq_det_toMatrix_of_finset ๐ Mathlib.LinearAlgebra.Determinant
{M : Type u_2} [AddCommGroup M] {A : Type u_5} [CommRing A] [Module A M] [DecidableEq M] {s : Finset M} (b : Module.Basis (โฅs) A M) (f : M โโ[A] M) : LinearMap.det f = ((LinearMap.toMatrix b b) f).det - LinearMap.det_cases ๐ Mathlib.LinearAlgebra.Determinant
{M : Type u_2} [AddCommGroup M] {A : Type u_5} [CommRing A] [Module A M] [DecidableEq M] {P : A โ Prop} (f : M โโ[A] M) (hb : โ (s : Finset M) (b : Module.Basis (โฅs) A M), P ((LinearMap.toMatrix b b) f).det) (h1 : P 1) : P (LinearMap.det f) - LinearMap.det_prodMap ๐ Mathlib.LinearAlgebra.Determinant
{R : Type u_1} [CommRing R] {M : Type u_2} [AddCommGroup M] [Module R M] {M' : Type u_3} [AddCommGroup M'] [Module R M'] [Module.Free R M] [Module.Free R M'] [Module.Finite R M] [Module.Finite R M'] (f : Module.End R M) (f' : Module.End R M') : LinearMap.det (LinearMap.prodMap f f') = LinearMap.det f * LinearMap.det f' - LinearMap.coe_det ๐ Mathlib.LinearAlgebra.Determinant
{M : Type u_2} [AddCommGroup M] {A : Type u_5} [CommRing A] [Module A M] [DecidableEq M] : โLinearMap.det = โ(if H : โ s, Nonempty (Module.Basis (โฅs) A M) then LinearMap.detAux (Trunc.mk โฏ.some) else 1) - LinearMap.det_toLin' ๐ Mathlib.LinearAlgebra.Determinant
{R : Type u_1} [CommRing R] {ฮน : Type u_4} [DecidableEq ฮน] [Fintype ฮน] (f : Matrix ฮน ฮน R) : LinearMap.det (Matrix.toLin' f) = f.det - LinearMap.det_toMatrix' ๐ Mathlib.LinearAlgebra.Determinant
{A : Type u_5} [CommRing A] {ฮน : Type u_7} [Fintype ฮน] [DecidableEq ฮน] (f : (ฮน โ A) โโ[A] ฮน โ A) : (LinearMap.toMatrix' f).det = LinearMap.det f - LinearMap.det_eq_det_mul_det ๐ Mathlib.LinearAlgebra.Determinant
{R : Type u_6} {V : Type u_7} [CommRing R] [AddCommGroup V] [Module R V] [Module.Finite R V] (W : Submodule R V) [Module.Free R โฅW] [Module.Finite R โฅW] [Module.Free R (V โงธ W)] (e : V โโ[R] V) (he : W โค Submodule.comap e W) : LinearMap.det e = LinearMap.det (e.restrict he) * LinearMap.det (W.mapQ W e he) - LinearMap.det_dualMap ๐ Mathlib.LinearAlgebra.Determinant
{R : Type u_1} [CommRing R] {M : Type u_2} [AddCommGroup M] [Module R M] [Module.Free R M] [Module.Finite R M] (f : M โโ[R] M) : LinearMap.det f.dualMap = LinearMap.det f - Algebra.norm_apply ๐ Mathlib.RingTheory.Norm.Defs
(R : Type u_1) {S : Type u_2} [CommRing R] [Ring S] [Algebra R S] (x : S) : (Algebra.norm R) x = LinearMap.det ((Algebra.lmul R S) x) - LinearMap.eval_charpoly ๐ Mathlib.LinearAlgebra.Charpoly.Basic
{R : Type u} {M : Type v} [CommRing R] [AddCommGroup M] [Module R M] [Module.Free R M] [Module.Finite R M] (f : M โโ[R] M) (t : R) : Polynomial.eval t f.charpoly = LinearMap.det ((algebraMap R (M โโ[R] M)) t - f) - LinearMap.not_hasEigenvalue_zero_tfae ๐ Mathlib.LinearAlgebra.Eigenspace.Zero
{K : Type u_2} {M : Type u_3} [Field K] [AddCommGroup M] [Module K M] [Module.Finite K M] (ฯ : Module.End K M) : [ยฌฯ.HasEigenvalue 0, ยฌ(minpoly K ฯ).IsRoot 0, Polynomial.constantCoeff (LinearMap.charpoly ฯ) โ 0, LinearMap.det ฯ โ 0, LinearMap.ker ฯ = โฅ, โ (m : M), ฯ m = 0 โ m = 0].TFAE - LinearMap.hasEigenvalue_zero_tfae ๐ Mathlib.LinearAlgebra.Eigenspace.Zero
{K : Type u_2} {M : Type u_3} [Field K] [AddCommGroup M] [Module K M] [Module.Finite K M] (ฯ : Module.End K M) : [ฯ.HasEigenvalue 0, (minpoly K ฯ).IsRoot 0, Polynomial.constantCoeff (LinearMap.charpoly ฯ) = 0, LinearMap.det ฯ = 0, โฅ < LinearMap.ker ฯ, โ m, m โ 0 โง ฯ m = 0].TFAE - LinearMap.det_toContinuousLinearMap ๐ Mathlib.Topology.Algebra.Module.FiniteDimension
{๐ : Type u} [hnorm : NontriviallyNormedField ๐] {E : Type v} [AddCommGroup E] [Module ๐ E] [TopologicalSpace E] [IsTopologicalAddGroup E] [ContinuousSMul ๐ E] [CompleteSpace ๐] [T2Space E] [FiniteDimensional ๐ E] (f : E โโ[๐] E) : (LinearMap.toContinuousLinearMap f).det = LinearMap.det f - Submodule.det_reflection ๐ Mathlib.Analysis.InnerProductSpace.Projection.FiniteDimensional
{๐ : Type u_1} {E : Type u_2} [RCLike ๐] [NormedAddCommGroup E] [InnerProductSpace ๐ E] (K : Submodule ๐ E) [FiniteDimensional ๐ โฅK] : LinearMap.det โK.reflection.toLinearEquiv = (-1) ^ Module.finrank ๐ โฅKแฎ - LinearMap.det_toLpLin ๐ Mathlib.Analysis.Normed.Lp.Matrix
{ฮน : Type u_5} {R : Type u_6} [Fintype ฮน] [DecidableEq ฮน] [CommRing R] (p : ENNReal) (m : Matrix ฮน ฮน R) : LinearMap.det ((Matrix.toLpLin p p) m) = m.det - Real.map_linearMap_volume_pi_eq_smul_volume_pi ๐ Mathlib.MeasureTheory.Measure.Lebesgue.Basic
{ฮน : Type u_1} [Fintype ฮน] {f : (ฮน โ โ) โโ[โ] ฮน โ โ} (hf : LinearMap.det f โ 0) : MeasureTheory.Measure.map (โf) MeasureTheory.volume = ENNReal.ofReal |(LinearMap.det f)โปยน| โข MeasureTheory.volume - MeasureTheory.Measure.LinearMap.quasiMeasurePreserving ๐ Mathlib.MeasureTheory.Measure.Lebesgue.EqHaar
{E : Type u_1} [NormedAddCommGroup E] [NormedSpace โ E] [MeasurableSpace E] [BorelSpace E] [FiniteDimensional โ E] (ฮผ : MeasureTheory.Measure E) [ฮผ.IsAddHaarMeasure] (f : E โโ[โ] E) (hf : LinearMap.det f โ 0) : MeasureTheory.Measure.QuasiMeasurePreserving (โf) ฮผ ฮผ - MeasureTheory.Measure.addHaar_image_linearMap ๐ Mathlib.MeasureTheory.Measure.Lebesgue.EqHaar
{E : Type u_1} [NormedAddCommGroup E] [NormedSpace โ E] [MeasurableSpace E] [BorelSpace E] [FiniteDimensional โ E] (ฮผ : MeasureTheory.Measure E) [ฮผ.IsAddHaarMeasure] (f : E โโ[โ] E) (s : Set E) : ฮผ (โf '' s) = ENNReal.ofReal |LinearMap.det f| * ฮผ s - MeasureTheory.Measure.addHaar_image_continuousLinearMap ๐ Mathlib.MeasureTheory.Measure.Lebesgue.EqHaar
{E : Type u_1} [NormedAddCommGroup E] [NormedSpace โ E] [MeasurableSpace E] [BorelSpace E] [FiniteDimensional โ E] (ฮผ : MeasureTheory.Measure E) [ฮผ.IsAddHaarMeasure] (f : E โL[โ] E) (s : Set E) : ฮผ (โf '' s) = ENNReal.ofReal |LinearMap.det โf| * ฮผ s - MeasureTheory.Measure.addHaar_preimage_linearEquiv ๐ Mathlib.MeasureTheory.Measure.Lebesgue.EqHaar
{E : Type u_1} [NormedAddCommGroup E] [NormedSpace โ E] [MeasurableSpace E] [BorelSpace E] [FiniteDimensional โ E] (ฮผ : MeasureTheory.Measure E) [ฮผ.IsAddHaarMeasure] (f : E โโ[โ] E) (s : Set E) : ฮผ (โf โปยน' s) = ENNReal.ofReal |LinearMap.det โf.symm| * ฮผ s - MeasureTheory.Measure.addHaar_image_continuousLinearEquiv ๐ Mathlib.MeasureTheory.Measure.Lebesgue.EqHaar
{E : Type u_1} [NormedAddCommGroup E] [NormedSpace โ E] [MeasurableSpace E] [BorelSpace E] [FiniteDimensional โ E] (ฮผ : MeasureTheory.Measure E) [ฮผ.IsAddHaarMeasure] (f : E โL[โ] E) (s : Set E) : ฮผ (โf '' s) = ENNReal.ofReal |LinearMap.det โโf| * ฮผ s - MeasureTheory.Measure.addHaar_preimage_continuousLinearEquiv ๐ Mathlib.MeasureTheory.Measure.Lebesgue.EqHaar
{E : Type u_1} [NormedAddCommGroup E] [NormedSpace โ E] [MeasurableSpace E] [BorelSpace E] [FiniteDimensional โ E] (ฮผ : MeasureTheory.Measure E) [ฮผ.IsAddHaarMeasure] (f : E โL[โ] E) (s : Set E) : ฮผ (โf โปยน' s) = ENNReal.ofReal |LinearMap.det โโf.symm| * ฮผ s - MeasureTheory.Measure.map_linearMap_addHaar_eq_smul_addHaar ๐ Mathlib.MeasureTheory.Measure.Lebesgue.EqHaar
{E : Type u_1} [NormedAddCommGroup E] [NormedSpace โ E] [MeasurableSpace E] [BorelSpace E] [FiniteDimensional โ E] (ฮผ : MeasureTheory.Measure E) [ฮผ.IsAddHaarMeasure] {f : E โโ[โ] E} (hf : LinearMap.det f โ 0) : MeasureTheory.Measure.map (โf) ฮผ = ENNReal.ofReal |(LinearMap.det f)โปยน| โข ฮผ - MeasureTheory.Measure.addHaar_preimage_linearMap ๐ Mathlib.MeasureTheory.Measure.Lebesgue.EqHaar
{E : Type u_1} [NormedAddCommGroup E] [NormedSpace โ E] [MeasurableSpace E] [BorelSpace E] [FiniteDimensional โ E] (ฮผ : MeasureTheory.Measure E) [ฮผ.IsAddHaarMeasure] {f : E โโ[โ] E} (hf : LinearMap.det f โ 0) (s : Set E) : ฮผ (โf โปยน' s) = ENNReal.ofReal |(LinearMap.det f)โปยน| * ฮผ s - MeasureTheory.Measure.addHaar_preimage_continuousLinearMap ๐ Mathlib.MeasureTheory.Measure.Lebesgue.EqHaar
{E : Type u_1} [NormedAddCommGroup E] [NormedSpace โ E] [MeasurableSpace E] [BorelSpace E] [FiniteDimensional โ E] (ฮผ : MeasureTheory.Measure E) [ฮผ.IsAddHaarMeasure] {f : E โL[โ] E} (hf : LinearMap.det โf โ 0) (s : Set E) : ฮผ (โf โปยน' s) = ENNReal.ofReal |(LinearMap.det โf)โปยน| * ฮผ s - MeasureTheory.Measure.map_linearMap_addHaar_pi_eq_smul_addHaar ๐ Mathlib.MeasureTheory.Measure.Lebesgue.EqHaar
{ฮน : Type u_1} [Finite ฮน] {f : (ฮน โ โ) โโ[โ] ฮน โ โ} (hf : LinearMap.det f โ 0) (ฮผ : MeasureTheory.Measure (ฮน โ โ)) [ฮผ.IsAddHaarMeasure] : MeasureTheory.Measure.map (โf) ฮผ = ENNReal.ofReal |(LinearMap.det f)โปยน| โข ฮผ - Submodule.natAbs_det_equiv ๐ Mathlib.LinearAlgebra.FreeModule.Finite.CardQuotient
{M : Type u_1} [AddCommGroup M] [Module.Free โค M] [Module.Finite โค M] (N : Submodule โค M) {E : Type u_2} [EquivLike E M โฅN] [AddEquivClass E M โฅN] (e : E) : (LinearMap.det (N.subtype โโ (โe).toIntLinearMap)).natAbs = Nat.card (M โงธ N) - Module.Basis.orientation_comp_linearEquiv_eq_iff_det_pos ๐ Mathlib.LinearAlgebra.Orientation
{R : Type u_1} [CommRing R] [LinearOrder R] [IsStrictOrderedRing R] {M : Type u_2} [AddCommGroup M] [Module R M] {ฮน : Type u_3} [Fintype ฮน] [DecidableEq ฮน] (e : Module.Basis ฮน R M) (f : M โโ[R] M) : (e.map f).orientation = e.orientation โ 0 < LinearMap.det โf - Module.Basis.orientation_comp_linearEquiv_eq_neg_iff_det_neg ๐ Mathlib.LinearAlgebra.Orientation
{R : Type u_1} [CommRing R] [LinearOrder R] [IsStrictOrderedRing R] {M : Type u_2} [AddCommGroup M] [Module R M] {ฮน : Type u_3} [Fintype ฮน] [DecidableEq ฮน] (e : Module.Basis ฮน R M) (f : M โโ[R] M) : (e.map f).orientation = -e.orientation โ LinearMap.det โf < 0 - Orientation.map_eq_iff_det_pos ๐ Mathlib.LinearAlgebra.Orientation
{R : Type u_1} [Field R] [LinearOrder R] [IsStrictOrderedRing R] {M : Type u_2} [AddCommGroup M] [Module R M] {ฮน : Type u_3} [Fintype ฮน] [FiniteDimensional R M] (x : Orientation R M ฮน) (f : M โโ[R] M) (h : Fintype.card ฮน = Module.finrank R M) : (Orientation.map ฮน f) x = x โ 0 < LinearMap.det โf - Orientation.map_eq_neg_iff_det_neg ๐ Mathlib.LinearAlgebra.Orientation
{R : Type u_1} [Field R] [LinearOrder R] [IsStrictOrderedRing R] {M : Type u_2} [AddCommGroup M] [Module R M] {ฮน : Type u_3} [Fintype ฮน] (x : Orientation R M ฮน) (f : M โโ[R] M) (h : Fintype.card ฮน = Module.finrank R M) : (Orientation.map ฮน f) x = -x โ LinearMap.det โf < 0 - Orientation.volumeForm_comp_linearIsometryEquiv ๐ Mathlib.Analysis.InnerProductSpace.Orientation
{E : Type u_1} [NormedAddCommGroup E] [InnerProductSpace โ E] {n : โ} [_i : Fact (Module.finrank โ E = n)] (o : Orientation โ E (Fin n)) (ฯ : E โโแตข[โ] E) (hฯ : 0 < LinearMap.det โฯ.toLinearEquiv) (x : Fin n โ E) : o.volumeForm (โฯ โ x) = o.volumeForm x - QuadraticAlgebra.det_toLinearMap_eq_norm ๐ Mathlib.Algebra.QuadraticAlgebra.NormDeterminant
{R : Type u_1} [CommRing R] {a b : R} (z : QuadraticAlgebra R a b) : LinearMap.det (DistribSMul.toLinearMap R (QuadraticAlgebra R a b) z) = QuadraticAlgebra.norm z - LinearMap.det_eq_sign_charpoly_coeff ๐ Mathlib.LinearAlgebra.Charpoly.BaseChange
{R : Type u_1} {M : Type u_2} [CommRing R] [AddCommGroup M] [Module R M] [Module.Free R M] [Module.Finite R M] (f : M โโ[R] M) : LinearMap.det f = (-1) ^ Module.finrank R M * f.charpoly.coeff 0 - LinearMap.det_baseChange ๐ Mathlib.LinearAlgebra.Charpoly.BaseChange
{R : Type u_3} {M : Type u_2} [CommRing R] [AddCommGroup M] [Module R M] [Module.Free R M] [Module.Finite R M] (f : M โโ[R] M) {A : Type u_1} [CommRing A] [Algebra R A] : LinearMap.det (LinearMap.baseChange A f) = (algebraMap R A) (LinearMap.det f) - LinearMap.det_zero'' ๐ Mathlib.LinearAlgebra.FreeModule.Determinant
{R : Type u_1} {M : Type u_2} [CommRing R] [AddCommGroup M] [Module R M] [Module.Free R M] [Module.Finite R M] [Nontrivial M] : LinearMap.det 0 = 0 - Algebra.norm_eq_zero_iff' ๐ Mathlib.RingTheory.Norm.Basic
{R : Type u_1} {S : Type u_2} [CommRing R] [Ring S] [Algebra R S] [IsDomain R] [IsDomain S] [Module.Free R S] [Module.Finite R S] {x : S} : LinearMap.det ((LinearMap.mul R S) x) = 0 โ x = 0 - Ideal.natAbs_det_equiv ๐ Mathlib.RingTheory.Ideal.Norm.AbsNorm
{S : Type u_1} [CommRing S] [IsDedekindDomain S] [Module.Free โค S] [Module.Finite โค S] (I : Ideal S) {E : Type u_2} [EquivLike E S โฅI] [AddEquivClass E S โฅI] (e : E) : (LinearMap.det (โโค (Submodule.subtype I) โโ (โe).toIntLinearMap)).natAbs = Ideal.absNorm I - Algebra.PreSubmersivePresentation.jacobian_eq_det_aevalDifferential ๐ Mathlib.RingTheory.Extension.Presentation.Submersive
{R : Type u} {S : Type v} {ฮน : Type w} {ฯ : Type t} [CommRing R] [CommRing S] [Algebra R S] (P : Algebra.PreSubmersivePresentation R S ฮน ฯ) [Finite ฯ] : P.jacobian = LinearMap.det P.aevalDifferential - Polynomial.det_taylorLinearEquiv_toLinearMap ๐ Mathlib.RingTheory.Polynomial.DegreeLT
{R : Type u_1} [CommRing R] {r : R} {n : โ} : LinearMap.det โ(Polynomial.taylorLinearEquiv r n) = 1 - Complex.det_conjAe ๐ Mathlib.LinearAlgebra.Complex.Determinant
: LinearMap.det โโComplex.conjAe = -1 - Complex.det_conjLIE ๐ Mathlib.Analysis.Complex.OperatorNorm
: LinearMap.det โComplex.conjLIE.toLinearEquiv = -1 - det_rotation ๐ Mathlib.Analysis.Complex.Isometry
(a : Circle) : LinearMap.det โ(rotation a).toLinearEquiv = 1 - LinearMap.det_restrictScalars ๐ Mathlib.RingTheory.Norm.Transitivity
{R : Type u_1} {S : Type u_2} {A : Type u_3} [CommRing R] [CommRing S] [Algebra R S] [Module.Free R S] [AddCommGroup A] [Module R A] [Module S A] [IsScalarTower R S A] [Module.Free S A] {f : A โโ[S] A} : LinearMap.det (โR f) = (Algebra.norm R) (LinearMap.det f) - Module.End.det_eq_prod_roots_charpoly_of_splits ๐ Mathlib.LinearAlgebra.Eigenspace.Charpoly
{K : Type u_3} {V : Type u_4} [Field K] [AddCommGroup V] [Module K V] [Module.Finite K V] {f : Module.End K V} (h : (LinearMap.charpoly f).Splits) : LinearMap.det f = (LinearMap.charpoly f).roots.prod - LinearMap.IsSymmetric.det_eq_prod_eigenvalues ๐ Mathlib.Analysis.InnerProductSpace.Spectrum
{๐ : Type u_1} [RCLike ๐] {E : Type u_2} [NormedAddCommGroup E] [InnerProductSpace ๐ E] {T : E โโ[๐] E} [FiniteDimensional ๐ E] {n : โ} (hT : T.IsSymmetric) (hn : Module.finrank ๐ E = n) : LinearMap.det T = โ i, โ(hT.eigenvalues hn i) - LinearMap.normDet_eq_abs_det ๐ Mathlib.Analysis.InnerProductSpace.NormDet
{U : Type u_5} [NormedAddCommGroup U] [InnerProductSpace โ U] [FiniteDimensional โ U] (f : U โโ[โ] U) : f.normDet = |LinearMap.det f| - LinearMap.normDet_eq_norm_det ๐ Mathlib.Analysis.InnerProductSpace.NormDet
{๐ : Type u_1} {U : Type u_2} [RCLike ๐] [NormedAddCommGroup U] [InnerProductSpace ๐ U] [FiniteDimensional ๐ U] (f : U โโ[๐] U) : f.normDet = โLinearMap.det fโ - LinearMap.normDet_sq ๐ Mathlib.Analysis.InnerProductSpace.NormDet
{๐ : Type u_1} {U : Type u_2} {V : Type u_3} [RCLike ๐] [NormedAddCommGroup U] [InnerProductSpace ๐ U] [FiniteDimensional ๐ U] [NormedAddCommGroup V] [InnerProductSpace ๐ V] [FiniteDimensional ๐ V] (f : U โโ[๐] V) : โ(f.normDet ^ 2) = LinearMap.det (LinearMap.adjoint f โโ f) - Orientation.linearIsometryEquiv_comp_rightAngleRotation' ๐ Mathlib.Analysis.InnerProductSpace.TwoDim
{E : Type u_1} [NormedAddCommGroup E] [InnerProductSpace โ E] [Fact (Module.finrank โ E = 2)] (o : Orientation โ E (Fin 2)) (ฯ : E โโแตข[โ] E) (hฯ : 0 < LinearMap.det โฯ.toLinearEquiv) : o.rightAngleRotation.trans ฯ = ฯ.trans o.rightAngleRotation - Orientation.linearIsometryEquiv_comp_rightAngleRotation ๐ Mathlib.Analysis.InnerProductSpace.TwoDim
{E : Type u_1} [NormedAddCommGroup E] [InnerProductSpace โ E] [Fact (Module.finrank โ E = 2)] (o : Orientation โ E (Fin 2)) (ฯ : E โโแตข[โ] E) (hฯ : 0 < LinearMap.det โฯ.toLinearEquiv) (x : E) : ฯ (o.rightAngleRotation x) = o.rightAngleRotation (ฯ x) - Orientation.areaForm_comp_linearIsometryEquiv ๐ Mathlib.Analysis.InnerProductSpace.TwoDim
{E : Type u_1} [NormedAddCommGroup E] [InnerProductSpace โ E] [Fact (Module.finrank โ E = 2)] (o : Orientation โ E (Fin 2)) (ฯ : E โโแตข[โ] E) (hฯ : 0 < LinearMap.det โฯ.toLinearEquiv) (x y : E) : (o.areaForm (ฯ x)) (ฯ y) = (o.areaForm x) y - Orientation.kahler_comp_linearIsometryEquiv ๐ Mathlib.Analysis.InnerProductSpace.TwoDim
{E : Type u_1} [NormedAddCommGroup E] [InnerProductSpace โ E] [Fact (Module.finrank โ E = 2)] (o : Orientation โ E (Fin 2)) (ฯ : E โโแตข[โ] E) (hฯ : 0 < LinearMap.det โฯ.toLinearEquiv) (x y : E) : (o.kahler (ฯ x)) (ฯ y) = (o.kahler x) y - Orientation.det_rotation ๐ Mathlib.Geometry.Euclidean.Angle.Oriented.Rotation
{V : Type u_1} [NormedAddCommGroup V] [InnerProductSpace โ V] [Fact (Module.finrank โ V = 2)] (o : Orientation โ V (Fin 2)) (ฮธ : Real.Angle) : LinearMap.det โ(o.rotation ฮธ).toLinearEquiv = 1 - Orientation.exists_linearIsometryEquiv_eq_of_det_pos ๐ Mathlib.Geometry.Euclidean.Angle.Oriented.Rotation
{V : Type u_1} [NormedAddCommGroup V] [InnerProductSpace โ V] [Fact (Module.finrank โ V = 2)] (o : Orientation โ V (Fin 2)) {f : V โโแตข[โ] V} (hd : 0 < LinearMap.det โf.toLinearEquiv) : โ ฮธ, f = o.rotation ฮธ - IsBaseChange.det_endHom ๐ Mathlib.RingTheory.TensorProduct.IsBaseChangeHom
{R : Type u_6} [CommRing R] (S : Type u_7) [CommRing S] [Algebra R S] (M : Type u_8) [AddCommGroup M] [Module R M] {P : Type u_9} [AddCommGroup P] [Module R P] [Module S P] [IsScalarTower R S P] [Module.Free R M] [Module.Finite R M] {ฮฑ : M โโ[R] P} (j : IsBaseChange S ฮฑ) (f : M โโ[R] M) : LinearMap.det (j.endHom f) = (algebraMap R S) (LinearMap.det f) - LinearMap.transvection.det ๐ Mathlib.LinearAlgebra.Transvection.Basic
{R : Type u_3} {V : Type u_4} [CommRing R] [AddCommGroup V] [Module R V] [Module.Free R V] [Module.Finite R V] (f : Module.Dual R V) (v : V) : LinearMap.det (LinearMap.transvection f v) = 1 + f v - SpecialLinearGroup.det_eq_one ๐ Mathlib.LinearAlgebra.SpecialLinearGroup
{R : Type u_1} {V : Type u_2} [CommRing R] [AddCommGroup V] [Module R V] (u : SpecialLinearGroup R V) : LinearMap.det โโu = 1
About
Loogle searches Lean and Mathlib definitions and theorems.
You can use Loogle from within the Lean4 VSCode language extension
using the Loogle command from the command palette. You can also try the
#loogle command from LeanSearchClient,
the CLI version, the Loogle
VS Code extension, the lean.nvim
integration or the Zulip bot.
Usage
Loogle finds definitions and lemmas in various ways:
By constant:
๐Real.sin
finds all lemmas whose statement somehow mentions the sine function.By lemma name substring:
๐"differ"
finds all lemmas that have"differ"somewhere in their lemma name.By subexpression:
๐_ * (_ ^ _)
finds all lemmas whose statements somewhere include a product where the second argument is raised to some power.The pattern can also be non-linear, as in
๐Real.sqrt ?a * Real.sqrt ?aIf the pattern has parameters, they are matched in any order. Both of these will find
List.map:
๐(?a -> ?b) -> List ?a -> List ?b
๐List ?a -> (?a -> ?b) -> List ?bBy main conclusion:
๐|- tsum _ = _ * tsum _
finds all lemmas where the conclusion (the subexpression to the right of allโandโ) has the given shape.As before, if the pattern has parameters, they are matched against the hypotheses of the lemma in any order; for example,
๐|- _ < _ โ tsum _ < tsum _
will findtsum_lt_tsumeven though the hypothesisf i < g iis not the last.You can filter for definitions vs theorems: Using
โข (_ : Type _)finds all definitions which provide data whileโข (_ : Prop)finds all theorems (and definitions of proofs).
If you pass more than one such search filter, separated by commas
Loogle will return lemmas which match all of them. The
search
๐ Real.sin, "two", tsum, _ * _, _ ^ _, |- _ < _ โ _
would find all lemmas which mention the constants Real.sin
and tsum, have "two" as a substring of the
lemma name, include a product and a power somewhere in the type,
and have a hypothesis of the form _ < _ (if
there were any such lemmas). Metavariables (?a) are
assigned independently in each filter.
The #lucky button will directly send you to the
documentation of the first hit.
Source code
You can find the source code for this service at https://github.com/nomeata/loogle. The https://loogle.lean-lang.org/ service is provided by the Lean FRO. Please review the Lean FRO Terms of Use and Privacy Policy.
This is Loogle revision 9f11169 serving mathlib revision ce5dd8c