Documentation

SampCert.DifferentialPrivacy.Neighbours

Neighbours #

This file defines the notion of neighbouring lists, in order to define a notion of sensitivity.

inductive Neighbour {T : Type} (l₁ : List T) (l₂ : List T) :

The notion of "difference" between lists for differential privacy.

Instances For