Commit 2021-02-08 16:17 1d49f87e
View on Github →chore(data/finset): golf some proofs (#6101)
- prove that
finset.min'
andfinset.max'
areis_least
andis_greatest
elements of the corresponding sets; - use this fact to golf some proofs;
generalize
min'_lt_max'
tois_glb_lt_is_lub_of_ne
; - add
finset.card_le_one
andfinset.one_lt_card
.