Mathlib Map

Structures · Algebra

HasRankNullity

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
Shape
One type argument · adds exists_set_linearIndependent, rank_quotient_add_rank

Extends0

Extends nothing: this is a root of the hierarchy.

Extended by0

Nothing extends this class yet.

Concrete types that are instances0

No instance on a concrete type; it is reached through other classes.

How is a type an instance?

Loading the hierarchy index…

Assumed by26

Ancestors0

No ancestors.