On the number of unit distances among ‘n’ points Crossing Lemma: For n points and e edges with...

16
On the number of unit distances among ‘n’ points Crossing Lemma: For n points and e edges with condition e ≤ 4*n, the crossing number of G on the plane is at least e 3 /(100 n 2 ) Crossing Number: ? Ref.[1]

Transcript of On the number of unit distances among ‘n’ points Crossing Lemma: For n points and e edges with...

Page 1: On the number of unit distances among ‘n’ points Crossing Lemma: For n points and e edges with condition e ≤ 4*n, the crossing number of G on the plane.

On the number of unit distances among ‘n’ points

On the number of unit distances among ‘n’ points

Crossing Lemma:For n points and e edges with condition e ≤ 4*n, the crossing number of G on the plane is at least e3/(100

n2)Crossing Number: ?

Ref.[1]

Crossing Lemma:For n points and e edges with condition e ≤ 4*n, the crossing number of G on the plane is at least e3/(100

n2)Crossing Number: ?

Ref.[1]

Page 2: On the number of unit distances among ‘n’ points Crossing Lemma: For n points and e edges with condition e ≤ 4*n, the crossing number of G on the plane.

Keywords:

Crossing Number

Incidences(with respect to lines and points)

Unit Graph

Turan Graph T(n,r)

Page 3: On the number of unit distances among ‘n’ points Crossing Lemma: For n points and e edges with condition e ≤ 4*n, the crossing number of G on the plane.

f(n) the maximum number of unit distances possible among n points g(n) the minimum number of different distances possible. Erdós himself said that these are my most striking contribution to Geometry. He also offered $500 for the magnitude of any.

f(n)* g(n) ≥ nC2 (consider graph which is for g(n) in this graph join all other possible edges their length must be repetition of length’s of g(n) one of the must repeat at least nC2/g(n) times)

Page 4: On the number of unit distances among ‘n’ points Crossing Lemma: For n points and e edges with condition e ≤ 4*n, the crossing number of G on the plane.

Erdós showed the lower bound of maximum number (f(n))of unit edges in euclidian planar graph to be

n1+const/log(log(n)) and conjectured that this was about the true magnitude. He also proved the upper bound to

be n3/2 [2]

J. Beck and J. spencer prove this to be n1.444... [4]

• Finally, Spencer, Szemerèdi and Trotter achieved the best known bound, const*n4/3 [5]

• For dimension(d) ≤ 4 the problem is solved by Lenz construction

ud = (p-1/2p)n2 + O(n2) where p = floor(d/2)

Page 5: On the number of unit distances among ‘n’ points Crossing Lemma: For n points and e edges with condition e ≤ 4*n, the crossing number of G on the plane.

For l lines and n points, the maximum number of incidence that can happenAssume all points lie on at least one line(if not then it will not be maximum). If k points lie on a line then it will make k-1 edges. Consider the graph(G) made by these edges and the points.

If #i denotes the number of incidences then edges of G is bounded by #i - l so by using Crossing Lemma

