Theorems · Theorem · linear algebra
Module.Basis.det_unitsSMul_self
∀ {R : Type u_1} [inst : CommRing R] {M : Type u_2} [inst_1 : AddCommGroup M] [inst_2 : Module R M] {ι : Type u_4}
[inst_3 : DecidableEq ι] [inst_4 : Fintype ι] (e : Module.Basis ι R M) (w : ι → Rˣ),
e.det ⇑(e.unitsSMul w) = ∏ i, ↑(w i)The determinant of a basis constructed by unitsSMul is the product of the given units.
- Defined in
- Mathlib.LinearAlgebra.Determinant
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 94 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites19
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Modulestatement and proof · cited by 20,661
- CommRingstatement and proof · cited by 17,173
- AddCommGroupstatement and proof · cited by 12,871
- Fintypestatement and proof · cited by 7,736
- Finset.univstatement and proof · cited by 3,473
- Unitsstatement and proof · cited by 2,804
- Finset.prodstatement and proof · cited by 2,356
- Units.valstatement and proof · cited by 1,966
- Module.Basisstatement and proof · cited by 1,477
- Finset.prod_congrproof · cited by 646
- AlternatingMapstatement · cited by 329
Cited by2
Results whose statement or proof uses this declaration.
- Module.Basis.orientation_unitsSMulproof · cited by 1
- Module.Basis.det_isUnitSMulproof · cited by 0