Zulip Chat Archive
Stream: maths
Topic: ordinal.infinite
Johan Commelin (Mar 03 2022 at 10:56):
@Violeta Hernández @Eric Rodriguez What do you think of introducing
def ordinal.infinite (o : ordinal) : Prop := \omega \le o
It seems to be a common condition, and it would enable dot-notation.
Kevin Buzzard (Mar 03 2022 at 11:05):
I see that Chris' formalisation of "alg closed fields of the same uncountable cardinality and characteristic are isomorphic" used "cardinal.omega < #K so maybe
cardinal.uncountable` and other similar things could also be added?
Eric Rodriguez (Mar 03 2022 at 11:10):
I feel like the le
dot notation works fairly well in this case, but in any case I'm not a big user of the cardinal stuff, so I don't think I should make the decision
Mario Carneiro (Mar 03 2022 at 11:38):
The motivation here seems kind of weak
Mario Carneiro (Mar 03 2022 at 11:39):
I think \omega <= c
or \omega < c
is plenty readable as is
Violeta Hernández (Mar 03 2022 at 15:06):
I put my thoughts on GitHub already, that this would obscure a very simple definition
Violeta Hernández (Mar 03 2022 at 15:07):
Surely in most cases it's much easier to treat this as an inequality
Last updated: Dec 20 2023 at 11:08 UTC