Theorems · Theorem · linear algebra
Module.finrank_matrix
∀ (R : Type u) (M : Type v) [inst : Semiring R] [inst_1 : AddCommMonoid M] [inst_2 : Module R M] [StrongRankCondition R] [Module.Free R M] (m : Type u_2) (n : Type u_3) [inst_5 : Fintype m] [inst_6 : Fintype n], Module.finrank R (Matrix m n M) = Fintype.card m * Fintype.card n * Module.finrank R M
If m and n are Fintype, the finrank of m × n matrices over a module M is
(Fintype.card m) * (Fintype.card n) * finrank R M.
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 112 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites19
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Modulestatement and proof · cited by 20,661
- Semiringstatement and proof · cited by 13,802
- AddCommMonoidstatement and proof · cited by 12,281
- Fintypestatement and proof · cited by 7,736
- Matrixstatement · cited by 4,303
- Module.finrankstatement · cited by 1,770
- Fintype.cardstatement and proof · cited by 1,386
- map_mulproof · cited by 1,137
- Module.Freestatement and proof · cited by 597
- Cardinal.liftproof · cited by 583
- Module.rankproof · cited by 496
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.