Commit 2022-05-11 06:01 4231b681
View on Github →feat(data/list): add a few lemmas (#14047)
- add
list.reverse_surjective
andlist.reverse_bijective
; - add
list.chain_iff_forall₂
,list.chain_append_singleton_iff_forall₂
, andlist.all₂_zip_with
.
feat(data/list): add a few lemmas (#14047)
list.reverse_surjective
and list.reverse_bijective
;list.chain_iff_forall₂
,
list.chain_append_singleton_iff_forall₂
, and list.all₂_zip_with
.