Documentation

Mathlib.Data.Finset.Range

Finite sets made of a range of elements. #

Main declarations #

Finset constructions #

Tags #

finite sets, finset

range #

range n is the set of natural numbers less than n.

Equations
Instances For
    @[simp]
    @[simp]
    theorem Finset.mem_range {n m : } :
    @[simp]
    theorem Finset.coe_range (n : ) :
    @[simp]
    @[simp]
    @[simp]
    theorem Finset.range_subset {n m : } :

    Alias of the reverse direction of Finset.range_subset.

    theorem Finset.mem_range_le {n x : } (hx : x range n) :

    Alias of the reverse direction of Finset.nonempty_range_iff.

    @[simp]

    Equivalence between the set of natural numbers which are ≥ k and , given by n → n - k.

    Equations
    Instances For
      @[simp]
      theorem coe_notMemRangeEquiv (k : ) :
      (notMemRangeEquiv k) = fun (i : { n : // nMultiset.range k }) => i - k
      @[simp]
      theorem coe_notMemRangeEquiv_symm (k : ) :
      (notMemRangeEquiv k).symm = fun (j : ) => j + k,