Mathlib Map

Theorems · Theorem · linear algebra

Module.nonempty_linearEquiv_iff_rank_eq

∀ {R : Type u} {M M₁ : Type v} [inst : Semiring R] [inst_1 : AddCommMonoid M] [inst_2 : Module R M] [Module.Free R M]
  [inst_4 : AddCommMonoid M₁] [inst_5 : Module R M₁] [Module.Free R M₁] [StrongRankCondition R],
  Nonempty (M ≃ₗ[R] M₁) ↔ Module.rank R M = Module.rank R M₁

Two vector spaces are isomorphic if and only if they have the same dimension.

Defined in
Mathlib.LinearAlgebra.Dimension.Free
Cited by
4 results in Mathlib
Foundations
Depth 113 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
SemiringAddCommMonoidModuleModule.FreeAddCommMonoidModuleModule.FreeStrongRankCondition

Around this declaration

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

Cites11

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

Cited by4

Results whose statement or proof uses this declaration.