History log of /seL4-l4v-10.1.1/HOL4/src/probability/lebesgueScript.sml
Revision Date Author Comments
# 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


# 6b4d41ff 31-Jul-2017 Chun Tian (binghe) <binghe.lisp@gmail.com>

Move FINITE_BIJ_COUNT_EQ to pred_setTheory to simplify FINITE_BIJ_COUNT, with miller and diningcryptos examples adjusted


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

Removed right-associative THEN and THEN1 in lebesgueScript


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


# 55622e44 24-Apr-2017 Michael Norrish <Michael.Norrish@nicta.com.au>

Get core HOL to build with new definition of "by"

Progress with github issue #407


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

Fix probability theories in light of pat_assum rename


# 8d315d0c 09-Dec-2014 Michael Norrish <michael.norrish@nicta.com.au>

Delete trailing whitespace in src/

This needs doing periodically, and is best done to a whole bunch of files
at once.


# e693dc92 02-Mar-2014 Michael Norrish <michael.norrish@nicta.com.au>

Extend simplifier's treatment of abbrevs to handle abstractions better


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

added finite_support_integral_reduce


# 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


# 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