Watson's lemma

From formulasearchengine
Revision as of 02:13, 19 July 2013 by en>A-R-Vargas (Proof: Simplified the proof by replacing the use of the Cauchy-Schwarz inequality with a change of variables.)
Jump to navigation Jump to search

Template:Cleanup

Disjunct and separable matrices play a pivotal role in the mathematical area of non-adaptive group testing. This area investigates efficient designs and procedures to identify 'needles in haystacks' by conducting the tests on groups of items instead of each item alone. The main concept is that if there are very few special items (needles) and the groups are constructed according to certain combinatorial guidelines, then one can test the groups and find all the needles. This can reduce the cost and the labor associated with of large scale experiments.

The grouping pattern can be represented by a t×n binary matrix, where each column represents an item and each row represents a pool. The symbol '1' denotes participation in the pool and '0' absence from a pool. The d-disjunctness and the d-separability of the matrix describe sufficient condition to identify d special items.

In a matrix that is d-separable, the Boolean sum of every d columns is unique. In a matrix that is d-disjunct the Boolean sum of every d columns does not contain any other column in the matrix. Theoretically, for the same number of columns (items), one can construct d-separable matrices with fewer rows (tests) than d-disjunct. However, designs that are based on d-separable are less applicable since the decoding time to identify the special items is exponential. In contrast, the decoding time for d-disjunct matrices is polynomial.

d-separable

Definition: A t×n matrix M is d-separable if and only if S1S2[n] where |S1|,|S2|d such that jS1MjiS2Mi

Decoding algorithm

First we will describe another way to look at the problem of group testing and how to decode it from a different notation. We can give a new interpretation of how group testing works as follows:

Group testing: Given input M and 𝐫 such that 𝐫=M𝐱 output 𝐱

This formalizes the relation between 𝐱 and the columns of M and 𝐫 in a way more suitable to the thinking of d-separable and d-disjunct matrices. The algorithm to decode a d-separable matrix is as follows:

Given a t×n matrix M such that M is d-separable:

  1. For each T[n] such that |T|d check if S𝐫=jTSMj

This algorithm runs in time n𝒪(d).

d-disjunct

In literature disjunct matrices are also called super-imposed codes and d-cover-free families.

Definition: A t x n matrix M is d-disjunct if S[n] such that |S|d, jS i such that Mi,j=1 but kS,Mi,k=0. Denoting Ma is the ath column of M and SMa[t] where Ma(b)=1 if and only if bSMa gives that M is d-disjunct if and only if SMjkSSMk

Claim: M is d-disjunct implies M is d-separable

Proof: (by contradiction) Let M be a t x n d-disjunct matrix. Assume for contradiction that M is not d-separable. Then there exists T1,T2[n] and T1T2 with |T1|,|T2|d such that iT1Mi=iT2SMi. This implies that jT2T1 such that SMjkT1TMk. This contradicts the fact that M is d-disjunct. Therefore M is d-separable.

Decoding algorithm

The algorithm for d-separable matrices was still a polynomial in n. The following will give a nicer algorithm for d-disjunct matrices which will be a d multiple instead of raised to the power of d given our bounds for t. The algorithm is as follows in the proof of the following lemma:

Lemma 1: There exists an 𝒪(nt) time decoding for any d-disjunct t x n matrix.

Proof of Lemma 1: Given as input 𝐫{0,1}t,M use the following algorithm:

  1. For each j[n] set 𝐱j=1
  2. For i=1t, if 𝐫i=0 then for all j[n], if Mi,j=1 set 𝐱j=0

By Observation 1 we get that any position where 𝐫i=0 the appropriate 𝐱j's will be set to 0 by step 2 of the algorithm. By Observation 2 we have that there is at least one i such that if 𝐱j is supposed to be 1 then Mi,j=1 and, if 𝐱j is supposed to be 1, it can only be the case that 𝐫i=1 as well. Therefore step 2 will never assign 𝐱j the value 0 leaving it as a 1 and solving for 𝐱. This takes time 𝒪(nt) overall.

