Add lemma `StronglySorted_app_iff`
This merge request adds the lemma StronglySorted_app_iff
(and the corollary StronglySorted_app
), and rewrites the existing *_app
lemmas as a corollary of StronglySorted_app_iff
.
Merge request reports
Activity
added 1 commit
- 73e36d32 - Implement *_iff lemma and rewrite other as corollary
added 4 commits
-
73e36d32...e3a6f3ef - 2 commits from branch
iris:master
- 802ed00d - Add lemma `StronglySorted_app`
- 38b86934 - Implement *_iff lemma and rewrite other as corollary
-
73e36d32...e3a6f3ef - 2 commits from branch
added 5 commits
-
38b86934...96ef0cd6 - 4 commits from branch
iris:master
- 7ee39617 - Merge branch 'master' into marijnvanwezel/StronglySorted_app
-
38b86934...96ef0cd6 - 4 commits from branch
- Resolved by Robbert Krebbers
- Resolved by Robbert Krebbers
I proposed some renames, that should make things consistent with the consensus in !394 (merged) That is, do not use
_iff
, but use_{1,2}
for the non↔
versions.@jung Can you check my proposal is indeed consistent?
- Resolved by Robbert Krebbers
- Resolved by Robbert Krebbers
- Resolved by Robbert Krebbers
We discussed this in our meeting, @robbertkrebbers will take care of these edits (so please don't push to your branch for now :)
added 15 commits
-
2c33ca58...0dbb3948 - 12 commits from branch
iris:master
- 615f3f66 - Add lemma `StronglySorted_app`
- 24c0085e - Renames and make use of `set_solver` to shorten proof.
- e2ef2933 - Tweak CHANGELOG.
Toggle commit list-
2c33ca58...0dbb3948 - 12 commits from branch
@jung As discussed, I renamed the
_1_X
lemmas into something whereX
is informative instead of a number 1..3.I also added a similar lemma for
StronglySorted_cons
. I am not sure it's too useful to add the_1
and_2
versions here, since they are just the constructors/inversion.Please review.
- Resolved by Marijn van Wezel
- Resolved by Ralf Jung