First steps towards Computational Polynomials in Lean
James Harold Davenport

TL;DR
This paper explores the challenges of implementing computational polynomials in the Lean proof assistant, highlighting the gap between abstract support and actual computational capabilities.
Contribution
It investigates the difficulties in developing computational polynomials within Lean, providing initial insights into bridging the gap between theory and computation.
Findings
Identifies challenges in implementing computational polynomials in Lean
Highlights differences between abstract polynomial support and computational implementation
Provides initial steps towards computational polynomial support in Lean
Abstract
The proof assistant Lean has support for abstract polynomials, but this is not necessarily the same as support for computations with polynomials. Lean is also a functional programming language, so it should be possible to implement computational polynomials in Lean. It turns out not to be as easy as the naive author thought.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsOperations Management Techniques
