# Certified lattice reduction

**Authors:** Thomas Espitau, Antoine Joux

arXiv: 1905.11743 · 2019-05-29

## TL;DR

This paper introduces an adaptive-precision LLL algorithm using Interval Arithmetic to certify lattice reduction of real quadratic forms, providing guarantees beyond traditional floating-point methods, with applications in algebraic number theory.

## Contribution

It presents a novel adaptive-precision LLL algorithm that certifies lattice reduction of real quadratic forms using Interval Arithmetic, extending the reduction theory.

## Key findings

- Certifies lattice reduction with guaranteed correctness.
- Applicable to real quadratic forms and general lattices.
- Demonstrates effectiveness in algebraic number theory applications.

## Abstract

Quadratic form reduction and lattice reduction are fundamental tools in computational number theory and in computer science, especially in cryptography. The celebrated Lenstra-Lenstra-Lov\'asz reduction algorithm (so-called LLL) has been improved in many ways through the past decades and remains one of the central methods used for reducing integral lattice basis. In particular, its floating-point variants-where the rational arithmetic required by Gram-Schmidt orthogonalization is replaced by floating-point arithmetic-are now the fastest known. However, the systematic study of the reduction theory of real quadratic forms or, more generally, of real lattices is not widely represented in the literature. When the problem arises, the lattice is usually replaced by an integral approximation of (a multiple of) the original lattice, which is then reduced. While practically useful and proven in some special cases, this method doesn't offer any guarantee of success in general. In this work, we present an adaptive-precision version of a generalized LLL algorithm that covers this case in all generality. In particular, we replace floating-point arithmetic by Interval Arithmetic to certify the behavior of the algorithm. We conclude by giving a typical application of the result in algebraic number theory for the reduction of ideal lattices in number fields.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1905.11743/full.md

## Figures

3 figures with captions in the complete paper: https://tomesphere.com/paper/1905.11743/full.md

## References

31 references — full list in the complete paper: https://tomesphere.com/paper/1905.11743/full.md

---
Source: https://tomesphere.com/paper/1905.11743