Hermite Normal Form

  1. Aransay Azofra, Jesús María
  2. Divasón Mallagaray, José
Zeitschrift:
Archive of Formal Proofs

ISSN: 2150-914X

Datum der Publikation: 2015

Ausgabe: 2015

Seiten: 1-54

Art: Artikel

Andere Publikationen in: Archive of Formal Proofs

Zusammenfassung

Hermite Normal Form is a canonical matrix analogue of Reduced Echelon Form, but involving matrices over more general rings. In this work we formalise an algorithm to compute the Hermite Normal Form of a matrix by means of elementary row operations, taking advantage of the Echelon Form AFP entry. We have proven the correctness of such an algorithm and refined it to immutable arrays. Furthermore, we have also formalised the uniqueness of the Hermite Normal Form of a matrix. Code can be exported and some examples of execution involving integer matrices and polynomial matrices are presented as well.