Module docstring
{"# Range of linear maps
The range LinearMap.range of a (semi)linear map f : M → M₂ is a submodule of M₂.
More specifically, LinearMap.range applies to any SemilinearMapClass over a RingHomSurjective
ring homomorphism.
Note that this also means that dot notation (i.e. f.range for a linear map f) does not work.
Notations
- We continue to use the notations
M →ₛₗ[σ] M₂andM →ₗ[R] M₂for the type of semilinear (resp. linear) maps fromMtoM₂over the ring homomorphismσ(resp. over the ringR).
Tags
linear algebra, vector space, module, range "}