It was long known that
It was thought the situation was similar for singular cardinals, until in 1974 Silver showed that if
One of the natural ways for the power function to be small below a cardinal
In 1978 Shelah introduced Possible Cofinality Theory (PCF theory), which he used to show that
Whether the
This project aims to formalize PCF theory in lean, following article 14, "Cardinal Arithmetic", in the "Handbook of Set Theory". This article is also a great resource for anyone who wants to learn more about this topic, starting with the very basics.
The long-term goal of the project is to formalize enough PCF theory to prove Shelah's theorem:
The current short-term goal is prove the representation theorem for successors of singular cardinals (theorem 2.23), and use it to construct a Jónsson algebra on
As the project is just starting and the basic notions of PCF theory are not defined, there aren't many disjoint tasks to work on yet. Once the foundations of the project solidify there will hopefully be many independent TODOs and isolated sorrys.
- Prove the countable case of
exists_isClubGuessing_of_cof_uncountable
. This is exercise 2.18.2 in the Handbook and there is a hint that describes the variation on the uncountable case construction.
Background/ contains files with theorems not specific to PCF theory.
ClubGuessing.lean proves the basic club guessing principles needed for PCF theory. These are theorem 2.17 and the following exercise in the Handbook.
Playground.lean is where possible new definitions are tested.