Mathlib Map

Theorems · Theorem · linear algebra

LinearMap.coe_det

∀ {M : Type u_2} [inst : AddCommGroup M] {A : Type u_5} [inst_1 : CommRing A] [inst_2 : Module A M]
  [inst_3 : DecidableEq M],
  ⇑LinearMap.det = ⇑(if H : ∃ s, Nonempty (Module.Basis (↥s) A M) then LinearMap.detAux (Trunc.mk ⋯.some) else 1)
Defined in
Mathlib.LinearAlgebra.Determinant
Cited by
6 results in Mathlib
Foundations
Depth 127 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
AddCommGroupCommRingModuleDecidableEq

Around this declaration

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

Cites17

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

Cited by6

Results whose statement or proof uses this declaration.