Note on shortest and nearest lattice vectors

Size: px
Start display at page:

Download "Note on shortest and nearest lattice vectors"

Transcription

1 Note on shortest and nearest lattice vectors Martin Henk Fachbereich Mathematik, Sekr. 6-1 Technische Universität Berlin Straße des 17. Juni 136 D Berlin Germany We show that with respect to a certain class of norms the so called shortest lattice vector problem is polynomial-time Turing (Cook) reducible to the nearest lattice vector problem. This gives a little more insight in the relationship of these two fundamental problems in the computational geometry of numbers. Key words: Computational Geometry, shortest lattice vector, nearest lattice vector, polar lattice. 1 Introduction Throughout this paper let R n be the real n-dimensional vector space equipped with a norm f K ( ), where K is the gauge-body of the norm, i.e. K = {x R n : f K (x) 1}. K is a centrally symmetric convex body with nonempty interior and f K ( ) is also called the distance function of K because f K (x) = min{ρ R 0 : x ρk}. The Euclidean norm is denoted by f B ( ), where B is the n-dimensional unit ball, and the associated inner product is denoted by,. Finally, we denote by C the cube with edge length 2 and center 0, and thus f C ( ) denotes the maximum norm. As usual we denote by x the smallest integer not less than x R. Let b 1,..., b n Q n be n linearly independent vectors. The set { } n Λ = x Q n : x = z i b i, z i Z, 1 i n i=1 Preprint submitted to Elsevier Preprint 30 September 2007

2 is called the lattice generated by the basis b 1,..., b n. Now, the shortest lattice vector problem with respect to a norm f K ( ) SVP K is the following task (cf. [5]): SVP K : Let Λ Q n be a lattice given by a basis b 1,..., b n. Find a lattice vector b Λ\{0} with minimal distance to 0, i.e. f K (b) = min{f K (w) : w Λ\{0}}. The length of a shortest nonzero vector of a lattice Λ with respect to a norm f K ( ) is denoted by λ K (Λ). The nearest vector problem with respect to the norm f K ( ) NVP K is in a certain sense the inhomogeneous counterpart to SVP K : NVP K : Let Λ Q n be a lattice given by a basis b 1,..., b n and let v Q n. Find a lattice vector c Λ with minimal distance to v, i.e. f K (c v) = min{f K (w v) : w Λ}. Observe that in the SVP K we are looking for a nonzero lattice vector, whereas in the NVP K the zero vector is a solution for all sufficiently small vectors v. Geometrically speaking the NVP K is the task to find a lattice point c such that the given point v is contained in the honeycomb c+h K (Λ), where H K (Λ) is given by: H K (Λ) = {x R n : f K (x) f K (x w), w Λ}. H K (Λ) is a centrally symmetric ray set, i.e. if x H K (Λ), then ρx H K (Λ) for all ρ with 1 ρ 1. In the Euclidean case, but not in general, H K (Λ) is a convex set. Moreover, it is easy to see that the inradius of H K (Λ) with respect to f K ( ) is one half of the length of a shortest lattice vector. Analogously, the circumradius µ K (Λ) of a honeycomb is equal to the so called inhomogeneous minimum of Λ and f K ( ) (cf. [6]), which is defined as the maximal distance of a point to the lattice, i.e. µ K (Λ) = max y R n min w Λ f K (w y) = max{f K (x) : x H K (Λ)}. Thus λ K (Λ) K H K (Λ) µ K (Λ)K. (1) 2 It is known that the nearest vector problem is N P-hard for the norms f B ( ) and f C ( ), see van Emde Boas [3] and Kannan [7]. Probably the shortest vector problem is also N P-hard, but up to now this has only been established with respect to the maximum norm (cf. [3]). The purpose of this note is to prove that for a certain class of norms SVP K is not harder than NVP K : 2

3 Theorem 1.1 Let Λ Q n be a lattice given by a basis b 1,..., b n and let f K ( ) be a norm with the property that f C (x) f K (x) f B (x), x R n. (2) With polynomially many calls to a subroutine solving NVP K and polynomial additional time we can solve SVP K. At a first sight this class of norms appears to very special, but for example all p-norms x p = ( n i=1 x i p ) 1/p are part of this class for p 2. We assume that the function f K ( ) is computable in polynomial time. The input size of our problem is given by the input size of the vectors b 1,..., b n. For detailed information about complexity and numerical computation we refer to the book [5] and for notation concerning lattices we refer to [6]. Finally, we note that (2) is equivalent to B K C, and thus implies that 1 n f B (x) f K (x) f B (x), (3) f K (e i ) = 1, 1 i n, (4) where e i denotes the i-th unit vector. 2 Proof of Theorem 1.1 Now we state an algorithm which reduces the problem SVP K to NVP K. Since the algorithm works inductively the input is given by an m-dimensional lattice Λ embedded in R n, where we assume m > 1. Otherwise it is trivial to compute a shortest nonzero lattice vector. The linear hull of Λ is denoted by lin(λ). Procedure SVP K by NVP K : Input: An m-dimensional lattice Λ generated by the basis b 1..., b m Q n and a norm f K ( ) on R n such that (2) is satisfied. Output: A shortest nonzero vector b of the lattice Λ with respect to f K ( ). (i) With respect to the Euclidean norm find an almost shortest nonzero lattice vector b in the polar lattice Λ = {z lin(λ) : z, w Z, w Λ} 3

4 of Λ by calls of the subroutine NVP K, i.e. find a primitive vector b Λ such that (ii) Find a basis b 1,..., b m of Λ such that λ B (Λ ) f B(b ) 2n. (5) b i, b = 0, 1 i m 1, and b m, b = 1. (6) (iii) Let H i = {x lin(λ) : b, x = i}, i Z. For 1 i 2n 3/2 m find a shortest lattice vector u m,i in the affine hyperplane H i using the subroutine NVP K. (iv) Let u m be a lattice vector of minimal length among the vectors u m,i. (v) Find a shortest lattice vector u m 1 in the plane H 0 by applying the procedure SVP K by NVP K to the (m 1)-dimensional lattice Λ m 1 generated by the vectors b 1,..., b m 1 and the norm f K ( ). (vi) Let b be the shorter one of u m and u m 1. Then f K (b) = λ K (Λ). Proof of Theorem 1.1 Without loss of generality we may assume Λ Z n. First we prove the correctness of the algorithm. Obviously, a shortest lattice vector of Λ is contained in i=0h i. It remains to show that it suffices to consider the planes H i, 0 i 2n 3/2 m. By a result of Banaszczyk [1] (see also Bourgain & Milman [2]) we have λ B (Λ) λ B (Λ ) m. Since B K by (2) we have λ B (Λ) λ K (Λ) and thus λ K (Λ) m λ B (Λ ). On account of (5) we obtain λ K (Λ) 2n m f B (b ). (7) On the other hand we have for each vector y H i that f B (y) i/f B (b ) and so (cf. (3)) f K (y) i nfb (b ). Hence for i > 2n 3/2 m the length of a shortest lattice vector in a plane H i is greater than λ K (Λ). In the sequel we show how the single steps of the algorithm can be done. 4

