Skip to main content

Questions tagged [computer-science]

For question borderline with, or having application to, computer science. Consider also posting http://cs.stackexchange.com/ or http://cstheory.stackexchange.com/ instead of here, if appropriate.

41 votes
12 answers
8k views

The purpose of this question is to collect examples where large language models (LLMs) like ChatGPT have led to notable mathematical developments. The emphasis in this question is on LLMs, but ...
6 votes
2 answers
779 views

I am studying how entropy-based arguments (in the sense of Shannon, Boltzmann, or Perelman's geometric entropy) can be used to prove or guide the resolution of major mathematical conjectures. Some ...
3 votes
1 answer
198 views

We call a binary sequence $s:\mathbb{N}\to\{0,1\}$ supernormal if for every injective, increasing and computable function $\iota:\mathbb{N}\to\mathbb{N}$, the binary sequence $s\circ\iota:\mathbb{N}\...
Dominic van der Zypen's user avatar
11 votes
1 answer
461 views

Let us consider two monic polynomials $f(X), g(X) \in \dfrac{\mathbb{Z}}{p^k\mathbb{Z}}[X]$. Now, we call $h(X)$ is a divisor of $f(X)$, if there exists a $l(X) \in \dfrac{\mathbb{Z}}{p^k\mathbb{Z}}[X]...
Afntu's user avatar
  • 311
0 votes
0 answers
167 views

I am developing a brute-force algorithm to search for solutions to the generalized taxicab equation, $a^k + b^k = c^k + d^k$ between a lower and upper bound. My current approach is a priority queue-...
PotatoHeadz35's user avatar
8 votes
0 answers
654 views

The problem 1 of the 2025 IMO is the following: A line in the plane is called sunny if it is not parallel to any of the x-axis, the y-axis, and the line $x + y = 0$. Let $n ⩾ 3$ be a given integer. ...
Weier's user avatar
  • 371
1 vote
0 answers
109 views

As context, I'll start with summarizing and simplifying the section of "UMAC: Fast and Secure Message Authentication", by Black et al.(https://www.cs.ucdavis.edu/~rogaway/papers/umac-full....
Jim Apple's user avatar
  • 111
2 votes
1 answer
177 views

Let $\vec{X}$ be a finite set of indeterminates, and $\sqsubseteq$ be a monomial ordering. A Gröbner Basis $B$ of an ideal $I$ of polynomials can be characterized as a finite set of polynomials ...
Aliaume Lopez's user avatar
20 votes
4 answers
2k views

For a Turing machine with an infinite tape, the tape may be modeled by the group of integers. So a rule $(q,a,b,m,r)$ says "in state $g$ if see $a$ on tape replace it by $b$ and go left if $m=-1$ ...
Ellis D Cooper's user avatar
15 votes
2 answers
1k views

Suppose I want to investigate some complicated probabilistic phenomenon numerically, e.g. the eigenvalues of random matrices. One thing I might do is (ask some software to) generate a bunch of random ...
Qiaochu Yuan's user avatar
6 votes
1 answer
290 views

Motivation: Long story short, this problem arose after a number of reductions and simplifications from a question in symbolic dynamics motivated by the paper Symbolic discrepancy and self-similar ...
Jean Abou Samra's user avatar
7 votes
1 answer
252 views

Motivation. When we try to construct a (pseudo-)random sequence $s:\newcommand{\N}{\mathbb{N}}\N\to\{0,1\}$ we often want $s$ itself, and some of its subsequences, to be normal. Question. Is there a ...
Dominic van der Zypen's user avatar
1 vote
1 answer
114 views

Motivation. In computer science, hash functions are maps that convert binary strings of arbitrary length to a fixed-length binary string. In symbols, we have a map $h:\{0,1\}^* \to \{0,1\}^n$ for some ...
Dominic van der Zypen's user avatar
1 vote
1 answer
135 views

I am interested in graph classes that have the following property: There exists a function $f(k)$ such that for every graph $G$ in the class, for every choice of $k$ vertices $v_1, \ldots, v_k$ in the ...
Vilhelm Agdur's user avatar
5 votes
2 answers
2k views

Let $\newcommand{\tn}{\{0,1\}^\mathbb{N}}\tn$ be the collection of all infinite binary sequences. For $s\in\tn$ and $k\in\mathbb{N}$ let the left-shift of $s$ by $k$ positions, $\ell_k(s)\in \tn$, be ...
Dominic van der Zypen's user avatar

15 30 50 per page
1
2 3 4 5
44