Theorems · Theorem · convex and discrete geometry
ConcaveOn.isBoundedUnder_abs
∀ {E : Type u_1} [inst : NormedAddCommGroup E] [inst_1 : NormedSpace ℝ E] {C : Set E} {f : E → ℝ},
ConcaveOn ℝ 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
- 0 results in Mathlib
- Foundations
- Depth 158 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites12
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
- NormedAddCommGroupstatement and proof · cited by 15,752
- NormedSpacestatement and proof · cited by 12,499
- Filterstatement · cited by 8,121
- nhdsstatement and proof · cited by 5,554
- absstatement and proof · cited by 1,814
- Filter.IsBoundedUnderstatement and proof · cited by 247
- ConcaveOnstatement and proof · cited by 159
- abs_negproof · cited by 93
- ConcaveOn.negproof · cited by 29
- ConvexOn.isBoundedUnder_absproof · cited by 2
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.