Theorems · Theorem · number theory
Int.Ico_filter_dvd_card
∀ (a b : ℤ) {r : ℤ}, 0 < r → ↑{x ∈ Finset.Ico a b | r ∣ x}.card = max (⌈↑b / ↑r⌉ - ⌈↑a / ↑r⌉) 0There are ⌈b / r⌉ - ⌈a / r⌉ multiples of r in [a, b), if a ≤ b.
- Defined in
- Mathlib.Data.Int.CardIntervalMod
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 84 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Finsetproof · cited by 13,712
- Finset.cardstatement and proof · cited by 2,327
- LT.lt.ne'proof · cited by 1,417
- Finset.filterstatement · cited by 949
- Finset.Icostatement · cited by 450
- Int.ceilstatement and proof · cited by 138
- Finset.card_mapproof · cited by 114
- mul_left_injective₀proof · cited by 22
- Int.card_Icoproof · cited by 6
- Int.Ico_filter_dvd_eqproof · cited by 2
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.