Theorems · Definition · linear algebra
LinearMap.linearEquivOfInjective
{K : Type u} →
{V : Type v} →
[inst : DivisionRing K] →
[inst_1 : AddCommGroup V] →
[inst_2 : Module K V] →
{V₂ : Type v'} →
[inst_3 : AddCommGroup V₂] →
[inst_4 : Module K V₂] →
[FiniteDimensional K V] →
[FiniteDimensional K V₂] →
(f : V →ₗ[K] V₂) → Function.Injective ⇑f → Module.finrank K V = Module.finrank K V₂ → V ≃ₗ[K] V₂Given a linear map f between two vector spaces with the same dimension, if
ker f = ⊥ then linearEquivOfInjective is the induced isomorphism
between the two vector spaces.
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 120 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
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
- AddCommGroupstatement and proof · cited by 12,871
- LinearMapstatement and proof · cited by 10,215
- LinearEquivstatement · cited by 3,317
- FiniteDimensionalstatement and proof · cited by 1,854
- Module.finrankstatement and proof · cited by 1,770
- DivisionRingstatement and proof · cited by 1,062
- LinearEquiv.ofBijectiveproof · cited by 60
Cited by5
Results whose statement or proof uses this declaration.
- LinearMap.BilinForm.toDualproof · cited by 7
- LinearIsometry.toLinearIsometryEquivproof · cited by 4
- LinearMap.linearEquivOfInjective.congr_simpstatement and proof · cited by 1
- RootPairing.polarizationEquiv_toLinearMapproof · cited by 1
- LinearMap.linearEquivOfInjective_applystatement · cited by 0