Mathlib v3 is deprecated. Go to Mathlib v4

Commit 2021-07-01 16:37 15712902

View on Github →

feat(logic/is_empty): add some simp lemmas and unique instances (#7832) There are a handful of lemmas about (h : ¬nonempty a) that if restated in terms of [is_empty a] become suitable for simp or as instances. This adjusts some of those lemmas.

Estimated changes