Theorems · Theorem · convex and discrete geometry
quasilinearOn_iff_mem_uIcc
∀ {𝕜 : Type u_1} {E : Type u_2} {β : Type u_3} [inst : Semiring 𝕜] [inst_1 : PartialOrder 𝕜] [inst_2 : AddCommMonoid E]
[inst_3 : LinearOrder β] [inst_4 : SMul 𝕜 E] {s : Set E} {f : E → β},
QuasilinearOn 𝕜 s f ↔
Convex 𝕜 s ∧
∀ ⦃x : E⦄,
x ∈ s → ∀ ⦃y : E⦄, y ∈ s → ∀ ⦃a b : 𝕜⦄, 0 ≤ a → 0 ≤ b → a + b = 1 → f (a • x + b • y) ∈ Set.uIcc (f x) (f y)- Defined in
- Mathlib.Analysis.Convex.Quasiconvex
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 19 from the axioms · uses propext, 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.
- Setstatement and proof · cited by 53,352
- Semiringstatement and proof · cited by 13,802
- AddCommMonoidstatement and proof · cited by 12,281
- LinearOrderstatement and proof · cited by 8,572
- PartialOrderstatement and proof · cited by 6,410
- Convexstatement and proof · cited by 551
- Set.uIccstatement and proof · cited by 393
- QuasiconcaveOnproof · cited by 26
- QuasilinearOnstatement · cited by 11
- quasiconvexOn_iff_le_maxproof · cited by 2
- quasiconcaveOn_iff_min_leproof · cited by 1
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.