Mathlib Map

Theorems · Theorem · linear algebra

FiniteDimensional.basisSingleton_repr_apply

∀ {K : Type u} {V : Type v} [inst : DivisionRing K] [inst_1 : AddCommGroup V] [inst_2 : Module K V] (ι : Type u_1)
  [inst_3 : Unique ι] (h : Module.finrank K V = 1) (v : V) (hv : v ≠ 0) (w : V),
  (FiniteDimensional.basisSingleton ι h v hv).repr w =
    fun₀ | default => ((Module.basisUnique ι h).repr w) default / ((Module.basisUnique ι h).repr v) default
Defined in
Mathlib.LinearAlgebra.FiniteDimensional.Basic
Cited by
0 results in Mathlib
Foundations
Depth 120 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
DivisionRingAddCommGroupModuleUnique

Around this declaration

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

Cites13

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.