Skip to content

Commit

Permalink
reword
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesGallicchio committed Jun 9, 2024
1 parent f7a232b commit 39f9137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ITP/geometry.tex
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
def ConvexEmptyIn (S P : Set Point) : Prop :=
ConvexIndep S ∧ EmptyShapeIn S P

/-- `HasEmptyKGon k P' means that `P' has a convex `k'-gon in `P' -/
/-- `HasEmptyKGon k P' means that `P' has a convex, empty `k'-gon -/
def HasEmptyKGon (k : Nat) (P : Set Point) : Prop :=
∃ S : Finset Point, S.card = k ∧ ↑S ⊆ P ∧ ConvexEmptyIn S P
\end{lstlisting}
Expand Down

0 comments on commit 39f9137

Please sign in to comment.