- May 24, 2019
-
-
Robbert Krebbers authored
This MR is a follow up on the renamings performed (implicitly) as part of !215. This MR makes the following changes: - `auth_both_frac_valid` and `auth_both_valid` are now of the same shape as `auth_both_frac_validN` and `auth_both_validN`. That is, both are now biimplications. - The left-to-right direction of `auth_both_frac_valid` and `auth_both_valid` only holds in case the camera is discrete. The right-to-left versions for non-discrete cameras are prefixed `_2`, the convention that we use throughout the development. - Change the direction of lemmas like `auth_frag_valid` and `auth_auth_valid` so that it's consistent with the other lemmas. I.e. make sure that the ◯ and ● are always on the LHS of the biimplication.
-
- May 23, 2019
-
-
- May 20, 2019
-
-
Robbert Krebbers authored
-
- May 16, 2019
-
-
Paolo G. Giarrusso authored
-
- May 06, 2019
-
-
Robbert Krebbers authored
-
- May 01, 2019
-
-
Robbert Krebbers authored
Notably, `big_andL_andL` and `big_andL_and` where a ⊣⊢ and ⊢ version of the same lemma. I favored the `big_opL_op` naming scheme.
-
- Mar 29, 2019
-
-
Ralf Jung authored
-
Ralf Jung authored
-
Ralf Jung authored
-
Ralf Jung authored
-
Ralf Jung authored
-
Robbert Krebbers authored
This commit introduces the following soundness statements: - Soundness of pure propositions `⌜ φ ⌝%I → φ`. - Soundness of later `(▷ P)%I → P`. The old soundness statement, `(▷^n ⌜ φ ⌝)%I → φ` is now a derived form.
-
- Mar 22, 2019
-
-
Rodolphe Lepigre authored
-
- Mar 19, 2019
-
-
Rodolphe Lepigre authored
-
- Mar 13, 2019
-
-
Ralf Jung authored
-
- Mar 06, 2019
-
-
Ralf Jung authored
-
Dan Frumin authored
-
- Mar 05, 2019
- Mar 03, 2019
- Feb 20, 2019
-
-
Robbert Krebbers authored
-
- Feb 01, 2019
-
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
- Jan 24, 2019
-
-
Maxime Dénès authored
This is in preparation for coq/coq#9274.
-
- Jan 18, 2019
-
-
Robbert Krebbers authored
-
- Jan 11, 2019
-
-
Robbert Krebbers authored
-
- Dec 10, 2018
-
-
Robbert Krebbers authored
This lemma is similar to `later_ownM`.
-
- Dec 07, 2018
-
-
Robbert Krebbers authored
-
- Nov 29, 2018
-
-
Tej Chajed authored
Adding a hint without a database now triggers a deprecation warning in Coq master (https://github.com/coq/coq/pull/8987).
-
- Oct 31, 2018
-
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
- Oct 27, 2018
-
-
Robbert Krebbers authored
-
- Oct 24, 2018
-
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Joseph Tassarotti authored
Use explicit names in some scripts, re-organize fupd plainly derived laws, adjust wsat import/export.
-
Joseph Tassarotti authored
-
Joseph Tassarotti authored
Modify adequacy proof to not break the 'fancy update' abstraction. Modify fupd plainly interface and add new derived results.
-
- Jul 03, 2018
-
-
Robbert Krebbers authored
-
Ralf Jung authored
With a pretty proof by Robbert
-