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
_tags
# --------------------------------------------------------------------
true : use_menhir, menhir_explain, menhir_table
true : debug
true : warn_Z, warn_Y, warn_+28, warn_-23, warn_+33, warn_-58, warn_-3
true : -traverse
true : bin_annot
# true : menhir_trace
# true : bisect

# --------------------------------------------------------------------
<src>            : include
<src/why3>       : include
<src/phl>        : include
<src/extraction> : include
<src/system>     : include

# --------------------------------------------------------------------
<src/*.{ml,mli}>      : package(batteries,menhirLib,why3,inifiles,zarith,pcre)
<src/*/*.{ml,mli}>    : package(batteries,menhirLib,why3,inifiles,zarith,pcre)
<src/*.{native,byte}> : package(batteries,menhirLib,why3,inifiles,zarith,pcre)
back to top