(* Title: Multivariate_Polynomial.thy Author: Amine Chaieb Modified by Christoph Traut to work on the most general type possible, for the use in Taylor models. *) section ‹Implementation and verification of multivariate polynomials› theory Polynomial_Expression imports Complex_Main "HOL-Decision_Procs.Rat_Pair" "HOL-Decision_Procs.Polynomial_List" "HOL-Library.Float" begin text ‹TODO: generalize in library and remove this theory.› subsection ‹Datatype of polynomial expressions›