<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://en.formulasearchengine.com/index.php?action=history&amp;feed=atom&amp;title=Alpha_recursion_theory</id>
	<title>Alpha recursion theory - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://en.formulasearchengine.com/index.php?action=history&amp;feed=atom&amp;title=Alpha_recursion_theory"/>
	<link rel="alternate" type="text/html" href="https://en.formulasearchengine.com/index.php?title=Alpha_recursion_theory&amp;action=history"/>
	<updated>2026-05-31T17:32:09Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.0-wmf.28</generator>
	<entry>
		<id>https://en.formulasearchengine.com/index.php?title=Alpha_recursion_theory&amp;diff=254924&amp;oldid=prev</id>
		<title>en&gt;Aleph0: A missing alpha in the definition of reduction procedure</title>
		<link rel="alternate" type="text/html" href="https://en.formulasearchengine.com/index.php?title=Alpha_recursion_theory&amp;diff=254924&amp;oldid=prev"/>
		<updated>2014-10-31T07:43:15Z</updated>

		<summary type="html">&lt;p&gt;A missing alpha in the definition of reduction procedure&lt;/p&gt;
&lt;a href=&quot;https://en.formulasearchengine.com/index.php?title=Alpha_recursion_theory&amp;amp;diff=254924&amp;amp;oldid=17446&quot;&gt;Show changes&lt;/a&gt;</summary>
		<author><name>en&gt;Aleph0</name></author>
	</entry>
	<entry>
		<id>https://en.formulasearchengine.com/index.php?title=Alpha_recursion_theory&amp;diff=17446&amp;oldid=prev</id>
		<title>en&gt;VladimirReshetnikov at 22:27, 9 February 2012</title>
		<link rel="alternate" type="text/html" href="https://en.formulasearchengine.com/index.php?title=Alpha_recursion_theory&amp;diff=17446&amp;oldid=prev"/>
		<updated>2012-02-09T22:27:16Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;In [[theoretical computer science]], a &amp;#039;&amp;#039;&amp;#039;small-bias sample space&amp;#039;&amp;#039;&amp;#039; (also known as &amp;#039;&amp;#039;&amp;#039;&amp;lt;math&amp;gt;\epsilon&amp;lt;/math&amp;gt;-biased sample space&amp;#039;&amp;#039;&amp;#039;,  &amp;#039;&amp;#039;&amp;#039;&amp;lt;math&amp;gt;\epsilon&amp;lt;/math&amp;gt;-biased generator&amp;#039;&amp;#039;&amp;#039;, or &amp;#039;&amp;#039;&amp;#039;small-bias probability space&amp;#039;&amp;#039;&amp;#039;) is a [[probability distribution]] that fools [[parity function]]s.&lt;br /&gt;
