Skip to content

Commit c69fc5c

Browse files
committed
temp
1 parent 202e5a6 commit c69fc5c

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

Mathlib/Combinatorics/Ramsey/Basic.lean

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -288,8 +288,9 @@ end
288288

289289
section
290290

291-
-- todo: add more general defs for graphs in terms of `LabelingContains` and `LabelingIndContains`
292-
-- but keep this def because it is needed to bootstrap existence of ramsey numbers for graphs
291+
-- todo: add two more general versions of `IsRamseyValid` for graphs in terms of `LabelingContains`
292+
-- and `LabelingIndContains` but keep this def because it is needed to bootstrap existence of Ramsey
293+
-- numbers for graphs.
293294

294295
/-- The predicate `IsRamseyValid V n` states that the type `V` is large enough to guarantee a
295296
clique of size `n k` for some colour `k : K`. -/

0 commit comments

Comments
 (0)