Mathlib Map

Theorems · Inductive type · linear algebra

HasRankNullity

(R : Type v) → [inst : Ring R] → Prop

HasRankNullity.{u} is a class of rings satisfying 1. Every R-module M : Type u has a linear independent subset of cardinality Module.rank R M. 2. rank (M ⧸ N) + rank N = rank M for every R-module M : Type u and every N : Submodule R M. Usually such a ring satisfies HasRankNullity.{w} for all universes w, and the universe argument is there because of technical limitations to universe polymorphism. See DivisionRing.hasRankNullity and IsDomain.hasRankNullity.

Defined in
Mathlib.LinearAlgebra.Dimension.RankNullity
Cited by
26 results in Mathlib
Foundations
Depth 1 from the axioms · uses no axioms
Assumes
Ring

Around this declaration

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

Cites1

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

  • Ringstatement · cited by 7,463

Cited by28

Results whose statement or proof uses this declaration.