Some finiteness results of tensor product #
This file contains some finiteness results of tensor product.
TensorProduct.exists_multiset
,TensorProduct.exists_finsupp_left
,TensorProduct.exists_finsupp_right
,TensorProduct.exists_finset
: any element ofM ⊗[R] N
can be written as a finite sum of pure tensors. See alsoTensorProduct.span_tmul_eq_top
.TensorProduct.exists_finite_submodule_left_of_finite
,TensorProduct.exists_finite_submodule_right_of_finite
,TensorProduct.exists_finite_submodule_of_finite
: any finite subset ofM ⊗[R] N
is contained inM' ⊗[R] N
, resp.M ⊗[R] N'
, resp.M' ⊗[R] N'
, for some finitely generated submodulesM'
andN'
ofM
andN
, respectively.TensorProduct.exists_finite_submodule_left_of_finite'
,TensorProduct.exists_finite_submodule_right_of_finite'
,TensorProduct.exists_finite_submodule_of_finite'
: variation of the above results whereM
andN
are already submodules.
Tags #
tensor product, finitely generated
For any element x
of M ⊗[R] N
, there exists a (finite) multiset { (m_i, n_i) }
of M × N
, such that x
is equal to the sum of m_i ⊗ₜ[R] n_i
.
For 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
.
For any element x
of M ⊗[R] N
, there exists a finite subset { (m_i, n_i) }
of M × N
such that each n_i
is distinct (we represent it as an element of N →₀ M
),
such that x
is equal to the sum of m_i ⊗ₜ[R] n_i
.
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
.
For a finite subset s
of M ⊗[R] N
, there are finitely generated
submodules M'
and N'
of M
and N
, respectively, such that s
is contained in the image
of M' ⊗[R] N'
in M ⊗[R] N
.
For a finite subset s
of M ⊗[R] N
, there exists a finitely generated
submodule M'
of M
, such that s
is contained in the image
of M' ⊗[R] N
in M ⊗[R] N
.
For a finite subset s
of M ⊗[R] N
, there exists a finitely generated
submodule N'
of N
, such that s
is contained in the image
of M ⊗[R] N'
in M ⊗[R] N
.
Variation of TensorProduct.exists_finite_submodule_of_finite
where M
and N
are
already submodules.
Variation of TensorProduct.exists_finite_submodule_left_of_finite
where M
and N
are
already submodules.
Variation of TensorProduct.exists_finite_submodule_right_of_finite
where M
and N
are
already submodules.