Skip to content

Commit

Permalink
Wording and titles
Browse files Browse the repository at this point in the history
  • Loading branch information
Vtec234 committed Sep 10, 2024
1 parent 9c20010 commit b4d485a
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions ITP/slides.typ
Original file line number Diff line number Diff line change
Expand Up @@ -524,11 +524,15 @@ To verify $h(6) ≤ 30$:\ #pause

== Lower bounds

To prove theorems of the form $n <= h(k)$, we must show that there is a set of $n-1$ points with no $k$-holes.
To prove $n < h(k)$,
find a set of $n$ points with no $k$-holes. #pause

Naive solution is $cal(O)(n^(k+1)log k)$ time.
Naive checker algorithm is $cal(O)(n^(k+1)log k)$ time. #pause

We verified an $cal(O)(n^3)$ algorithm from\ @90dobkin_searching_empty_convex_polygons.
We verified an $cal(O)(n^3)$ solution\
from #cite(<90dobkin_searching_empty_convex_polygons>, form: "prose").

== Hole-finding algorithm

#slide(align: center+horizon, repeat: 7, self => cetz.canvas({
import cetz.draw: *
Expand Down Expand Up @@ -601,6 +605,8 @@ theorem holeNumber_6 : holeNumber 6 = 30 :=
```
]

== Lower bound: 29 points with no 6-holes

#slide(
// Hide header by making it background-coloured
// config: config-colors(secondary: config.colors.neutral-lightest),
Expand Down

0 comments on commit b4d485a

Please sign in to comment.