Documentation

SampCert.DifferentialPrivacy.Neighbours

Neighbours #

This file defines neighbouring lists.

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

Lists which differ by the inclusion or modification of an element.

This is SampCert's private property.

Instances For
    def Neighbour_symm {T : Type} (l₁ : List T) (l₂ : List T) (H : Neighbour l₁ l₂) :
    Neighbour l₂ l₁

    Neighbour relation is symmetric.

    Equations
    • =
    Instances For