[Merged by Bors] - feat: cof (ω_ (o + 1)) = ℵ_ (o + 1)#37020
[Merged by Bors] - feat: cof (ω_ (o + 1)) = ℵ_ (o + 1)#37020vihdzp wants to merge 9 commits intoleanprover-community:masterfrom
Conversation
vihdzp
commented
Mar 23, 2026
PR summary 04c569f2fcImport changes for modified filesNo significant changes to the import graph Import changes for all files
|
| theorem cof_preOmega_add_one {o : Ordinal} (h : ω ≤ o) : | ||
| (preOmega (o + 1)).cof = preAleph (o + 1) := by |
There was a problem hiding this comment.
Couldn't you generalise this syntactically to
| theorem cof_preOmega_add_one {o : Ordinal} (h : ω ≤ o) : | |
| (preOmega (o + 1)).cof = preAleph (o + 1) := by | |
| theorem cof_preOmega_add_one {o : Ordinal} (h : ω ≤ o) (ho : \not IsLimit o) : | |
| (preOmega o).cof = preAleph o := by |
? Same everywhere else
There was a problem hiding this comment.
I don't know if that's all that useful? I don't see what kind of circumstance would give you a ¬ IsSuccPrelimit x hypothesis that you wouldn't immediately try to use to rewrite x = y + 1.
YaelDillies
left a comment
There was a problem hiding this comment.
Thanks! 🚀
maintainer merge
|
🚀 Pull request has been placed on the maintainer queue by YaelDillies. |
|
Thanks! bors merge bors merge |
|
Already running a review |
|
Pull request successfully merged into master. Build succeeded:
|