Mathlib v3 is deprecated. Go to Mathlib v4

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, and int.exists_strict_anti;
  • move set.Iic.no_min_order and set.Ici.no_max_order to data.set.intervals.basic;
  • add set.Iio.no_min_order and set.Ioi.no_max_order;
  • add no_max_order.infinite and no_min_order.infinite, use them in the proofs;
  • rename set.Ixx.infinite to set.Ixx_infinite;
  • add set.Ixx.infinite - lemmas and instances about infinite, not set.infinite.

Estimated changes

added theorem no_max_order.infinite
added theorem no_min_order.infinite
modified theorem set.Icc.infinite
added theorem set.Icc_infinite
deleted theorem set.Ici.infinite
added theorem set.Ici_infinite
modified theorem set.Ico.infinite
added theorem set.Ico_infinite
deleted theorem set.Iic.infinite
added theorem set.Iic_infinite
deleted theorem set.Iio.infinite
added theorem set.Iio_infinite
modified theorem set.Ioc.infinite
added theorem set.Ioc_infinite
deleted theorem set.Ioi.infinite
added theorem set.Ioi_infinite
modified theorem set.Ioo.infinite
added theorem set.Ioo_infinite