Mathlib Map

Theorems · Theorem · commutative algebra

TensorProduct.exists_finset

∀ {R : Type u_1} {M : Type u_2} {N : Type u_3} [inst : CommSemiring R] [inst_1 : AddCommMonoid M]
  [inst_2 : AddCommMonoid N] [inst_3 : Module R M] [inst_4 : Module R N] (x : TensorProduct R M N),
  ∃ S, x = ∑ i ∈ S, i.1 ⊗ₜ[R] i.2

For any element x of M ⊗[R] N, there exists a finite subset { (m_i, n_i) } of M × N, such that x is equal to the sum of m_i ⊗ₜ[R] n_i.

Defined in
Mathlib.LinearAlgebra.TensorProduct.Finiteness
Cited by
4 results in Mathlib
Foundations
Depth 72 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CommSemiringAddCommMonoidAddCommMonoidModuleModule

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 by4

Results whose statement or proof uses this declaration.