Documentation

MathlibNt.SieveTheory.LinearSieve.Suzuki.SuzukiLemma142InfiniteTail

theorem MathlibNt.SieveTheory.suzuki_lemma14_2_infinite_tail (x : ) (M : ) (hx : 0 x) :
(x ^ M / M.factorial ∑' (n : ), if M n then x ^ n / n.factorial else 0) (∑' (n : ), if M n then x ^ n / n.factorial else 0) x ^ M / M.factorial * Real.exp x

Suzuki's Lemma 14.2: bounds for the infinite exponential tail.