Extra results about module.rank
#
THIS FILE IS SYNCHRONIZED WITH MATHLIB4. Any changes to this file require a corresponding PR to mathlib4.
This file contains some extra results not in linear_algebra.dimension
.
The rank of (ι →₀ R)
is (# ι).lift
.
If R
and ι
lie in the same universe, the rank of (ι →₀ R)
is # ι
.
The rank of the direct sum is the sum of the ranks.
If m
and n
are fintype
, the rank of m × n
matrices is (# m).lift * (# n).lift
.
If m
and n
are fintype
that lie in the same universe, the rank of m × n
matrices is
(# n * # m).lift
.
If m
and n
are fintype
that lie in the same universe as R
, the rank of m × n
matrices
is # m * # n
.
The rank of M ⊗[R] N
is (module.rank R M).lift * (module.rank R N).lift
.
If M
and N
lie in the same universe, the rank of M ⊗[R] N
is
(module.rank R M) * (module.rank R N)
.