Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MinimalOutNeighbors

Definition: For a directed graph $D$, and a subset $S$ of its vertices, define its out-neighborhood $N_+(S)$ to be all vertices of $S$ together with any vertex $w \in V(D)$ such that $\overrightarrow{vw}$ is an edge of $D$ for some $v \in S$.

Definition: The $F$-lattice is the directed graph on the plane integer lattice with an edge from $x = (x_1, x_2)$ to $x \pm e_1$ if $x_1 + x_2$ is even, and from $x = (x_1,x_2)$ to $x \pm e_2$ if $x_1 + x_2$ is odd.

F-lattice

Questions

Definition: The Hamming ball of radius $r$, denoted $B_r[v]$, is the set of all vertices $v \in V(D)$ reachable by a (directed) path of length $r$ from the origin.

  1. Given $n \in \mathbb{N}$, what is the smallest possible out-neighborhood of a set $S$ of $n$ vertices?
  2. Are the Hamming balls of radius $r$ always minimizers of their respective sizes?

Preliminary Results

Sean's Grate conjecture: The minimal open out-neighborhood sizes are given by A027434.

Corollary: The minimal closed out-neighborhood sizes are given by A027434 $+$ A000027.

Nicholas' big conjecture: In particular, some, but not all, minimizers can be described via A027709.

Joe's bold conjecture: The answer to Question 2 is yes.

minimal open bar plot minimal closed bar plot

About

No description, website, or topics provided.

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages