Skip to main content

Questions tagged [computational-complexity]

This is a branch that includes: computational complexity theory; complexity classes, NP-completeness and other completeness concepts; oracle analogues of complexity classes; complexity-theoretic computational models; regular languages; context-free languages; Kolmogorov Complexity and so on.

Filter by
Sorted by
Tagged with
10 votes
2 answers
115 views

I have a fixed $n \times n$ matrix $M$ whose entries are all either 0 or 1. I want to compute the product $Mv$ for various vectors $v \in \mathbb{R}^n$ (or over other fields/rings). Since $M$ is fixed ...
max_herman's user avatar
3 votes
2 answers
183 views

I recently read in the paper "Quantum NP is hard for PH" by S. Fenner et. al. that "graph non-isomorphism is known to be in coC_=P", but they did not attach a reference. I have ...
Glubs's user avatar
  • 241
3 votes
0 answers
80 views

This is related to the second part of this old question of mine. For $A\subseteq\mathbb{N}$ let $\mathfrak{N}_A=(\mathbb{N};0,1,+,A)$ be the expansion of Presburger arithmetic with (a predicate naming)...
Noah Schweber's user avatar
3 votes
1 answer
51 views

Given a network $G=(V,E,w)$, two vertices $s$ and $t$ as source and sink, and a designated path $P_0$ from $s$ to $t$, the inverse shortest path problem (ISP) asks to adjust new weights $w^*$ at ...
A.R.S's user avatar
  • 55
0 votes
0 answers
97 views

The idea described below came to my mind and I couldn't find anything similar out there (although I didn't try too hard to be honest). So my questions are: "What is it" and "How is this ...
NamorNiradnug's user avatar
5 votes
0 answers
96 views

One of the strongest results on the decidability of theories is Rabin's Tree Theorem. One way to state it is the following: tThe problem of deciding whether a sentence on the monadic second order (MSO)...
Numa Grinberg's user avatar
2 votes
0 answers
110 views

I'm working on a project that requires quickly calculating the resultant of two polynomials in $\mathbb{Z}[x]$ of large degree $d,e$. On the Wikipedia article for polynomial resultants, it says that ...
MathManiac5772's user avatar
8 votes
1 answer
387 views

Say that a $k$-ring is a ring in which $x^k=x$ for all $x$, and write $m\trianglelefteq n$ iff every $m$-ring is an $n$-ring. It's not hard to show (see the end of this answer) that $\trianglelefteq$ ...
Noah Schweber's user avatar
1 vote
0 answers
117 views

I have a multiprojective variety $X$ in a product of projective spaces given by a multigraded ideal $I$. Suppose that the multiprojective variety is embedded into a product of projective spaces the ...
Yellow Pig's user avatar
  • 3,494
1 vote
2 answers
319 views

Let the following data be given. Two positive integers $m$ and $n$. A family of sets $B_a \subseteq \{1, \dots, n\}$ (for $a \in \{1, \dots, m\}$). The task is to count the number $N$ of injective ...
parkingfunc's user avatar
10 votes
0 answers
566 views

Consider the following decision problem, which we will call COMPARE. We are given as input a pair $(V_0, V_1)$ of linear codes in $\mathbb{F}_2^n$, and asked to decide whether $V_0, V_1$ have the same ...
JAN's user avatar
  • 411
0 votes
0 answers
110 views

I am writing an expository essay on certain aspects of mathematical proofs, and one recurring pattern is the kind of question which is short in one direction but long in the other. A couple of ...
Martin Kochanski's user avatar
0 votes
1 answer
182 views