Cr(G) ≥ (#i - l)3/(100*n2)

⇒ #i ≤ const *[(nl)2/3+n+l]

Note: Cr(G) is at-most l2

Page 6: On the number of unit distances among ‘n’ points Crossing Lemma: For n points and e edges with condition e ≤ 4*n, the crossing number of G on the plane.

For n points the number of lines containing at least k of them is at most const*n2/k3 (where 2≤k≤√n) [6]

Consider those lines which passes through at least k of the points. Consider the graph G formed by the points and the intermediate edges(#edges > l(k-1)) again applying crossing lemma we get

l2 > const* e3/n2 > const[l(k-l)]3/n2 or l(k-1) < 4n

Since G has at least l(k-1) edges

Page 7: On the number of unit distances among ‘n’ points Crossing Lemma: For n points and e edges with condition e ≤ 4*n, the crossing number of G on the plane.

The number of unit distances among n points in the plane is at most const*n4/3

Draw a unit circle around each point now construct a graph G in which we will only include those arcs(from point to point) of circle which has more than 2 points on it’s circumference also if an arc is common between two circle then take only one of them.

Claim: Number of edges in G is at most O(n) less than the number of unit distances.

Proof: There are n circles, so by not counting those arcs, from circles having less than or equal to 2 points, we have decreases the edge count by at most 2*n from unit distances.

Also there are at most n arcs shared by all circles so by counting only once we are again diminishing the edge count by at most 2*n.(proof incremental)

Page 8: On the number of unit distances among ‘n’ points Crossing Lemma: For n points and e edges with condition e ≤ 4*n, the crossing number of G on the plane.

No more than two circle can share same arc since radius of all circle is fixed(unity).

If two circle shares an arc then there can’t be any other circle possible which can share arcs with both of them. So it is like clique of size at max 2.So at most 2*n unit distances are not considered if we take only one of the common arcs.

The number of crossing in G is at most 2*n2 because two circle can intersect in at most two points. So by applying Crossing Lemma we get

2*n2 ≥ [f(n)]3/100*n2

⇒ f(n) ≤ const * n4/3

Page 9: On the number of unit distances among ‘n’ points Crossing Lemma: For n points and e edges with condition e ≤ 4*n, the crossing number of G on the plane.

Discussion

Can we do better than this using Crossing Lemma.

Let us first see the proof of crossing lemma(it is simple)

Euler formula (n - e + f = 2 - 2g) gives us

cr(G) ≥ e - 3* n + 6

Now we consider subgraph of G and apply Euler formula to them and then combine the estimates using probabilistic method.Consider subgraph formed by choosing all vertices independently with probability p Let us call this graph Gp by Euler formula

cr(Gp) - ep + 3* np ≥ 0

Expectation is clearly E(cr(Gp) - ep + 3* np) ≥ 0

Page 10: On the number of unit distances among ‘n’ points Crossing Lemma: For n points and e edges with condition e ≤ 4*n, the crossing number of G on the plane.

Since E(np) = pn, E(e) = p2m and E(crossing) = p4cr(G)

Which gives cr(G) ≥ p-2e - 3p-3n.

Now by setting p = 4n/e( ≤ 1 since e ≥ 4n) the inequality becomes

cr(G) ≥ 1/64(e3/n2).

Crossing Lemma gives tight bound to many graphs so we can’t do better than this by just using Crossing Lemma need to consider some more constraints which unit graph has.

Page 11: On the number of unit distances among ‘n’ points Crossing Lemma: For n points and e edges with condition e ≤ 4*n, the crossing number of G on the plane.

DiscussionConsider Unit Graph G in a plane, Since two circles can’t share more than two points so the clique of G will be 3.G is also 3 partite graph. So it is T(n,3) graph.

G can’t have K2,3 as it’s subgraph. K2,3 denotes a complete bipartite graph which has 2 vertices on one side and 3 on other

Turan Theorem: Turan number m, is the largest number of edges, a Graph can have which is k partite and has n vertices. m = (k-1)n2/2k

Page 12: On the number of unit distances among ‘n’ points Crossing Lemma: For n points and e edges with condition e ≤ 4*n, the crossing number of G on the plane.

Bound by ErdósAssuming that xi points are at unit distance from Pi clearly our interest is in calculating

Assume that x1 ≥ x2 ≥ . . . . ≥ xn

then

because and Where Si denotes set of points unit distance from Pi also

which gives

but is

Now x1 + x2 + . . . . + xa ≤ n + 2 a(a-1)/2

since xi ‘s are in decreasing order so xa ≤ [n + 2 a(a-1)/2]/a

Page 13: On the number of unit distances among ‘n’ points Crossing Lemma: For n points and e edges with condition e ≤ 4*n, the crossing number of G on the plane.

So, < n + 2 a(a-1)/2 + [n + 2 a(a-1)/2](n-a)

by taking a = √n we get

bound < n3/2

Page 14: On the number of unit distances among ‘n’ points Crossing Lemma: For n points and e edges with condition e ≤ 4*n, the crossing number of G on the plane.

[1] Crossing Lemma--Leighton, Ajtai, Chvatal, Newborn and Szemeredi, Crossing free subgraphs, Annals of Discrete Mathematics

[2] Erdós paper On sets of distance of n points

[3]S. Józsa and E. Szemerèdi, The number of unit distances on the plane in: Infinite and Finite Sets

[4] J.Beck and J.Spencer, Unit distances

Page 15: On the number of unit distances among ‘n’ points Crossing Lemma: For n points and e edges with condition e ≤ 4*n, the crossing number of G on the plane.

[5] J. Spencer, E. Szemerèdi and Trotter

[6] E. Szemerèdi, W. T. Trotter Extremal Problems in discrete geometry

Page 16: On the number of unit distances among ‘n’ points Crossing Lemma: For n points and e edges with condition e ≤ 4*n, the crossing number of G on the plane.

Thank You

tT

.