Mathlib v3 is deprecated. Go to Mathlib v4

Commit 2023-02-16 19:50 740acc0e

View on Github →

feat(algebra/order): Unions of interval translates by ℤ (#18427) Write a linearly ordered abelian group as a union of pairwise disjoint intervals ⋃ (n : ℤ), Ioc (a + n • b) (a + (n + 1) • b) (in multiple variations). Split off from #18425, which in turn was split from #18392.

Estimated changes

added theorem Union_Icc_add_int_cast
added theorem Union_Icc_add_zsmul
added theorem Union_Icc_int_cast
added theorem Union_Icc_zsmul
added theorem Union_Ico_add_int_cast
added theorem Union_Ico_add_zsmul
added theorem Union_Ico_int_cast
added theorem Union_Ico_zsmul
added theorem Union_Ioc_add_int_cast
added theorem Union_Ioc_add_zsmul
added theorem Union_Ioc_int_cast
added theorem Union_Ioc_zsmul