I am interested in the complexity of a computational problem I encountered while studying Quran. We are given a sequence of positive integers $a_i$, we want to order them and find sums of pairs $a_{\...
Mohammad Al-Turkistany's user avatar
1 vote
1 answer
225 views

Let $C\subseteq\mathbb{F}_2^n$ be a linear code and let $P$ be the corresponding weight enumerator polynomial. That is, $$P(x)=a_nx^n+\cdots+a_1x+a_0$$ where, for $0\leq j\leq n$, we have $a_j:=\#\{v\...
JAN's user avatar
  • 411
0 votes
0 answers
46 views

Let $T=\left[\begin{array}{cc}A&B\\C&D\end{array}\right]$ be an $(m+n)\times(m+n)$ matrix over a finite field ${\mathbb F}_{q}$, where $A$ is $m\times m$ and $D$ is $n\times n$. Consider the ...
Yossi Peretz's user avatar
2 votes
0 answers
167 views

Let $f(x_1, \dots, x_n)$ be an $s$-sparse polynomial over a field $\mathbb{F}$, where each variable has individual degree strictly less than $d$ (i.e., $\deg_{x_i}(f) < d$ for all $i$). When we ...
Arikith Roy Chowdhury's user avatar
4 votes
1 answer
149 views

Disclaimer: this is a repost of a MS question with the same title — https://math.stackexchange.com/questions/5072398/complexity-of-the-clause-fragment-of-%c5%81ukasiewicz-logic People who know the ...
Daniil Kozhemiachenko's user avatar
0 votes
0 answers
78 views

Let $\Sigma_2 = \{0,1\}^{\mathbb{Z}}$ be the full two-shift with left-shift map $\sigma$ and the standard product metric $$d(x,y) = 2^{-\inf\{|n| : x_n \neq y_n\}}.$$ Fix $\varepsilon = 2^{-m}$ for ...
DimensionalBeing's user avatar
5 votes
1 answer
309 views

Let $A$ be an affine subspace of $\mathbb{F}_2^n$. Let $m\leq n$ and $Q_0, Q_1$ be linear maps $\mathbb{F}_2^n\rightarrow\mathbb{F}_2^m$. Consider the following decision problem: Decide whether or not ...
JAN's user avatar
  • 411
1 vote
0 answers
217 views

There are many NP-complete problems, e.g. SAT, CVP, SIS, graph colouring, Minesweeper etc. By definition there are polynomial time reductions from one to another of these, at least in their decision ...
Oisin Robinson's user avatar
1 vote
1 answer
106 views

In Theorem 8 of Micciancio’s lecture notes, a reduction from the Closest Vector Problem (CVP) to its optimization version (OptCVP) is given under the assumption that the lattice basis $B \in \mathbb{Z}...
Sunil Kumar's user avatar
2 votes
0 answers
174 views

I am interested in knowing the best complexity upper bounds for the following graph isomorphism problems (best theoretical deterministic upper bound). For some of those I already have some references (...
IRA's user avatar
  • 63
18 votes
2 answers
513 views

A common approach to construct fast multiplication algorithms is to make an ansatz for the matrix multiplication tensor of fixed dimension and rank (e.g. $2 \times 2 \times 2$ and rank $7$ if we want ...
Fredrik Johansson's user avatar
3 votes
0 answers
144 views

An $n$ dimensional lattice is the set of integer linear combinations of $n$ linearly independent vectors in $\mathbb{R}^{d}$ ($d\le n$). The $n$ independent vectors are called the basis of the lattice,...
Péter Fazekas's user avatar
0 votes
0 answers
39 views

I have been experimenting with a partial-distance encoding of the decision version of the Traveling Salesman Problem (TSP) using a combination of Katětov–Urysohn ideas and what I have been calling “...
Elio's user avatar
  • 1
0 votes
0 answers
140 views

Fix distinct primes $q_1,\dots,q_t\in[2^{m-1},2^m]$ and integers $r_i\in[0,q_i-1]$ at every $i\in\{1,\dots,t\}$. Is there a way to exactly count the number of primes $a\equiv r_i\bmod q_i$ where $a\...
Turbo's user avatar
  • 1
15 votes
1 answer
761 views

I have a polynomial of degree around $2^{35}$ over a finite field $\mathbb{F}_p$, where $p$ is a 64-bit prime number. What is the most efficient algorithm for finding a root of such a polynomial? (...
user's user avatar
  • 151
5 votes
3 answers
612 views

I needed to use Computational Geometry result citations for my article. The article topic is Machine Learning. Some of citations I found, but for others it appears that they belong to so called "...
Mathemilda's user avatar
5 votes
0 answers
188 views

Are there known examples of naturally-occurring groups where the word problem is algorithmically solvable but not easily? I ask because I'm looking at word problems of some groups of interest to me, ...
Ville Salo's user avatar
  • 6,944
1 vote
0 answers
115 views

For $x > 0, \alpha > 0 \in \mathbb{R}$, as $x \to \infty$: $$J_\alpha(x)\sim \sqrt{\frac{2}{\pi x}}\left(\cos \left(x-\frac{\alpha\pi}{2} - \frac{\pi}{4}\right) + \mathcal{O}\left(|x|^{-1}\...
Breaking Bioinformatics's user avatar
0 votes
1 answer
259 views

Consider the following variant of the max-flow problem. We are given a set of flows and a network modelled by a graph. Each edge of the graph can accept only a subset of flows, which is different from ...
lchen's user avatar
  • 295
0 votes
0 answers
82 views

Given a system of linear diophanthine equations. What is the computational complexity of checking if the system has a solution or not or finding a solution if we have an additional constraint that ...
TheoryQuest1's user avatar
5 votes
2 answers
823 views

Let $A \in \mathbb{R}^m$ be some set with the property that it is easy (polynomial-time computation) to generate random elements $r \in A$. Is it then also easy to compute $$ P_A(x) := \arg \min_{y\in ...
Veit Elser's user avatar
  • 1,173
1 vote
1 answer
341 views

My question is Is there an algorithm in polynomial time that can find solutions $(x,y,k)$ to the Diophantine equation $$ x^2 + k y^2 = N$$ where $x,y,k$ are unknow integers, $N$ is known, but its ...
Zhaopeng Ding's user avatar
1 vote
0 answers
178 views

I am interested in the complexity of this problem: Input: Given N points on integer 2D grid (N is even) Question: Can we construct an orthogonal simple polygon from the set of N mid–points? Each mid–...
Mohammad Al-Turkistany's user avatar
16 votes
0 answers
472 views

Comments on this question point out that John Gill (of the famous Baker–Gill–Solovay paper) lists a joke on his online CV: A Joke about P =?NP Gill, J., T., Ladner, R. 1973 Googling, I can’t find ...
Peter LeFanu Lumsdaine's user avatar
0 votes
0 answers
87 views

Assume every function is eventually nonnegative. In other words, we are interested in growth rates for measuring time complexity and such. $f = O(g)$ is equivalent to $\limsup \frac{f}{g} < \infty$,...
Leon Kim's user avatar
  • 189
1 vote
2 answers
228 views

Given a graph, is there a way to count the number of 'non-equivalent' obstructions to planarity to the given graph? Can this be done efficiently algebraically such as can we reduce this problem to ...
Turbo's user avatar
  • 1
0 votes
0 answers
91 views

Finding $x$ in $g^x\equiv h\bmod p$ when $p$ is prime and $g$ is generator in multipicative group $\mathbb Z_p^\times$ is the discrete logarithm problem. It is not known to be in $P$. What is the ...
Turbo's user avatar
  • 1
0 votes
0 answers
73 views

$LLL$ algorithm is vectorized version of Extended Euclidean algorithm for $\mathsf{GCD}$. Even the $m=2$ dimensions case known to Lagrange and Gauss does not have an $NC$ algorithm for shortest vector....
Turbo's user avatar
  • 1
1 vote
0 answers
74 views

Consider have the promise problem of solving for integer solutions $u,v$ in the linear system $$au+bv=c$$ where the promise is $\mathsf{GCD}(a,b)=1$. Suppose this promise problem is in $NC^1$ and the ...
Turbo's user avatar
  • 1
1 vote
0 answers
88 views

Buss defined $V_2^1$​ as a second-order bounded arithmetic corresponding to $\mathsf{PSPACE}$. Later, Skelley introduced $W_1^1$​, a third-order bounded arithmetic of $\mathsf{PSPACE}$. Since the ...
palala's user avatar
  • 11
3 votes
0 answers
139 views

We know there is an elementary cellular automaton (ECA) with 2 states (Rule 110) that is universal, i.e. Turing-complete. One-way cellular automata (OCA's) are a subcategory of ECA's where the next ...
Joshua Holden's user avatar
3 votes
1 answer
154 views

Definitions/Notation: Fix positive integers $b$ and $M$. Consider the set of real numbers which can be exactly expressed with $2M+1$ coefficients in base $b$, defined by $$\mathcal{X}(b,M):=\{x\in \...
AB_IM's user avatar
  • 4,842
3 votes
0 answers
149 views

I am teaching algorithms and theory of computation this semester and had the opportunity to dig a bit into the details of one way functions and the P vs NP problem. This problem has resisted attacks ...
ode's user avatar
  • 31
1 vote
1 answer
296 views

Let $L$ be a cyclotomic field, and $P$ a prime ideal of $\mathcal{O}_L$. is there any symbol for the equation $ax^2 + by^2 =1 \mod P$ and if so, is it computable in polynomial time? if $a$ is ...
Don Freecs's user avatar
1 vote
1 answer
285 views

This question was initially posted on math.stackexchange.com, but there is no appropriate answer, hence I have the right to publish it here again. Let $f(x,y) = \sum_{i = 0}^d f_i x^i y^{d-i}$ be a ...
Dimitri Koshelev's user avatar
1 vote
0 answers
58 views

Given $3n$ positive numbers $a_1, \ldots, a_n$, $b_1, \ldots, b_n$, and $x_1, \ldots, x_n$, we are given a function $$f(x) = \sum_{i = 1}^n \frac{a_i}{\sqrt{(x - x_i)^2 + b_i}}.$$ Can we find all the ...
Abheek Ghosh's user avatar
1 vote
0 answers
86 views

"If we compare to non-kernel polynomial regression it is O(Tnp) where is p is dimension of polynomial while kernel polynomial is O(n^2d) + O(T*n^2) where d is original number of attributes, ...
Saransh Gupta's user avatar
5 votes
0 answers
107 views

Let $X\subset Y$ be Banach spaces and $B_X:=\{x\in X: \|x\|_X\le1\}$ be the unit ball of $X$. The goal is to find an approximation of every element from $B_X$ with error measured in $Y$ by using at ...
Mario Ullrich's user avatar

1
2 3 4 5
28