Hidden subgroup problem

From Wikipedia, the free encyclopedia

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

Problem statement[edit]

Given a group , a subgroup , and a set , we say a function hides the subgroup if for all if and only if . Equivalently, is constant on the cosets of H, while it is different between the different cosets of H.

Hidden subgroup problem: Let be a group, a finite set, and a function that hides a subgroup . The function is given via an oracle, which uses bits. Using information gained from evaluations of via its oracle, determine a generating set for .

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

Motivation[edit]

The hidden subgroup problem is especially important in the theory of quantum computing for the following reasons.

Algorithms[edit]

There is an efficient quantum algorithm for solving HSP over finite abelian groups in time polynomial in . For arbitrary groups, it is known that the hidden subgroup problem is solvable using a polynomial number of evaluations of the oracle.[3] However, the circuits that implement this may be exponential in , making the algorithm not efficient overall; efficient algorithms must be polynomial in the number of oracle evaluations and running time. The existence of such an 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.

Algorithm for abelian groups[edit]

The algorithm for abelian groups uses representations, i.e. homomorphisms from to , the general linear group over the complex numbers. A representation is irreducible if it cannot be expressed as the direct product of two or more representations of . For an abelian group, all the irreducible representations are the characters, which are the representations of dimension one; there are no irreducible representations of larger dimension for abelian groups.

Defining the quantum fourier transform[edit]

The quantum fourier transform can be defined in terms of , the additive cyclic group of order . Introducing the character

the quantum fourier transform has the definition of
Furthermore we define . Any abelian group can be written as the direct product of multiple cyclic groups . On a quantum computer, this is represented as the tensor product of multiple registers of dimensions respectively, and the overall quantum fourier transform is .

Procedure[edit]

The set of characters of forms a group called the dual group of . We also have a subgroup of size defined by

For each iteration of the algorithm, the quantum circuit outputs a element corresponding to a character , and since for all , it helps to pin down what is.

The algorithm is as follows:

  1. Start with the state , where the left register's basis states are each element of , and the right register's basis states are each element of .
  2. Create a superposition among the basis states of in the left register, leaving the state .
  3. Query the function . The state afterwards is .
  4. Measure the output register. This gives some for some , and collapses the state to because has the same value for each element of the coset . We discard the output register to get .
  5. Perform the quantum fourier transform, getting the state .
  6. This state is equal to , which can be measured to learn information about .
  7. Repeat until (or a generating set for ) is determined.


The state in step 5 is equal to the state in step 6 because of the following:

For the last equality, we use the following identity:

Theorem — 

Proof

This can be derived from the orthogonality of characters. The characters of form an orthonormal basis:

We let be the trivial representation, which maps all inputs to , to get
Since the summation is done over , also being trivial only matters for if it is trivial over ; that is, if . Thus, we know that the summation will result in if and will result in if .

Each measurement of the final state will result in some information gained about since we know that for all . , or a generating set for , will be found after a polynomial number of measurements. The size of a generating set will be logarithmically small compared to the size of . Let denote a generating set for , meaning . The size of the subgroup generated by will be doubled when a new element is added to it, because and are disjoint and because . Therefore, the size of a generating set satisfies

Thus a generating set for will be able to be obtained in polynomial time even if is exponential in size.

Instances[edit]

Many algorithms where quantum speedups occur in quantum computing are instances of the hidden subgroup problem. The following list outlines important instances of the HSP, and whether or not they are solvable.

Problem Quantum Algorithm Abelian? Polynomial time solution?
Deutsch's problem Deutsch's algorithm; Deutsch-Jozsa algorithm Yes Yes
Simon's problem Simon's algorithm Yes Yes
Order finding Shor's order finding algorithm Yes Yes
Discrete logarithm Shor's algorithm § Discrete logarithms Yes Yes
Period finding Shor's algorithm Yes Yes
Abelian stabilizer Kitaev's algorithm[4] Yes Yes
Graph Isomorphism None No No
Shortest vector problem None No No

See also[edit]

References[edit]

  1. ^ Mark Ettinger; Peter Høyer (1999). "A quantum observable for the graph isomorphism problem". arXiv:quant-ph/9901029.
  2. ^ Oded Regev (2003). "Quantum computation and lattice problems". arXiv:cs/0304005.
  3. ^ Mark Ettinger; Peter Hoyer; Emanuel Knill (2004). "The quantum query complexity of the hidden subgroup problem is polynomial". Information Processing Letters. 91: 43–48. arXiv:quant-ph/0401083. Bibcode:2004quant.ph..1083E. doi:10.1016/j.ipl.2004.01.024. S2CID 5520617.
  4. ^ Kitaev, Alexei (November 20, 1995). "Quantum measurements and the Abelian Stabilizer Problem". arXiv:quant-ph/9511026.

External links[edit]