Mathlib Changelog
v3
Changelog
About
Github
Mathlib v3 is deprecated.
Go to Mathlib v4
Commit
2020-09-24 00:15
96e81faa
View on Github →
feat(data/(lazy_)list): various lemmas and definitions (
#4172
)
Estimated changes
Modified
src/data/lazy_list/basic.lean
added
def
lazy_list.attach
added
theorem
lazy_list.forall_mem_cons
added
theorem
lazy_list.mem_cons
added
theorem
lazy_list.mem_nil
added
def
lazy_list.pmap
Modified
src/data/list/basic.lean
added
theorem
list.disjoint_take_drop
added
theorem
list.inter_reverse
added
theorem
list.mem_map_swap
added
theorem
list.mem_of_mem_drop
added
theorem
list.nth_eq_none_iff
added
theorem
list.nth_injective
added
theorem
list.reverse_take
added
theorem
list.sizeof_slice_lt
added
theorem
list.slice_eq
Modified
src/data/list/defs.lean
added
def
list.slice
Modified
src/data/list/perm.lean
added
theorem
list.perm.drop_inter
added
theorem
list.perm.inter_append
added
theorem
list.perm.slice_inter
added
theorem
list.perm.take_inter
Modified
src/data/list/sigma.lean
added
theorem
list.sizeof_erase_dupkeys
added
theorem
list.sizeof_kerase
Modified
src/data/list/zip.lean
added
theorem
list.nth_zip_eq_some
added
theorem
list.nth_zip_with
added
theorem
list.nth_zip_with_eq_some
Modified
src/data/sigma/basic.lean
added
theorem
prod.fst_to_sigma
added
theorem
prod.snd_to_sigma
added
def
prod.to_sigma
Modified
src/tactic/interactive.lean