Theorems · Theorem · linear algebra
LinearMap.det_smul
∀ {M : Type u_2} [inst : AddCommGroup M] {A : Type u_5} [inst_1 : CommRing A] [inst_2 : Module A M] [Module.Free A M]
(c : A) (f : M →ₗ[A] M), LinearMap.det (c • f) = c ^ Module.finrank A M * LinearMap.det fMultiplying a map by a scalar c multiplies its determinant by c ^ dim M.
- Defined in
- Mathlib.LinearAlgebra.Determinant
- Cited by
- 5 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.
Cites29
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
- Finsetproof · cited by 13,712
- AddCommGroupstatement and proof · cited by 12,871
- LinearMapstatement and proof · cited by 10,215
- mul_oneproof · cited by 3,885
- MonoidHomstatement · cited by 3,629
- Nontrivialproof · cited by 2,416
- Module.finrankstatement and proof · cited by 1,770
- Module.Basisproof · cited by 1,477
Cited by5
Results whose statement or proof uses this declaration.
- MeasureTheory.Measure.map_addHaar_smulproof · cited by 6
- Algebra.det_lsmulproof · cited by 1
- Matrix.SpecialLinearGroup.lineStab_fix_of_spanproof · cited by 1
- LinearMap.det_zeroproof · cited by 1
- SpecialLinearGroup.subsingleton_of_finrank_eq_oneproof · cited by 0