English

Computing majority with low-fan-in majority queries

Computational Complexity 2017-11-29 v1

Abstract

In this paper we examine the problem of computing majority function MAJn\mathrm{MAJ}_n on nn bits by depth-two formula, where each gate is a majority function on at most kk inputs. We present such formula that gives the first nontrivial upper bound for this problem, with k=23n+4k = \frac{2}{3} n + 4. This answers an open question in [Kulikov, Podolskii, 2017]. We also look at this problem in adaptive setting - when we are allowed to query for value of MAJk\mathrm{MAJ}_k on any subset, and wish to minimize the number of such queries. We give a simple lower bound for this setting with n/k\lceil n/k \rceil queries, and we present two algorithms for this model: the first one makes 2nklogk\approx 2\frac{n}{k} \log k queries in the case when we are limited to the standard majority functions, and the second one makes nklogk\frac{n}{k} \log k queries when we are allowed to change the threshold of majority function.

Cite

@article{arxiv.1711.10176,
  title  = {Computing majority with low-fan-in majority queries},
  author = {Gleb Posobin},
  journal= {arXiv preprint arXiv:1711.10176},
  year   = {2017}
}

Comments

8 pages

R2 v1 2026-06-22T22:59:07.130Z