Finite sets made of a range of elements. #
Main declarations #
Finset constructions #
Finset.range: For anyn : ℕ,range nis equal to{0, 1, ..., n - 1} ⊆ ℕ. This convention is consistent with other languages and normalizescard (range n) = n. Beware,nis not inrange n.
Tags #
finite sets, finset
range #
range n is the set of natural numbers less than n.
Instances For
@[simp]
Alias of the reverse direction of Finset.nonempty_range_iff.
Equivalence between the set of natural numbers which are ≥ k and ℕ, given by n → n - k.
Instances For
@[simp]
theorem
coe_notMemRangeEquiv
(k : ℕ)
:
⇑(notMemRangeEquiv k) = fun (i : { n : ℕ // n ∉ Finset.range k }) => ↑i - k
@[simp]