ProvingGround icon indicating copy to clipboard operation
ProvingGround copied to clipboard

Proving Ground: Tools for Automated Mathematics

Results 7 ProvingGround issues
Sort by recently updated
recently updated
newest added

## Optimization vs deep learning * We can optimize generation when this is in terms of known elements and equations. * We can extend this by smoothing goals, for example....

notes

There are many ways in which, given a (weighted) collection of linear terms, we can generate weighted graphs. Namely, we traverse based on: - combinations of terms: function application, lambdas...

notes

The following is a list of issues which need to be fixed/improved on in the parser for `MathExpr` - [ ] Issues relating to the verb of the clause being...

* In many cases, especially from lean, a function is defined as inductive depending on a family, e.g. `cases_on`. * Subsequently this is applied to a constant family. * In...

easy
good first issue

* Storing and recalling them is misleading. * On the other hand, when initializing with a term state one must generate and include the corresponding equations. * __Warning:__ we do...

* This includes #221 - using results from experiments. * To rewrite one or more statements - identify complex terms that are parts of statements and proofs. - generate functions...

notes

* The `avoidVar` method should cover products etc. * Since `defnData` is used in `fromData`, presently with a lot of casting, it should be upgraded to a `TermList`. * We...

good first issue