Newest Questions

3 votes
0 answers
45 views

Much has been said about $\mathsf{P} =^? \mathsf{NP}$. Many polls have been done, and now I think almost every expert believes in $\neq$: https://en.wikipedia.org/wiki/P_versus_NP_problem#Context ...
D.R's user avatar
  • 131
4 votes
1 answer
379 views

The question Scott on the consistency of the lambda calculus on MO discusses the consistency of the lambda-calculus (which I take to mean the confluence property, as formalized in the Church-Rosser ...
Weier's user avatar
  • 503
2 votes
0 answers
113 views

I am studying the connection between SAT encodings and proof complexity. Suppose we take a sorting problem (for example, verifying that the output is a sorted permutation of the input) and encode it ...
Jogenara's user avatar
  • 239
1 vote
0 answers
43 views

$B$ is a category with pullbacks. For a fibration $P \colon E \to B$, the following are true a commutative square of cartesian arrows in $E$ over a pullback in $B$ is always a pullback in $E$ A ...
Nash's user avatar
  • 161
6 votes
1 answer
288 views

Consider the CNF-SAT problem: we are given as input a Boolean formula $\Phi$ in conjunctive normal form (CNF), and we must decide whether it is satisfiable. This is a well-known NP-complete problem. ...
Antoine Amarilli 'a3nm''s user avatar
-2 votes
0 answers
98 views

On Math StackExchange, I asked a question about the upper bound of the period $r$ for factoring. I believe the upper bound is (essentially) $N$, the $n$-bit number to be factored. If true, this means ...
Gavin D. Howard's user avatar
1 vote
1 answer
138 views

There are now many examples of "natural" (no mention of circuits) problems which have been proven to be complete for classical TFNP classes---these include Consensus Halving for PPA and ...
Stefan G.'s user avatar
  • 330
5 votes
0 answers
205 views

In the AKS paper, the authors based on the Lemma There exist constants $c > 0$ and $n_0$ such that, for all $x\ge n_0$: $$\bigl|\{q \mid \text{$q$ is prime, $q\le x$ and $P(q − 1) > q^{2/3}$}\}\...
minh quý lê's user avatar
6 votes
0 answers
195 views

The following definitions are from Elaine Rich's Automata, Computability and Complexity. The Class FP: A binary relation $Q$ is in $\mathsf{FP}$ iff there is a deterministic polynomial time algorithm ...
user56834's user avatar
  • 161
1 vote
0 answers
45 views

In the budgeted maximum coverage problem, we have a collection of sets with weights. The goal is to find a collection of sets whose total weight does not exceed some given budget L. One can also ...
polar_bear_cheese's user avatar
6 votes
0 answers
116 views

It is known that ILP with a fixed number of variables is in $\mathsf{P}$[Les83]. (For convenience, the decision version of the problem is given in the post.) I have the following two questions ...
Manish Kumar's user avatar
2 votes
0 answers
48 views

I'm interested in vertex-disjoint packing of induced $P_3$s (paths on three vertices) and their complements. Is this problem NP-hard? Observation: A graph is $\{P_3, \overline{P_3}\}$-free if and only ...
Yixin Cao's user avatar
  • 2,619
2 votes
0 answers
78 views

Suppose I have $n$ (partially overlapping) unit balls in Euclidean space $\mathbb{R}^d$. What is a fast algorithm for computing their volume? Motivation: The Kneser–Poulsen conjecture states that if ...
Timothy Chow's user avatar
  • 7,826
11 votes
1 answer
348 views

I was working on a problem that turned out to be unexpectedly connected to weighted automata. Along the way, I encountered an independent but rather interesting question that I thought would be worth ...
Omid Yaghoubi's user avatar
2 votes
0 answers
61 views

Given two $n$-bit integers $a$ and $b$ how many memory transfers are needed to compute $ab$? Since $ab$ can be computed in $O(n \log n)$ time, this is an upper bound on the number of memory transfers. ...
qwerty1793's user avatar

15 30 50 per page
1
2 3 4 5
899