Skip to content
Snippets Groups Projects
Commit 4901b4b6 authored by Robbert Krebbers's avatar Robbert Krebbers
Browse files

CHANGELOG.

parent 4ef46416
No related branches found
No related tags found
1 merge request!519Add lemmas for easy measure/size induction.
...@@ -18,6 +18,8 @@ API-breaking change is listed. ...@@ -18,6 +18,8 @@ API-breaking change is listed.
and an assumption `R' x y` is found, we search for an instance of and an assumption `R' x y` is found, we search for an instance of
`SolveProperSubrelation R' R` and if we find one, that finishes the proof. `SolveProperSubrelation R' R` and if we find one, that finishes the proof.
- Remove `wf` alias for the standard `well_founded`. - Remove `wf` alias for the standard `well_founded`.
- Add lemmas `Nat.lt_wf_0_projected`, `N.lt_wf_0_projected`, `Z.lt_wf_projected`
for easy measure/size induction.
The following `sed` script should perform most of the renaming The following `sed` script should perform most of the renaming
(on macOS, replace `sed` by `gsed`, installed via e.g. `brew install gnu-sed`). (on macOS, replace `sed` by `gsed`, installed via e.g. `brew install gnu-sed`).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment