Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This sequence of commits tries to fix a few small mistakes/typos.
I also have some suggestions for further changes:
1.) In Lemma 6.18 which states that we can can cover a convex body K with at most 2^O(d) * N(K,E) translates of an ellipsoid E, it is not mentioned how we can compute an initial point x in the interior of the convex body. It seems that we should use the ellipsoid method, but to do so we might require an initial ball that intersects the interior of K. If something like this is intended the runtime should also depend on the ratio of the volume of the initial ball and its intersection with K.
2.) In general it would be nice to have some more information about how the convex body is given in chapter 6. Presumably it should be given by a separation oracle, and the "runtime-bounds" in many theorems should measure the number of oracle calls and arithmetic operations.
3.) In the chapter 4 it would be nice to know how the set of Lambda-periodic functions that we work with is defined! The way it is now that part is too vague to learn much from it.
4.) In Lemma 7.21 you use the term triangulation of a cone. But you define the term only for polytopes.
5.) After Corollary 4.13 some results about the flatness constant are mentioned. However it is not stated explicitly how the term flatness constant is defined.