Theorems · Theorem · order theory
Finset.intervalGapsWithin_fst_le_snd
∀ {α : Type u_1} [inst : LinearOrder α] (F : Finset (α × α)) {k : ℕ} (h : F.card = k) (j : ℕ) {a b : α},
a ≤ b →
(∀ ⦃z : α × α⦄, z ∈ F → a ≤ z.1 ∧ z.1 ≤ z.2 ∧ z.2 ≤ b) →
((↑F).PairwiseDisjoint fun z => Set.Icc z.1 z.2) →
(F.intervalGapsWithin h a b ↑j).1 ≤ (F.intervalGapsWithin h a b ↑j).2- Defined in
- Mathlib.Order.Interval.Finset.Gaps
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 78 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- LinearOrder
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites27
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Setstatement · cited by 53,352
- Finsetstatement and proof · cited by 13,712
- LinearOrderstatement and proof · cited by 8,572
- SetLike.coestatement and proof · cited by 8,199
- Finset.cardstatement and proof · cited by 2,327
- Disjointproof · cited by 2,201
- LT.lt.leproof · cited by 2,189
- Set.Iccstatement and proof · cited by 1,702
- OrderEmbeddingproof · cited by 619
- Function.onFunproof · cited by 570
- Lexproof · cited by 370
Cited by1
Results whose statement or proof uses this declaration.
- AbsolutelyContinuousOnInterval.dist_le_of_pairwiseDisjoint_hasSumproof · cited by 1