https://github.com/EasyCrypt/easycrypt
Revision 772133390e3e31ed3bf442d37137f93db00210e2 authored by Alley Stoughton on 05 November 2017, 08:09:52 UTC, committed by Pierre-Yves Strub on 05 November 2017, 08:09:52 UTC
rewrite Pr [...]

for mu_ge0 and mu_le1, corresponding to

lemma ge0_mu (d : 'a distr) p : 0%r <= mu d p.
lemma le1_mu (d : 'a distr) p : mu d p <= 1%r.

from Distr.ec
1 parent 7f64de1
Raw File
Tip revision: 772133390e3e31ed3bf442d37137f93db00210e2 authored by Alley Stoughton on 05 November 2017, 08:09:52 UTC
Implemented (#2)
Tip revision: 7721333
COPYRIGHT
EasyCrypt (excluding the EasyCrypt standard library):
  Copyright (c) - 2012-2016 - IMDEA Software Institute
  Copyright (c) - 2012-2017 - INRIA
  Distributed under the terms of the CeCILL-C license

  http://www.cecill.info/licences/Licence_CeCILL-C_V1-en.txt

EasyCrypt standard library (theories/**/*.ec):
  Copyright (c) - 2012-2016 - IMDEA Software Institute
  Copyright (c) - 2012-2017 - INRIA
  Distributed under the terms of the CeCILL-B licence.

  http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.txt
back to top