-
### Is your feature request related to a problem?
With the following sort-poly equality
```coq
Inductive eq@{s s'|u|} {A : Type@{s|u}} (a : A) : A -> Type@{s'|u} :=
refl : eq a a.
```
we wou…
-
Something I've been thinking about with expansion of library: a decent amount of the work we've been using involves application of inductive biases and teacher-prompted training to model architecture.…
-
I updated locally creusot after #908 and used the `DeepModel` derive for a recursively-defined type `Expr`. But when I generate the `mlcfg` file and load it in Why3, I get this error:
```
Session …
-
I merged config files from old version (maybe one year before) witch curent version. ven i select an option auto leveling on screen after leveling screen become black, only reboot help. I use an induc…
-
From a file generated from an [mlw](https://gitlab.inria.fr/why3/why3/-/blob/master/examples/binomial_heap.mlw#L31) by why3, the fact that list is well-founded is not taken into account:
```
(erro…
-
### Prerequisites
Please put an X between the brackets as you perform the following steps:
* [x] Check that your issue is not already filed:
https://github.com/leanprover/lean4/issues
* …
TwoFX updated
1 month ago
-
Math Classes currently uses the [`easy` tactic](https://coq.inria.fr/doc/master/refman/proofs/automatic-tactics/auto.html#coq:tacn.easy) from Coq's standard library as a finisher tactic to close a goa…
-
I think the path from here to there is:
- On `Meta` we need `toObject` and `fromObject` that perform a cast at the lowest level and then apply any accumulated invariant mappings. Propagate this to `At…
-
In the section "Elimination principle", the [docs](https://raw.githubusercontent.com/mattam82/Coq-Equations/master/doc/equations.pdf) say
> Equations also automatically generates a mutually-inducti…
-
In the current version of the library, inversion on formulas is not working as expected. In some cases, for instance, `congruence` falls short of closing a goal `s = t` given the assumption `q → s = q…