Mathlib Map

Theorems · Theorem · linear algebra

Module.rank_eq_ofNat_iff_finrank_eq_ofNat

∀ {R : Type u} {M : Type v} [inst : Semiring R] [inst_1 : AddCommMonoid M] [inst_2 : Module R M] (n : ℕ)
  [inst_3 : n.AtLeastTwo], Module.rank R M = OfNat.ofNat n ↔ Module.finrank R M = OfNat.ofNat n

This is like rank_eq_one_iff_finrank_eq_one but works for 2, 3, 4, ...

Defined in
Mathlib.LinearAlgebra.Dimension.Finrank
Cited by
0 results in Mathlib
Foundations
Depth 92 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
SemiringAddCommMonoidModuleNat.AtLeastTwo

Around this declaration

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

Cites8

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

Cited by0

Results whose statement or proof uses this declaration.

Nothing cites this yet.