Pigeons, Discrete Log, and Entropy

The pigeon hole principle states that if you put m pigeons into n<m holes, then there are at least two pigeons in one hole. Consider, for example, the following problem
Given a list [tex]a1,dots,an[/tex] of residues mod [tex]p[/tex] and suppose [tex]n>log2p[/tex], find two distinct subsets [tex]S1,S2subset1,2,dots,n[/tex] so that [tex]prodiinS1ai=prodiinS2aj rmmod p[/tex].
Here we have said “find”, but how do we even know that two subsets which solve this problem exist? The pigeon hole principle! The number of possible subsets of [tex] {1,2,dots,n}[/tex]is[tex]2^n[/tex](becauseeachelementeitherisorisnotinthesubset,andisandisnotisbinary,andsowehaveabinarystringoflength[tex]n[/tex].)But[tex]2n>p[/tex],soweareputtingmoreobjectsintoourholeswhichrunfrom[tex]0[/tex]to[tex]p-1$[/tex]. Thus by the pigeon hole principle there must be two distinct subsets (two pigeons) whose product is the same.
In computational complexity the above problem belongs to a class of search problems called PPP, which, according to the complexity zoo, stands for “Polynomial Pigeonhole Principle.” These are problems where we are searching for a solution to an instance of a problem, this solution can be verified to be a solution in polynomial time, and the existence of a solution is guaranteed by a pigeon hole argument. The second of these should be familiar from the class NP, and the first of these is what you’re doing when you go beyond decision problems and actually want to find a solution.
PPP is interesting for various reasons, but one of the reasons I know of it is because it is at least as hard as the discrete log problem. In the discrete log problem is given two elements [tex]a,binmathbbZp[/tex] find the smallest [tex]s[/tex] such that [tex]as=b rmmod p[/tex]. One of the neat things about a quantum computer is that it can efficiently solve the discrete log problem, whereas there is no known efficient classical algorithm.
So what do we know about the power of quantum computers to solve problems in PPP? Well we know a little. We know that a naive approach to solving these problems will fail. Suppose that we try to solve the above PPP problem by querying the function [tex]fa1,dots,an(b1,dots,bn)=a1b1a2b2dotsanbn[/tex], where [tex]biinmathbbZ2[/tex].ThenaresultbyScottAaronsonsaysthatusingaquantumalgorithmrequires[tex]Omega((2^n)^{1/5})[/tex]queriesofthisfunction(laterimprovedto[tex]Omega((2^n)^{1/3})[/tex]byYaoyunShi)tosolvethisproblem.SothisnaiveapproachtoattackingproblemsinPPPfails.Aninterestingopenquestionremains,however,whetherthereisamoresophisticatedapproachtoefficientlysolvingproblemsinPPPusingaquantumcomputer.Interestingly,theproblemScottandYaoyunworkonisalsorelaventtoaphysicistinthelab.Theproblemtheyconsideriscalledthecollisionproblem.Supposeyouhaveafunction[tex]f[/tex]from[tex]{mathbb Z}_N[/tex]to[tex]{mathbb Z}_N[/tex]whichispromisedtobeeither1to1or2to1andtheproblemistodistinguishbetweenthesetwocases.ScottandYaoyunsresultsaysthatifyoudothisyouneedtoquerythisfunction[tex]Omega((2^n)^{1/3})[/tex]times(and,itturnsoutthatthereisaquantumalgorithmwhichusesthisnumberofqueries)todistinguishbetweenthesetwocases.Nowhowdoesthishaverelevancetoaphysicist?Supposewefollowthestandardquerymethodandquerythefunctiontoproducethestate[tex]N^{-1/2} sum_{x in {mathbb Z}_N} |x>|f(x)>[/tex].Discardingthesecondregisterproducesamixedstateofrank[tex]N[/tex]if[tex]f[/tex]is1to1butofrank[tex]N/2[/tex]if[tex]f[/tex]is2to1.Theentropyofthesestatesisthuseither[tex]log_2 N[/tex]or[tex]log_2 N-1[/tex]respectivally.Nowsupposeyouareaphysicistinthelabandyouwanttomeasuretheentropyofaquantumstatewhichyoucanpreparemultiplecopiesof.Youmightbeinterestedinhowmanycopiesyouwillneedtomeasurethisentropy.ScottandYaoyunsresultthenimplythatyouwillneedtoperformanumberofexperimentswhichisatleast[tex]Omega(d^{1/3})[/tex]suchexperimentstomeasuretheentropy,where[tex]d$[/tex] is the dimension of your quantum states. This is bad news if you really want to measure the entropy of a many-qubit system! In a related manner one can think of the period finding function of Shor’s algorithm as a method for determining the entropy for special class of states which have a particular promise (that they are periodic).
Discrete log is a pigeon problem, naive quantum algorithms for pigeon problems fail, and pigeon problems put limits on how efficiently we can measure the entropy of a system. It’s topics like these, which spread from computer science all the way to relevance for a experimental physics, which make me happy to be working in quantum information science.

10 Replies to “Pigeons, Discrete Log, and Entropy”

  1. where did you come up with that problem? is it related to your recent HSP paper?
    it seems like you would want to choose b_i from {-1, 0, 1} rather than from {0,1}. other than this wrinkle, it seems vaguely like simon’s algorithm.

  2. Which problem, the PPP problem? I took the example from Paul Beame, Stephen A. Cook, Jeff Edmonds, Russell Impagliazzo, and Toniann Pitassi. “The relative complexity of NP search problems.” Journal of Computer and System Sciences, 57:3-19, 1998.
    What do you mean I want b_i to be from {-1,0,1}? In the above problem f will not be 2-to-1 on all inputs, but I think the Aaronson, Shi bound still applies.

  3. I don’t even know what that big symbol(capital pi?) represents. Is there an equation to relate how many years since graduating from Caltech with the knowledge you retain? (I guess other variables are your field of study, what you did afterward, etc.)
    In any case, thanks for making me feel stupid, Baco.

  4. Looks like its back to the biologists’ being the mad scientists of popular culture again. Physicists have had 50 years of nuclear technology to be smacked around with. Personally, I like going to parties, telling people I want to get my Ph.D. in physics and getting “That’s..uh.. cool. *blank stare*” instead of “Bomb builder! *throws drink in face*”.
    Welcome to the terrordome, I guess.

  5. Capital pi represent product, like capital sigma represents sum.
    You can always retaluate by writing a post on your blog about biology and then I will sit there like a slack jawed yokol (like Cletus, that is).

  6. Whenever I write about biology, my friends just get grossed out or make comparisons between my mouse-killing to that of genocidal maniacs.

  7. yeah, i meant the first problem you wrote, from the paper you cited.
    i want b_i in {-1,0,1} so that i can set b_i = -1 if i\in S_1, b_i = 1 if i\in S_2 and b_i=0 otherwise.
    that way, you’re searching for a nonzero string b s.t.
    prod_i a_i^{b_i} = 1 (mod p).
    but it’s not like i can do anything useful with this formulation – it just seems more natural to me.
    also, why do you say the Aaronson/Shi bound applies? do you mean it applies if you ignore the structure of this problem and just look at it as a blackbox on b?

  8. I can’t believe it took me this long to notice:
    “so we are putting more objects into our “holes””
    you pervert.

  9. hai every1,i m dng a project on the topic pigeonhole principle…i need the complete algorith/proof of this principle in a clear manner…..sme1 plz help me…

Leave a Reply to divya Cancel reply

Your email address will not be published. Required fields are marked *