Appendix B. Rényi Differential Privacy

Here, we present a series of theorems demonstrating the relationship between RDP and ( ϵ , δ ) differential privacy.

Theorem: RDP Is Immune to Postprocessing

For a mechanism f that is ( α , ϵ ) -RDP, and a randomized mapping g , the composition g ( f ( x ) ) is also ( α , ϵ ) -RDP.

Proof

See Mironov1 for a proof of this claim, building on van Ervan and Harremoës.2

Now, let’s demonstrate the equivalence between RDP and ( ϵ , δ ) -DP. First, we will need some mathematical preliminaries.

Theorem: Young’s Inequality

If a , b 0 and 1 p + 1 q = 1 with p , q > 1 , then a b a p p + b q q

Proof via Calculus

Define f ( x ) = x p p + 1 q - x and take the derivative to determine the minimum of the function.

The derivative is f ' ( x ) = x p-1 - 1 , and setting this equal to 0:

f ' ( x ) = x p-1 - 1 = 0
x p-1 = 1 x = 1

We know this is a minimum by the second derivative test: f '' ( x ) = ( p - 1 ) x p-2 0 .

So we know that the minimum of f ( x ) occurs at x = 1 and that this minimum is f ( 1 ) = 0 .

This means that:

f ( x ) f ( 1 ) = 0 x p p + 1 q - x 0

Without loss of generality, assume a > b . Then a p b -q 1 . This further implies that:

f ( a p b -q ) f ( 1 )
a p b -q p + 1 q - a b -q p 1 p + 1 q - 1

and we know that 1 p + 1 q = 1 , so:

a p b -q p + 1 q a b -q p

Multiplying both sides ...

Get Hands-On Differential Privacy now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.