Negligible Functions #
This file defines a simple wrapper around SuperpolynomialDecay
for function from ℕ → ℝ≥0∞
,
as this is usually the situation for cryptographic reductions.
Adding a general API might be useful, but usually unfolding to SuperpolynomialDecay
is fine.
A function f
is negligible if it decays faster than any polynomial function.
Equations
- negligible f = Asymptotics.SuperpolynomialDecay Filter.atTop (fun (x : ℕ) => ↑x) f