Mathlib Map

Theorems · Theorem · linear algebra

Module.Basis.ext_elem

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

Alias of the reverse direction of Module.Basis.ext_elem_iff. Two elements are equal iff their coordinates are equal.

Defined in
Mathlib.LinearAlgebra.Basis.Defs
Cited by
11 results in Mathlib
Foundations
Depth 75 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.

Cites10

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

Cited by11

Results whose statement or proof uses this declaration.