Mathlib Map

Theorems · Theorem · linear algebra

Module.Basis.eq_of_apply_eq

∀ {ι : Type u_10} {R : Type u_11} {M : Type u_12} [inst : Semiring R] [inst_1 : AddCommMonoid M] [inst_2 : Module R M]
  {b₁ b₂ : Module.Basis ι R M}, (∀ (i : ι), b₁ i = b₂ i) → b₁ = b₂

Two bases are equal if their basis vectors are the same.

Defined in
Mathlib.LinearAlgebra.Basis.Defs
Cited by
15 results in Mathlib
Foundations
Depth 79 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
SemiringAddCommMonoidModule

Around this declaration

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

Cites6

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

Cited by15

Results whose statement or proof uses this declaration.