Mathlib v3 is deprecated. Go to Mathlib v4

Commit 2019-01-22 15:32 7baf093a

View on Github →

feat(data/list,data/multiset,data/finset): add Ico intervals (closes #496)

Estimated changes

added theorem list.Ico.chain'_succ
added theorem list.Ico.eq_cons
added theorem list.Ico.eq_empty_iff
added theorem list.Ico.eq_nil_of_le
added theorem list.Ico.filter_ge
added theorem list.Ico.filter_lt
added theorem list.Ico.length
added theorem list.Ico.map_add
added theorem list.Ico.mem
added theorem list.Ico.nodup
added theorem list.Ico.not_mem_top
added theorem list.Ico.pairwise_lt
added theorem list.Ico.self_empty
added theorem list.Ico.succ_top
added theorem list.Ico.zero_bot
added def list.Ico
modified theorem list.range'_append