Theorems · Definition · linear algebra
LinearMap.detAux
{M : Type u_7} →
[inst : AddCommGroup M] →
{ι : Type u_8} →
[DecidableEq ι] →
[Fintype ι] →
{A : Type u_9} → [inst_3 : CommRing A] → [inst_4 : Module A M] → Trunc (Module.Basis ι A M) → (M →ₗ[A] M) →* AThe determinant of an endomorphism given a basis.
See LinearMap.det for a version that populates the basis non-computably.
Although the Trunc (Basis ι A M) parameter makes it slightly more convenient to switch bases,
there is no good way to generalize over universe parameters, so we can't fully state in detAux's
type that it does not depend on the choice of basis. Instead you can use the detAux_def'' lemma,
or avoid mentioning a basis at all using LinearMap.det.
- Defined in
- Mathlib.LinearAlgebra.Determinant
- Cited by
- 10 results in Mathlib
- Foundations
- Depth 121 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Modulestatement · cited by 20,661
- RingHom.idstatement · cited by 18,349
- CommRingstatement · cited by 17,173
- AddCommGroupstatement · cited by 12,871
- LinearMapstatement · cited by 10,215
- Fintypestatement · cited by 7,736
- MonoidHomstatement · cited by 3,629
- Module.Basisstatement · cited by 1,477
- Truncstatement · cited by 39
Cited by10
Results whose statement or proof uses this declaration.
- LinearMap.coe_detstatement and proof · cited by 6
- LinearMap.det_conjproof · cited by 5
- LinearMap.det_defstatement and proof · cited by 5
- ContinuousLinearMap.continuous_detproof · cited by 4
- LinearMap.detAux_defstatement · cited by 1
- LinearMap.detAux_def'statement · cited by 1
- LinearMap.detAux_def''statement · cited by 1
- LinearMap.detAux_compstatement and proof · cited by 0
- LinearMap.detAux.congr_simpstatement and proof · cited by 0
- LinearMap.detAux_idstatement and proof · cited by 0