Or Meir’s research while affiliated with University of Haifa and other places

What is this page?


This page lists works of an author who doesn't have a ResearchGate profile or hasn't added the works to their profile yet. It is automatically generated from public (personal) data to further our legitimate goal of comprehensive and accurate scientific recordkeeping. If you are this author and want this page removed, please let us know.

Publications (39)


KRW Composition Theorems via Lifting
  • Article
  • Publisher preview available

April 2024

·

14 Reads

·

4 Citations

computational complexity

·

Or Meir

·

Jakob Nordström

·

[...]

·

Robert Robere

One of the major open problems in complexity theory is proving super-logarithmic lower bounds on the depth of circuits (i.e., P⊈NC1P⊈NC1P \not\subseteq {NC}^1). Karchmer et al. (Comput Complex 5(3/4):191–204, 1995) suggested to approach this problem by proving that depth complexity behaves “as expected” with respect to the composition of functions f◊gfgf \Diamond g. They showed that the validity of this conjecture would imply that P⊈NC1P⊈NC1P \not\subseteq {NC}^1. Several works have made progress toward resolving this conjecture by proving special cases. In particular, these works proved the KRW conjecture for every outer function f, but only for few inner functions g. Thus, it is an important challenge to prove the KRW conjecture for a wider range of inner functions. In this work, we extend significantly the range of inner functions that can be handled. First, we consider the monotone version of the KRW conjecture. We prove it for every monotone inner function g whose depth complexity can be lower-bounded via a query-to-communication lifting theorem. This allows us to handle several new and well-studied functions such as the s-t-connectivity, clique, and generation functions. In order to carry this progress back to the non-monotone setting, we introduce a new notion of semi-monotone composition, which combines the non-monotone complexity of the outer function f with the monotone complexity of the inner function g. In this setting, we prove the KRW conjecture for a similar selection of inner functions g, but only for a specific choice of the outer function f.

View access options


Toward Better Depth Lower Bounds: A KRW-like theorem for Strong Composition

June 2023

·

1 Read

One of the major open problems in complexity theory is proving super-logarithmic lower bounds on the depth of circuits (i.e., P⊈NC1\mathbf{P}\not\subseteq\mathbf{NC}^{1}). Karchmer, Raz, and Wigderson (Computational Complexity 5(3/4), 1995) suggested to approach this problem by proving that depth complexity of a composition of functions fgf\diamond g is roughly the sum of the depth complexities of f and g. They showed that the validity of this conjecture would imply that P⊈NC1\mathbf{P}\not\subseteq\mathbf{NC}^{1}. The intuition that underlies the KRW conjecture is that the composition fgf\diamond g should behave like a "direct-sum problem", in a certain sense, and therefore the depth complexity of fgf\diamond g should be the sum of the individual depth complexities. Nevertheless, there are two obstacles toward turning this intuition into a proof: first, we do not know how to prove that fgf\diamond g must behave like a direct-sum problem; second, we do not know how to prove that the complexity of the latter direct-sum problem is indeed the sum of the individual complexities. In this work, we focus on the second obstacle. To this end, we study a notion called "strong composition", which is the same as fgf\diamond g except that it is forced to behave like a direct-sum problem. We prove a variant of the KRW conjecture for strong composition, thus overcoming the above second obstacle. This result demonstrates that the first obstacle above is the crucial barrier toward resolving the KRW conjecture. Along the way, we develop some general techniques that might be of independent interest.


Nullstellensatz Size-Degree Trade-offs from Reversible Pebbling

June 2021

·

20 Reads

·

6 Citations

computational complexity

We establish an exactly tight relation between reversible pebblings of graphs and Nullstellensatz refutations of pebbling formulas, showing that a graph G can be reversibly pebbled in time t and space s if and only if there is a Nullstellensatz refutation of the pebbling formula over G in size t + 1 and degree s (independently of the field in which the Nullstellensatz refutation is made). We use this correspondence to prove a number of strong size-degree trade-offs for Nullstellensatz, which to the best of our knowledge are the first such results for this proof system.



Shrinkage under Random Projections, and Cubic Formula Lower Bounds for $\mathbf{AC}^0

December 2020

·

23 Reads

H\r{a}stad showed that any De Morgan formula (composed of AND, OR and NOT gates) shrinks by a factor of O(p2)O(p^{2}) under a random restriction that leaves each variable alive independently with probability p [SICOMP, 1998]. Using this result, he gave an Ω~(n3)\widetilde{\Omega}(n^{3}) formula size lower bound for the Andreev function, which, up to lower order improvements, remains the state-of-the-art lower bound for any explicit function. In this work, we extend the shrinkage result of H\r{a}stad to hold under a far wider family of random restrictions and their generalization -- random projections. Based on our shrinkage results, we obtain an Ω~(n3)\widetilde{\Omega}(n^{3}) formula size lower bound for an explicit function computed in AC0\mathbf{AC}^0. This improves upon the best known formula size lower bounds for AC0\mathbf{AC}^0, that were only quadratic prior to our work. In addition, we prove that the KRW conjecture [Karchmer et al., Computational Complexity 5(3/4), 1995] holds for inner functions for which the unweighted quantum adversary bound is tight. In particular, this holds for inner functions with a tight Khrapchenko bound. Our random projections are tailor-made to the function's structure so that the function maintains structure even under projection -- using such projections is necessary, as standard random restrictions simplify AC0\mathbf{AC}^0 circuits. In contrast, we show that any De Morgan formula shrinks by a quadratic factor under our random projections, allowing us to prove the cubic lower bound. Our proof techniques build on the proof of H\r{a}stad for the simpler case of balanced formulas. This allows for a significantly simpler proof at the cost of slightly worse parameters. As such, when specialized to the case of p-random restrictions, our proof can be used as an exposition of H\r{a}stad's result.




