Mathlib Map

Theorems · Theorem · linear algebra

finrank_eq_one_iff_of_nonzero

∀ {K : Type u} {V : Type v} [inst : DivisionRing K] [inst_1 : AddCommGroup V] [inst_2 : Module K V] (v : V),
  v ≠ 0 → (Module.finrank K V = 1 ↔ K ∙ v = ⊤)

A vector space with a nonzero vector v has dimension 1 iff v spans.

Defined in
Mathlib.LinearAlgebra.FiniteDimensional.Basic
Cited by
3 results in Mathlib
Foundations
Depth 122 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
DivisionRingAddCommGroupModule

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 by3

Results whose statement or proof uses this declaration.