at DataviewInlineApi.eval (plugin:dataview:19027:21)
at evalInContext (plugin:dataview:19028:7)
at asyncEvalInContext (plugin:dataview:19038:32)
at DataviewJSRenderer.render (plugin:dataview:19064:19)
at DataviewJSRenderer.onload (plugin:dataview:18606:14)
at DataviewJSRenderer.load (app://obsidian.md/app.js:1:1182416)
at DataviewApi.executeJs (plugin:dataview:19607:18)
at DataviewCompiler.eval (plugin:digitalgarden:10763:23)
at Generator.next (<anonymous>)
at fulfilled (plugin:digitalgarden:77:24)
Theorem
Theorem (Johnson-Lindenstrauss)
Let and fix . Let . Suppose that
And denote as the event that multiplication by is pairwise - faithful for the . Then we have
Proof
Note that being -faithful pairwise to the requires the preservation of the vector norms within a factor of .
note we can do this for any vectors and in particular the specified in the statement!
Let . Recall that the distribution of is . Thus we have
with the same probability bound by adding to the collection of and increasing to .
We can also write an expression for the bound on such that if then we can get a success probability of .
Johnson-Lindenstrauss Transform
Johnson-Lindenstrauss Transform
Multiplying data by a random matrix that satisfies the criteria for the Johnson-Lindenstrauss lemma is sometimes called the Johnson-Lindnestrauss transform (JLT).
This is usually done for the purpose of dimensionality reduction.
There is also work being done to see how to speed up the multiplications . The main approach to this is to find special matrices that allow for faster matrix-vector multiplication.
Also fast Fourier Transform via multiplication with the discrete Fourier transform matrix
multiply then subsample entries
Optimality
The result is not optimal. The original paper showed that dimension is required independent of .
The following two papers show that the general result is tight up to constants:
Kasper Green Larsen and Jelani Nelson. The johnson-lindenstrauss lemma is optimal for linear dimensionality reduction. arXiv preprint arXiv:1411.2404, 2014.
Kasper Green Larsen and Jelani Nelson. Optimality of the johnson-lindenstrauss lemma. In 2017 IEEE 58th Annual Symposium on Foundations of Computer Science (FOCS), pages 633–638. IEEE, 2017.