Talk:Fujimura's problem: Difference between revisions

From Polymath Wiki
Jump to navigationJump to search
No edit summary
 
(16 intermediate revisions by 3 users not shown)
Line 1: Line 1:
Let <math>\overline{\overline{c}}^\mu_n</math> be the largest subset of the tetrahedral grid:
Let <math>\overline{c}^\mu_{n,4}</math> be the largest subset of the tetrahedral grid:


:<math> \{ (a,b,c,d) \in {\Bbb Z}_+^4: a+b+c+d=n \}</math>
:<math> \{ (a,b,c,d) \in {\Bbb Z}_+^4: a+b+c+d=n \}</math>
Line 10: Line 10:
| n || 0 || 1 || 2
| n || 0 || 1 || 2
|-
|-
| <math>\overline{\overline{c}^\mu_n}</math> || 1 || 3 || 7
| <math>\overline{c}^\mu_{n,4}</math> || 1 || 3 || 7
|}
|}


== n=0 ==
== n=0 ==


<math>\overline{\overline{c}}^\mu_0 = 1</math>:
<math>\overline{c}^\mu_{0,4} = 1</math>:


There are no trapezoids, so no removals are needed.
There are no tetrahedrons, so no removals are needed.


== n=1 ==
== n=1 ==


<math>\overline{\overline{c}}^\mu_1 = 3</math>:
<math>\overline{c}^\mu_{1,4} = 3</math>:


Removing any one point on the grid will leave the set tetrahedron-free.
Removing any one point on the grid will leave the set tetrahedron-free.
Line 27: Line 27:
== n=2 ==
== n=2 ==


<math>\overline{\overline{c}}^\mu_2 = 8</math>:
<math>\overline{c}^\mu_{2,4} = 7</math>:


Suppose the set can be trapezoid-free in two removals. One of 2000, 0200, 0020, and 0002 must be removed. Removing any one of the four leaves three trapezoids to remove. However, no point coincides with all three trapezoids, therefore there must be more than two removals.
Suppose the set can be tetrahedron-free in two removals. One of (2,0,0,0), (0,2,0,0), (0,0,2,0), and (0,0,0,2) must be removed. Removing any one of the four leaves three tetrahedrons to remove. However, no point coincides with all three tetrahedrons, therefore there must be more than two removals.


Three removals (for example 0002, 1100 and 0020) leaves the set trapezoid-free with a set size of 7.
Three removals (for example (0,0,0,2), (1,1,0,0) and (0,0,2,0)) leaves the set tetrahedron-free with a set size of 7.
 
== General n ==
 
A lower bound of 2(n-1)(n-2) can be obtained by keeping all points with exactly one coordinate equal to zero.
 
You get a non-constructive quadratic lower bound for the quadruple problem by taking a random subset of size <math>cn^2</math>. If c is not too large the linearity of expectation shows that the expected number of tetrahedrons in such a set is less than one, and so there must be a set of that size with no tetrahedrons.  I think <math> c = \frac{24^{1/4}}{6} + o(\frac{1}{n})</math>.
 
With coordinates (a,b,c,d), take the value a+2b+3c.  This forms an arithmetic progression of length 4 for any of the tetrahedrons we are looking for.  So we can take subsets of the form a+2b+3c=k, where k comes from a set with no such arithmetic progressions. [[http://arxiv.org/PS_cache/arxiv/pdf/0811/0811.3057v2.pdf This paper]] gives a complicated formula for the possible number of subsets.
 
One upper bound can be found by counting tetrahedrons. For a given n the tetrahedral grid has <math>\frac{1}{24}n(n+1)(n+2)(n+3)</math> tetrahedrons. Each point on the grid is part of n tetrahedrons, so <math>\frac{1}{24}(n+1)(n+2)(n+3)</math> points must be removed to remove all tetrahedrons. This gives an upper bound of <math>\frac{1}{8}(n+1)(n+2)(n+3)</math>.

Latest revision as of 02:22, 29 March 2009

Let [math]\displaystyle{ \overline{c}^\mu_{n,4} }[/math] be the largest subset of the tetrahedral grid:

[math]\displaystyle{ \{ (a,b,c,d) \in {\Bbb Z}_+^4: a+b+c+d=n \} }[/math]

which contains no tetrahedrons [math]\displaystyle{ (a+r,b,c,d), (a,b+r,c,d), (a,b,c+r,d), (a,b,c,d+r) }[/math] with [math]\displaystyle{ r \gt 0 }[/math]; call such sets tetrahedron-free.

These are the currently known values of the sequence:

n 0 1 2
[math]\displaystyle{ \overline{c}^\mu_{n,4} }[/math] 1 3 7

n=0

[math]\displaystyle{ \overline{c}^\mu_{0,4} = 1 }[/math]:

There are no tetrahedrons, so no removals are needed.

n=1

[math]\displaystyle{ \overline{c}^\mu_{1,4} = 3 }[/math]:

Removing any one point on the grid will leave the set tetrahedron-free.

n=2

[math]\displaystyle{ \overline{c}^\mu_{2,4} = 7 }[/math]:

Suppose the set can be tetrahedron-free in two removals. One of (2,0,0,0), (0,2,0,0), (0,0,2,0), and (0,0,0,2) must be removed. Removing any one of the four leaves three tetrahedrons to remove. However, no point coincides with all three tetrahedrons, therefore there must be more than two removals.

Three removals (for example (0,0,0,2), (1,1,0,0) and (0,0,2,0)) leaves the set tetrahedron-free with a set size of 7.

General n

A lower bound of 2(n-1)(n-2) can be obtained by keeping all points with exactly one coordinate equal to zero.

You get a non-constructive quadratic lower bound for the quadruple problem by taking a random subset of size [math]\displaystyle{ cn^2 }[/math]. If c is not too large the linearity of expectation shows that the expected number of tetrahedrons in such a set is less than one, and so there must be a set of that size with no tetrahedrons. I think [math]\displaystyle{ c = \frac{24^{1/4}}{6} + o(\frac{1}{n}) }[/math].

With coordinates (a,b,c,d), take the value a+2b+3c. This forms an arithmetic progression of length 4 for any of the tetrahedrons we are looking for. So we can take subsets of the form a+2b+3c=k, where k comes from a set with no such arithmetic progressions. [This paper] gives a complicated formula for the possible number of subsets.

One upper bound can be found by counting tetrahedrons. For a given n the tetrahedral grid has [math]\displaystyle{ \frac{1}{24}n(n+1)(n+2)(n+3) }[/math] tetrahedrons. Each point on the grid is part of n tetrahedrons, so [math]\displaystyle{ \frac{1}{24}(n+1)(n+2)(n+3) }[/math] points must be removed to remove all tetrahedrons. This gives an upper bound of [math]\displaystyle{ \frac{1}{8}(n+1)(n+2)(n+3) }[/math].