Module docstring
{"# Finite dimensional vector spaces
Basic properties of finite dimensional vector spaces, of their dimensions, and of linear maps on such spaces.
Main definitions
Preservation of finite-dimensionality and formulas for the dimension are given for
- submodules (FiniteDimensional.finiteDimensional_submodule)
- quotients (for the dimension of a quotient, see Submodule.finrank_quotient_add_finrank in
  Mathlib.LinearAlgebra.FiniteDimensional)
- linear equivs, in LinearEquiv.finiteDimensional
Basic properties of linear maps of a finite-dimensional vector space are given. Notably, the
equivalence of injectivity and surjectivity is proved in LinearMap.injective_iff_surjective,
and the equivalence between left-inverse and right-inverse in LinearMap.mul_eq_one_comm
and LinearMap.comp_eq_id_comm.
Implementation notes
You should not assume that there has been any effort to state lemmas as generally as possible.
Plenty of the results hold for general fg modules or notherian modules, and they can be found in
Mathlib.LinearAlgebra.FreeModule.Finite.Rank and Mathlib.RingTheory.Noetherian.
","We now give characterisations of finrank K V = 1 and finrank K V ≤ 1.
"}