Upper bounds for non-adaptive group testing

The results for these upper bounds rely mostly on the properties of d-disjunct matrices. Not only are the upper bounds nice, but from Lemma 1 we know that there is also a nice decoding algorithm for these bounds. First the following lemma will be proved since it is relied upon for both constructions:

Lemma 2: Given 1dn let M be a t×n matrix and:

  1. j[n]|SMj|wmin
  2. ij[n],|SMiSMj|amax

for some integers amaxwmint then M is dwmin1amax-disjunct.

Note: these conditions are stronger than simply having a subset of size d but rather applies to any pair of columns in a matrix. Therefore no matter what column i that is chosen in the matrix, that column will contain at least wmin 1's and the total number of shared 1's by any two columns is amax.

Proof of Lemma 2: Fix an arbitrary S[n],|S|d,jS and a matrix M. There exists a match between iS and jS if column i has a 1 in the same row position as in column j. Then the total number of matches is amaxdamax(wmin1amax)=wmin1< wmin, i.e. a column j has a fewer number of matches than the number of ones in it. Therefore there must be a row with all 0s in S but a 1 in j.

We will now generate constructions for the bounds.

Randomized construction

This first construction will use a probabilistic argument to show the property wanted, in particular the Chernoff bound. Using this randomized construction gives that t(d,n)𝒪(d2logn). The following lemma will give the result needed.

Theorem 1: There exists a random d-disjunct matrix with 𝒪(d2logn) rows.

Proof of Theorem 1: Begin by building a random t×n matrix M with t=cd2logn (where c will be picked later). It will be shown that M is Ω(d)-disjunct. First note that Mi,j{0,1} and let Mi,j=1 independently with probability 1d for i[t] and j[n]. Now fix j[n]. Denote the jth column of M as Tj[t]. Then the expectancy is 𝔼[|Tj|]=td. Using the Chernoff bound, with μ=12, gives Pr[|Tj|<t2d]et12d=ecdlogn12n2d[if c24]. Taking the union bound over all columns gives Pr[j, |Tj|<t2d]nn2dnd. This gives Pr[j, |Tj|t2d]1nd. Therefore wmint2d with probability 1nd.

Now suppose jk[n] and i[t] then Pr[Mi,j=Mi,k=1]=1d2. So 𝔼[|TjTk|]=td2. Using the Chernoff bound on this gives Pr[|TjTk|>2td2]et3d2=e2lognn4[if c12]. By the union bound over (j,k) pairs Pr[(j,k) such that |TjTk|>2td2]n2n4=n2. This gives that amax2td2 and wmint2d with probability 1ndn211n. Note that by changing c the probability 11n can be made to be 11poly(n). Thus d=t2d12td2d4. By setting d to be 4d, the above argument shows that M is d-disjunct.

Note that in this proof t=d2logn thus giving the upper bound of t(d,n)𝒪(d2logn).

Strongly explicit construction

It is possible to prove a bound of t(d,n)𝒪(d2log2n) using a strongly explicit code. Although this bound is worse by a logn factor, it is preferable because this produces a strongly explicit construction instead of a randomized one.

Theorem 2: There exists a strongly explicit d-disjunct matrix with 𝒪(d2log2n) rows.

This proof will use the properties of concatenated codes along with the properties of disjunct matrices to construct a code that will satisfy the bound we are after.

Proof of Theorem 2: Let C{0,1}t,|C|=n such that C={𝐜1,,𝐜n}. Denote MC as the matrix with its ith column being 𝐜i. If C can be found such that

  1. iC|𝐜i|wmin
  2. 𝐜1𝐜2C|{i|𝐜i1=𝐜i2=1}|amax,

then MC is wmin1amax-disjunct. To complete the proof another concept must be introduced. This concept uses code concatenation to obtain the result we want.

Kautz-Singleton '64

