Skip to main content

Questions tagged [lower-bounds]

questions about lowerbounds on functions, usually the complexity of an algorithm or a problem

Filter by
Sorted by
Tagged with
4 votes
1 answer
186 views

Let $n$ be an integer. An interval is a range $[i,j]$ with $1 \leq i \leq j \leq n$, containing the list of all integers between $i$ and $j$ (endpoints included). I want a data structure $S$ that ...
Antoine Amarilli 'a3nm''s user avatar
1 vote
0 answers
227 views

Catch-Em-Turing, CET(n), my invention. We define a Catch-Em-Turing game/computational model with n agents placed on an infinite bidirectional ribbon, initially filled with 0. Initialization: The ...
Nath76's user avatar
  • 11
1 vote
0 answers
143 views

Given a fixed $n \times n $ square matrix $M$ over a field of size $ \Omega(n^2) $. What is the size $s_M$ of the smallest circuit that computes the function $f(x)= Mx$ ? What is the largest $s_M$ ...
Hao S's user avatar
  • 358
2 votes
1 answer
196 views

Setting I have a finite Markov chain $M$ where the underlying directed graph is a DAG (directed acyclic graph). Every vertex has two outgoing edges, each with probability $\frac{1}{2}$ (both of which ...
advocateofnone's user avatar
2 votes
0 answers
132 views

$M\in\mathbb Z_{\geq0}^{m\times n}$ and $v\in\mathbb Z_{\geq0}^n$ where $\max_{i,j}M_{i,j}<2^t$ and $\max_iv_i<2^t$ holds. If $M$ is not fixed it takes $mnt+nt$ bit operations to read the binary ...
Turbo's user avatar
  • 13.8k
2 votes
0 answers
64 views

In the comparison model we deal with lists of elements from an infinite linear order which can only be compared and are otherwise atomic. (Moreover, list operations should commute with permutations of ...
Siddharth's user avatar
  • 1,001
8 votes
0 answers
319 views

Let us define the problem $k$-Clique enumeration as follows: Input: A Graph $G$ with $n$ nodes. Output: A data structure $D$ which can enumerate all $k$-Cliques in $G$ with $k$-delay. The notion of ...
alsips-cl's user avatar
  • 740
0 votes
0 answers
96 views

I am Reading the Paper "Fourier Analysis For Probabilistic Communication Complexity" by Ran Raz, In this introduction of the paper, for deterministic protocols, if 'm' is total number of ...
Praveen Kumaran P's user avatar
4 votes
2 answers
372 views

Among Us Problem: There are $2n$ undercover agents in Don's lair. Fewer than $n$ of them are terrorists, and the rest are anti-terrorists. The identities are top-secret, and no external evidence can ...
user3508551's user avatar
  • 1,463
1 vote
1 answer
279 views

Is there a Matrix Multiplication style lower bound of $\Omega(n\log n)$ for Integer multiplication? Raz showed in https://doi.org/10.1145%2F509907.509932 that mutiplying $n\times n$ matrices requires $...
Turbo's user avatar
  • 13.8k
9 votes
1 answer
593 views

In Ran Raz's paper, top of page 3, he uses the following claim without proof or reference, saying it is well-known and easy to prove: Let $C$ be an arithmetic circuit for multiplying two matrices over ...
relG's user avatar
  • 301
5 votes
1 answer
98 views

I am currently exploring the application of the random restriction technique in proving lower bounds within the context of resolution proofs. I would like to know if there are any comprehensive ...
Jxb's user avatar
  • 418
4 votes
0 answers
181 views

Is there a lower bound for comparison sorting where the comparison function is supplied as the encoding of a Turing machine, rather than being available as an oracle? A bit more formally, let's say ...
Arthur Azevedo De Amorim's user avatar
5 votes
1 answer
268 views

Is there a problem on $n$ bits that can be solved in linear time on a RAM with randomness, but we don't know how to solve in linear time without randomness? Exclude polynomial-identity testing (see ...
Manu's user avatar
  • 7,861
6 votes
0 answers
207 views

Let $P$ be a $N$x$N$ Sudoku puzzle (assume $N=n^2$ for some $n\in \mathbb{N}$, e.g. standard $9$x$9$ puzzle is $n=3$). We can represent it in propositional logic as follows: Variables $p_{i,j,k}$: ...
Kaveh's user avatar
  • 22.2k

15 30 50 per page
1
2 3 4 5
20