History log of /seL4-l4v-master/HOL4/src/probability/probabilityScript.sml
Revision Date Author Comments
# f8f64610 07-Aug-2020 Chun Tian <binghe.lisp@gmail.com>

Added extreal-based Borel measure space (ext_lborel)


# 53b53540 26-Jul-2020 Chun Tian <binghe.lisp@gmail.com>

Fubini's Theorem (martingaleTheory.FUBINI) + variants in some models of extreals


# 7b241566 13-Jul-2020 Chun Tian <binghe.lisp@gmail.com>

Adjusted expectation_distribution and prob_space_def


# b76bf21d 13-Jul-2020 Chun Tian <binghe.lisp@gmail.com>

Lemmas about r.v.'s having identical distribution


# c0ca1d19 28-May-2020 Chun Tian <binghe.lisp@gmail.com>

Product measure and Tonelli's theorem


# 486e9658 11-Apr-2020 Chun Tian (binghe) <binghe.lisp@gmail.com>

Updated HOL Description for mathematical theories (with other cumulative fixes)


# 87b2e48f 20-Mar-2020 Chun Tian (binghe) <binghe.lisp@gmail.com>

Strong Law of Large Numbers for uncorrelated r.v.'s (SLLN_uncorrelated)


# fb6bec88 11-Mar-2020 Michael Norrish <michael.norrish@data61.csiro.au>

More ℝ-normalisation, removing inverted factors where possible

Previously, the code would collect up

...x... <= ... x...

for various possible exponents of x, but the normalisation would only
trigger if the x was present on both sides. Now, if the exponent is
negative, a lone x will shift to the other side of the relation
regardless.

This applies also to fractions, so that

x <= 3/4 * y

will turn into

4 * x <= 3 * y

Fixes in src/probability and more explicit regression tests.


# 11d89038 10-Mar-2020 Chun Tian (binghe) <binghe.lisp@gmail.com>

Removed "Reverse" from hurdUtils, using "Tactical.reverse" instead


# 1c01d6b0 20-Feb-2020 Chun Tian (binghe) <binghe.lisp@gmail.com>

Fixed WLLN_uncorrelated_L2 due to real normalization after 8751db6


# d8638edc 18-Feb-2020 Chun Tian (binghe) <binghe.lisp@gmail.com>

Convergence concepts and the Weak Law of Large Numbers (for uncorrelated r.v.'s)


# 94e03909 11-Feb-2020 Chun Tian (binghe) <binghe.lisp@gmail.com>

Elementary "conditional probability" (and Bayes' rule, etc.) from HVG's cond_probTheory


# 027ded5b 12-Feb-2020 Chun Tian (binghe) <binghe.lisp@gmail.com>

Cumulative fixes according to review comments


# 49d03295 09-Feb-2020 Chun Tian (binghe) <binghe.lisp@gmail.com>

Radon-Nikodym Theorem for [0,+Inf]-Measure Theory (HVG concordia)


# 0a7939af 31-Jan-2020 Chun Tian (binghe) <binghe.lisp@gmail.com>

Borel and Lebesgue measure spaces (and their equivalence on Borel sets)


# d80c6ba1 10-Oct-2019 Chun Tian (binghe) <binghe.lisp@gmail.com>

Fixed real_topologyTheory for tight equality


# 51d49003 20-Sep-2019 Chun Tian (binghe) <binghe.lisp@gmail.com>

Re-defined ext_suminf (extrealTheory), only specified for positive functions;
Stop generating HTML files for probability scripts.


# c4db120b 19-Sep-2019 Chun Tian <binghe.lisp@gmail.com>

The new HOL-Probability based on [0,+Inf]-measure theory (#735)

* The new HOL-Probability based on [0,+Inf]-measure theory

* Noted the new HOL-Probability in next-release notes;
Added a dedicated README.md in `src/probability`.


# 81a09c5c 01-May-2019 Michael Norrish <Michael.Norrish@nicta.com.au>

Fix src/probability for tight equality


# 6a81a039 21-May-2018 Michael Norrish <Michael.Norrish@nicta.com.au>

Remove TABs from src

Will also make selftest to check that they aren't introduced


# d7515755 20-Jul-2017 Chun Tian (binghe) <binghe.lisp@gmail.com>

Previous additions in probabilityTheory is useful only for prob_algebraScript.sml, move out.


# 1ae8cf07 16-Jul-2017 Chun Tian (binghe) <binghe.lisp@gmail.com>

Added some extra theorems from version 2 of probabilityTheory


# 52fa87d8 06-Jul-2017 Chun Tian (binghe) <binghe.lisp@gmail.com>

Merged more countable theorems into pred_setTheory


# c880cc4a 07-May-2017 Michael Norrish <Michael.Norrish@nicta.com.au>

Use standard (>>, >-, >|) symbolic connectives for THEN*

This is done under src/, replacing Joe Hurd's earlier versions of the
same which were ++, >> and << respectively. His proofs also
occasionally rely on the fact that he made >> and >|
right-associative, which is a great idea. His symbols are inherently
bad but they clash with existing practice, and there seems to be a
good argument to trying to keep material in src reasonably
consistent. (Using >> for THEN1 instead of THEN is particularly
confusing given our current practice.)


# 061e2818 28-Jul-2016 Michael Norrish <Michael.Norrish@nicta.com.au>

Fix probability theories in light of pat_assum rename


# 99d6da5b 27-Aug-2014 Piotr Trojanek <piotr.trojanek@gmail.com>

make non-script files in src/ non-executable


# 1138609e 10-Jan-2013 Tarek Mhamdi <tarek.mhamdi@gmail.com>

added finite_support_expectation


# 43f15686 02-Oct-2012 Michael Norrish <Michael.Norrish@nicta.com.au>

Delete trailing whitespace in src/


# 4f33c32b 17-Aug-2012 Tarek Mhamdi <tarek.mhamdi@gmail.com>

Integral on extended-real numbers [-Inf, +Inf]


# d34ca269 02-Aug-2012 Michael Norrish <michael.norrish@nicta.com.au>

Delete trailing whitespace in src/


# 434b4f61 26-Jul-2012 Tarek Mhamdi <tarek.mhamdi@gmail.com>

modified prob theories according to #69


# 47341aee 19-Jul-2012 Michael Norrish <michael.norrish@nicta.com.au>

Remove src/probability's redundant def'ns of THEN1 and REVERSE.


# 3e10b9e9 19-Jul-2012 Michael Norrish <michael.norrish@nicta.com.au>

Delete src/probability's copy of BIGINTER constant; use standard one.


# 58d8738a 19-Jul-2012 root <root@khawarizmi-eth0.encs.concordia.ca>

Updated files for version in repository


# cb7be5d7 18-Jul-2012 Michael Norrish <michael.norrish@nicta.com.au>

Start of work to incorporate Concordia probability theory.


# 7199a7a9 18-Jul-2012 mhamdi <tarek.mhamdi@gmail.com>

Added Probability Theory