Theorems · Theorem · linear algebra
Module.finrank_directSum
∀ (R : Type u) [inst : Semiring R] [StrongRankCondition R] {ι : Type v} [inst_2 : Fintype ι] (M : ι → Type w)
[inst_3 : (i : ι) → AddCommMonoid (M i)] [inst_4 : (i : ι) → Module R (M i)] [∀ (i : ι), Module.Free R (M i)]
[∀ (i : ι), Module.Finite R (M i)], Module.finrank R (DirectSum ι fun i => M i) = ∑ i, Module.finrank R (M i)The finrank of the direct sum is the sum of the finranks.
- Cited by
- 2 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.
Cites20
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
- Finset.sumstatement and proof · cited by 5,195
- Finset.univstatement and proof · cited by 3,473
- Module.finrankstatement · cited by 1,770
- Fintype.cardproof · cited by 1,386
- Module.Finitestatement and proof · cited by 1,032
- Module.Freestatement and proof · cited by 597
- DirectSumstatement · cited by 446
Cited by2
Results whose statement or proof uses this declaration.
- Ideal.finrank_quotient_eq_sumproof · cited by 1
- Submodule.finrank_quotient_eq_sumproof · cited by 0