The time is now - Spring classes are filling up!

MIT PRIMES/Art of Problem Solving

CROWDMATH 2021: Extremal combinatorics

G
Topic
First Poster
Last Poster
Asymptotically Optimal Construction for General C
EdwinNational   5
N Jul 13, 2022 by LoneShadow379
We give an explicit construction with $n$ letters $1, 2, \ldots n$, and show that it has leading constant $\frac{1}{2}$:
Note: $S_x$ is a sequence $S$ repeated $x$ times. We call each $S$ in the construction a $\textit{snippit}$.
Construction

Proof that the construction works
5 replies
EdwinNational
Jan 30, 2021
LoneShadow379
Jul 13, 2022
New Participant
doomslayer2945   1
N Jan 14, 2022 by PiGuy3141592
Hey there! I just joined Crowd Math. How do I get started? Can someone catch me up to speed?
1 reply
doomslayer2945
Jan 14, 2022
PiGuy3141592
Jan 14, 2022
welcome to crowdmath 2021
JGeneson   4
N Jan 6, 2022 by PiGuy3141592
This year, our main topic is extremal combinatorics, with a focus on problems about sequences and 0-1 matrices. These problems have applications to many areas including:

-robot navigation (e.g. an algorithm for finding a shortest path between two given points in a grid with obstacles)
-discrete geometry (e.g. an upper bound on the maximum number of unit distances in a convex n-gon), and
-permutation pattern avoidance (the solution to the Stanley-Wilf conjecture).

Researchers have been investigating these kinds of problems for over fifty years. The topic requires no background knowledge besides basic combinatorics. You can learn more about relevant definitions and background reading on the Resources page. That page has a list of papers and exercises with each paper. All of the exercises are solved problems, they are there to help understand the topic.

The Problems page has a list of open problems. These problems are unsolved, most are from publications, and I made some of them. I’ll post some more open problems later in the year, and typically crowdmath participants also suggest open problems. Here are some examples of Crowdmath research papers from past years:

https://www.combinatorics.org/ojs/index.php/eljc/article/view/v25i1p5
https://arxiv.org/search/math?searchtype=author&query=CrowdMath%2C+P+A
https://arxiv.org/abs/2008.13302
https://arxiv.org/abs/1710.11352
4 replies
JGeneson
Jan 9, 2021
PiGuy3141592
Jan 6, 2022
How do I join CrowdMath/get started?
aarpo   4
N Dec 25, 2021 by Naman_Chibber
I am very interested in External Combinatorics and wondered how I can get started with CrowdMath 2021 (how can I contribute, etc.). I also wanted to ask, if research is published, would our names be on the paper (regarding what we contributed)?
4 replies
aarpo
Jul 20, 2021
Naman_Chibber
Dec 25, 2021
The $u$-free process on sequences
JGeneson   27
N Dec 20, 2021 by PiGuy3141592
Consider the following process:

Fix a sequence $u$ with $r$ distinct letters. Let $S_0 = [ ]$ (the empty sequence).

1. For $i > 0$, we uniformly at random select a letter $\ell$ from $a_1, \dots, a_n$ (each with probability $1/n$).

2. Let $T$ be the sequence obtained from $S_{i-1}$ by addending the letter $\ell$.

3. If $T$ does not contain $u$ and the last $r$ letters of $T$ are all distinct, let $S_{i} = T$ and increment $i$ and go back to 1. Otherwise, let $S_i = S_{i-1}$ and increment $i$ and go back to 1. (Note: the definition of containment here is the same as on the problem/resource pages.)

Eventually, this process produces a sequence for which it is impossible to add any more letters to the end without forcing containment of $u$ or a repeated letter among the last $r$, so $S_i$ is constant after a certain point.

Define $Fr(u, n)$ to be the expected length of the sequence that we obtain using the above process.

The problem is to find $Fr(u,n)$ for all sequences $u$.

