Commit 2021-10-14 05:36 34f34942
View on Github →chore(set_theory/cardinal): rename is_empty
/nonempty
lemmas (#9668)
- add
is_empty_pi
,is_empty_prod
,is_empty_pprod
,is_empty_sum
; - rename
cardinal.eq_zero_of_is_empty
tocardinal.mk_eq_zero
, make the argumentα : Type u
explicit; - rename
cardinal.eq_zero_iff_is_empty
tocardinal.mk_eq_zero_iff
; - rename
cardinal.ne_zero_iff_nonempty
tocardinal.mk_ne_zero_iff
; - add
@[simp]
lemmacardinal.mk_ne_zero
; - fix compile errors caused by these changes, golf a few proofs.