Zulip Chat Archive

Stream: Formal conjectures

Topic: Problems that appear in two or more problem collection


Moritz Firsching (Jan 26 2026 at 11:59):

There is some overlap between problem collections, for instance there are problems on Wikipedia that are also Erdős problems, or Erdős Problems that also appear in Ben Green's problem list.

How should we handle that? So far we have created files either only containing doc strings or repeating the theorem using type_of%. Now we could also use alias, see FC#1885 (and also FC#1627).

Even though this might be a bit of bike-shedding, perhaps it is good to think about how to do this best!

Moritz Firsching (Jan 26 2026 at 11:59):

All else being equal, I would favor the type_of% approach, because it seems flexible and works well with our category attributes


Last updated: Feb 28 2026 at 14:05 UTC