Theorems · Theorem · linear algebra
LinearMap.rank_quot_submodule_map_eq
∀ {R : Type u_1} {M : Type u} {M' : Type v} [inst : Ring R] [inst_1 : AddCommGroup M] [inst_2 : AddCommGroup M']
[inst_3 : Module R M] [inst_4 : Module R M'] [HasRankNullity.{v, u_1} R] {f : M →ₗ[R] M'} (p : Submodule R M),
Module.rank R (M' ⧸ Submodule.map f p) =
Module.rank R (M' ⧸ f.range) + Module.rank R (↥f.range ⧸ Submodule.map f.rangeRestrict p)- Cited by
- 1 results in Mathlib
- Foundations
- Depth 93 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites38
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
- RingHom.idstatement and proof · cited by 18,349
- AddCommGroupstatement and proof · cited by 12,871
- LinearMapstatement and proof · cited by 10,215
- Ringstatement and proof · cited by 7,463
- Submodulestatement and proof · cited by 7,192
- LinearEquivproof · cited by 3,317
- Cardinalstatement and proof · cited by 2,598
- HasQuotient.Quotientstatement and proof · cited by 2,301
- LinearMap.compproof · cited by 1,642
- LinearEquiv.toLinearMapproof · cited by 1,171
Cited by1
Results whose statement or proof uses this declaration.
- LinearMap.lift_rank_quot_map_leproof · cited by 0