KRW Composition Theorems via Lifting

July 2020

·

28 Reads

One of the major open problems in complexity theory is proving super-logarithmic lower bounds on the depth of circuits (i.e., P⊈NC1\mathbf{P}\not\subseteq\mathbf{NC}^1). Karchmer, Raz, and Wigderson (Computational Complexity 5(3/4), 1995) suggested to approach this problem by proving that depth complexity behaves "as expected" with respect to the composition of functions fgf\diamond g. They showed that the validity of this conjecture would imply that P⊈NC1\mathbf{P}\not\subseteq\mathbf{NC}^1. Several works have made progress toward resolving this conjecture by proving special cases. In particular, these works proved the KRW conjecture for every outer function f, but only for few inner functions g. Thus, it is an important challenge to prove the KRW conjecture for a wider range of inner functions. In this work, we extend significantly the range of inner functions that can be handled. First, we consider the monotone\textit{monotone} version of the KRW conjecture. We prove it for every monotone inner function g whose depth complexity can be lower bounded via a query-to-communication lifting theorem. This allows us to handle several new and well-studied functions such as the s-ts\textbf{-}t-connectivity, clique, and generation functions. In order to carry this progress back to the non-monotone\textit{non-monotone} setting, we introduce a new notion of semi-monotone\textit{semi-monotone} composition, which combines the non-monotone complexity of the outer function f with the monotone complexity of the inner function g. In this setting, we prove the KRW conjecture for a similar selection of inner functions g, but only for a specific choice of the outer function f.


Toward Better Depth Lower Bounds: Two Results on the Multiplexor Relation

June 2020

·

19 Reads

·

10 Citations

computational complexity

One of the major open problems in complexity theory is proving super-logarithmic lower bounds on the depth of circuits (i.e., P⊈NC1\textbf{P} \not\subseteq \textbf{NC}^{1}). Karchmer, Raz, and Wigderson (Computational Complexity 5(3/4):191–204, 1995) suggested to approach this problem by proving that depth complexity behaves ``as expected'' with respect to the composition of functions f ◊ g. They showed that the validity of this conjecture would imply that P⊈NC1\textbf{P} \not\subseteq \textbf{NC}^{1}. As a way to realize this program, Edmonds et al. (Computational Complexity 10(3):210–246, 2001) suggested to study the ``multiplexor relation'' MUX. In this paper, we present two results regarding this relation: ○The multiplexor relation is ``complete'' for the approach of Karchmer et al. in the following sense: if we could prove (a variant of) their conjecture for the composition f ◊ MUX for every function f, then this would imply P⊈NC1\textbf{P} \not\subseteq \textbf{NC}^{1}. ○A simpler proof of a lower bound for the multiplexor relation due to Edmonds et al. Our proof has the additional benefit of fitting better with the machinery used in previous works on the subject.


Citations (31)


... relation with a wider range of functions (though still not with the majority of them). de Rezende et al. [2] proved the conjecture in a semi-monotone setting for a wide range of functions g. ...

Reference:

Toward Better Depth Lower Bounds: Strong Composition of XOR and a Random Function
KRW Composition Theorems via Lifting

computational complexity

... Intuitively, this should force Alice and Bob to first determine the index i and then to find the index j. This way of relaxing the conjecture was considered in a number of previous papers and was formalized recently by Meir [14]. Håstad and Wigderson, in their proof of the lower bound for two universal relations, initially establish the result for what they call the extended universal relation, a concept closely related to strong composition. ...

Toward Better Depth Lower Bounds: A KRW-like theorem for Strong Composition
  • Citing Conference Paper
  • November 2023

... This work was partly carried out while the authors were visiting the Simons Institute for the Theory of Computing in association with the DIMACS/Simons Collaboration on Lower Bounds in Computational Complexity, which is conducted with support from the National Science Foundation. An extended abstract of this paper has appeared as de Rezende et al. (2020a). ...

KRW Composition Theorems via Lifting
  • Citing Conference Paper
  • November 2020

... Several lifting theorems (Chattopadhyay et al. 2019a,b;Raz & McKenzie 1999;Wu et al. 2017) establish that if the gadget gd satisfies certain conditions, then CC(S gd) = Ω(Q(S) · t). In this work, we use a lifting theorem of Chattopadhyay et al. (2019a), which holds for every gadget gd that has sufficiently low discrepancy and sufficiently large input length (see Theorem 2.25 for the formal statement). ...

Query-to-Communication Lifting Using Low-Discrepancy Gadgets
  • Citing Article
  • February 2021

SIAM Journal on Computing

... Both systems allow reasoning over polynomial equations where the variables represent Boolean values. These proof systems are well-studied, with the main focus on deriving complexity measures, such as degree and proof size, e.g., [2,26,49,50]. ...

Nullstellensatz Size-Degree Trade-offs from Reversible Pebbling

computational complexity