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.2For 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.
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 72 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.
- DFunLike.coeproof · cited by 62,936
- Modulestatement and proof · cited by 20,661
- Finsetstatement · cited by 13,712
- AddCommMonoidstatement and proof · cited by 12,281
- CommSemiringstatement and proof · cited by 10,911
- Finsuppproof · cited by 5,255
- Finset.sumstatement and proof · cited by 5,195
- TensorProductstatement and proof · cited by 2,545
- TensorProduct.tmulstatement and proof · cited by 1,182
- Finsupp.sumproof · cited by 481
- Finset.sum_nbij'proof · cited by 18
- Finsupp.graphproof · cited by 12
Cited by4
Results whose statement or proof uses this declaration.
- exists_fg_and_mem_baseChangeproof · cited by 2
- TensorProduct.vanishesTrivially_of_sum_tmul_eq_zeroproof · cited by 2
- TensorProduct.rTensor_injective_of_forall_vanishesTriviallyproof · cited by 2
- Module.Invertible.exists_finset_free_localizationproof · cited by 0