Mathlib v3 is deprecated. Go to Mathlib v4

Commit 2021-04-21 04:20 923314f2

View on Github →

refactor(order/well_founded_set): partially well ordered sets using relations other than has_le.le (#7131) Introduces set.partially_well_ordered_on to generalize set.is_partially_well_ordered to relations that do not necessarily come from a has_le instance Renames set.is_partially_well_ordered to set.is_pwo in analogy with set.is_wf Prepares to refactor Hahn series to use set.is_pwo and avoid the assumption of a linear order

Estimated changes

added theorem finset.is_pwo
added theorem finset.well_founded_on
added theorem set.is_pwo.is_wf
added theorem set.is_pwo.mul
added theorem set.is_pwo.prod
added def set.is_pwo
added theorem set.is_wf.is_pwo
added theorem set.is_wf_iff_is_pwo