Theorems · Theorem · commutative algebra
TensorProduct.exists_finsupp_left
∀ {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 = S.sum fun m n => m ⊗ₜ[R] nFor any element x of M ⊗[R] N, there exists a finite subset { (m_i, n_i) }
of M × N such that each m_i is distinct (we represent it as an element of M →₀ N),
such that x is equal to the sum of m_i ⊗ₜ[R] n_i.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 71 from the axioms · uses propext, Classical.choice, Quot.sound
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.
- Modulestatement and proof · cited by 20,661
- AddCommMonoidstatement and proof · cited by 12,281
- CommSemiringstatement and proof · cited by 10,911
- Finsuppstatement and proof · cited by 5,255
- TensorProductstatement and proof · cited by 2,545
- TensorProduct.tmulstatement and proof · cited by 1,182
- Finsupp.singleproof · cited by 943
- Finsupp.sumstatement and proof · cited by 481
- Finsupp.sum_single_indexproof · cited by 130
- TensorProduct.induction_onproof · cited by 81
- TensorProduct.tmul_zeroproof · cited by 44
- TensorProduct.tmul_addproof · cited by 32
Cited by2
Results whose statement or proof uses this declaration.
- TensorProduct.exists_finsetproof · cited by 4
- TensorProduct.exists_finsupp_rightproof · cited by 0