Theorems · Theorem · order theory
Set.not_equitableOn
∀ {α : Type u_1} {β : Type u_2} [inst : LinearOrder β] [inst_1 : Add β] [inst_2 : One β] {s : Set α} {f : α → β},
¬s.EquitableOn f ↔ ∃ a ∈ s, ∃ b ∈ s, f b + 1 < f a- Defined in
- Mathlib.Data.Set.Equitable
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 17 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- LinearOrderAddOne
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites3
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- LinearOrderstatement and proof · cited by 8,572
- Set.EquitableOnstatement · cited by 12
Cited by1
Results whose statement or proof uses this declaration.
- Finpartition.not_isEquipartitionproof · cited by 1