Theorems · Definition · linear algebra
LinearEquiv.ofIsUnitDet
{R : Type u_1} →
[inst : CommRing R] →
{M : Type u_2} →
[inst_1 : AddCommGroup M] →
[inst_2 : Module R M] →
{M' : Type u_3} →
[inst_3 : AddCommGroup M'] →
[inst_4 : Module R M'] →
{ι : Type u_4} →
[inst_5 : DecidableEq ι] →
[inst_6 : Fintype ι] →
{f : M →ₗ[R] M'} →
{v : Module.Basis ι R M} →
{v' : Module.Basis ι R M'} → IsUnit ((LinearMap.toMatrix v v') f).det → M ≃ₗ[R] M'Builds a linear equivalence from a linear map whose determinant in some bases is a unit.
- Defined in
- Mathlib.LinearAlgebra.Determinant
- Cited by
- 7 results in Mathlib
- Foundations
- Depth 107 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites14
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
- Matrixstatement · cited by 4,303
- LinearEquivstatement · cited by 3,317
- IsUnitstatement and proof · cited by 1,602
- Module.Basisstatement and proof · cited by 1,477
- Matrix.detstatement and proof · cited by 665
Cited by10
Results whose statement or proof uses this declaration.
- LinearMap.equivOfIsUnitDetproof · cited by 3
- LinearEquiv.ofIsUnitDet_applystatement and proof · cited by 2
- Module.Basis.is_basis_iff_detproof · cited by 2
- Algebra.SubmersivePresentation.aevalDifferentialEquivproof · cited by 2
- LinearMap.equivOfDetNeZeroproof · cited by 2
- LinearMap.equivOfIsUnitDet_applyproof · cited by 1
- LinearMap.normDet_eq_norm_det_toMatrixproof · cited by 1
- LinearEquiv.ofIsUnitDet_symm_applystatement and proof · cited by 0
- LinearEquiv.coe_ofIsUnitDetstatement and proof · cited by 0
- LinearEquiv.ofIsUnitDet.congr_simpstatement and proof · cited by 0