Theorems · Theorem · general topology
EMetric.pair_reduction
∀ {T : Type u_1} [inst : PseudoEMetricSpace T] {a : ENNReal} {n : ℕ} {J : Finset T},
↑J.card ≤ a ^ n →
∀ (c : ENNReal) (E : Type u_2) [inst_1 : PseudoEMetricSpace E],
∃ K ⊆ J ×ˢ J,
↑K.card ≤ a * ↑J.card ∧
(∀ (s t : T), (s, t) ∈ K → edist s t ≤ ↑n * c) ∧
∀ (f : T → E), ⨆ s, ⨆ t, edist (f ↑s) (f ↑↑t) ≤ 2 * ⨆ p, edist (f (↑p).1) (f (↑p).2)Pair Reduction: Given pseudometric spaces T and E, c ≥ 0, and a finite subset J of
T such that |J| ≤ aⁿ for some a ≥ 0 and n : ℕ, pair_reduction states that there exists a
set K ⊆ J² such that for any function f : T → E:
1. |K| ≤ a|J|
2. ∀ (s, t) ∈ K, d(s, t) ≤ cn
3. sup_{s, t ∈ J : d(s, t) ≤ c} d(f(s), f(t)) ≤ 2 sup_{(s, t) ∈ K} d(f(s), f(t))
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 217 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites33
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Finsetstatement and proof · cited by 13,712
- ENNRealstatement and proof · cited by 9,879
- mul_oneproof · cited by 3,885
- LE.le.transproof · cited by 3,151
- Nat.cast_oneproof · cited by 2,501
- iSupstatement and proof · cited by 2,415
- Finset.cardstatement and proof · cited by 2,327
- MulZeroClass.mul_zeroproof · cited by 2,091
- le_antisymmproof · cited by 2,068
- SProd.sprodstatement and proof · cited by 1,750
- PseudoEMetricSpacestatement and proof · cited by 1,536
- IsEmptyproof · cited by 759
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.