We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 202e5a6 commit c69fc5cCopy full SHA for c69fc5c
1 file changed
Mathlib/Combinatorics/Ramsey/Basic.lean
@@ -288,8 +288,9 @@ end
288
289
section
290
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
+-- todo: add two more general versions of `IsRamseyValid` for graphs in terms of `LabelingContains`
+-- and `LabelingIndContains` but keep this def because it is needed to bootstrap existence of Ramsey
293
+-- numbers for graphs.
294
295
/-- The predicate `IsRamseyValid V n` states that the type `V` is large enough to guarantee a
296
clique of size `n k` for some colour `k : K`. -/
0 commit comments