Theorems · Theorem · convex and discrete geometry
ConvexOn.isBoundedUnder_abs
∀ {E : Type u_1} [inst : NormedAddCommGroup E] [inst_1 : NormedSpace ℝ E] {C : Set E} {f : E → ℝ},
ConvexOn ℝ C f →
∀ {x₀ : E},
C ∈ nhds x₀ →
(Filter.IsBoundedUnder (fun x1 x2 => x1 ≤ x2) (nhds x₀) |f| ↔
Filter.IsBoundedUnder (fun x1 x2 => x1 ≤ x2) (nhds x₀) f)- Defined in
- Mathlib.Analysis.Convex.Continuous
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 157 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites48
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- Realstatement and proof · cited by 25,697
- Moduleproof · cited by 20,661
- NormedAddCommGroupstatement and proof · cited by 15,752
- NormedSpacestatement and proof · cited by 12,499
- AddCommMonoidproof · cited by 12,281
- Filterstatement · cited by 8,121
- nhdsstatement and proof · cited by 5,554
- Filter.Tendstoproof · cited by 3,814
- LE.le.transproof · cited by 3,151
- Filter.Eventuallyproof · cited by 3,134
- one_mulproof · cited by 2,841
Cited by2
Results whose statement or proof uses this declaration.
- ConvexOn.continuousOn_tfaeproof · cited by 3
- ConcaveOn.isBoundedUnder_absproof · cited by 0