Documentation

VCVio.CryptoFoundations.Asymptotics.Negligible

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.

def negligible (f : ENNReal) :

A function f is negligible if it decays faster than any polynomial function.

Equations
Instances For
    @[simp]
    Equations
    • =
    Instances For
      theorem negligible_of_zero {f : ENNReal} (hf : ∀ (n : ), f n = 0) :