Theorems · Theorem · measure theory
MeasureTheory.SimpleFunc.nearestPtInd_succ
∀ {α : Type u_1} [inst : MeasurableSpace α] [inst_1 : PseudoEMetricSpace α] [inst_2 : OpensMeasurableSpace α]
(e : ℕ → α) (N : ℕ) (x : α),
(MeasureTheory.SimpleFunc.nearestPtInd e (N + 1)) x =
if ∀ k ≤ N, edist (e (N + 1)) x < edist (e k) x then N + 1 else (MeasureTheory.SimpleFunc.nearestPtInd e N) x- Cited by
- 2 results in Mathlib
- Foundations
- Depth 156 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites11
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- MeasurableSpacestatement and proof · cited by 13,106
- ENNRealstatement · cited by 9,879
- Set.ofPredproof · cited by 6,101
- PseudoEMetricSpacestatement and proof · cited by 1,536
- Set.iInterproof · cited by 1,084
- EDist.ediststatement and proof · cited by 735
- OpensMeasurableSpacestatement and proof · cited by 636
- MeasureTheory.SimpleFuncstatement · cited by 411
- MeasureTheory.SimpleFunc.constproof · cited by 50
- MeasureTheory.SimpleFunc.nearestPtIndstatement and proof · cited by 6
Cited by2
Results whose statement or proof uses this declaration.
- MeasureTheory.SimpleFunc.edist_nearestPt_leproof · cited by 2
- MeasureTheory.SimpleFunc.nearestPtInd_leproof · cited by 1