siddhartha-gadgil / ProvingGround

Proving Ground: Tools for Automated Mathematics
http://siddhartha-gadgil.github.io/ProvingGround/
MIT License
203 stars 38 forks source link

Faster evaluation from TermState for elements #284

Closed siddhartha-gadgil closed 4 years ago

siddhartha-gadgil commented 4 years ago
siddhartha-gadgil commented 4 years ago

This may have been the reason why local-tangent-provers were very slow even with depth bounds.

bollu commented 4 years ago

What is a local-tangent-prover?

siddhartha-gadgil commented 4 years ago

My own ad-hoc name, but the idea is:

bollu commented 4 years ago
siddhartha-gadgil commented 4 years ago

I should have said fibre product not semi-direct product. I am using terms loosely but I believe it is exactly the categorical fibre product. We do have an infinite dimensional manifold formed by probability distributions, but when I say tangent I mean we have a recursive equation to start with and use the derivative of this, with Liebnitz rule for differentiation. The derivative is just formal, i.e. we only use Liebnitz rule and linearity (so this is a derivation)

siddhartha-gadgil commented 4 years ago

The commit a0cd984122c35071 has fixed this.