- Published on
Hidden subgroup problem
- Authors
- Name
- 楊翔淳 Jimmy
Motivation
On Neilson&Chuang[1] p.38,it says that Kitaev has generalized multiple problems that could be efficiently solved by Quantum Fourier Transform(i.e. Deutsche's problem, Shor's Algorithms for factoring and discrete logarithm) to the hidden subgroup problem. I wonder what this problem is about, and how this problem is mapped to other important problem?
Problem description
Given a group and a function , find a subgroup such that , . That is, the function distinguishes cosets of .
Coset [2]
Coset is a mathematical concept in group theory. For an element in group and its subgroup , the coset of is defined as
All elements in shall be in one and only one coset of . In other words, the cosets of are mutually exclusive.
Example
Let , , the rules of the elements follows this table:
∗ | ||||||
---|---|---|---|---|---|---|
We can get the cosets of as:
And these three consist of cosets of .
Take for another example:
so this also can be a valid subset to form cosets.
** Note: is not a coset because
,but
As you can see, appears in two cosets. Cosets has to be mutually exclusive.
Recall: The hidden subgroup problem aims to find if there is a valid such that can distinguish the cosets of . Specifically, the elements in the same coset would have the same output of , and different coset has different output of .
How is hidden subgroup problem mapped to other problems? [3]
As long as we specify and , it is very obvious that the exists and is definitely something we want to find. As for , it is a specification for output of .
Problem | G | H | X | f |
---|---|---|---|---|
Simon | is an n-bit binary string such that and | |||
Order Finding | r is the valid integer of x such that | |||
Discrete Logarithm |
Reference
[1] Nielsen, M. A., & Chuang, I. L. (2010). Quantum Computation and Quantum Information: 10th Anniversary Edition. Cambridge: Cambridge University Press.
[2] https://en.wikipedia.org/wiki/Coset
[3] Wang, F. (2010). The hidden subgroup problem. arXiv preprint arXiv:1008.0010.