In other words, no parity function can distinguish between a small-bias sample space and the uniform distribution with high probability, and hence, small-bias sample spaces naturally give rise to [[pseudorandom generator]]s for parity functions.&lt;br /&gt;
&lt;br /&gt;
The main useful property of small-bias sample spaces is that they need far fewer truly random bits than the uniform distribution to fool parities.  Efficient constructions of small-bias sample spaces have found many applications in computer science, some of which are [[derandomization]], [[error-correcting code]]s, and [[PCP theorem|probabilistically checkable proofs]].&lt;br /&gt;
The connection with [[error-correcting code]]s is in fact very strong since &amp;lt;math&amp;gt;\epsilon&amp;lt;/math&amp;gt;-biased sample spaces are &amp;#039;&amp;#039;equivalent&amp;#039;&amp;#039; to &amp;#039;&amp;#039;&amp;#039;&amp;lt;math&amp;gt;\epsilon&amp;lt;/math&amp;gt;-balanced error-correcting codes&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
==Definition==&lt;br /&gt;
&lt;br /&gt;
===Bias===&lt;br /&gt;
Let &amp;lt;math&amp;gt;X&amp;lt;/math&amp;gt; be a [[probability distribution]] over &amp;lt;math&amp;gt;\{0,1\}^n&amp;lt;/math&amp;gt;.&lt;br /&gt;
The &amp;#039;&amp;#039;bias&amp;#039;&amp;#039; of &amp;lt;math&amp;gt;X&amp;lt;/math&amp;gt; with respect to a set of indices &amp;lt;math&amp;gt;I \subseteq \{1,\dots,n\}&amp;lt;/math&amp;gt; is defined as&amp;lt;ref&amp;gt;cf., e.g., {{harvtxt|Goldreich|2001}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
:&amp;lt;math&amp;gt;&lt;br /&gt;
\text{bias}_I(X)&lt;br /&gt;
=&lt;br /&gt;
\left|&lt;br /&gt;
\Pr_{x\sim X} \left(\sum_{i\in I} x_i = 0\right)&lt;br /&gt;
-&lt;br /&gt;
\Pr_{x\sim X} \left(\sum_{i\in I} x_i = 1\right)&lt;br /&gt;
\right|&lt;br /&gt;
=&lt;br /&gt;
\left|&lt;br /&gt;
2 \cdot \Pr_{x\sim X} \left(\sum_{i\in I} x_i = 0\right)&lt;br /&gt;
-1&lt;br /&gt;
\right|&lt;br /&gt;
\,,&amp;lt;/math&amp;gt;&lt;br /&gt;
where the sum is taken over &amp;lt;math&amp;gt;\mathbb F_2&amp;lt;/math&amp;gt;, the [[finite field]] with two elements. In other words, the sum &amp;lt;math&amp;gt;\sum_{i\in I} x_i&amp;lt;/math&amp;gt; equals &amp;lt;math&amp;gt;0&amp;lt;/math&amp;gt; if the number of ones in the sample &amp;lt;math&amp;gt;x\in\{0,1\}^n&amp;lt;/math&amp;gt; at the positions defined by &amp;lt;math&amp;gt;I&amp;lt;/math&amp;gt; is even, and otherwise, the sum equals &amp;lt;math&amp;gt;1&amp;lt;/math&amp;gt;.&lt;br /&gt;
For &amp;lt;math&amp;gt;I=\emptyset&amp;lt;/math&amp;gt;, the empty sum is defined to be zero, and hence &amp;lt;math&amp;gt;\text{bias}_{\emptyset} (X) = 1&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
=== ϵ-biased sample space ===&lt;br /&gt;
A probability distribution &amp;lt;math&amp;gt;X&amp;lt;/math&amp;gt; over &amp;lt;math&amp;gt;\{0,1\}^n&amp;lt;/math&amp;gt; is called an &amp;#039;&amp;#039;&amp;lt;math&amp;gt;\epsilon&amp;lt;/math&amp;gt;-biased sample space&amp;#039;&amp;#039; if&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\text{bias}_I(X) \leq \epsilon&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
holds for all non-empty subsets &amp;lt;math&amp;gt;I \subseteq \{1,2,\ldots,n\}&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
=== ϵ-biased set ===&lt;br /&gt;
An &amp;lt;math&amp;gt;\epsilon&amp;lt;/math&amp;gt;-biased sample space &amp;lt;math&amp;gt;X&amp;lt;/math&amp;gt; that is generated by picking a uniform element from a [[multiset]] &amp;lt;math&amp;gt;X\subseteq \{0,1\}^n&amp;lt;/math&amp;gt; is called &amp;#039;&amp;#039;&amp;lt;math&amp;gt;\epsilon&amp;lt;/math&amp;gt;-biased set&amp;#039;&amp;#039;.&lt;br /&gt;
The &amp;#039;&amp;#039;size&amp;#039;&amp;#039; &amp;lt;math&amp;gt;s&amp;lt;/math&amp;gt; of an &amp;lt;math&amp;gt;\epsilon&amp;lt;/math&amp;gt;-biased set &amp;lt;math&amp;gt;X&amp;lt;/math&amp;gt; is the size of the multiset that generates the sample space.&lt;br /&gt;
&lt;br /&gt;
=== ϵ-biased generator ===&lt;br /&gt;
An &amp;lt;math&amp;gt;\epsilon&amp;lt;/math&amp;gt;-biased generator &amp;lt;math&amp;gt;G:\{0,1\}^\ell \to \{0,1\}^n&amp;lt;/math&amp;gt; is a function that maps strings of length &amp;lt;math&amp;gt;\ell&amp;lt;/math&amp;gt; to strings of length &amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt; such that the multiset &amp;lt;math&amp;gt;X_G=\{G(y) \;\vert\; y\in\{0,1\}^\ell \}&amp;lt;/math&amp;gt; is an &amp;lt;math&amp;gt;\epsilon&amp;lt;/math&amp;gt;-biased set. The &amp;#039;&amp;#039;seed length&amp;#039;&amp;#039; of the generator is the number &amp;lt;math&amp;gt;\ell&amp;lt;/math&amp;gt; and is related to the size of the &amp;lt;math&amp;gt;\epsilon&amp;lt;/math&amp;gt;-biased set &amp;lt;math&amp;gt;X_G&amp;lt;/math&amp;gt; via the equation &amp;lt;math&amp;gt;s=2^\ell&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== Connection with epsilon-balanced error-correcting codes ==&lt;br /&gt;
There is a close connection between &amp;lt;math&amp;gt;\epsilon&amp;lt;/math&amp;gt;-biased sets and &amp;#039;&amp;#039;&amp;lt;math&amp;gt;\epsilon&amp;lt;/math&amp;gt;-balanced&amp;#039;&amp;#039; [[linear code|linear error-correcting codes]].&lt;br /&gt;
A linear code &amp;lt;math&amp;gt;C:\{0,1\}^n\to\{0,1\}^s&amp;lt;/math&amp;gt; of [[Block code#The message length k|message length]] &amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt; and [[Block code#The block length n|block length]] &amp;lt;math&amp;gt;s&amp;lt;/math&amp;gt; is&lt;br /&gt;
&amp;#039;&amp;#039;&amp;lt;math&amp;gt;\epsilon&amp;lt;/math&amp;gt;-balanced&amp;#039;&amp;#039; if the [[Hamming weight]] of every nonzero codeword &amp;lt;math&amp;gt;C(x)&amp;lt;/math&amp;gt; is between &amp;lt;math&amp;gt;(\frac{1}{2}-\epsilon)s&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;(\frac{1}{2}+\epsilon)s&amp;lt;/math&amp;gt;.&lt;br /&gt;
Since &amp;lt;math&amp;gt;C&amp;lt;/math&amp;gt; is a linear code, its [[generator matrix]] is an &amp;lt;math&amp;gt;(n\times s)&amp;lt;/math&amp;gt;-matrix &amp;lt;math&amp;gt;A&amp;lt;/math&amp;gt; over &amp;lt;math&amp;gt;\mathbb F_2&amp;lt;/math&amp;gt; with &amp;lt;math&amp;gt;C(x)=x \cdot A&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Then it holds that a multiset &amp;lt;math&amp;gt;X\subset\{0,1\}^{n}&amp;lt;/math&amp;gt; is &amp;lt;math&amp;gt;\epsilon&amp;lt;/math&amp;gt;-biased if and only if the linear code &amp;lt;math&amp;gt;C_X&amp;lt;/math&amp;gt;, whose columns are exactly elements of &amp;lt;math&amp;gt;X&amp;lt;/math&amp;gt;, is &amp;lt;math&amp;gt;\epsilon&amp;lt;/math&amp;gt;-balanced.&amp;lt;ref name=&amp;quot;BA-TS-09&amp;quot;&amp;gt;cf., e.g., p. 2 of {{harvtxt|Ben-Aroya|Ta-Shma|2009}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Constructions of small epsilon-biased sets ==&lt;br /&gt;
Usually the goal is to find &amp;lt;math&amp;gt;\epsilon&amp;lt;/math&amp;gt;-biased sets that have a small size &amp;lt;math&amp;gt;s&amp;lt;/math&amp;gt; relative to the parameters &amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;\epsilon&amp;lt;/math&amp;gt;.&lt;br /&gt;
This is because a smaller size &amp;lt;math&amp;gt;s&amp;lt;/math&amp;gt; means that the amount of randomness needed to pick a random element from the set is smaller, and so the set can be used to fool parities using few random bits.&lt;br /&gt;
&lt;br /&gt;
=== Theoretical bounds ===&lt;br /&gt;
The probabilistic method gives a non-explicit construction that achieves size &amp;lt;math&amp;gt;s=O(n/\epsilon^2)&amp;lt;/math&amp;gt;.&amp;lt;ref name=&amp;quot;BA-TS-09&amp;quot; /&amp;gt;&lt;br /&gt;
The construction is non-explicit in the sense that finding the &amp;lt;math&amp;gt;\epsilon&amp;lt;/math&amp;gt;-biased set requires a lot of true randomness, which does not help towards the goal of reducing the overall randomness.&lt;br /&gt;
However, this non-explicit construction is useful because it shows that these efficient codes exist.&lt;br /&gt;
On the other hand, the best known lower bound for the size of &amp;lt;math&amp;gt;\epsilon&amp;lt;/math&amp;gt;-biased sets is &amp;lt;math&amp;gt;s=\Omega(n/ (\epsilon^2 \log (1/\epsilon))&amp;lt;/math&amp;gt;, that is, in order for a set to be &amp;lt;math&amp;gt;\epsilon&amp;lt;/math&amp;gt;-biased, it must be at least that big.&amp;lt;ref name=&amp;quot;BA-TS-09&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Explicit constructions ===&lt;br /&gt;
There are many explicit, i.e., deterministic constructions of &amp;lt;math&amp;gt;\epsilon&amp;lt;/math&amp;gt;-biased sets with various parameter settings:&lt;br /&gt;
* {{harvtxt|Naor|Naor|1990}} achieve &amp;lt;math&amp;gt;\displaystyle s= \frac{n}{\text{poly}(\epsilon)}&amp;lt;/math&amp;gt;. The construction makes use of [[Justesen code]]s (which is a concatenation of [[Reed–Solomon code]]s with the [[Wozencraft ensemble]]) as well as [[expander walk sampling]].&lt;br /&gt;
* {{harvtxt|Alon|Goldreich|Håstad|Peralta|1992}} achieve &amp;lt;math&amp;gt;\displaystyle s= O\left(\frac{n}{\epsilon \log (n/\epsilon)}\right)^2&amp;lt;/math&amp;gt;. One of their constructions is the concatenation of [[Reed–Solomon code]]s with the [[Hadamard code]]; this concatenation turns out to be an &amp;lt;math&amp;gt;\epsilon&amp;lt;/math&amp;gt;-balanced code, which gives rise to an &amp;lt;math&amp;gt;\epsilon&amp;lt;/math&amp;gt;-biased sample space via the connection mentioned above.&lt;br /&gt;
* Concatenating [[Algebraic geometric code]]s with the [[Hadamard code]] gives an &amp;lt;math&amp;gt;\epsilon&amp;lt;/math&amp;gt;-balanced code with &amp;lt;math&amp;gt;\displaystyle s= O\left(\frac{n}{\epsilon^3 \log (1/\epsilon)}\right)&amp;lt;/math&amp;gt;.&amp;lt;ref name=&amp;quot;BA-TS-09&amp;quot; /&amp;gt;&lt;br /&gt;
* {{harvtxt|Ben-Aroya|Ta-Shma|2009}} achieves &amp;lt;math&amp;gt;\displaystyle s= O\left(\frac{n}{\epsilon^2 \log (1/\epsilon)}\right)^{5/4}&amp;lt;/math&amp;gt;.&lt;br /&gt;
These bounds are mutually incomparable. In particular, none of these constructions yields the smallest &amp;lt;math&amp;gt;\epsilon&amp;lt;/math&amp;gt;-biased sets for all settings of &amp;lt;math&amp;gt;\epsilon&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== Application: almost k-wise independence ==&lt;br /&gt;
An important application of small-bias sets lies in the construction of almost k-wise independent sample spaces.&lt;br /&gt;
&lt;br /&gt;
=== k-wise independent spaces ===&lt;br /&gt;
A random variable &amp;lt;math&amp;gt;Y&amp;lt;/math&amp;gt; over &amp;lt;math&amp;gt;\{0,1\}^n&amp;lt;/math&amp;gt; is a &amp;#039;&amp;#039;k-wise independent space&amp;#039;&amp;#039; if, for all index sets &amp;lt;math&amp;gt;I\subseteq\{1,\dots,n\}&amp;lt;/math&amp;gt; of size &amp;lt;math&amp;gt;k&amp;lt;/math&amp;gt;, the [[marginal distribution]] &amp;lt;math&amp;gt;Y|_I&amp;lt;/math&amp;gt; is exactly equal to the [[Uniform distribution (discrete)|uniform distribution]] over &amp;lt;math&amp;gt;\{0,1\}^k&amp;lt;/math&amp;gt;.&lt;br /&gt;
That is, for all such &amp;lt;math&amp;gt;I&amp;lt;/math&amp;gt; and all strings &amp;lt;math&amp;gt;z\in\{0,1\}^k&amp;lt;/math&amp;gt;, the distribution &amp;lt;math&amp;gt;Y&amp;lt;/math&amp;gt; satisfies &amp;lt;math&amp;gt;\Pr_Y (Y|_I = z) = 2^{-k}&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==== Constructions and bounds ====&lt;br /&gt;
k-wise independent spaces are fairly well-understood.&lt;br /&gt;
* A simple construction by {{harvtxt|Joffe|1974}} achieves size &amp;lt;math&amp;gt;n^k&amp;lt;/math&amp;gt;.&lt;br /&gt;
* {{harvtxt|Alon|Babai|Itai|1986}} construct a k-wise independent space whose size is &amp;lt;math&amp;gt;n^{k/2}&amp;lt;/math&amp;gt;.&lt;br /&gt;
* {{harvtxt|Chor|Goldreich|Håstad|Freidmann|1985}} prove that no k-wise independent space can be significantly smaller than &amp;lt;math&amp;gt;n^{k/2}&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==== Joffe&amp;#039;s construction ====&lt;br /&gt;
{{harvtxt|Joffe|1974}} constructs a &amp;lt;math&amp;gt;k&amp;lt;/math&amp;gt;-wise independent space &amp;lt;math&amp;gt;Y&amp;lt;/math&amp;gt; over the [[finite field]] with some prime number &amp;lt;math&amp;gt;n&amp;gt;k&amp;lt;/math&amp;gt; of elements, i.e., &amp;lt;math&amp;gt;Y&amp;lt;/math&amp;gt; is a distribution over &amp;lt;math&amp;gt;\mathbb F_n^n&amp;lt;/math&amp;gt;. The initial &amp;lt;math&amp;gt;k&amp;lt;/math&amp;gt; marginals of the distribution are drawn independently and uniformly at random:&lt;br /&gt;
:&amp;lt;math&amp;gt;(Y_0,\dots,Y_{k-1}) \sim\mathbb F_n^k&amp;lt;/math&amp;gt;.&lt;br /&gt;
For each &amp;lt;math&amp;gt;i&amp;lt;/math&amp;gt; with &amp;lt;math&amp;gt;k \leq i &amp;lt; n&amp;lt;/math&amp;gt;, the marginal distribution of &amp;lt;math&amp;gt;Y_i&amp;lt;/math&amp;gt; is then defined as&lt;br /&gt;
:&amp;lt;math&amp;gt;Y_i=Y_0 + Y_1 \cdot i + Y_2 \cdot i^2 + \dots + Y_{k-1} \cdot i^{k-1}\,,&amp;lt;/math&amp;gt;&lt;br /&gt;
where the calculation is done in &amp;lt;math&amp;gt;\mathbb F_n&amp;lt;/math&amp;gt;.&lt;br /&gt;
{{harvtxt|Joffe|1974}} proves that the distribution &amp;lt;math&amp;gt;Y&amp;lt;/math&amp;gt; constructed in this way is &amp;lt;math&amp;gt;k&amp;lt;/math&amp;gt;-wise independent as a distribution over &amp;lt;math&amp;gt;\mathbb F_n^n&amp;lt;/math&amp;gt;.&lt;br /&gt;
The distribution &amp;lt;math&amp;gt;Y&amp;lt;/math&amp;gt; is uniform on its support, and hence, the support of &amp;lt;math&amp;gt;Y&amp;lt;/math&amp;gt; forms a &amp;#039;&amp;#039;&amp;lt;math&amp;gt;k&amp;lt;/math&amp;gt;-wise independent set&amp;#039;&amp;#039;.&lt;br /&gt;
It contains all &amp;lt;math&amp;gt;n^k&amp;lt;/math&amp;gt; strings in &amp;lt;math&amp;gt;\mathbb F_n^k&amp;lt;/math&amp;gt; that have been extended to strings of length &amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt; using the deterministic rule above.&lt;br /&gt;
&lt;br /&gt;
=== Almost k-wise independent spaces ===&lt;br /&gt;
A random variable &amp;lt;math&amp;gt;Y&amp;lt;/math&amp;gt; over &amp;lt;math&amp;gt;\{0,1\}^n&amp;lt;/math&amp;gt; is a &amp;#039;&amp;#039;&amp;lt;math&amp;gt;\delta&amp;lt;/math&amp;gt;-almost k-wise independent space&amp;#039;&amp;#039; if, for all index sets &amp;lt;math&amp;gt;I\subseteq\{1,\dots,n\}&amp;lt;/math&amp;gt; of size &amp;lt;math&amp;gt;k&amp;lt;/math&amp;gt;, the restricted distribution &amp;lt;math&amp;gt;Y|_I&amp;lt;/math&amp;gt; and the uniform distribution &amp;lt;math&amp;gt;U_k&amp;lt;/math&amp;gt; on &amp;lt;math&amp;gt;\{0,1\}^k&amp;lt;/math&amp;gt; are &amp;lt;math&amp;gt;\delta&amp;lt;/math&amp;gt;-close in [[p-norm|1-norm]], i.e., &amp;lt;math&amp;gt;\Big\|Y|_I - U_k\Big\|_1 \leq \delta&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==== Constructions ====&lt;br /&gt;
{{harvtxt|Naor|Naor|1990}} give a general framework for combining small k-wise independent spaces with small &amp;lt;math&amp;gt;\epsilon&amp;lt;/math&amp;gt;-biased spaces to obtain &amp;lt;math&amp;gt;\delta&amp;lt;/math&amp;gt;-almost k-wise independent spaces of even smaller size.&lt;br /&gt;
In particular, let &amp;lt;math&amp;gt;G_1:\{0,1\}^h\to\{0,1\}^n&amp;lt;/math&amp;gt; be a [[linear mapping]] that generates a k-wise independent space and let &amp;lt;math&amp;gt;G_2:\{0,1\}^\ell \to \{0,1\}^h&amp;lt;/math&amp;gt; be a generator of an &amp;lt;math&amp;gt;\epsilon&amp;lt;/math&amp;gt;-biased set over &amp;lt;math&amp;gt;\{0,1\}^h&amp;lt;/math&amp;gt;.&lt;br /&gt;
That is, when given a uniformly random input, the output of &amp;lt;math&amp;gt;G_1&amp;lt;/math&amp;gt; is a k-wise independent space, and the output of &amp;lt;math&amp;gt;G_2&amp;lt;/math&amp;gt; is &amp;lt;math&amp;gt;\epsilon&amp;lt;/math&amp;gt;-biased.&lt;br /&gt;
Then &amp;lt;math&amp;gt;G : \{0,1\}^\ell \to \{0,1\}^n&amp;lt;/math&amp;gt; with &amp;lt;math&amp;gt;G(x) = G_1(G_2(x))&amp;lt;/math&amp;gt; is a generator of an &amp;lt;math&amp;gt;\delta&amp;lt;/math&amp;gt;-almost &amp;lt;math&amp;gt;k&amp;lt;/math&amp;gt;-wise independent space, where &amp;lt;math&amp;gt;\delta=2^{k/2} \epsilon&amp;lt;/math&amp;gt;.&amp;lt;ref&amp;gt;Section 4 in {{harvtxt|Naor|Naor|1990}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
As seen above, generators &amp;lt;math&amp;gt;G_1&amp;lt;/math&amp;gt; exist with &amp;lt;math&amp;gt;h=k \log n&amp;lt;/math&amp;gt; and generators &amp;lt;math&amp;gt;G_2&amp;lt;/math&amp;gt; exist with &amp;lt;math&amp;gt;\ell=\log s=\log h + O(\log(\epsilon^{-1}))&amp;lt;/math&amp;gt;.&lt;br /&gt;
Hence, &amp;lt;math&amp;gt;\ell = \log \log n + \log k + O(\log(\epsilon^{-1}))&amp;lt;/math&amp;gt; holds.&lt;br /&gt;
With these settings, the generator &amp;lt;math&amp;gt;G&amp;lt;/math&amp;gt; yields a &amp;lt;math&amp;gt;\delta&amp;lt;/math&amp;gt;-almost &amp;lt;math&amp;gt;k&amp;lt;/math&amp;gt;-wise independent set over &amp;lt;math&amp;gt;\{0,1\}^n&amp;lt;/math&amp;gt; whose size is &amp;lt;math&amp;gt;2^\ell \leq \text{poly}(2^k \delta^{-1}) \cdot \log n&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
{{Reflist}}&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* {{Citation&lt;br /&gt;
 | last1 = Alon&lt;br /&gt;
 | first1 = Noga&lt;br /&gt;
 | last2 = Babai&lt;br /&gt;
 | first2 = László&lt;br /&gt;
 | last3 = Itai&lt;br /&gt;
 | first3 = Alon&lt;br /&gt;
 | title = A fast and simple randomized parallel algorithm for the maximal independent set problem&lt;br /&gt;
 | year = 1986&lt;br /&gt;
 | volume = 7&lt;br /&gt;
 | issue = 4&lt;br /&gt;
 | pages = 567–583&lt;br /&gt;
 | journal = Journal of Algorithms&lt;br /&gt;
 | accessdate = &lt;br /&gt;
 | doi=10.1016/0196-6774(86)90019-2&lt;br /&gt;
 | pdf=http://www.tau.ac.il/~nogaa/PDFS/Publications2/A%20fast%20and%20simple%20randomized%20parallel%20algorithm%20for%20the%20maximal%20independent%20set%20problem.pdf&lt;br /&gt;
 | ref=harv}}&lt;br /&gt;
* {{Citation&lt;br /&gt;
 | last1 = Alon&lt;br /&gt;
 | first1 = Noga&lt;br /&gt;
 | last2 = Goldreich&lt;br /&gt;
 | first2 = Oded&lt;br /&gt;
 | last3 = Håstad&lt;br /&gt;
 | first3 = Johan&lt;br /&gt;
 | last4 = Peralta&lt;br /&gt;
 | first4 = René&lt;br /&gt;
 | title = Simple Constructions of Almost k-wise Independent Random Variables&lt;br /&gt;
 | year = 1992&lt;br /&gt;
 | volume = 3&lt;br /&gt;
 | issue = 3&lt;br /&gt;
 | pages = 289–304&lt;br /&gt;
 | journal = Random Structures &amp;amp; Algorithms&lt;br /&gt;
 | accessdate = &lt;br /&gt;
 | doi=10.1002/rsa.3240030308&lt;br /&gt;
 | pdf=http://tau.ac.il/~nogaa/PDFS/aghp4.pdf&lt;br /&gt;
 | ref=harv}}&lt;br /&gt;
* {{Citation&lt;br /&gt;
 |first1 = Avraham | last1= Ben-Aroya&lt;br /&gt;
 |first2 = Amnon | last2= Ta-Shma&lt;br /&gt;
 |ref=harv&lt;br /&gt;
 |title=Constructing Small-Bias Sets from Algebraic-Geometric Codes&lt;br /&gt;
 |year=2009&lt;br /&gt;
 |journal=Proceedings of the 50th Annual Symposium on Foundations of Computer Science, FOCS 2009&lt;br /&gt;
 |pages=191–197&lt;br /&gt;
 |doi=10.1109/FOCS.2009.44&lt;br /&gt;
 |url=http://www.wisdom.weizmann.ac.il/~benaroya/SmallBiasNew.pdf&lt;br /&gt;
 |isbn = 978-1-4244-5116-6&lt;br /&gt;
}}&lt;br /&gt;
* {{Citation&lt;br /&gt;
 |first1 = Benny | last1=Chor&lt;br /&gt;
 |first2 =Oded | last2=Goldreich&lt;br /&gt;
 |first3 =Johan | last3=Håstad&lt;br /&gt;
 |first4 =Joel | last4=Freidmann&lt;br /&gt;
 |first5 =Steven | last5=Rudich&lt;br /&gt;
 |first6 =Roman | last6=Smolensky&lt;br /&gt;
 |ref=harv&lt;br /&gt;
 |title=The bit extraction problem or t-resilient functions&lt;br /&gt;
 |year=1985&lt;br /&gt;
 |journal=Proceedings of the 26th Annual Symposium on Foundations of Computer Science, FOCS 1985&lt;br /&gt;
 |pages=396–407&lt;br /&gt;
 |doi=10.1109/SFCS.1985.55&lt;br /&gt;
 |url=&lt;br /&gt;
 |isbn = 0-8186-0644-4&lt;br /&gt;
}}&lt;br /&gt;
* {{Citation&lt;br /&gt;
 | last = Goldreich&lt;br /&gt;
 | first = Oded&lt;br /&gt;
 | author-link =&lt;br /&gt;
 | title = Lecture 7: Small bias sample spaces&lt;br /&gt;
 | year = 2001&lt;br /&gt;
 | url = http://www.wisdom.weizmann.ac.il/~oded/PS/RND/l07.ps&lt;br /&gt;
 | accessdate = &lt;br /&gt;
 | ref=harv}}&lt;br /&gt;
* {{Citation&lt;br /&gt;
 | last=Joffe | first=Anatole&lt;br /&gt;
 | title=On a Set of Almost Deterministic k-Independent Random Variables&lt;br /&gt;
 | ref=harv&lt;br /&gt;
 | year=1974&lt;br /&gt;
 | journal=Annals of Probability&lt;br /&gt;
 | pages=161–162&lt;br /&gt;
 | volume=2&lt;br /&gt;
 | issue=1&lt;br /&gt;
 | doi=10.1214/aop/1176996762&lt;br /&gt;
}}&lt;br /&gt;
* {{Citation&lt;br /&gt;
 | last1 = Naor&lt;br /&gt;
 | first1 = Joseph&lt;br /&gt;
 | last2 = Naor&lt;br /&gt;
 | first2 = Moni&lt;br /&gt;
 | title = Small-bias Probability Spaces: efficient constructions and Applications&lt;br /&gt;
 | year = 1990&lt;br /&gt;
 | journal = Proceedings of the 22nd annual ACM symposium on Theory of computing, STOC 1990&lt;br /&gt;
 | url = http://www.wisdom.weizmann.ac.il/~naor/PAPERS/bias_abs.html&lt;br /&gt;
 | accessdate = &lt;br /&gt;
 | pages=213–223&lt;br /&gt;
 | doi=10.1145/100216.100244&lt;br /&gt;
 | ref=harv&lt;br /&gt;
 | isbn = 0897913612}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Pseudorandomness]]&lt;br /&gt;
[[Category:Theoretical computer science]]&lt;/div&gt;</summary>
		<author><name>en&gt;VladimirReshetnikov</name></author>
	</entry>
</feed>