ArticleslgStudy

science

Geometric discrepancy

Geometric discrepancy is a science topic covered in the lgStudy science library. This page brings together a partial reference excerpt, illustrations, worked examples, real-world applications and a short study plan, so you can understand Geometric discrepancy rather than just read about it. In short: Geometric discrepancy theory is a sub-field of discrepancy theory, that deals with balancing geometric sets, such as intervals or rectangles. The general research question in this field is: given a set of points in a geometric space, and a set of objects in the same space, can we color each point in one of two different colors (e.g. black and white), such that each object contains roughly the same number of points o…

Key takeaways

  • Geometric discrepancy belongs to science; place it in that map before memorising details.
  • Learn the definition first, then one example that makes the definition concrete.
  • Connect Geometric discrepancy to a quantity you can measure, compute or draw — that is where exam questions come from.
  • Reproduce the core statement of Geometric discrepancy from memory before moving on to harder problems.

Reference excerpt

Geometric discrepancy theory is a sub-field of discrepancy theory, that deals with balancing geometric sets, such as intervals or rectangles. The general research question in this field is: given a set of points in a geometric space, and a set of objects in the same space, can we color each point in one of two different colors (e.g. black and white), such that each object contains roughly the same number of points of each color? Formally, the discrepancy of an object is defined as the difference between the number of white points and the number of black points in that object; the objective is to color the points such that the maximum discrepancy of an object is as small as possible.

Intervals In the simplest geometric discrepancy setting, the set of objects is the set of all sub-intervals of the real interval [0,1]. In this setting, it is possible to attain discrepancy 1: simply color the points alternately black - white - black - white - etc. Then, the discrepancy of every interval is either 0 or 1. The problem becomes more challenging when the points are not available in advance, but arrive one by one, and each point should be colored immediately when it arrives. This setting is called the "Online Interval Discrepancy". Jiang, Kulkarni and Singla prove that:

No online algorithm can guarantee a constant discrepancy. Randomly coloring each point when it arrives gives O ~ ( n ) {\displaystyle {\tilde {O}}({\sqrt {n}})} expected discrepancy. If the point arrival is adversarial, the discrepancy of any online algorithm is Ω ( n ) {\displaystyle \Omega ({\sqrt {n}})} . If the point arrival is stochastic, there is an efficient algorithm that guarantees O ( n c / log ⁡ log ⁡ n ) {\displaystyle O(n^{c/\log {\log {n}}})} discrepancy, for some universal constant c, with high probability (i.e. with probability 1-1/poly(n), where the exponent of the polynomial depends on c). Their proof uses a reduction to the problem of Online Tree Balancing, which is a problem of discrepancy in which the set of objects is the set of sub-trees of a complete m-ary tree with height h. For this problem, they prove that, if h ≤ log ⁡ log ⁡ n / C {\displaystyle h\leq {\log \log n}/C} for a sufficiently large constant C, and m ≥ 100, then there is an online algorithm that attains discrepancy O ( log 2 ⁡ n ) {\displaystyle O(\log ^{2}n)} .

Rectangles and boxes Tusnady asked what is the discrepancy when the set of objects is the set of axes-parallel rectangles contained in the unit square.

Beck proved that the discrepancy is at least Ω(log n) and at most O(log4n). Nikolov proved that the discrepancy is at most O(log1.5 n). When the set of objects is the set of all rectangles (possibly rotated), then:

Beck proved that the discrepancy is at least Ω(n1/4-ε) and at most O(n1/2+ε) for any ε>0. Matousek studied the d-dimensional extension of Tusnady's problem. Improving previous results by Roth, Schmidt, Beck, Bohus, and Srinivasan, he proved an upper bound of O d ( ( log ⁡ n ) d + 1 / 2 log ⁡ log ⁡ n ) {\displaystyle O_{d}((\log n)^{d+1/2}{\sqrt {\log \log n}})} with a simple proof.

