Mathlib Map

Theorems · Theorem · linear algebra

LinearMap.proj_apply

∀ {R : Type u} {ι : Type x} [inst : Semiring R] {φ : ι → Type i} [inst_1 : (i : ι) → AddCommMonoid (φ i)]
  [inst_2 : (i : ι) → Module R (φ i)] (i : ι) (b : (i : ι) → φ i), (LinearMap.proj i) b = b i
Defined in
Mathlib.LinearAlgebra.Pi
Cited by
1 results in Mathlib
Foundations
Depth 21 from the axioms · uses Quot.sound
Assumes
SemiringAddCommMonoidModule

Around this declaration

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

Cites7

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

Cited by1

Results whose statement or proof uses this declaration.