5 Step (i): Let b m+1,..., b n be an orthogonal basis of the orthogonal complement of lin(λ). Such a basis can be found in polynomial time via the Gram-Schmidt orthogonalization (cf. [5]). Let B be the matrix with columns b 1,..., b n. Then the first m columns of the matrix (B T ) 1 form a basis of Λ. Let the columns of (B T ) 1 be denoted by b 1,..., b n and let Λ be the n-dimensional lattice generated by b 1,..., b m, σb m+1,..., σb n with 2n σ = min{f B (b j ) : m + 1 j n} f B(b 1 ) + 1 (8) In what follows we construct a vector b Λ \{0} such that (5) holds with Λ instead of Λ, i.e. λ B ( Λ ) f B(b ) 2n. (9) Then by the choice of σ we will see that b belongs to Λ and thus the vector satisfies (5). Since the parallelepiped P spanned by b 1,..., b m, σb m+1,..., σb n generates a lattice tiling with respect to Λ the width ω(p ) of P is a lower bound for λ B ( Λ ). Now ω(p ) = min { 1/f B (b 1 ),..., 1/f B (b m ), σ/f B (b m+1 ),..., σ/f B (b n ) } and so { λ B ( Λ 1 ) ω(p ) γ := min f B (b i ), 1 i n }. With ν 0 = γ/ 2 n we obtain for 1 i n (cf. (4)) f K (ν 0 e i ) = ν 0 λ B( Λ ) 2 n λ K( Λ ). (10) 2 Thus the vectors ν 0 e i belong to the honeycomb H K ( Λ ) (cf. (1)) and the origin is the unique nearest lattice vector to ν 0 e i. Moreover for ν 1 = m i=1 f B (b i ) + n i=m+1 f B (σb i ) we obtain (cf. [6]) f K (ν 1 e i ) = ν 1 > 1 m f K (b i ) + 2 i=1 n i=m+1 f K (σb i ) µ K ( Λ ). (11) 5

6 Hence the vectors ν 1 e i are not contained in H K ( Λ ). On account of (1) and since H K ( Λ ) is a ray set the output of the subroutine NVP K with input Λ and νe i is a nonzero lattice vector for ν ν 1. So by applying the subroutine NVP K to the sequence of points 2 k ν 0 e i, k = 0,..., we can find after at most log 2 (ν 1 ) log 2 (ν 0 ) calls of NVP K a positive scalar ɛ i with ν 0 ɛ i ν 1 and a nonzero lattice vector v i such that ɛ i e i H K ( Λ ) and 2ɛ i e i v i + H K ( Λ ). The last relation implies f K (2ɛ i e i v i ) f K (2ɛ i e i ) and thus f K (v i ) 4ɛ i. Now let ɛ k = min{ɛ i : 1 i n} and let b = v k. In the sequel we show that b satisfies (9). For abbreviation we write ɛ instead of ɛ k. On account of (3) we get f B (b ) 4ɛ n. (12) H K ( Λ ) is a centrally symmetric ray set and thus ±ɛ e i H K ( Λ ). Hence (cf. (4)) f B (ɛe i ) = ɛ = f K (ɛe i ) f K (ɛe i u ) f B (ɛe i u ) (13) for all lattice vectors u Λ. That means that the vectors ±ɛe i, 1 i n, are contained in the honeycomb H B ( Λ ) which is a convex set. So the width of the cross polytope with vertices ±ɛ e i is a lower bound for λ B ( Λ ): λ B ( Λ ) 2ɛ n. Together with (12) we obtain λ B ( Λ ) f B(b ) 2n. Now suppose b / Λ. Then by the definition of Λ and σ we have f B (b ) σ min{f B (b j ) : l + 1 j n} > 2nf B (b 1 ) 2n λ B ( Λ ) which contradicts the choice of b. Obviously, we may assume that b is primitive. Step (ii): 6

7 In order to find a basis of Λ such that (6) is satisfied we first construct a basis b 1 m,..., b of Λ containing b. Furthermore, without loss of generality we may assume that the matrix M with columns b, b 2,..., b m has rank m. Let A be the integer (m m)-matrix such that M = B A, where B is the matrix with columns b 1,..., b m. It is well known that the Hermite normal form of a A can be computed in polynomial time (cf. [4], [8] or [10]) and thus we can find an unimodular matrix U and an integer upper triangle matrix T with A = U T. Hence M = (B U) T and the columns b 1,..., b m of B U form a basis of Λ. Since b is primitive b is the first column vector of B U. Now, let b m+1,..., b n be an orthogonal basis of the orthogonal complement of lin(λ) and B be the matrix with columns b 1,..., b m, b m+1,..., b n. Then the first m columns of ( B T ) 1 form a basis of Λ such that (6) is satisfied. Step (iii): Obviously, H i Λ = {x Λ : x = m 1 j=1 z j bj + i b m }. Hence, for i 1 the shortest vector problem in the plane H i is the task to find a lattice vector of Λ m 1 which is nearest to i b m. That can be done by applying the procedure NVP K to the input vector ib m and a suitable n-dimensional lattice ˆΛ. For example, let g m,..., g n be an orthogonal basis of the orthogonal complement of lin(λ m 1 ) and let χ = 2 n 2n 3/2 f B (b m ) m + 1 min{f B (g j ) : m j n} We claim that a nearest lattice vector of the lattice ˆΛ generated by b 1,..., bm 1, χg m,..., χg n to ib m belongs to Λ m 1. Suppose the opposite and let z 1 b 1 + +z m 1 b m 1 +z m χg m + +z n χg n be a nearest lattice vector to ib n with some z j 0, say z n, for m j n. Then f K (z 1 b z m 1 b m 1 + z m χg m + + z n χg n ib l ) if K (b m ) and on account of (3) we get z n χf B (g n ) n if K (b m ) f B(z 1 b z m 1 b m 1 + z m χg m + + z n χg n ) n if K (b m ) f K (z 1 b z m 1 b m 1 + z m χg m + + z n χg n ib m ) if K (b m ). It follows χ 2 nif B (b m )/f B (g n ) 2 n 2n 3/2 m f B (b m )/f B (g n ) which contradicts the choice of χ. To analyze the encoding length of the numbers arising in the procedure let A be the input size of the algorithm and let Λ i be the i-dimensional lattice constructed in the (m i)-th call of the procedure SVP K by NVP K. Furthermore, let b i be the almost shortest lattice vector of the appropriate dual 7

