Commit 2022-05-31 09:48 615babaf
View on Github →feat(order/monotone): prove nat.exists_strict_mono
etc (#14435)
- add
nat.exists_strict_mono
,nat.exists_strict_anti
,int.exists_strict_mono
, andint.exists_strict_anti
; - move
set.Iic.no_min_order
andset.Ici.no_max_order
todata.set.intervals.basic
; - add
set.Iio.no_min_order
andset.Ioi.no_max_order
; - add
no_max_order.infinite
andno_min_order.infinite
, use them in the proofs; - rename
set.Ixx.infinite
toset.Ixx_infinite
; - add
set.Ixx.infinite
- lemmas and instances aboutinfinite
, notset.infinite
.