Documentation

BrownianMotion.Auxiliary.Metric

theorem Metric.IsSeparated.disjoint_ball {E : Type u_1} [PseudoEMetricSpace E] {s : Set E} {ε : ENNReal} (hs : IsSeparated ε s) :
s.PairwiseDisjoint fun (x : E) => EMetric.ball x (ε / 2)
theorem Metric.IsSeparated.disjoint_closedBall {E : Type u_1} [PseudoEMetricSpace E] {s : Set E} {ε : ENNReal} (hs : IsSeparated ε s) :
s.PairwiseDisjoint fun (x : E) => EMetric.closedBall x (ε / 2)
@[simp]