8 lattices Λ i constructed in step (i). Then det(λ j 1 ) = det(λ j )f B (b j ) and by (5) and Minkowski s convex body theorem (cf. [5]) det(λ j 1 ) = det(λ j )f B (b j ) det(λ j )2nλ B (Λ j ) det(λ j )2n j det(λ j ) 1/j det(λ j )2n j. So det(λ j 1 ) < det(λ m )(2n) 2m. Before we call the procedure SVP K by NVP K we can make an LLL-reduction and obtain a basis c 1,..., c j Z n of Λ j with (cf. [5]) f B (c 1 ) f B (c j ) 2 j2 det(λ j ). Hence, for each vector c j we have the bound f B (c j ) 2 m2 (2n) 2m det(λ m ). This implies that we can always find a basis of the lattice Λ j whose input size is bounded by O( A 3 ). Finally, it is easy to check that the numbers arising in the steps (i) (iv) of the procedure SVP K by NVP K are bounded by a polynomial in the input size of the given basis at the beginning of the execution of the steps (i) (iv) (cf. [5]). 3 Remarks The crucial point for the special choice of the norms given by (2) is relation (13). For example, if f K ( ) is the 1-norm, i.e., K is the cross polytope with edge length 2 then, in general, it is not true that f K (ɛe i u ) f B (ɛe i u ). Hence we do not know whether ±ɛe i, 1 i n, are contained in H B ( Λ ) and we can not show that b is an almost shortest lattice vector as required in step (i) (cf. proof of Theorem 1.1). On the other hand if K is an arbitrary centrally symmetric convex body and if we have oracles solving NVP K and NVP B, then SVP K can be solved in oracle polynomial time, because by the subroutine solving NVP B we can easily find such an almost shortest lattice vector. However, we believe that SVP K is polynomial reducible to NVP K at least for any p-norm. The above algorithm works also for any norm f K( ) for which an affine transformation L exists such that B L K C because f L K(x) = f K(L 1 x). Finally, we remark that in the Euclidean case the problem to find a Korkin- Zolotarev reduced basis of a lattice is polynomial reducible to the shortest 8

9 lattice vector problem SVP B (cf. [9]). By Theorem 1.1 we obtain that this problem can also be reduced to NVP B in polynomial time. References [1] W. Banaszczyk, New bounds in some transference theorems in the geometry of numbers, Math. Ann. 296 (1993), no. 4, [2] J. Bourgain and V.D. Milman, Sections euclidiennes et volume des corps symétriques convexes dans R n, C.R. Acad. Sci. Paris Sér. I Math. 300 (1985), [3] P. van Emde Boas, Another N P-complete partition problem and the complexity of computing short vectors in a lattice, Report 81-04, Mathematical Institute, University of Amsterdam (1981). [4] M.A. Frumkin, An algorithm for the reduction of a matrix of integers to triangular form with power complexity of the computations, Èkonomika i Matematicheskie Metody 12 (1976), (Russian). [5] M. Grötschel, L. Lovász, and A. Schrijver, Geometric Algorithms and Combinatorial Optimization, Springer, Berlin, [6] P.M. Gruber and C.G. Lekkerkerker, Geometry of Numbers, 2.nd ed., North- Holland, Amsterdam, [7] R. Kannan, Minkowski s convex body theorem ad integer programming, Math. Operations Research 12 (1987), no. 3, [8] R. Kannan and A. Bachem, Polynomial algorithms for computing the Smith and Hermite normal forms of an integer matrix, SIAM Journal on Computing 8 (1979), [9] L. Lovász, An Algorithmic Theory of Numbers, Graphs and Convexity, (CBMS-NSF Regional Conference Series in Applied Mathematics 50), SIAM, Philadelphia, Pennsylvania, [10] M. Pohst and H. Zassenhaus, Algorithmic Algebraic Number Theory, Cambridge Univ. Press, Cambridge,

LATTICE POINT COVERINGS

LATTICE POINT COVERINGS LATTICE POINT COVERINGS MARTIN HENK AND GEORGE A. TSINTSIFAS Abstract. We give a simple proof of a necessary and sufficient condition under which any congruent copy of a given ellipsoid contains an integral

More information

ON FREE PLANES IN LATTICE BALL PACKINGS ABSTRACT. 1. Introduction

ON FREE PLANES IN LATTICE BALL PACKINGS ABSTRACT. 1. Introduction ON FREE PLANES IN LATTICE BALL PACKINGS MARTIN HENK, GÜNTER M ZIEGLER, AND CHUANMING ZONG ABSTRACT This note, by studying relations between the length of the shortest lattice vectors and the covering minima

More information

CSE 206A: Lattice Algorithms and Applications Winter The dual lattice. Instructor: Daniele Micciancio

CSE 206A: Lattice Algorithms and Applications Winter The dual lattice. Instructor: Daniele Micciancio CSE 206A: Lattice Algorithms and Applications Winter 2016 The dual lattice Instructor: Daniele Micciancio UCSD CSE 1 Dual Lattice and Dual Basis Definition 1 The dual of a lattice Λ is the set ˆΛ of all

More information

SUCCESSIVE-MINIMA-TYPE INEQUALITIES. U. Betke, M. Henk and J.M. Wills

SUCCESSIVE-MINIMA-TYPE INEQUALITIES. U. Betke, M. Henk and J.M. Wills SUCCESSIVE-MINIMA-TYPE INEQUALITIES U. Betke, M. Henk and J.M. Wills Abstract. We show analogues of Minkowski s theorem on successive minima, where the volume is replaced by the lattice point enumerator.

More information

1 Shortest Vector Problem

1 Shortest Vector Problem Lattices in Cryptography University of Michigan, Fall 25 Lecture 2 SVP, Gram-Schmidt, LLL Instructor: Chris Peikert Scribe: Hank Carter Shortest Vector Problem Last time we defined the minimum distance

More information

CSE 206A: Lattice Algorithms and Applications Spring Minkowski s theorem. Instructor: Daniele Micciancio

CSE 206A: Lattice Algorithms and Applications Spring Minkowski s theorem. Instructor: Daniele Micciancio CSE 206A: Lattice Algorithms and Applications Spring 2014 Minkowski s theorem Instructor: Daniele Micciancio UCSD CSE There are many important quantities associated to a lattice. Some of them, like the

More information

Lecture 5: CVP and Babai s Algorithm

Lecture 5: CVP and Babai s Algorithm NYU, Fall 2016 Lattices Mini Course Lecture 5: CVP and Babai s Algorithm Lecturer: Noah Stephens-Davidowitz 51 The Closest Vector Problem 511 Inhomogeneous linear equations Recall that, in our first lecture,

More information

satisfying ( i ; j ) = ij Here ij = if i = j and 0 otherwise The idea to use lattices is the following Suppose we are given a lattice L and a point ~x

