The Quantum Query Complexity of Finding a Tarski Fixed Point on the 2D Grid
Pith reviewed 2026-05-10 17:20 UTC · model grok-4.3
The pith
Finding a Tarski fixed point on the 2D grid requires Omega((log n)^2) quantum queries.
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
Tarski's theorem guarantees a fixed point for any monotone function on a complete lattice. On the specific lattice L_n^2 consisting of pairs (x,y) with 1 ≤ x,y ≤ n ordered componentwise, the quantum query complexity of finding such a fixed point, when given query access to the function, is Omega((log n)^2). This bound is obtained via a lower bound on the quantum query complexity of a composition of a class of functions including ordered search and the extremely close relationship between finding Tarski fixed points and nested ordered search.
What carries the argument
The composition of ordered search functions and its quantum query complexity lower bound, transferred via the equivalence to nested ordered search for Tarski fixed points.
If this is right
- Quantum algorithms offer no asymptotic speedup over classical deterministic ones for finding Tarski fixed points on 2D grids.
- Any quantum algorithm for this problem must make at least Omega((log n)^2) queries in the worst case.
- The lower bound technique applies directly due to the structural similarity with nested search problems.
Where Pith is reading between the lines
- The same approach could yield quantum lower bounds for Tarski fixed points on higher-dimensional grids if similar nested structures exist.
- This equivalence might help in analyzing other lattice problems in the quantum query model.
- Practical implementations for small n could test the tightness of the bound against quantum simulators.
Load-bearing premise
The task of finding a Tarski fixed point is equivalent in query complexity to performing nested ordered search, allowing the lower bound to carry over without additional factors.
What would settle it
A quantum algorithm that finds any fixed point of a monotone function on L_n^2 using o((log n)^2) queries would falsify the lower bound.
Figures
read the original abstract
Tarski's theorem states that every monotone function from a complete lattice to itself has a fixed point. We specifically consider the two-dimensional lattice $\mathcal{L}^2_n$ on points $\{1, \ldots, n\}^2$ and where $(x_1, y_1) \leq (x_2, y_2)$ if $x_1 \leq x_2$ and $y_1 \leq y_2$. We show that the quantum query complexity of finding a fixed point given query access to a monotone function on $\mathcal{L}^2_n$ is $\Omega((\log n)^2)$, matching the classical deterministic upper bound. The proof consists of two main parts: a lower bound on the quantum query complexity of a composition of a class of functions including ordered search, and an extremely close relationship between finding Tarski fixed points and nested ordered search.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper claims that the quantum query complexity of finding a Tarski fixed point of a monotone function on the 2D grid lattice L_n^2 is Omega((log n)^2), matching the classical deterministic upper bound. The proof consists of a quantum lower bound for compositions of functions including ordered search, together with a direct transfer of this bound via an extremely close relationship between the Tarski fixed-point problem and nested ordered search.
Significance. If the claimed lower bound holds, the result is significant: it establishes a tight quantum query bound for a natural fixed-point problem on a lattice, showing that quantum algorithms obtain no asymptotic improvement over classical deterministic search for this task. The explicit matching of the known O((log n)^2) classical upper bound is a strength, as is the use of composition lower bounds to obtain the result.
major comments (2)
- [Abstract] Abstract: the stated Omega((log n)^2) lower bound is presented at a high level with no equations, no explicit composition function, and no verification steps for the transfer from nested ordered search; without these details the central claim cannot be checked for correctness.
- [Proof structure] Proof structure: the manuscript asserts an 'extremely close relationship' between Tarski fixed-point search and nested ordered search that permits direct transfer of the lower bound. The precise reduction (including how query access to the monotone function is simulated by the nested-search oracle and whether any query overhead is incurred) must be stated explicitly with a formal lemma.
minor comments (1)
- [Notation] Notation: the lattice is written as both L_n^2 and mathcal{L}^2_n; adopt a single consistent symbol throughout.
Simulated Author's Rebuttal
We thank the referee for their detailed review and constructive suggestions. We agree that the abstract and proof structure would benefit from greater explicitness to facilitate verification of the central claims. We will revise the manuscript to incorporate the requested details while preserving the overall structure and results.
read point-by-point responses
-
Referee: [Abstract] Abstract: the stated Omega((log n)^2) lower bound is presented at a high level with no equations, no explicit composition function, and no verification steps for the transfer from nested ordered search; without these details the central claim cannot be checked for correctness.
Authors: We acknowledge that the abstract is written at a high level for brevity. In the revised version, we will expand the abstract to explicitly name the composition function (a suitable composition of ordered search instances), include the key equation for the Omega((log n)^2) bound, and briefly outline the verification steps for transferring the lower bound from nested ordered search to the Tarski problem. This will make the central claim directly checkable without altering the stated result. revision: yes
-
Referee: [Proof structure] Proof structure: the manuscript asserts an 'extremely close relationship' between Tarski fixed-point search and nested ordered search that permits direct transfer of the lower bound. The precise reduction (including how query access to the monotone function is simulated by the nested-search oracle and whether any query overhead is incurred) must be stated explicitly with a formal lemma.
Authors: We agree that the relationship should be formalized. The revised manuscript will add a dedicated lemma (Lemma X) that precisely defines the reduction: it will show how each query to the monotone function on L_n^2 is simulated by a constant number of queries to the nested ordered search oracle, with no asymptotic overhead. The lemma will include the explicit mapping between fixed-point instances and nested-search instances, confirming that the query complexity transfers directly. This addresses the request for a formal statement. revision: yes
Circularity Check
No significant circularity; derivation self-contained
full rationale
The paper structures its proof explicitly as two independent components: (1) a quantum lower bound for the query complexity of composing functions that include ordered search, and (2) a direct reduction showing an extremely close relationship between Tarski fixed-point search on the 2D grid and nested ordered search. Neither component is described as being derived from the other or from fitted parameters within the Tarski problem itself. No equations, self-citations, or ansatzes are presented that reduce the central Omega((log n)^2) claim back to its own inputs by construction. The matching to the known classical O((log n)^2) upper bound is a conventional lower-bound objective and introduces no circularity. The derivation chain therefore remains non-circular and externally grounded.
Axiom & Free-Parameter Ledger
axioms (1)
- standard math Tarski's theorem that every monotone function from a complete lattice to itself has a fixed point
Lean theorems connected to this paper
-
IndisputableMonolith/Cost/FunctionalEquation.leanwashburn_uniqueness_aczel unclear?
unclearRelation between the paper passage and the cited Recognition theorem.
Theorem 2 (composition lower bound for SA(h) ≥ SA(f)·min SA(g_i) when g_i are generalized search functions)
-
IndisputableMonolith/Foundation/RealityFromDistinction.leanreality_from_one_distinction unclear?
unclearRelation between the paper passage and the cited Recognition theorem.
Lemma 13 (SA(TARSKI(n(n²+n-1),2)) ≥ (1/7) SA(NOS_{n+1,n}))
What do these tags mean?
- matches
- The paper's claim is directly supported by a theorem in the formal canon.
- supports
- The theorem supports part of the paper's argument, but the paper may add assumptions or extra steps.
- extends
- The paper goes beyond the formal theorem; the theorem is a base layer rather than the whole result.
- uses
- The paper appears to rely on the theorem as machinery.
- contradicts
- The paper's claim conflicts with a theorem or certificate in the canon.
- unclear
- Pith found a possible connection, but the passage is too broad, indirect, or ambiguous to say the theorem truly supports the claim.
Reference graph
Works this paper leans on
-
[1]
Tarski lower bounds from multi-dimensional herringbones
[BPR25a] Simina Brˆ anzei, Reed Phillips, and Nicholas Recker. Tarski lower bounds from multi-dimensional herringbones. InApprox- imation, Randomization, and Combinatorial Optimization: Algo- rithms and Techniques (APPROX/RANDOM 2025), volume 353, pages 52:1–52:12. Schloss Dagstuhl – Leibniz-Zentrum f¨ ur Infor- matik,
work page 2025
- [2]
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.