You need to know: Euclidean space , space of functions
(see this previous theorem description), notation
for the norm in this space, algorithm, its running time and memory use.
Background: Let be a finite set of cardinality N. Let
and
be given functions on E. Let
denote the infimum of all
for which there exists
such that
and
for all
. We say that two numbers
determined by
have the same order of magnitude if
, where constants c and C depends only on m and n. By “compute the order of magnitude of X” we mean compute some Y such that X and Y have the same order of magnitude.
The Theorem: On 6th October 2005, Charles Fefferman and Bo’az Klartag submitted to the Annals of Mathematics a paper in which they presented an algorithm and proved that it computes, given , the order of magnitude of
in time at most
and using memory at most
, where the constant C depends only on m and n.
Short context: Function represents N data points, to which we want to feet a smooth function F with smallest possible
norm. We may want the exact feet to data (case
), or approximate one (
). The Theorem proves the existence of efficient algorithm which approximately computes the smallest possible
norm of F we can achieve. In the subsequent paper, we same authors also presented algorithm which computes F itself.
Links: The original paper is available here. See also Section 9.2 of this book for an accessible description of the Theorem.