PCF Theory #
Source: doi:10.1007/978-1-4020-5764-9_15
Authors: YnirPaz
Status: verified
Main declarations: Ordinal.exists_isClubGuessing_of_cof_uncountable
Tags: set-theory, cardinal-arithmetic, club-guessing
MSC: 03E04, 03E10, 03E55
Mathematical overview #
A formalization of foundational results from Shelah's Possible Cofinality (PCF) theory, following article 14, "Cardinal Arithmetic", in the Handbook of Set Theory.
The project sets up the basic theory of clubs (closed and unbounded sets) and stationary sets below an ordinal, and uses it to prove a fundamental club-guessing existence result.
Main results #
Ordinal.IsClubandOrdinal.Club: clubs below an ordinal.Ordinal.IsStationary: stationary sets.Ordinal.IsClub.sInter,IsClub.iInter,IsClub.diagInter: intersection results showing that small intersections and diagonal intersections of clubs are again clubs.Ordinal.IsClubGuessing: definition of a club-guessing sequence.Ordinal.exists_isClubGuessing_of_cof_uncountable(Handbook theorem 2.17): letϞbe an ordinal andSa stationary subset ofϞwhose elements all have a common uncountable cofinalityκwithsucc κ < Ϟ.cof. Then there exists a club-guessing sequence onS.
Provenance #
Imported from https://github.com/YnirPaz/PCF-Theory; ported from Lean v4.18.0-rc1 to Lean Pool's v4.30.0-rc2.