Theorems · Theorem · linear algebra
LinearMap.rank_finsetSum_le
∀ {K : Type u} {V : Type v} {V' : Type v'} [inst : DivisionRing K] [inst_1 : AddCommGroup V] [inst_2 : Module K V]
[inst_3 : AddCommGroup V'] [inst_4 : Module K V'] {η : Type u_1} (s : Finset η) (f : η → V →ₗ[K] V'),
(∑ d ∈ s, f d).rank ≤ ∑ d ∈ s, (f d).rank- Cited by
- 1 results in Mathlib
- Foundations
- Depth 118 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites16
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Modulestatement and proof · cited by 20,661
- RingHom.idstatement and proof · cited by 18,349
- Finsetstatement and proof · cited by 13,712
- AddCommGroupstatement and proof · cited by 12,871
- LinearMapstatement and proof · cited by 10,215
- Finset.sumstatement · cited by 5,195
- Cardinalstatement and proof · cited by 2,598
- le_reflproof · cited by 2,061
- DivisionRingstatement and proof · cited by 1,062
- le_transproof · cited by 985
- add_le_addproof · cited by 666
- le_of_eqproof · cited by 366
Cited by1
Results whose statement or proof uses this declaration.
- LinearMap.rank_finset_sum_leproof · cited by 0