Hidden subgroup problem

The hidden subgroup problem (HSP) is a topic of research in mathematics and theoretical computer science. The framework captures problems like factoring, graph isomorphism, and the shortest vector problem. This makes it especially important in the theory of quantum computing because Shor's quantum algorithm for factoring is essentially equivalent to the hidden subgroup problem for finite Abelian groups, while the other problems correspond to finite groups that are not Abelian.

Problem statement

Given a group G, a subgroup HG, and a set X, we say a function f : GX hides the subgroup H if for all g1, g2G, f(g1) = f(g2) if and only if g1H = g2H for the cosets of H. Equivalently, the function f is constant on the cosets of H, while it is different between the different cosets of H.

Hidden subgroup problem: Let G be a group, X a finite set, and f : GX a function that hides a subgroup HG. The function f is given via an oracle, which uses O(log |G|+log|X|) bits. Using information gained from evaluations of f via its oracle, determine a generating set for H.

A special case is when X is a group and f is a group homomorphism in which case H corresponds to the kernel of f.

Motivation

The Hidden Subgroup Problem is especially important in the theory of quantum computing for the following reasons.

Algorithms

There is a polynomial time quantum algorithm for solving HSP over finite Abelian groups. (In the case of hidden subgroup problem, "a polynomial time algorithm" means an algorithm whose running time is a polynomial of the logarithm of the size of the group.) Shor's algorithm applies a particular case of this quantum algorithm.

For arbitrary groups, it is known that the hidden subgroup problem is solvable using a polynomial number of evaluations of the oracle.[3] This result, however, allows the quantum algorithm a running time that is exponential in log|G|. To design efficient algorithms for the graph isomorphism and SVP, one needs an algorithm for which both the number of oracle evaluations and the running time are polynomial.

The existence of such algorithm for arbitrary groups is open. Quantum polynomial time algorithms exist for certain subclasses of groups, such as semi-direct products of some Abelian groups.

The 'standard' approach to this problem involves: the creation of the quantum state , a subsequent Quantum Fourier transform to the left register, after which this register gets sampled. This approach has been shown to be insufficient for the hidden subgroup problem for the symmetric group.[4][5]

References

  1. Mark Ettinger; Peter Høyer. "A quantum observable for the graph isomorphism problem". arXiv:quant-ph/9901029Freely accessible.
  2. Oded Regev. "Quantum computation and lattice problems". arXiv:cs/0304005Freely accessible.
  3. Mark Ettinger, Peter Hoyer, Emanuel Knill. "The quantum query complexity of the hidden subgroup problem is polynomial". arXiv:quant-ph/0401083Freely accessible.
  4. Sean Hallgren, Martin Roetteler, Pranab Sen. "Limitations of Quantum Coset States for Graph Isomorphism". arXiv:quant-ph/0511148Freely accessible.
  5. Cristopher Moore, Alexander Russell, Leonard J. Schulman. "The Symmetric Group Defies Strong Fourier Sampling: Part I". arXiv:quant-ph/0501056Freely accessible.

External links

This article is issued from Wikipedia - version of the 8/13/2014. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.