History log of /seL4-l4v-master/HOL4/src/probability/measureScript.sml
Revision Date Author Comments
# 8457d2a6 31-Aug-2020 Arve Gengelbach <arve.gengelbach@it.uu.se>

fix a proof


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

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


# 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)


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

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


# 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)


# 27057327 16-Jan-2020 Chun Tian (binghe) <binghe.lisp@gmail.com>

Equivalent definitions of `borel` from HVG's lebesgue_measureTheory;
Make real_borelTheory loadable from extreal-based probabilityTheory.


# 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


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

Renamed countable_alt to upper cases


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

Moved COUNTABLE_ALT (as COUNTABLE_ALT_BIJ) and dependencies to pred_setTheory


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

Merged more countable theorems into pred_setTheory


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

Remove duplicated countable_def (in util_prob) and prove it as an alternative definition (countable_alt)


# 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


# 5b1a8dfd 04-Dec-2012 Michael Norrish <Michael.Norrish@nicta.com.au>

Fix some theories in probability that used old-style num_case.

This is progress with github issue #97.


# 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


# 5691e8d8 22-Jul-2012 Michael Norrish <michael.norrish@nicta.com.au>

Fix src/probability's broken proof in exp kernel.


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

Simplify src/probability's extra_boolScript; remove examples version

Ultimate objective is to get rid of as many of these theories as
possible; the really useful theorems should just be in the original
theory under src.


# 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