First steps towards Computational Polynomials in Lean

James Harold Davenport
2024-09-15
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.
Symbolic Computation
What problem does this paper attempt to address?