Mathlib Map

Theorems · Theorem · linear algebra

Basis.piTensorProduct_apply

∀ {ι : Type u_1} {R : Type u_2} {M : ι → Type u_3} {κ : ι → Type u_4} [inst : CommSemiring R]
  [inst_1 : (i : ι) → AddCommMonoid (M i)] [inst_2 : (i : ι) → Module R (M i)] [inst_3 : Finite ι]
  (b : (i : ι) → Module.Basis (κ i) R (M i)) (p : (i : ι) → κ i),
  (Basis.piTensorProduct b) p = ⨂ₜ[R] (i : ι), (b i) (p i)
Defined in
Mathlib.LinearAlgebra.PiTensorProduct.Basis
Cited by
2 results in Mathlib
Foundations
Depth 96 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CommSemiringAddCommMonoidModuleFinite

Around this declaration

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

Cites20

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

Cited by2

Results whose statement or proof uses this declaration.