/-
Copyright 2026 The Formal Conjectures Authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-/importFormalConjecturesUtil
The minimal covering density over all covering subspaces for a given n and r.
We compute in ℝ≥0∞ (ENNReal) to gracefully handle any potential divergence.
Let $f(r)$ be the smallest constant such that there exists an infinite sequence of $n$'s together
with subspaces $V_n \leq \mathbb{F}_2^n$ with $V_n + H(r) = \mathbb{F}_2^n$ and
$|V_n| = \left(f(r) + o(1)\right) \frac{2^n}{|H(r)|}$.
All goals completed! 🐙-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%-- Variant for all n-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%noncomputabledeff_all(r:ℕ):ℝ≥0∞:=limsup(funn↦minDensitynr)atTop
Does $f_{\text{all}}(r) \to \infty$? [Gr24]
The target filter is 𝓝 ⊤, as in green_40 and green_40.variants.arbitrary_subsets. On
ℝ≥0∞, atTop is the principal ultrafilter at ⊤, so Tendsto f_all atTop atTop would say
that f_all r = ⊤ for all large r rather than that f_all r → ∞.