Let C=CoutCin. Let Cout be a [q,k]q-Reed–Solomon code. Let Cin=[q]{0,1}q such that for i[q], cin(i)=(0,,0,1,0,,0) where the 1 is in the ith position. Then n=qk, t=q2, and wmin=q.

---

Example: Let k=1,q=3,Cout={(0,0,0),(1,1,1),(2,2,2)}. Below, MC denotes the matrix of codewords for Cout and MC denotes the matrix of codewords for C=CoutCin, where each column is a codeword. The overall image shows the transition from the outer code to the concatenated code.

MC=[012012012]MC=[001010100001010100001010100]

---

Divide the rows of MC into sets of size q and number them as (i,j)[q]×[q] where i indexes the set of rows and j indexes the row in the set. If M(i,j),k1=M(i,j),k2=1 then note that 𝐜k1(i)=𝐜k2(i)=j where 𝐜k1,𝐜k2Cout. So that means |Mk1Mk2|=qΔ(𝐜k1,𝐜k2). Since Δ(𝐜k1,𝐜k2)qk+1 it gives that |Mk1Mk2|k1 so let amax=k1. Since t=q2, the entries in each column of MC can be looked at as q sets of q entries where only one of the entries is nonzero (by definition of Cin) which gives a total of q nonzero entries in each column. Therefore wmin=q and d=defwmin1amax (so MC is d-disjunct).

Now pick q and k such that q1k1=d (so qkd). Since qk=n we have k=lognlogqlogn. Since qkd and t=q2 it gives that t=q2(kd)2(dlogn)2.

Thus we have a strongly explicit construction for a code that can be used to form a group testing matrix and so t(d,n)(dlogn)2.

For non-adaptive testing we have shown that Ω(dlogn)t(d,n) and we have that (i) t(d,n)𝒪(d2log2n) (strongly explicit) and (ii) t(d,n)𝒪(d2logn) (randomized). As of recent work by Porat and Rothscheld, they presented an explicit method construction (i.e. deterministic time but not strongly explicit) for t(d,n)𝒪(d2logn),[1] however it is not shown here. There is also a lower bound for disjunct matrices of t(d,n)Ω(d2logdlogn)[2][3][4] which is not shown here either.

Examples

Here is the 2-disjunct matrix M9×12:

M9×12=[000000111100000111000100111000000100001001001010010010010010100100100010010100001001001010100001100001010001]

See also

References

43 year old Petroleum Engineer Harry from Deep River, usually spends time with hobbies and interests like renting movies, property developers in singapore new condominium and vehicle racing. Constantly enjoys going to destinations like Camino Real de Tierra Adentro.

Notes

  1. Atri Rudra's course on Error Correcting Codes: Combinatorics, Algorithms, and Applications (Spring 2010), Lectures 28, 29. (These notes have mathematically misleading typographical errors.)
  1. Porat, E., & Rothschild, A. (2008). Explicit Non-adaptive Combinatorial Group Testing Schemes. In Proceedings of the 35th International Colloquium on Automata, Languages and Programming (ICALP) (pp. 748–759).
  2. Dýachkov, A. G., & Rykov, V. V. (1982). Bounds on the length of disjunctive codes. Problemy Peredachi Informatsii [Problems of Information Transmission], 18(3), 7–13.
  3. Dýachkov, A. G., Rashad, A. M., & Rykov, V. V. (1989). Superimposed distance codes. Problemy Upravlenija i Teorii Informacii [Problems of Control and Information Theory], 18(4), 237–250.
  4. Zoltan Furedi, On r-Cover-free Families, Journal of Combinatorial Theory, Series A, Volume 73, Issue 1, January 1996, Pages 172–173, ISSN 0097-3165, 21 year-old Glazier James Grippo from Edam, enjoys hang gliding, industrial property developers in singapore developers in singapore and camping. Finds the entire world an motivating place we have spent 4 months at Alejandro de Humboldt National Park.. (http://www.sciencedirect.com/science/article/B6WHS-45NJMVF-39/2/172ef8c5c4aee2d85d1ddd56b107eef3)