Mathlib Map

Theorems · Theorem · linear algebra

LinearEquiv.det_mul_det_symm

∀ {M : Type u_2} [inst : AddCommGroup M] {A : Type u_5} [inst_1 : CommRing A] [inst_2 : Module A M] (f : M ≃ₗ[A] M),
  LinearMap.det ↑f * LinearMap.det ↑f.symm = 1

The determinants of a LinearEquiv and its inverse multiply to 1.

Defined in
Mathlib.LinearAlgebra.Determinant
Cited by
2 results in Mathlib
Foundations
Depth 128 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
AddCommGroupCommRingModule

Around this declaration

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

Cites13

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

Cited by2

Results whose statement or proof uses this declaration.