Stripes When the set of objects is the set of stripes—rectangles of the form [a,b]x[0,1] and [0,1]x[a,b], the setting is equivalent to the problem of "two permutations": given two permutations on a set of n elements, we should color each element either black or white, such that the discrepancy in each interval of each permutation is minimized (the two permutations are the order of the x coordinates and the order of the y coordinates of the points).

Spencer proved that it is possible to attain a discrepancy of at most 2. Jiang, Kulkarni and Singla study the online setting with stochastic point arrival, and prove that:

A random coloring yields an expected discrepancy of O ~ ( n ) {\displaystyle {\tilde {O}}({\sqrt {n}})} . There is an efficient algorithm that guarantees O ( n c / log ⁡ log ⁡ n ) {\displaystyle O(n^{c/\log {\log {n}}})} discrepancy, for some universal constant c, with high probability. They show an application of this result to online fair division.

Convex polytopes Matousek and Nikolov studied a more general setting, where the set of objects is induced by dilations and translations of a fixed convex polytope. He proved upper and lower bounds on the discrepancy. The results are analogous to the results for rectangles and boxes.

Half-spaces When the set of objects is the set of half-spaces in the Euclidean d-dimensional space:

… excerpt ends here. Continue reading the full article.

Worked examples

Example 1 — a first encounter with Geometric discrepancy

Start with the simplest possible case. Write down what Geometric discrepancy claims or describes in one sentence, then invent the smallest concrete situation in which that sentence is true. In science, the smallest case is usually a single object, a single equation or a single measurement. Check that every symbol or term in your sentence has a meaning in that case.

Example 2 — changing one variable

Take the situation from Example 1 and change exactly one quantity: double it, halve it, or set it to zero. Predict what should happen to Geometric discrepancy before you calculate. Comparing your prediction with the result is the fastest way to find out whether you understand the idea or only the words.

Example 3 — an exam-style question

Typical questions about Geometric discrepancy ask you to (a) state it precisely, (b) apply it to given data, and (c) explain a limitation. Practise writing all three answers in under five minutes; the third part is what separates a full-mark answer from an average one.

Applications of Geometric discrepancy

In research
Geometric discrepancy appears in science research whenever the underlying quantities have to be modelled precisely. Papers usually cite it as a starting assumption and then explore where it breaks down.
In technology and industry
Engineering practice reuses Geometric discrepancy in design rules, simulations and safety margins. Knowing the idea lets you read a specification sheet and understand why the numbers look the way they do.
In the classroom
Geometric discrepancy is common in secondary-school and first-year university syllabi. It links to neighbouring topics Discrepancy theory, so understanding it makes those chapters shorter.
In everyday life
Look for Geometric discrepancy outside the textbook — in sport, cooking, traffic, electronics or the sky above you. An example you found yourself is remembered far longer than one you were given.

Affiliate

Preply — study more efficiently by working with a personal tutor. 50% off.

How to study Geometric discrepancy in 20 minutes

  1. Read the reference excerpt below once, without taking notes.
  2. Close the page and write down what Geometric discrepancy means in your own words.
  3. Compare your version with the excerpt and mark what you missed.
  4. Work through the three examples above with pen and paper.
  5. Explain Geometric discrepancy out loud to somebody else — or to Teacher Smith in the lgStudy chat.

Frequently asked questions

What is Geometric discrepancy in simple terms?

Geometric discrepancy theory is a sub-field of discrepancy theory, that deals with balancing geometric sets, such as intervals or rectangles. The general research question in this field is: given a set of points in a geometric space, and a set of objects in the same space, can we color each point i…

Why does Geometric discrepancy matter?

Because it connects several science ideas at once: it gives you a definition you can apply, a quantity you can calculate, and a way to check whether a result is plausible.

How should I study Geometric discrepancy?

Read the excerpt, restate it from memory, then work through the examples and applications listed on this page. The five-step study plan above takes about twenty minutes.

What does this page cover?

It gives you a compact reference excerpt plus original lgStudy explanations, examples, applications and study material on Geometric discrepancy.

Tags

  • Discrepancy theory

Keep exploring