Weak tiling problems #
Problems 4.1, 4.2, and 4.3 from arxiv/2506.23631.
Reference:
See also FormalConjectures.Wikipedia.Fuglede for Fuglede's spectral set conjecture, which
motivates the study of weak tilings.
A set $A \subseteq \mathbb{R}$ is a union of $n$ intervals if it can be written as $A = \bigcup_{i=1}^{n} (a_i, b_i)$ with $a_1 < b_1 < a_2 < b_2 < \dots < a_n < b_n$, i.e., as a disjoint union of $n$ nondegenerate open intervals in strict order with strict separation. This matches the convention of the paper (see e.g. Theorem 3.4 there).
Equations
Instances For
A set $A \subseteq \mathbb{R}$ is a finite union of intervals if it is a union of $n$ intervals for some $n$.
Equations
- WeakTiling.IsFiniteUnionOfIntervals A = ∃ (n : ℕ), WeakTiling.IsUnionOfNIntervals n A
Instances For
A positive, locally finite Borel measure $\nu$ on $\mathbb{R}$ is a weak tiling measure for a bounded measurable set $\Omega \subset \mathbb{R}$ if the convolution $1_\Omega \ast \nu = 1_{\Omega^c}$ holds almost everywhere, i.e., $\int 1_\Omega(x - t) \, d\nu(t) = 1_{\Omega^c}(x)$ for a.e. $x \in \mathbb{R}$.
This is Definition 1.1 from the paper.
Equations
- One or more equations did not get rendered due to their size.
Instances For
A proper tiling of $\Omega^c$ by translates of $\Omega$ is specified by a set of translation parameters $T \subseteq \mathbb{R}$ such that the sum of Dirac masses on $T$ is a weak tiling measure for $\Omega$.
Equations
- WeakTiling.IsProperTiling Ω T = WeakTiling.IsWeakTilingMeasure Ω (MeasureTheory.Measure.sum fun (t : ↑T) => MeasureTheory.Measure.dirac ↑t)
Instances For
A set $\Lambda \subseteq \mathbb{R}$ has bounded density if the number of points of $\Lambda$ in any unit open interval is uniformly bounded: $\sup_{x \in \mathbb{R}} \#(\Lambda \cap (x, x + 1)) < \infty$.
Equations
Instances For
Problem 4.1. Let $\Omega \subset \mathbb{R}$ be a finite union of intervals and $\nu$ a weak tiling measure for $\Omega$. Must $\mathrm{supp}(\nu)$ have bounded density?
Problem 4.2. Let $\Omega \subset \mathbb{R}$ be a finite union of three or more intervals. If $\Omega$ weakly tiles its complement, must it also tile its complement properly?
Problem 4.3. Let $\Omega \subset \mathbb{R}$ be a finite union of intervals and $\nu$ a weak tiling measure for $\Omega$. Must $\nu$ be expressible as a convex combination of proper tiling measures?