You need to know: Matrix, rank of a matrix M.
Background: Let be positive integers. Let
be the set of vectors
such that all
are integers and
for
. A function
is called a d-dimensional
tensor. Let
be positive integers such that
. We say that A has tensor-train decomposition (TT decomposition in short) with TT-ranks
if
where
is an
matrix. For
, the unfolding matrix
of A is an
matrix with rows indexed by
and columns indexed by
such that
.
The Theorem: On 10th March 2009, Ivan Oseledets submitted to the SIAM Journal on Scientific Computing a paper in which he proved that for each d-dimensional tensor A there exists a TT decomposition with TT-ranks ,
.
Short context: Tensors are natural generalizations of matrices and are central in many applications. However, storing a d-dimensional tensor requires memory which grows exponential in d, and performing any operations requires exponential time. TT decomposition with low TT-ranks allows to store tensors and do computations on them with significantly less time and memory resources.
Links: The original paper is available here.