Zulip Chat Archive
Stream: lean4
Topic: lift_aleph
Nir Paz (Sep 15 2024 at 14:29):
@Violeta Hernández Hey, do you have any advice on how to approach this?
theorem lift_aleph {o : Ordinal.{u}} : lift.{v, u} (aleph o) = aleph (lift.{v, u} o)
I don't know this part of the library well and I'm having trouble.
Violeta Hernández (Sep 15 2024 at 14:30):
I have an open PR proving this exact theorem!
Violeta Hernández (Sep 15 2024 at 14:31):
Basically, both maps are principal segment embeddings, and there can only be one between two given well orders
Nir Paz (Sep 15 2024 at 14:43):
Oh great! I'll take a look at it
Violeta Hernández (Sep 15 2024 at 21:43):
I actually give a proof using only transfinite recursion in #16306, but I'm waiting for #16220 to give the much shorter argument using principal segments.
Violeta Hernández (Oct 26 2024 at 12:54):
For posterity, docs#Cardinal.lift_aleph now exists.
Last updated: May 02 2025 at 03:31 UTC