- Feb 18, 2022
-
-
Pierre Roux authored
-
Pierre Roux authored
-
- Feb 16, 2022
-
-
From changelog of Coq version 8.15: Changed: [apply with] does not rename arguments unless using compatibility flag Apply With Renaming (#13837, fixes #13759, by Gaëtan Gilbert). So, this commit replaces all occurrences of [apply L with (NAME0 := V)] to [apply L with (NAME := V)]
-
- Feb 14, 2022
-
-
Pierre Roux authored
This way, an addition in external libraries cannot shadow a definition in Prosa.
-
- Nov 24, 2021
-
-
- Nov 05, 2021
-
-
* rename [step_function] to [unit_growth] * restructure file
-
- Nov 02, 2021
-
-
I think that this experiment was not successful. These lemmas can be easily replaced by ssreflect tactics. Also, they encourage to write proofs that are harder to maintain.
-
-
- Oct 07, 2021
-
-
Björn Brandenburg authored
mathcomp has deprecated `iota_add` in favor of `iotaD`. However, `iotaD` wasn't added until mathcomp 1.12, so this patch breaks compatibility with earlier versions.
-
Sergey Bozhko authored
Added a few lemmas to util/div_mod that are needed for POET
-
-
- Oct 04, 2021
-
-
Sergey Bozhko authored
* use more concise name * add cases with [is_true _] in addition to cases with [_ = true]
-
- Sep 27, 2021
-
-
Sergey Bozhko authored
-
Sergey Bozhko authored
-
Sergey Bozhko authored
-
- Sep 22, 2021
-
-
-
Add a few lemmas that will be useful later.
-
- Sep 17, 2021
-
-
Sergey Bozhko authored
-
- Sep 16, 2021
-
-
Sergey Bozhko authored
-
- Sep 15, 2021
-
-
Sergey Bozhko authored
-
- Sep 11, 2021
-
-
also, removed one assumption in [eq_ind_in_seq]
-
- Sep 08, 2021
-
-
Sergey Bozhko authored
-
Sergey Bozhko authored
lemma [count_filter_fun] is equivalent to ssreflect's [size_filter]
-
Note that many files have changed; however, this is due to the fact that some of the lemmas in nat.v have been renamed or removed.
-
- Jul 19, 2021
-
-
Sergey Bozhko authored
-
- Mar 08, 2021
-
-
...and some supporting theory. This will be needed to handle arrival curves extrapolated from a finite prefix.
-
- Mar 01, 2021
-
-
-
Sergey Bozhko authored
-
- Jan 29, 2021
-
-
- Jan 02, 2021
-
-
- Dec 11, 2020
-
-
- Sep 09, 2020
-
-
- Aug 28, 2020
-
-
- Aug 10, 2020
-
-
- Aug 05, 2020
-
-
Marco Maida authored
-
- May 19, 2020
-
-
Björn Brandenburg authored
-
- Mar 31, 2020
-
-
- Feb 10, 2020
-
-
- Jan 21, 2020
-
-
Pierre Roux authored
-
- Dec 19, 2019
-
-
Björn Brandenburg authored
Move everything into the new namespace starting with 'prosa' rather than the bland 'rt'.
-