Papers
Topics
Authors
Recent
Gemini 2.5 Flash
Gemini 2.5 Flash
153 tokens/sec
GPT-4o
7 tokens/sec
Gemini 2.5 Pro Pro
45 tokens/sec
o3 Pro
4 tokens/sec
GPT-4.1 Pro
38 tokens/sec
DeepSeek R1 via Azure Pro
28 tokens/sec
2000 character limit reached

Approximating Boolean Functions with Disjunctive Normal Form (2005.05773v1)

Published 12 May 2020 in cs.CC and cs.LO

Abstract: The theorem states that: Every Boolean function can be $\epsilon -approximated$ by a Disjunctive Normal Form (DNF) of size $O_{\epsilon}(2{n}/\log{n})$. This paper will demonstrate this theorem in detail by showing how this theorem is generated and proving its correctness. We will also dive into some specific Boolean functions and explore how these Boolean functions can be approximated by a DNF whose size is within the universal bound $O_{\epsilon}(2{n}/\log{n})$. The Boolean functions we interested in are: Parity Function: the parity function can be $\epsilon-approximated$ by a DNF of width $(1 - 2\epsilon)n$ and size $2{(1 - 2\epsilon)n}$. Furthermore, we will explore the lower bounds on the DNF's size and width. Majority Function: for every constant $1/2 < \epsilon < 1$, there is a DNF of size $2{O(\sqrt{n})}$ that can $\epsilon-approximated$ the Majority Function on n bits. Monotone Functions: every monotone function f can be $\epsilon-approximated$ by a DNF g of size $2{n - \Omega\epsilon(n)}$ satisfying $g(x) \le f(x)$ for all x.

Summary

We haven't generated a summary for this paper yet.