Mathlib v3 is deprecated. Go to Mathlib v4

Commit 2017-07-25 13:51 94510873

View on Github →

refactor(*): move in list lemmas, adapt to change in list.union

Estimated changes

added def list.concat
added theorem list.concat_eq_append
added def list.filter_map
added def list.find
added theorem list.index_of_cons_eq
added theorem list.index_of_cons_ne
deleted theorem list.index_of_cons_of_eq
deleted theorem list.index_of_cons_of_ne
modified theorem list.index_of_lt_length
modified theorem list.index_of_nth
added theorem list.index_of_nth_le
modified theorem list.index_of_of_not_mem
added def list.indexes_of
added def list.inits
added def list.is_infix
added def list.is_prefix
added def list.is_suffix
added theorem list.length_concat
added theorem list.map_concat
added def list.map₂
modified theorem list.mem_split
modified theorem list.not_mem_append
added def list.nth_le
added def list.remove_nth
added def list.scanl
added def list.scanr
added def list.scanr_aux
added def list.split_at
modified theorem list.sublist.refl
modified theorem list.sublist.trans
added def list.sublists
added def list.sum
added def list.tails
added def list.take_while
added def list.to_array
added def list.transpose
added def list.update_nth
added theorem list.cons_union
deleted theorem list.disjoint.comm
added theorem list.disjoint.symm
added theorem list.disjoint_comm
deleted theorem list.disjoint_nil_right
deleted theorem list.erase_cons
modified theorem list.erase_dup_cons_of_mem
modified theorem list.erase_dup_eq_of_nodup
modified theorem list.erase_dup_nil
modified theorem list.erase_nil
modified theorem list.insert.def
modified theorem list.insert_of_not_mem
modified theorem list.mem_erase_dup
deleted theorem list.mem_erase_dup_iff
modified theorem list.mem_insert_iff
deleted theorem list.mem_of_mem_erase_dup
modified theorem list.mem_union_iff
added theorem list.nil_union
added theorem list.nodup_append
added theorem list.nodup_union
deleted theorem list.union_cons
deleted theorem list.union_nil
modified theorem set.mem_empty_eq
modified theorem set.mem_image_eq
modified theorem set.mem_sep_eq