Theorems · Theorem · linear algebra
lift_rank_range_le
∀ {R : Type u} {M : Type v} {M' : Type v'} [inst : Semiring R] [inst_1 : AddCommMonoid M] [inst_2 : Module R M]
[inst_3 : AddCommMonoid M'] [inst_4 : Module R M'] (f : M →ₗ[R] M'),
Cardinal.lift.{v, v'} (Module.rank R ↥f.range) ≤ Cardinal.lift.{v', v} (Module.rank R M)The rank of the range of a linear map is at most the rank of the source.
- Defined in
- Mathlib.LinearAlgebra.Dimension.Basic
- Cited by
- 7 results in Mathlib
- Foundations
- Depth 85 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites33
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Setproof · cited by 53,352
- Modulestatement and proof · cited by 20,661
- RingHom.idstatement and proof · cited by 18,349
- Semiringstatement and proof · cited by 13,802
- AddCommMonoidstatement and proof · cited by 12,281
- LinearMapstatement and proof · cited by 10,215
- Submodulestatement · cited by 7,192
- Set.Elemproof · cited by 7,166
- Set.imageproof · cited by 5,609
- Cardinalstatement and proof · cited by 2,598
- iSupproof · cited by 2,415
Cited by7
Results whose statement or proof uses this declaration.
- rank_span_leproof · cited by 9
- lift_rank_map_leproof · cited by 4
- LinearMap.lift_rank_le_of_surjectiveproof · cited by 3
- Subalgebra.rank_eq_one_iffproof · cited by 3
- LinearMap.finrank_range_leproof · cited by 2
- rank_range_leproof · cited by 2
- Algebra.rank_adjoin_leproof · cited by 0