Theorems · Theorem · linear algebra
LinearMap.injective_iff_surjective_of_finrank_eq_finrank
∀ {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₂],
Module.finrank K V = Module.finrank K V₂ → ∀ {f : V →ₗ[K] V₂}, Function.Injective ⇑f ↔ Function.Surjective ⇑f- Cited by
- 1 results in Mathlib
- Foundations
- Depth 118 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites22
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
- Top.topproof · cited by 9,680
- Submoduleproof · cited by 7,192
- Bot.botproof · cited by 4,720
- add_zeroproof · cited by 2,707
- FiniteDimensionalstatement and proof · cited by 1,854
- Module.finrankstatement and proof · cited by 1,770
- DivisionRingstatement and proof · cited by 1,062
Cited by1
Results whose statement or proof uses this declaration.
- LinearMap.ker_eq_bot_iff_range_eq_top_of_finrank_eq_finrankproof · cited by 2