Signature-Based Gröbner Basis Algorithms

 

Title: Signature-Based Gröbner Basis Algorithms
Author: Alexander Maletzky
Submission date: 2018-09-20
Abstract:

This article formalizes signature-based algorithms for computing Gröbner bases. Such algorithms are, in general, superior to other algorithms in terms of efficiency, and have not been formalized in any proof assistant so far. The present development is both generic, in the sense that most known variants of signature-based algorithms are covered by it, and effectively executable on concrete input thanks to Isabelle's code generator. Sample computations of benchmark problems show that the verified implementation of signature-based algorithms indeed outperforms the existing implementation of Buchberger's algorithm in Isabelle/HOL.

Besides total correctness of the algorithms, the article also proves that under certain conditions they a-priori detect and avoid all useless zero-reductions, and always return 'minimal' (in some sense) Gröbner bases if an input parameter is chosen in the right way.

The formalization follows the recent survey article by Eder and Faugère.

BibTeX:
@article{Signature_Groebner-AFP,
  author  = {Alexander Maletzky},
  title   = {Signature-Based Gröbner Basis Algorithms},
  journal = {Archive of Formal Proofs},
  month   = sep,
  year    = 2018,
  note    = {\url{http://isa-afp.org/entries/Signature_Groebner.html},
            Formal proof development},
  ISSN    = {2150-914x},
}
License: BSD License
Depends on: Groebner_Bases
Status: [ok] This is a development version of this entry. It might change over time and is not stable. Please refer to release versions for citations.