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

New proof of IN_MEASURABLE_BOREL_TIMES' based on in_borel_measurable_mul


# 7d7256e3 17-Aug-2020 Chun Tian <binghe.lisp@gmail.com>

Unconditional IN_MEASURABLE_BOREL_ADD and IN_MEASURABLE_BOREL_SUB


# f8f64610 07-Aug-2020 Chun Tian <binghe.lisp@gmail.com>

Added extreal-based Borel measure space (ext_lborel)


# 11c6bf92 05-Aug-2020 Chun Tian <binghe.lisp@gmail.com>

Added Borel_eq_gr and Borel_eq_ge


# 045c7c68 04-Aug-2020 Chun Tian <binghe.lisp@gmail.com>

Equivalent definitions of extreal-based Borel sets


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

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


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

Fixed tailing white-spaces and Unicode violations


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

Lemmas about r.v.'s having identical distribution


# 71fdb8d8 06-Apr-2020 Michael Norrish <michael.norrish@data61.csiro.au>

Attempt at better Abbrev protection

This in the face of simplification and the variable elimination done
by RW_TAC and friends. Core sequence, -t1 and some of -t2 builds (up
to category theory example).

Machinery for dynamically reverting to the old behaviours possible
through diminish_srw_ss and a trace variable.

This is work on github issue #800


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

Product measure and Tonelli's theorem


# 8ab15c2f 21-May-2020 Michael Norrish <michael.norrish@data61.csiro.au>

Replace a number of delsimps calls with temp_delsimps instead

The problem with delsimps is that it makes the change permanent for
all descendent theories.

Some proofs need adjusting as a result.


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


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

"Reverse" -> "reverse" also in CCS example


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


# 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`.