A Steiner triple system on $\alpha$ (Definition 10.2.8): a collection of 3-element subsets ("triples") such that every pair of distinct elements is contained in exactly one triple.
Instances For
Finiteness of the type of Steiner triple systems on $\{0,\dots,n-1\}$.
Pointwise convergence: $\log\bigl(\tfrac{1}{n+4} + t^2\bigr) \to \log(t^2)$ as $n \to \infty$, for any $t \neq 0$.
theorem
integrableOn_log_sq :
MeasureTheory.IntegrableOn (fun (t : ℝ) => Real.log (t ^ 2)) (Set.Ioc 0 1) MeasureTheory.volume
Integrability of $t \mapsto \log(t^2)$ on $(0,1]$.
theorem
integrableOn_log_inv_add_sq
(n : ℕ)
:
MeasureTheory.IntegrableOn (fun (t : ℝ) => Real.log (1 / (↑n + 4) + t ^ 2)) (Set.Ioc 0 1) MeasureTheory.volume
Integrability of $t \mapsto \log\bigl(\tfrac{1}{n+4} + t^2\bigr)$ on $(0,1]$.
The Linial-Luria upper bound (Theorem 10.2.10): for every $\varepsilon > 0$, eventually $\log |\mathrm{STS}(n)| \le \tfrac{n(n-1)}{6}(\log n - 2 + \varepsilon)$.