Theorems · Theorem · linear algebra
Module.Basis.det_comp
∀ {M : Type u_2} [inst : AddCommGroup M] {ι : Type u_4} [inst_1 : DecidableEq ι] [inst_2 : Fintype ι] {A : Type u_5}
[inst_3 : CommRing A] [inst_4 : Module A M] (e : Module.Basis ι A M) (f : M →ₗ[A] M) (v : ι → M),
e.det (⇑f ∘ v) = LinearMap.det f * e.det v- Defined in
- Mathlib.LinearAlgebra.Determinant
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 130 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites24
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
- RingHom.idstatement and proof · cited by 18,349
- CommRingstatement and proof · cited by 17,173
- AddCommGroupstatement and proof · cited by 12,871
- LinearMapstatement and proof · cited by 10,215
- Fintypestatement and proof · cited by 7,736
- Matrixproof · cited by 4,303
- MonoidHomstatement · cited by 3,629
- LinearMap.compproof · cited by 1,642
- Module.Basisstatement and proof · cited by 1,477
- Matrix.detproof · cited by 665
Cited by2
Results whose statement or proof uses this declaration.
- Module.Basis.map_orientation_eq_det_inv_smulproof · cited by 3
- Module.Basis.det_mul_detproof · cited by 1