Mathlib Map

Theorems · Theorem · linear algebra

LinearMap.lift_rank_range_add_rank_ker

∀ {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.{u, u_1} R] (f : M →ₗ[R] M'),
  Cardinal.lift.{u, v} (Module.rank R ↥f.range) + Cardinal.lift.{v, u} (Module.rank R ↥f.ker) =
    Cardinal.lift.{v, u} (Module.rank R M)
Defined in
Mathlib.LinearAlgebra.Dimension.RankNullity
Cited by
2 results in Mathlib
Foundations
Depth 91 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
RingAddCommGroupAddCommGroupModuleModuleHasRankNullity

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites18

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by2

Results whose statement or proof uses this declaration.