Some (possibly?) easier $u$ to start with:
$u = aa$, $u = aaa$, $u = aaaa$, $\dots$

$u = a b$, $u = a b c$, $u = a b c d$, $\dots$

$u = a b a$, $u = a b a b$, $u = a b a b a$, $\dots$

and any other nice sequences $u$ that you can think of.

Is there an algorithm to calculate $Fr(u,n)$ in general?

This problem is an analogue of the $H$-free process on graphs: see e.g. https://arxiv.org/abs/0908.0429
27 replies
JGeneson
Mar 5, 2021
PiGuy3141592
Dec 20, 2021
CrowdMath meeting area (discord)
Babu10   0
Dec 13, 2021
Hello everyone I think we should all meet in discord to discuss ideas what do you think. Here is the invite link f you want to drop by https://discord.gg/KrGtAR7XaV
0 replies
Babu10
Dec 13, 2021
0 replies
New to Research
TheMath_boy   3
N Oct 28, 2021 by walliboi0912
Hello, I'm new to research and I want to contribute to this project. I have read the papers from the resources but still, I didn't understand most of the parts of the research paper. I didn't catch many terminologies from the research paper.
Can someone please suggest to me how to get started with this project? What are the prerequisite topics that I need to know? Do I need college-level math knowledge?
3 replies
TheMath_boy
Aug 15, 2021
walliboi0912
Oct 28, 2021
Where can I find the papers that are mentioned in Exercise A?
rusticglass   2
N Aug 17, 2021 by rusticglass
Where can I find the papers that are mentioned in Exercise A? I can only find a Cornell webpage.
2 replies
rusticglass
Aug 7, 2021
rusticglass
Aug 17, 2021
Is CrowdMath 2021 still active?
lfc2004   1
N Jul 15, 2021 by parityhome
Apologies for the intrusion, but I've just found out about CrowdMath and I'm interested in participating, but given the long time that appears to have elapsed since the most recent posts on the message board I wanted to check in and see if people are still actively working on the problems.
1 reply
lfc2004
Jul 14, 2021
parityhome
Jul 15, 2021
Symmetric versions of $u$-free process on sequence
parityhome   0
Jun 8, 2021
I don't mean to add more versions of $Fr$ just for fun. The motivation is to make $Fr$ more symmetric. For example, we know that $Fr(aab, n)$ and $Fr(abb, n)$ are quite different.

One version is $Fb$, where b stands for Bidirectional, and in the process we are allowed to insert a symbol to the beginning of the sequence as long as $u$ is avoided and the required sparsity is still preserved.

Another version is $Fi$, where i stands for Insertion: we can insert any symbol anywhere with the same constraints.

Both these versions can have variant that only respects sparsity, and the process terminates whenever $u$ is present.
0 replies
parityhome
Jun 8, 2021
0 replies
New to Research
TheMath_boy   3
N Oct 28, 2021 by walliboi0912
Hello, I'm new to research and I want to contribute to this project. I have read the papers from the resources but still, I didn't understand most of the parts of the research paper. I didn't catch many terminologies from the research paper.
Can someone please suggest to me how to get started with this project? What are the prerequisite topics that I need to know? Do I need college-level math knowledge?
3 replies
TheMath_boy
Aug 15, 2021
walliboi0912
Oct 28, 2021
New to Research
G H J
G H BBookmark kLocked kLocked NReply
The post below has been deleted. Click to close.
This post has been deleted. Click here to see post.
TheMath_boy
1235 posts
#1
Y by
Hello, I'm new to research and I want to contribute to this project. I have read the papers from the resources but still, I didn't understand most of the parts of the research paper. I didn't catch many terminologies from the research paper.
Can someone please suggest to me how to get started with this project? What are the prerequisite topics that I need to know? Do I need college-level math knowledge?
This post has been edited 2 times. Last edited by TheMath_boy, Aug 15, 2021, 3:07 PM
Z K Y
G
H
=
a