satisfying ( i ; j ) = ij Here ij = if i = j and 0 otherwise The idea to use lattices is the following Suppose we are given a lattice L and a point ~x Dual Vectors and Lower Bounds for the Nearest Lattice Point Problem Johan Hastad* MIT Abstract: We prove that given a point ~z outside a given lattice L then there is a dual vector which gives a fairly

More information

1: Introduction to Lattices

1: Introduction to Lattices CSE 206A: Lattice Algorithms and Applications Winter 2012 Instructor: Daniele Micciancio 1: Introduction to Lattices UCSD CSE Lattices are regular arrangements of points in Euclidean space. The simplest

More information

and the polynomial-time Turing p reduction from approximate CVP to SVP given in [10], the present authors obtained a n=2-approximation algorithm that

and the polynomial-time Turing p reduction from approximate CVP to SVP given in [10], the present authors obtained a n=2-approximation algorithm that Sampling short lattice vectors and the closest lattice vector problem Miklos Ajtai Ravi Kumar D. Sivakumar IBM Almaden Research Center 650 Harry Road, San Jose, CA 95120. fajtai, ravi, sivag@almaden.ibm.com

More information

COS 598D - Lattices. scribe: Srdjan Krstic

COS 598D - Lattices. scribe: Srdjan Krstic COS 598D - Lattices scribe: Srdjan Krstic Introduction In the first part we will give a brief introduction to lattices and their relevance in some topics in computer science. Then we show some specific

More information

A combinatorial algorithm minimizing submodular functions in strongly polynomial time

A combinatorial algorithm minimizing submodular functions in strongly polynomial time A combinatorial algorithm minimizing submodular functions in strongly polynomial time Alexander Schrijver 1 Abstract We give a strongly polynomial-time algorithm minimizing a submodular function f given

More information

Diophantine approximations and integer points of cones

Diophantine approximations and integer points of cones Diophantine approximations and integer points of cones Martin Henk Robert Weismantel Abstract The purpose of this note is to present a relation between directed best approximations of a rational vector

More information

Lattice Basis Reduction and the LLL Algorithm

Lattice Basis Reduction and the LLL Algorithm Lattice Basis Reduction and the LLL Algorithm Curtis Bright May 21, 2009 1 2 Point Lattices A point lattice is a discrete additive subgroup of R n. A basis for a lattice L R n is a set of linearly independent

More information

Reduction of Smith Normal Form Transformation Matrices

Reduction of Smith Normal Form Transformation Matrices Reduction of Smith Normal Form Transformation Matrices G. Jäger, Kiel Abstract Smith normal form computations are important in group theory, module theory and number theory. We consider the transformation

More information

47-831: Advanced Integer Programming Lecturer: Amitabh Basu Lecture 2 Date: 03/18/2010

47-831: Advanced Integer Programming Lecturer: Amitabh Basu Lecture 2 Date: 03/18/2010 47-831: Advanced Integer Programming Lecturer: Amitabh Basu Lecture Date: 03/18/010 We saw in the previous lecture that a lattice Λ can have many bases. In fact, if Λ is a lattice of a subspace L with

More information

The Shortest Vector Problem (Lattice Reduction Algorithms)

The Shortest Vector Problem (Lattice Reduction Algorithms) The Shortest Vector Problem (Lattice Reduction Algorithms) Approximation Algorithms by V. Vazirani, Chapter 27 - Problem statement, general discussion - Lattices: brief introduction - The Gauss algorithm

More information

Dimension-Preserving Reductions Between Lattice Problems

Dimension-Preserving Reductions Between Lattice Problems Dimension-Preserving Reductions Between Lattice Problems Noah Stephens-Davidowitz Courant Institute of Mathematical Sciences, New York University. noahsd@cs.nyu.edu Last updated September 6, 2016. Abstract

More information

BOUNDS FOR SOLID ANGLES OF LATTICES OF RANK THREE

BOUNDS FOR SOLID ANGLES OF LATTICES OF RANK THREE BOUNDS FOR SOLID ANGLES OF LATTICES OF RANK THREE LENNY FUKSHANSKY AND SINAI ROBINS Abstract. We find sharp absolute consts C and C with the following property: every well-rounded lattice of rank 3 in

More information

CSC 2414 Lattices in Computer Science September 27, Lecture 4. An Efficient Algorithm for Integer Programming in constant dimensions

CSC 2414 Lattices in Computer Science September 27, Lecture 4. An Efficient Algorithm for Integer Programming in constant dimensions CSC 2414 Lattices in Computer Science September 27, 2011 Lecture 4 Lecturer: Vinod Vaikuntanathan Scribe: Wesley George Topics covered this lecture: SV P CV P Approximating CVP: Babai s Nearest Plane Algorithm

More information

CSE 206A: Lattice Algorithms and Applications Spring Basis Reduction. Instructor: Daniele Micciancio

