Documentation

Mathlib.Data.Int.Interval

Finite intervals of integers #

This file proves that is a LocallyFiniteOrder and calculates the cardinality of its intervals as finsets and fintypes.

Equations
  • One or more equations did not get rendered due to their size.
@[simp]
theorem Int.card_Icc (a b : ) :
@[simp]
theorem Int.card_Ico (a b : ) :
@[simp]
theorem Int.card_Ioc (a b : ) :
@[simp]
theorem Int.card_Ioo (a b : ) :
@[simp]
theorem Int.card_uIcc (a b : ) :
theorem Int.card_Icc_of_le (a b : ) (h : a b + 1) :
theorem Int.card_Ico_of_le (a b : ) (h : a b) :
theorem Int.card_Ioc_of_le (a b : ) (h : a b) :
theorem Int.card_Ioo_of_lt (a b : ) (h : a < b) :
theorem Int.card_fintype_Ioo_of_lt (a b : ) (h : a < b) :
theorem Int.image_Ico_emod (n a : ) (h : 0 a) :
Finset.image (fun (x : ) => x % a) (Finset.Ico n (n + a)) = Finset.Ico 0 a