Zulip Chat Archive
Stream: mathlib4
Topic: Order/Bounded
Violeta Hernández (Sep 21 2024 at 03:03):
Just came across https://leanprover-community.github.io/mathlib4_docs/Mathlib/Order/Bounded.html, an old file I made about two years ago about results for Bounded (· < ·) and Unbounded (· < ·).
Violeta Hernández (Sep 21 2024 at 03:04):
As I understand now, the preferred spelling for this predicate is BddAbove or ¬ BddAbove.
Violeta Hernández (Sep 21 2024 at 03:04):
Should deprecating this file be something we work towards?
Violeta Hernández (Sep 21 2024 at 03:04):
@Yaël Dillies
Yaël Dillies (Sep 21 2024 at 06:49):
I tend to agree, yes. This file is only used on Cardinal and Ordinal, where BddAbove is equivalent and more idiomatic.
Violeta Hernández (Sep 21 2024 at 06:55):
Yes, that's also my fault. I'm working on redefining docs#Ordinal.enumIso to use the BddAbove hypothesis, which should get rid of those usages.
Last updated: May 02 2025 at 03:31 UTC