src/HOL/Probability/Probability.thy
author blanchet
Fri, 11 Feb 2011 11:54:24 +0100
changeset 41752 949eaf045e00
parent 41689 3e39b0e730d6
child 41981 cdf7693bbe08
permissions -rw-r--r--
added option to Mirabelle Sledgehammer
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
33536
fd28b7399f2b eliminated hard tabulators;
wenzelm
parents: 33271
diff changeset
     1
theory Probability
36080
0d9affa4e73c Added Information theory and Example: dining cryptographers
hoelzl
parents: 35833
diff changeset
     2
imports
41689
3e39b0e730d6 the measure valuation is again part of the measure_space type, instead of an explicit parameter to the locale;
hoelzl
parents: 40859
diff changeset
     3
  Complete_Measure
36080
0d9affa4e73c Added Information theory and Example: dining cryptographers
hoelzl
parents: 35833
diff changeset
     4
  Information
0d9affa4e73c Added Information theory and Example: dining cryptographers
hoelzl
parents: 35833
diff changeset
     5
  "ex/Dining_Cryptographers"
41689
3e39b0e730d6 the measure valuation is again part of the measure_space type, instead of an explicit parameter to the locale;
hoelzl
parents: 40859
diff changeset
     6
  "ex/Koepf_Duermuth_Countermeasure"
33271
7be66dee1a5a New theory Probability, which contains a development of measure theory
paulson
parents:
diff changeset
     7
begin
7be66dee1a5a New theory Probability, which contains a development of measure theory
paulson
parents:
diff changeset
     8
end