Theorems · Theorem · measure theory
HasOuterApproxClosed.exAppr
∀ {X : Type u_1} {inst : TopologicalSpace X} [self : HasOuterApproxClosed X] (F : Set X),
IsClosed F →
∃ fseq,
(∀ (n : ℕ) (x : X), (fseq n) x ≤ 1) ∧
(∀ (n : ℕ), ∀ x ∈ F, 1 ≤ (fseq n) x) ∧
Filter.Tendsto (fun n x => (fseq n) x) Filter.atTop (nhds (F.indicator fun x => 1))- Cited by
- 3 results in Mathlib
- Foundations
- Depth 120 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- HasOuterApproxClosed
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 · cited by 62,936
- Setstatement · cited by 53,352
- TopologicalSpacestatement and proof · cited by 24,529
- nhdsstatement · cited by 5,554
- NNRealstatement · cited by 4,310
- Filter.Tendstostatement · cited by 3,814
- Filter.atTopstatement · cited by 2,405
- IsClosedstatement · cited by 1,639
- Set.indicatorstatement · cited by 723
- BoundedContinuousFunctionstatement · cited by 511
- HasOuterApproxClosedstatement and proof · cited by 65
Cited by4
Results whose statement or proof uses this declaration.
- IsClosed.apprSeqproof · cited by 10
- HasOuterApproxClosed.apprSeq_apply_le_oneproof · cited by 3
- HasOuterApproxClosed.tendsto_apprSeqproof · cited by 2
- HasOuterApproxClosed.apprSeq_apply_eq_oneproof · cited by 2