A Block-Sensitivity Lower Bound for Quantum Testing Hamming Distance
Marcos Villagra

TL;DR
This paper establishes a quantum query complexity lower bound of a( d7 n/g) for the Gap-Hamming distance problem, advancing understanding of quantum limits in string distance testing.
Contribution
It introduces a novel lower bound for quantum testing of Hamming distance using block sensitivity and reduction techniques.
Findings
Quantum lower bound of a( d7 n/g) for Gap-Hamming distance
Uses combinatorial block sensitivity and threshold function reduction
Provides insights into quantum query complexity limits
Abstract
The Gap-Hamming distance problem is the promise problem of deciding if the Hamming distance between two strings of length is greater than or less than , where the gap and and could depend on . In this short note, we give a lower bound of on the quantum query complexity of computing the Gap-Hamming distance between two given strings of lenght . The proof is a combinatorial argument based on block sensitivity and a reduction from a threshold function.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsCryptography and Data Security · Complexity and Algorithms in Graphs · Quantum Computing Algorithms and Architecture
11institutetext: Núcleo de Investigación y Desarrollo Tecnológico
Universidad Nacional de Asunción, Paraguay
11email: [email protected]
A Block-Sensitivity Lower Bound for Quantum Testing Hamming Distance
Marcos Villagra
Abstract
The Gap-Hamming distance problem is the promise problem of deciding if the Hamming distance between two strings of length is greater than or less than , where the gap and and could depend on . In this short note, we give a lower bound of on the quantum query complexity of computing the Gap-Hamming distance between two given strings of lenght . The proof is a combinatorial argument based on block sensitivity and a reduction from a threshold function.
Keywords:
quantum query complexity, gap-Hamming distance, block-sensitivity.
1 Introduction
A generalized definition of the Hamming distance is the following: given two strings and , decide if the Hamming distance is greater than or less than , with the condition that . Note that this definition gives a partial boolean function for the Hamming distance with a gap. There is a entire body of work on the computation of a particular case of this notion of Hamming distance in the decision tree and communication models known as the Gap-Hamming distance (GHD) problem, which asks to differentiate the cases and [8]. A lower bound on GHD implies a lower bound on the memory requirements of computing the number of distinct elements in a data stream [4]. Chakrabarti and Regev [3] give a tight lower bound of ; their proof was later improved by Vidick [7] and then by Sherstov [6]. For the Hamming distance with a gap of the form for some given , Chakrabarti and Regev also prove a tight lower bound of . In the quantum setting, there is a communication protocol with cost [2].
Suppose we are given oracle access to input strings and . In this note, we prove a lower bound on the number of queries to a quantum oracle to compute the Gap-Hamming distance with an arbitrary gap, that is, for any given .
Theorem 1.1
Let and with . Any quantum query algorithm for deciding if or with bounded-error, with the promise that one of the cases hold, makes at least quantum oracle queries.
The proof is a combinatorial argument based on block sensitivity. The key ingredient is a reduction from a a threshold function. A previous result of Nayak and Wu [5] implies a tight lower bound of ; their proof, however, is based on the polynomial method of Beals et al. [1] and it is highly involved. The proof presented here, even though it is not tight, is simpler and requires no heavy machinery from the theory of polynomials.
2 Proof of Theorem 1.1
Let be such that . Define the partial boolean function on as
[TABLE]
To compute for some input , it suffices to compute the Hamming distance between and the all 0 string. Thus, a lower bound for Gap-Hamming distance follows from a lower bound for .
Let be a function, and a set of indices called a block. Let denote the string obtained from by flipping the variables in . We say that is sensitive to on if . The block sensitivity of on is the maximum number for which there exist disjoint sets of blocks such that is sensitive to each on . The block sensitivity of is the maximum of over all .
From Beals et al. [1] we know that the square root of block sensitivity is a lower bound on the bounded-error quantum query complexity. Thus, Theorem 1.1 follows inmediately from the lemma below.
Lemma 1
.
Proof
Let be such that and suppose that . To obtain a 1-output from we need to flip at least bits of . Hence, we divide the least significant bits of in non-intersecting blocks, where each block flips exactly bits. The number of blocks is , which is at most . To see that is the maximum number of such non-intersecting blocks, consider what happens when the size of a block is different from . If the size of a block is less that , then we cannot obtain a 1-output from ; if the size of a block is greater than , then the number of blocks decreases. Thus, we have that .
For any with , we need to flip bits plus bits. Using our argument of the previous paragraph, the size of each block is thus , and hence, . Note that .
For the case when and , to obtain a 0-output from we need to flip at least bits of . Hence the same argument applies, and thus, .
Taking the maximum between the cases when and , we have that . ∎
The reference list from the paper itself. Each links out to its DOI / PubMed record.
- 1[1] Beals, R., Buhrman, H., Cleve, R., Mosca, M., de Wolf, R.: Quantum lower bounds by polynomials. Journal of the ACM 48(4) (2001)
- 2[2] Buhrman, H., Cleve, R., Wigderson, A.: Quantum vs. classical communication and computation. In: Proceedings of the 30th annual ACM Symposium on Theory of Computing (STOC). pp. 63–68. ACM Press, New York, New York, USA (1998)
- 3[3] Chakrabarti, A., Regev, O.: An optimal lower bound on the communication complexity of gap-hamming-distance. In: Proceedings of the 43rd ACM Symposium on Theory of Computing (STOC) (2011)
- 4[4] Indyk, P., Woodruff, D.: Tight lower bounds for the distinct elements problem. In: Proceedings of the 44th Annual IEEE Symposium on Foundations of Computer Science (FOCS). pp. 283–288. IEEE Computer. Soc (2003)
- 5[5] Nayak, A., Wu, F.: The quantum query complexity of approximating the median and related statistics. In: Proceedings of the 31st annual ACM symposium on Theory of computing (STOC). pp. 384–393. ACM (1999)
- 6[6] Sherstov, A.: The Communication Complexity of Gap Hamming Distance. In: Electronic Colloquium on Computational Complexikty, Report TR 11-063 (2011)
- 7[7] Vidick, T.: A concentration inequality for the overlap of a vector on a large set, with application to the communication complexity of the gap-hamming-distance problem. In: Electronic Colloquium on Computational Complexikty, Report TR 11-051 (2010), http://eccc.hpi-web.de/report/2011/051/
- 8[8] Woodruff, D.: Efficient and Private Distance Approximation in the Communication and Streaming Models. Ph.D. thesis, MIT (2007)
