# LLL reduced

## Definition

Let $$\delta\in\left(\frac14,1\right)$$. A basis$$\left{b\_i\right}\_{i=1}^d$$is $$\delta$$- **LLL-reduced** if it is size reduced and satisfy the Lovász condition, i.e.

$$
\delta\left\lVert b\_i^*\right\rVert^2\leq\left\lVert b\_{i+1}^*+\mu\_{i+1,i}b\_i^\*\right\rVert^2
$$

This notion of reduction is most useful to use for fast algorithms as such a basis can be found in polynomial time (see [LLL reduction](https://cryptohack.gitbook.io/cryptobook/lattices/lll-reduction/lll-reduced-basis)).

## Bounds

$$
\begin{align\*}
\left\lVert b\_1\right\rVert&\leq\left(\frac4{4\delta-1}\right)^{\frac{d-1}4}\text{vol}(L)^\frac1d\\
\left\lVert b\_i\right\rVert&\leq\left(\frac4{4\delta-1}\right)^{\frac{d-1}2}\lambda\_i(L)\\
\prod\_{i=1}^d\left\lVert b\_i\right\rVert&\leq\left(\frac4{4\delta-1}\right)^{\frac{d(d-1)}4}\text{vol}(L)
\end{align\*}
$$


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://cryptohack.gitbook.io/cryptobook/lattices/shortest-vector-problem/lll-reduced.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
