Mathlib v3 is deprecated. Go to Mathlib v4

Commit 2021-02-11 16:20 7b4a9e5f

View on Github →

feat(order/well_founded_set) : Define when a set is well-founded with set.is_wf (#6113) Defines a predicate for when a set within an ordered type is well-founded (set.is_wf) Proves basic lemmas about well-founded sets

Estimated changes

added theorem finset.is_wf
added theorem set.finite.is_wf
added theorem set.fintype.is_wf
added theorem set.is_wf.insert
added theorem set.is_wf.mono
added theorem set.is_wf.union
added def set.is_wf
added theorem set.is_wf_singleton