CSE 206A: Lattice Algorithms and Applications Spring Basis Reduction. Instructor: Daniele Micciancio CSE 206A: Lattice Algorithms and Applications Spring 2014 Basis Reduction Instructor: Daniele Micciancio UCSD CSE No efficient algorithm is known to find the shortest vector in a lattice (in arbitrary

More information

Block Korkin{Zolotarev Bases. and Successive Minima. C.P. Schnorr TR September Abstract

Block Korkin{Zolotarev Bases. and Successive Minima. C.P. Schnorr TR September Abstract Block Korkin{Zolotarev Bases and Successive Minima P Schnorr TR-9-0 September 99 Abstract A lattice basis b ; : : : ; b m is called block Korkin{Zolotarev with block size if for every consecutive vectors

More information

Hard Instances of Lattice Problems

Hard Instances of Lattice Problems Hard Instances of Lattice Problems Average Case - Worst Case Connections Christos Litsas 28 June 2012 Outline Abstract Lattices The Random Class Worst-Case - Average-Case Connection Abstract Christos Litsas

More information

Some Sieving Algorithms for Lattice Problems

Some Sieving Algorithms for Lattice Problems Foundations of Software Technology and Theoretical Computer Science (Bangalore) 2008. Editors: R. Hariharan, M. Mukund, V. Vinay; pp - Some Sieving Algorithms for Lattice Problems V. Arvind and Pushkar

More information

Construction of digital nets from BCH-codes

Construction of digital nets from BCH-codes Construction of digital nets from BCH-codes Yves Edel Jürgen Bierbrauer Abstract We establish a link between the theory of error-correcting codes and the theory of (t, m, s)-nets. This leads to the fundamental

More information

Helly's Theorem and its Equivalences via Convex Analysis

Helly's Theorem and its Equivalences via Convex Analysis Portland State University PDXScholar University Honors Theses University Honors College 2014 Helly's Theorem and its Equivalences via Convex Analysis Adam Robinson Portland State University Let us know

More information

Another Low-Technology Estimate in Convex Geometry

Another Low-Technology Estimate in Convex Geometry Convex Geometric Analysis MSRI Publications Volume 34, 1998 Another Low-Technology Estimate in Convex Geometry GREG KUPERBERG Abstract. We give a short argument that for some C > 0, every n- dimensional

More information

On minimal solutions of linear Diophantine equations

On minimal solutions of linear Diophantine equations On minimal solutions of linear Diophantine equations Martin Henk Robert Weismantel Abstract This paper investigates the region in which all the minimal solutions of a linear diophantine equation ly. We

More information

Auerbach bases and minimal volume sufficient enlargements

Auerbach bases and minimal volume sufficient enlargements Auerbach bases and minimal volume sufficient enlargements M. I. Ostrovskii January, 2009 Abstract. Let B Y denote the unit ball of a normed linear space Y. A symmetric, bounded, closed, convex set A in

More information

A class of non-convex polytopes that admit no orthonormal basis of exponentials

A class of non-convex polytopes that admit no orthonormal basis of exponentials A class of non-convex polytopes that admit no orthonormal basis of exponentials Mihail N. Kolountzakis and Michael Papadimitrakis 1 Abstract A conjecture of Fuglede states that a bounded measurable set

More information

Demushkin s Theorem in Codimension One

Demushkin s Theorem in Codimension One Universität Konstanz Demushkin s Theorem in Codimension One Florian Berchtold Jürgen Hausen Konstanzer Schriften in Mathematik und Informatik Nr. 176, Juni 22 ISSN 143 3558 c Fachbereich Mathematik und

More information

Neighborly families of boxes and bipartite coverings

Neighborly families of boxes and bipartite coverings Neighborly families of boxes and bipartite coverings Noga Alon Dedicated to Professor Paul Erdős on the occasion of his 80 th birthday Abstract A bipartite covering of order k of the complete graph K n

More information

A New Approach to Covering

A New Approach to Covering A New Approach to Covering Ulrich Betke Martin Henk Jörg M. Wills September 0, 007 Abstract For finite coverings in euclidean d-space E d we introduce a parametric density function. Here the parameter

More information

Preliminaries and Complexity Theory

Preliminaries and Complexity Theory Preliminaries and Complexity Theory Oleksandr Romanko CAS 746 - Advanced Topics in Combinatorial Optimization McMaster University, January 16, 2006 Introduction Book structure: 2 Part I Linear Algebra

More information

Bricklaying and the Hermite Normal Form

Bricklaying and the Hermite Normal Form Bricklaying and the Hermite Normal Form William J. Gilbert Pure Mathematics Department University of Waterloo Waterloo, Ontario Canada N2L 3G1 AMS Classifications: Primary: 15A36 Appeared in the American

More information

Sampling Contingency Tables

Sampling Contingency Tables Sampling Contingency Tables Martin Dyer Ravi Kannan John Mount February 3, 995 Introduction Given positive integers and, let be the set of arrays with nonnegative integer entries and row sums respectively

More information

Lattice closures of polyhedra

Lattice closures of polyhedra Lattice closures of polyhedra Sanjeeb Dash IBM Research sanjeebd@us.ibm.com Oktay Günlük IBM Research gunluk@us.ibm.com April 10, 2017 Diego A. Morán R. Universidad Adolfo Ibañez diego.moran@uai.cl Abstract

More information

Locally convex spaces, the hyperplane separation theorem, and the Krein-Milman theorem

Locally convex spaces, the hyperplane separation theorem, and the Krein-Milman theorem 56 Chapter 7 Locally convex spaces, the hyperplane separation theorem, and the Krein-Milman theorem Recall that C(X) is not a normed linear space when X is not compact. On the other hand we could use semi

More information

The cocycle lattice of binary matroids

The cocycle lattice of binary matroids Published in: Europ. J. Comb. 14 (1993), 241 250. The cocycle lattice of binary matroids László Lovász Eötvös University, Budapest, Hungary, H-1088 Princeton University, Princeton, NJ 08544 Ákos Seress*

More information

Worst case complexity of the optimal LLL algorithm

Worst case complexity of the optimal LLL algorithm Worst case complexity of the optimal LLL algorithm ALI AKHAVI GREYC - Université de Caen, F-14032 Caen Cedex, France aliakhavi@infounicaenfr Abstract In this paper, we consider the open problem of the

More information

SELECTIVELY BALANCING UNIT VECTORS AART BLOKHUIS AND HAO CHEN

SELECTIVELY BALANCING UNIT VECTORS AART BLOKHUIS AND HAO CHEN SELECTIVELY BALANCING UNIT VECTORS AART BLOKHUIS AND HAO CHEN Abstract. A set U of unit vectors is selectively balancing if one can find two disjoint subsets U + and U, not both empty, such that the Euclidean

More information

European Journal of Combinatorics

European Journal of Combinatorics European Journal of Combinatorics 30 (2009) 1686 1695 Contents lists available at ScienceDirect European Journal of Combinatorics ournal homepage: www.elsevier.com/locate/ec Generalizations of Heilbronn

More information

From the Shortest Vector Problem to the Dihedral Hidden Subgroup Problem

From the Shortest Vector Problem to the Dihedral Hidden Subgroup Problem From the Shortest Vector Problem to the Dihedral Hidden Subgroup Problem Curtis Bright December 9, 011 Abstract In Quantum Computation and Lattice Problems [11] Oded Regev presented the first known connection

More information

A GENERALIZATION OF DAVENPORT S CONSTANT AND ITS ARITHMETICAL APPLICATIONS

A GENERALIZATION OF DAVENPORT S CONSTANT AND ITS ARITHMETICAL APPLICATIONS C O L L O Q U I U M M A T H E M A T I C U M VOL. LXIII 1992 FASC. 2 A GENERALIZATION OF DAVENPORT S CONSTANT AND ITS ARITHMETICAL APPLICATIONS BY FRANZ H A L T E R - K O C H (GRAZ) 1. For an additively

More information

Dual Consistent Systems of Linear Inequalities and Cardinality Constrained Polytopes. Satoru FUJISHIGE and Jens MASSBERG.

Dual Consistent Systems of Linear Inequalities and Cardinality Constrained Polytopes. Satoru FUJISHIGE and Jens MASSBERG. RIMS-1734 Dual Consistent Systems of Linear Inequalities and Cardinality Constrained Polytopes By Satoru FUJISHIGE and Jens MASSBERG December 2011 RESEARCH INSTITUTE FOR MATHEMATICAL SCIENCES KYOTO UNIVERSITY,

More information

ON ORTHOGONAL REDUCTION TO HESSENBERG FORM WITH SMALL BANDWIDTH

ON ORTHOGONAL REDUCTION TO HESSENBERG FORM WITH SMALL BANDWIDTH ON ORTHOGONAL REDUCTION TO HESSENBERG FORM WITH SMALL BANDWIDTH V. FABER, J. LIESEN, AND P. TICHÝ Abstract. Numerous algorithms in numerical linear algebra are based on the reduction of a given matrix

More information

Extreme points of compact convex sets

Extreme points of compact convex sets Extreme points of compact convex sets In this chapter, we are going to show that compact convex sets are determined by a proper subset, the set of its extreme points. Let us start with the main definition.

More information

Chapter 1. Preliminaries. The purpose of this chapter is to provide some basic background information. Linear Space. Hilbert Space.

Chapter 1. Preliminaries. The purpose of this chapter is to provide some basic background information. Linear Space. Hilbert Space. Chapter 1 Preliminaries The purpose of this chapter is to provide some basic background information. Linear Space Hilbert Space Basic Principles 1 2 Preliminaries Linear Space The notion of linear space

More information

Practical Analysis of Key Recovery Attack against Search-LWE Problem

Practical Analysis of Key Recovery Attack against Search-LWE Problem Practical Analysis of Key Recovery Attack against Search-LWE Problem The 11 th International Workshop on Security, Sep. 13 th 2016 Momonari Kudo, Junpei Yamaguchi, Yang Guo and Masaya Yasuda 1 Graduate

More information

ON SUCCESSIVE RADII AND p-sums OF CONVEX BODIES

ON SUCCESSIVE RADII AND p-sums OF CONVEX BODIES ON SUCCESSIVE RADII AND p-sums OF CONVEX BODIES BERNARDO GONZÁLEZ AND MARÍA A. HERNÁNDEZ CIFRE Abstract. We study the behavior of the so called successive inner and outer radii with respect to the p-sums

More information

Fundamental Domains, Lattice Density, and Minkowski Theorems

Fundamental Domains, Lattice Density, and Minkowski Theorems New York University, Fall 2013 Lattices, Convexity & Algorithms Lecture 3 Fundamental Domains, Lattice Density, and Minkowski Theorems Lecturers: D. Dadush, O. Regev Scribe: D. Dadush 1 Fundamental Parallelepiped

More information

Convex Geometry. Carsten Schütt

Convex Geometry. Carsten Schütt Convex Geometry Carsten Schütt November 25, 2006 2 Contents 0.1 Convex sets... 4 0.2 Separation.... 9 0.3 Extreme points..... 15 0.4 Blaschke selection principle... 18 0.5 Polytopes and polyhedra.... 23

More information

Shortest Vector Problem (1982; Lenstra, Lenstra, Lovasz)

Shortest Vector Problem (1982; Lenstra, Lenstra, Lovasz) Shortest Vector Problem (1982; Lenstra, Lenstra, Lovasz) Daniele Micciancio, University of California at San Diego, www.cs.ucsd.edu/ daniele entry editor: Sanjeev Khanna INDEX TERMS: Point lattices. Algorithmic

More information

The Triangle Closure is a Polyhedron

The Triangle Closure is a Polyhedron The Triangle Closure is a Polyhedron Amitabh Basu Robert Hildebrand Matthias Köppe November 7, 21 Abstract Recently, cutting planes derived from maximal lattice-free convex sets have been studied intensively

More information

On the computation of Hermite-Humbert constants for real quadratic number fields

On the computation of Hermite-Humbert constants for real quadratic number fields Journal de Théorie des Nombres de Bordeaux 00 XXXX 000 000 On the computation of Hermite-Humbert constants for real quadratic number fields par Marcus WAGNER et Michael E POHST Abstract We present algorithms

More information

arxiv: v2 [math-ph] 24 Feb 2016

arxiv: v2 [math-ph] 24 Feb 2016 ON THE CLASSIFICATION OF MULTIDIMENSIONALLY CONSISTENT 3D MAPS MATTEO PETRERA AND YURI B. SURIS Institut für Mathemat MA 7-2 Technische Universität Berlin Str. des 17. Juni 136 10623 Berlin Germany arxiv:1509.03129v2

More information

On bisectors in Minkowski normed space.

On bisectors in Minkowski normed space. On bisectors in Minkowski normed space. Á.G.Horváth Department of Geometry, Technical University of Budapest, H-1521 Budapest, Hungary November 6, 1997 Abstract In this paper we discuss the concept of

More information

Valuations on Polytopes containing the Origin in their Interiors

Valuations on Polytopes containing the Origin in their Interiors Valuations on Polytopes containing the Origin in their Interiors Monika Ludwig Abteilung für Analysis, Technische Universität Wien Wiedner Hauptstraße 8-10/1142, 1040 Wien, Austria E-mail: monika.ludwig@tuwien.ac.at

More information

7. Lecture notes on the ellipsoid algorithm

7. Lecture notes on the ellipsoid algorithm Massachusetts Institute of Technology Michel X. Goemans 18.433: Combinatorial Optimization 7. Lecture notes on the ellipsoid algorithm The simplex algorithm was the first algorithm proposed for linear

More information

Banach Journal of Mathematical Analysis ISSN: (electronic)

Banach Journal of Mathematical Analysis ISSN: (electronic) Banach J. Math. Anal. 2 (2008), no., 70 77 Banach Journal of Mathematical Analysis ISSN: 735-8787 (electronic) http://www.math-analysis.org WIDTH-INTEGRALS AND AFFINE SURFACE AREA OF CONVEX BODIES WING-SUM

More information

On the Rational Polytopes with Chvátal Rank 1

On the Rational Polytopes with Chvátal Rank 1 On the Rational Polytopes with Chvátal Rank 1 Gérard Cornuéjols Dabeen Lee Yanjun Li December 2016, revised May 2018 Abstract We study the following problem: given a rational polytope with Chvátal rank

More information

Carathéodory Bounds for Integer Cones

Carathéodory Bounds for Integer Cones Carathéodory Bounds for Integer Cones Friedrich Eisenbrand, Gennady Shmonin Max-Planck-Institut für Informatik Stuhlsatzenhausweg 85 66123 Saarbrücken Germany [eisen,shmonin]@mpi-inf.mpg.de 22nd September

More information

Constructions of digital nets using global function fields

Constructions of digital nets using global function fields ACTA ARITHMETICA 105.3 (2002) Constructions of digital nets using global function fields by Harald Niederreiter (Singapore) and Ferruh Özbudak (Ankara) 1. Introduction. The theory of (t, m, s)-nets and

More information

3. Linear Programming and Polyhedral Combinatorics

3. Linear Programming and Polyhedral Combinatorics Massachusetts Institute of Technology 18.433: Combinatorial Optimization Michel X. Goemans February 28th, 2013 3. Linear Programming and Polyhedral Combinatorics Summary of what was seen in the introductory

More information

Structural Grobner Basis. Bernd Sturmfels and Markus Wiegelmann TR May Department of Mathematics, UC Berkeley.

Structural Grobner Basis. Bernd Sturmfels and Markus Wiegelmann TR May Department of Mathematics, UC Berkeley. I 1947 Center St. Suite 600 Berkeley, California 94704-1198 (510) 643-9153 FAX (510) 643-7684 INTERNATIONAL COMPUTER SCIENCE INSTITUTE Structural Grobner Basis Detection Bernd Sturmfels and Markus Wiegelmann

More information

Functional Analysis HW #5

Functional Analysis HW #5 Functional Analysis HW #5 Sangchul Lee October 29, 2015 Contents 1 Solutions........................................ 1 1 Solutions Exercise 3.4. Show that C([0, 1]) is not a Hilbert space, that is, there

More information

Enumeration. Phong Nguyễn

Enumeration. Phong Nguyễn Enumeration Phong Nguyễn http://www.di.ens.fr/~pnguyen March 2017 References Joint work with: Yoshinori Aono, published at EUROCRYPT 2017: «Random Sampling Revisited: Lattice Enumeration with Discrete

More information

On John type ellipsoids

On John type ellipsoids On John type ellipsoids B. Klartag Tel Aviv University Abstract Given an arbitrary convex symmetric body K R n, we construct a natural and non-trivial continuous map u K which associates ellipsoids to

More information

Math Linear Algebra

Math Linear Algebra Math 220 - Linear Algebra (Summer 208) Solutions to Homework #7 Exercise 6..20 (a) TRUE. u v v u = 0 is equivalent to u v = v u. The latter identity is true due to the commutative property of the inner

More information

Lecture 6 - Convex Sets

Lecture 6 - Convex Sets Lecture 6 - Convex Sets Definition A set C R n is called convex if for any x, y C and λ [0, 1], the point λx + (1 λ)y belongs to C. The above definition is equivalent to saying that for any x, y C, the

More information

Chapter 1. Preliminaries

Chapter 1. Preliminaries Introduction This dissertation is a reading of chapter 4 in part I of the book : Integer and Combinatorial Optimization by George L. Nemhauser & Laurence A. Wolsey. The chapter elaborates links between

More information

Solving Closest Vector Instances Using an Approximate Shortest Independent Vectors Oracle

Solving Closest Vector Instances Using an Approximate Shortest Independent Vectors Oracle Tian CL, Wei W, Lin DD. Solving closest vector instances using an approximate shortest independent vectors oracle. JOURNAL OF COMPUTER SCIENCE AND TECHNOLOGY 306): 1370 1377 Nov. 015. DOI 10.1007/s11390-015-

More information

Lecture notes on the ellipsoid algorithm

Lecture notes on the ellipsoid algorithm Massachusetts Institute of Technology Handout 1 18.433: Combinatorial Optimization May 14th, 007 Michel X. Goemans Lecture notes on the ellipsoid algorithm The simplex algorithm was the first algorithm

More information

Lecture 1: Basic Concepts

Lecture 1: Basic Concepts ENGG 5781: Matrix Analysis and Computations Lecture 1: Basic Concepts 2018-19 First Term Instructor: Wing-Kin Ma This note is not a supplementary material for the main slides. I will write notes such as

More information

Math 341: Convex Geometry. Xi Chen

Math 341: Convex Geometry. Xi Chen Math 341: Convex Geometry Xi Chen 479 Central Academic Building, University of Alberta, Edmonton, Alberta T6G 2G1, CANADA E-mail address: xichen@math.ualberta.ca CHAPTER 1 Basics 1. Euclidean Geometry

More information

Extended gcd and Hermite normal form algorithms via lattice basis reduction

Extended gcd and Hermite normal form algorithms via lattice basis reduction Extended gcd and Hermite normal form algorithms via lattice basis reduction George Havas School of Information Technology The University of Queensland Queensland 4072, Australia URL: http://www.it.uq.edu.au/personal/havas/

More information

Helly s Theorem with Applications in Combinatorial Geometry. Andrejs Treibergs. Wednesday, August 31, 2016

Helly s Theorem with Applications in Combinatorial Geometry. Andrejs Treibergs. Wednesday, August 31, 2016 Undergraduate Colloquium: Helly s Theorem with Applications in Combinatorial Geometry Andrejs Treibergs University of Utah Wednesday, August 31, 2016 2. USAC Lecture on Helly s Theorem The URL for these

More information

ON THE ISOTROPY CONSTANT OF PROJECTIONS OF POLYTOPES

ON THE ISOTROPY CONSTANT OF PROJECTIONS OF POLYTOPES ON THE ISOTROPY CONSTANT OF PROJECTIONS OF POLYTOPES DAVID ALONSO-GUTIÉRREZ, JESÚS BASTERO, JULIO BERNUÉS, AND PAWE L WOLFF Abstract. The isotropy constant of any d-dimensional polytope with n vertices

More information

Almost Cross-Intersecting and Almost Cross-Sperner Pairs offamilies of Sets

Almost Cross-Intersecting and Almost Cross-Sperner Pairs offamilies of Sets Almost Cross-Intersecting and Almost Cross-Sperner Pairs offamilies of Sets Dániel Gerbner a Nathan Lemons b Cory Palmer a Balázs Patkós a, Vajk Szécsi b a Hungarian Academy of Sciences, Alfréd Rényi Institute

More information

A Lattice Basis Reduction Algorithm

A Lattice Basis Reduction Algorithm A Lattice Basis Reduction Algorithm Franklin T. Luk Department of Mathematics, Hong Kong Baptist University Kowloon Tong, Hong Kong Sanzheng Qiao Department of Computing and Software, McMaster University

More information

KAZHDAN LUSZTIG CELLS IN INFINITE COXETER GROUPS. 1. Introduction

KAZHDAN LUSZTIG CELLS IN INFINITE COXETER GROUPS. 1. Introduction KAZHDAN LUSZTIG CELLS IN INFINITE COXETER GROUPS MIKHAIL V. BELOLIPETSKY AND PAUL E. GUNNELLS 1. Introduction Groups defined by presentations of the form s 1,..., s n s 2 i = 1, (s i s j ) m i,j = 1 (i,

More information

MAXIMAL PERIODS OF (EHRHART) QUASI-POLYNOMIALS

MAXIMAL PERIODS OF (EHRHART) QUASI-POLYNOMIALS MAXIMAL PERIODS OF (EHRHART QUASI-POLYNOMIALS MATTHIAS BECK, STEVEN V. SAM, AND KEVIN M. WOODS Abstract. A quasi-polynomial is a function defined of the form q(k = c d (k k d + c d 1 (k k d 1 + + c 0(k,

More information

Lattices Part II Dual Lattices, Fourier Transform, Smoothing Parameter, Public Key Encryption

Lattices Part II Dual Lattices, Fourier Transform, Smoothing Parameter, Public Key Encryption Lattices Part II Dual Lattices, Fourier Transform, Smoothing Parameter, Public Key Encryption Boaz Barak May 12, 2008 The first two sections are based on Oded Regev s lecture notes, and the third one on

More information

WHEN DOES THE POSITIVE SEMIDEFINITENESS CONSTRAINT HELP IN LIFTING PROCEDURES?

WHEN DOES THE POSITIVE SEMIDEFINITENESS CONSTRAINT HELP IN LIFTING PROCEDURES? MATHEMATICS OF OPERATIONS RESEARCH Vol. 6, No. 4, November 00, pp. 796 85 Printed in U.S.A. WHEN DOES THE POSITIVE SEMIDEFINITENESS CONSTRAINT HELP IN LIFTING PROCEDURES? MICHEL X. GOEMANS and LEVENT TUNÇEL

More information

From the Zonotope Construction to the Minkowski Addition of Convex Polytopes

From the Zonotope Construction to the Minkowski Addition of Convex Polytopes From the Zonotope Construction to the Minkowski Addition of Convex Polytopes Komei Fukuda School of Computer Science, McGill University, Montreal, Canada Abstract A zonotope is the Minkowski addition of

More information

Computational complexity of lattice problems and cyclic lattices

Computational complexity of lattice problems and cyclic lattices Computational complexity of lattice problems and cyclic lattices Lenny Fukshansky Claremont McKenna College Undergraduate Summer Research Program ICERM - Brown University July 28, 2014 Euclidean lattices

More information

Primitive sets in a lattice

Primitive sets in a lattice Primitive sets in a lattice Spyros. S. Magliveras Department of Mathematical Sciences Florida Atlantic University Boca Raton, FL 33431, U.S.A spyros@fau.unl.edu Tran van Trung Institute for Experimental

More information

Elementary linear algebra

Elementary linear algebra Chapter 1 Elementary linear algebra 1.1 Vector spaces Vector spaces owe their importance to the fact that so many models arising in the solutions of specific problems turn out to be vector spaces. The

More information

Semidefinite and Second Order Cone Programming Seminar Fall 2001 Lecture 5

Semidefinite and Second Order Cone Programming Seminar Fall 2001 Lecture 5 Semidefinite and Second Order Cone Programming Seminar Fall 2001 Lecture 5 Instructor: Farid Alizadeh Scribe: Anton Riabov 10/08/2001 1 Overview We continue studying the maximum eigenvalue SDP, and generalize

More information

REPRESENTING HOMOLOGY AUTOMORPHISMS OF NONORIENTABLE SURFACES

REPRESENTING HOMOLOGY AUTOMORPHISMS OF NONORIENTABLE SURFACES REPRESENTING HOMOLOGY AUTOMORPHISMS OF NONORIENTABLE SURFACES JOHN D. MCCARTHY AND ULRICH PINKALL Abstract. In this paper, we prove that every automorphism of the first homology group of a closed, connected,

More information

Lecture 7: Positive Semidefinite Matrices

Lecture 7: Positive Semidefinite Matrices Lecture 7: Positive Semidefinite Matrices Rajat Mittal IIT Kanpur The main aim of this lecture note is to prepare your background for semidefinite programming. We have already seen some linear algebra.

More information

arxiv: v1 [math.nt] 20 Nov 2017

arxiv: v1 [math.nt] 20 Nov 2017 REDUCED IDEALS FROM THE REDUCTION ALGORITHM HA THANH NGUYEN TRAN arxiv:171107573v1 [mathnt] 20 Nov 2017 Abstract The reduction algorithm is used to compute reduced ideals of a number field However, there

More information

On the Relative Strength of Split, Triangle and Quadrilateral Cuts

On the Relative Strength of Split, Triangle and Quadrilateral Cuts On the Relative Strength of Split, Triangle and Quadrilateral Cuts Amitabh Basu Tepper School of Business, Carnegie Mellon University, Pittsburgh, PA 53 abasu@andrew.cmu.edu Pierre Bonami LIF, Faculté

More information

arxiv: v1 [cs.ds] 2 Nov 2013

arxiv: v1 [cs.ds] 2 Nov 2013 On the Lattice Isomorphism Problem Ishay Haviv Oded Regev arxiv:1311.0366v1 [cs.ds] 2 Nov 2013 Abstract We study the Lattice Isomorphism Problem (LIP), in which given two lattices L 1 and L 2 the goal

More information

MSRI Summer Graduate Workshop: Algebraic, Geometric, and Combinatorial Methods for Optimization. Part IV

MSRI Summer Graduate Workshop: Algebraic, Geometric, and Combinatorial Methods for Optimization. Part IV MSRI Summer Graduate Workshop: Algebraic, Geometric, and Combinatorial Methods for Optimization Part IV Geometry of Numbers and Rational Generating Function Techniques for Integer Programming Matthias

More information

Rademacher Averages and Phase Transitions in Glivenko Cantelli Classes

Rademacher Averages and Phase Transitions in Glivenko Cantelli Classes IEEE TRANSACTIONS ON INFORMATION THEORY, VOL. 48, NO. 1, JANUARY 2002 251 Rademacher Averages Phase Transitions in Glivenko Cantelli Classes Shahar Mendelson Abstract We introduce a new parameter which

More information

Multicommodity Flows and Column Generation

Multicommodity Flows and Column Generation Lecture Notes Multicommodity Flows and Column Generation Marc Pfetsch Zuse Institute Berlin pfetsch@zib.de last change: 2/8/2006 Technische Universität Berlin Fakultät II, Institut für Mathematik WS 2006/07

More information

Lattice closures of polyhedra

Lattice closures of polyhedra Lattice closures of polyhedra Sanjeeb Dash IBM Research sanjeebd@us.ibm.com Oktay Günlük IBM Research gunluk@us.ibm.com October 27, 2016 Diego A. Morán R. Universidad Adolfo Ibañez diego.moran@uai.cl Abstract

More information

THE NEWTON BRACKETING METHOD FOR THE MINIMIZATION OF CONVEX FUNCTIONS SUBJECT TO AFFINE CONSTRAINTS

THE NEWTON BRACKETING METHOD FOR THE MINIMIZATION OF CONVEX FUNCTIONS SUBJECT TO AFFINE CONSTRAINTS THE NEWTON BRACKETING METHOD FOR THE MINIMIZATION OF CONVEX FUNCTIONS SUBJECT TO AFFINE CONSTRAINTS ADI BEN-ISRAEL AND YURI LEVIN Abstract. The Newton Bracketing method [9] for the minimization of convex

More information

MATH Linear Algebra

MATH Linear Algebra MATH 304 - Linear Algebra In the previous note we learned an important algorithm to produce orthogonal sequences of vectors called the Gramm-Schmidt orthogonalization process. Gramm-Schmidt orthogonalization

More information