Theorems · Theorem · general topology
ContinuousMap.exists_mul_le_one_eqOn_ge
∀ {X : Type u_1} [inst : TopologicalSpace X] (f : C(X, NNReal)) {c : NNReal},
0 < c → ∃ g, (∀ (x : X), (g * f) x ≤ 1) ∧ Set.EqOn (⇑(g * f)) 1 {x | c ≤ f x}An auxiliary lemma used in the proof of ContinuousMap.idealOfSet_ofIdeal_eq_closure which may
be useful on its own.
- Defined in
- Mathlib.Topology.ContinuousMap.Ideals
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 122 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- TopologicalSpace
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites19
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
- TopologicalSpacestatement and proof · cited by 24,529
- Set.ofPredstatement and proof · cited by 6,101
- NNRealstatement and proof · cited by 4,310
- mul_oneproof · cited by 3,885
- ContinuousMapstatement and proof · cited by 2,491
- LT.lt.ne'proof · cited by 1,417
- LT.lt.trans_leproof · cited by 678
- Set.EqOnstatement · cited by 603
- inv_mul_cancel₀proof · cited by 267
- le_sup_leftproof · cited by 265
- le_sup_rightproof · cited by 242
Cited by1
Results whose statement or proof uses this declaration.
- ContinuousMap.idealOfSet_ofIdeal_eq_closureproof · cited by 2