Loogle!
Result
Found 78 declarations mentioning openSegment.
- openSegment π Mathlib.Analysis.Convex.Segment
(π : Type u_1) {E : Type u_2} [Semiring π] [PartialOrder π] [AddCommMonoid E] [SMul π E] (x y : E) : Set E - openSegment_symm π Mathlib.Analysis.Convex.Segment
(π : Type u_1) {E : Type u_2} [Semiring π] [PartialOrder π] [AddCommMonoid E] [SMul π E] (x y : E) : openSegment π x y = openSegment π y x - openSegment_subset_segment π Mathlib.Analysis.Convex.Segment
(π : Type u_1) {E : Type u_2} [Semiring π] [PartialOrder π] [AddCommMonoid E] [SMul π E] (x y : E) : openSegment π x y β segment π x y - Ioo_subset_openSegment π Mathlib.Analysis.Convex.Segment
{π : Type u_1} [Field π] [LinearOrder π] [IsStrictOrderedRing π] {x y : π} : Set.Ioo x y β openSegment π x y - openSegment_eq_Ioo π Mathlib.Analysis.Convex.Segment
{π : Type u_1} [Field π] [LinearOrder π] [IsStrictOrderedRing π] {x y : π} (h : x < y) : openSegment π x y = Set.Ioo x y - openSegment_eq_Ioo' π Mathlib.Analysis.Convex.Segment
{π : Type u_1} [Field π] [LinearOrder π] [IsStrictOrderedRing π] {x y : π} (hxy : x β y) : openSegment π x y = Set.Ioo (min x y) (max x y) - openSegment_subset_Ioo π Mathlib.Analysis.Convex.Segment
{π : Type u_1} {E : Type u_2} [Semiring π] [PartialOrder π] [AddCommMonoid E] [PartialOrder E] [IsOrderedCancelAddMonoid E] [Module π E] [PosSMulStrictMono π E] {x y : E} (h : x < y) : openSegment π x y β Set.Ioo x y - openSegment_same π Mathlib.Analysis.Convex.Segment
(π : Type u_1) {E : Type u_2} [Ring π] [PartialOrder π] [AddRightMono π] [AddCommGroup E] [Module π E] [ZeroLEOneClass π] [Nontrivial π] [DenselyOrdered π] (x : E) : openSegment π x x = {x} - openSegment_subset_iff π Mathlib.Analysis.Convex.Segment
(π : Type u_1) {E : Type u_2} [Semiring π] [PartialOrder π] [AddCommMonoid E] [SMul π E] {s : Set E} {x y : E} : openSegment π x y β s β β (a b : π), 0 < a β 0 < b β a + b = 1 β a β’ x + b β’ y β s - insert_endpoints_openSegment π Mathlib.Analysis.Convex.Segment
(π : Type u_1) {E : Type u_2} [Semiring π] [PartialOrder π] [AddCommMonoid E] [ZeroLEOneClass π] [Module π E] (x y : E) : insert x (insert y (openSegment π x y)) = segment π x y - left_mem_openSegment_iff π Mathlib.Analysis.Convex.Segment
{π : Type u_1} {E : Type u_2} [Ring π] [LinearOrder π] [IsStrictOrderedRing π] [AddCommGroup E] [Module π E] {x y : E} [DenselyOrdered π] [Module.IsTorsionFree π E] : x β openSegment π x y β x = y - right_mem_openSegment_iff π Mathlib.Analysis.Convex.Segment
{π : Type u_1} {E : Type u_2} [Ring π] [LinearOrder π] [IsStrictOrderedRing π] [AddCommGroup E] [Module π E] {x y : E} [DenselyOrdered π] [Module.IsTorsionFree π E] : y β openSegment π x y β x = y - mem_openSegment_of_ne_left_right π Mathlib.Analysis.Convex.Segment
{π : Type u_1} {E : Type u_2} [Semiring π] [PartialOrder π] [AddCommMonoid E] [ZeroLEOneClass π] [Module π E] {x y z : E} (hx : x β z) (hy : y β z) (hz : z β segment π x y) : z β openSegment π x y - openSegment_subset_iff_segment_subset π Mathlib.Analysis.Convex.Segment
{π : Type u_1} {E : Type u_2} [Semiring π] [PartialOrder π] [AddCommMonoid E] [ZeroLEOneClass π] [Module π E] {s : Set E} {x y : E} (hx : x β s) (hy : y β s) : openSegment π x y β s β segment π x y β s - openSegment_eq_imageβ π Mathlib.Analysis.Convex.Segment
(π : Type u_1) {E : Type u_2} [Semiring π] [PartialOrder π] [AddCommMonoid E] [SMul π E] (x y : E) : openSegment π x y = (fun p => p.1 β’ x + p.2 β’ y) '' {p | 0 < p.1 β§ 0 < p.2 β§ p.1 + p.2 = 1} - midpoint_mem_openSegment π Mathlib.Analysis.Convex.Segment
{π : Type u_1} {E : Type u_2} [Ring π] [LinearOrder π] [IsStrictOrderedRing π] [AddCommGroup E] [Module π E] [Invertible 2] (x y : E) : midpoint π x y β openSegment π x y - Pi.openSegment_subset π Mathlib.Analysis.Convex.Segment
{π : Type u_1} {ΞΉ : Type u_5} {M : ΞΉ β Type u_6} [Semiring π] [PartialOrder π] [(i : ΞΉ) β AddCommMonoid (M i)] [(i : ΞΉ) β Module π (M i)] {s : Set ΞΉ} (x y : (i : ΞΉ) β M i) : openSegment π x y β s.pi fun i => openSegment π (x i) (y i) - Prod.image_mk_openSegment_left π Mathlib.Analysis.Convex.Segment
{π : Type u_1} {E : Type u_2} {F : Type u_3} [Semiring π] [PartialOrder π] [AddCommMonoid E] [AddCommMonoid F] [Module π E] [Module π F] (xβ xβ : E) (y : F) : (fun x => (x, y)) '' openSegment π xβ xβ = openSegment π (xβ, y) (xβ, y) - Prod.image_mk_openSegment_right π Mathlib.Analysis.Convex.Segment
{π : Type u_1} {E : Type u_2} {F : Type u_3} [Semiring π] [PartialOrder π] [AddCommMonoid E] [AddCommMonoid F] [Module π E] [Module π F] (x : E) (yβ yβ : F) : (fun y => (x, y)) '' openSegment π yβ yβ = openSegment π (x, yβ) (x, yβ) - mem_openSegment_add_sub π Mathlib.Analysis.Convex.Segment
{π : Type u_1} {E : Type u_2} [Ring π] [LinearOrder π] [IsStrictOrderedRing π] [AddCommGroup E] [Module π E] [Invertible 2] (x y : E) : x β openSegment π (x + y) (x - y) - mem_openSegment_sub_add π Mathlib.Analysis.Convex.Segment
{π : Type u_1} {E : Type u_2} [Ring π] [LinearOrder π] [IsStrictOrderedRing π] [AddCommGroup E] [Module π E] [Invertible 2] (x y : E) : x β openSegment π (x - y) (x + y) - Pi.image_update_openSegment π Mathlib.Analysis.Convex.Segment
{π : Type u_1} {ΞΉ : Type u_5} {M : ΞΉ β Type u_6} [Semiring π] [PartialOrder π] [(i : ΞΉ) β AddCommMonoid (M i)] [(i : ΞΉ) β Module π (M i)] [DecidableEq ΞΉ] (i : ΞΉ) (xβ xβ : M i) (y : (i : ΞΉ) β M i) : Function.update y i '' openSegment π xβ xβ = openSegment π (Function.update y i xβ) (Function.update y i xβ) - openSegment_eq_image_lineMap π Mathlib.Analysis.Convex.Segment
(π : Type u_1) {E : Type u_2} [Ring π] [PartialOrder π] [AddRightMono π] [AddCommGroup E] [Module π E] (x y : E) : openSegment π x y = β(AffineMap.lineMap x y) '' Set.Ioo 0 1 - lineMap_mem_openSegment π Mathlib.Analysis.Convex.Segment
(π : Type u_1) {E : Type u_2} [Ring π] [PartialOrder π] [AddRightMono π] [AddCommGroup E] [Module π E] (a b : E) {t : π} (ht : t β Set.Ioo 0 1) : (AffineMap.lineMap a b) t β openSegment π a b - openSegment_translate_image π Mathlib.Analysis.Convex.Segment
(π : Type u_1) {E : Type u_2} [Ring π] [PartialOrder π] [AddRightMono π] [AddCommGroup E] [Module π E] (a b c : E) : (fun x => a + x) '' openSegment π b c = openSegment π (a + b) (a + c) - openSegment_translate_preimage π Mathlib.Analysis.Convex.Segment
(π : Type u_1) {E : Type u_2} [Ring π] [PartialOrder π] [AddRightMono π] [AddCommGroup E] [Module π E] (a b c : E) : (fun x => a + x) β»ΒΉ' openSegment π (a + b) (a + c) = openSegment π b c - openSegment_eq_image' π Mathlib.Analysis.Convex.Segment
(π : Type u_1) {E : Type u_2} [Ring π] [PartialOrder π] [AddRightMono π] [AddCommGroup E] [Module π E] (x y : E) : openSegment π x y = (fun ΞΈ => x + ΞΈ β’ (y - x)) '' Set.Ioo 0 1 - mem_openSegment_translate π Mathlib.Analysis.Convex.Segment
(π : Type u_1) {E : Type u_2} [Ring π] [PartialOrder π] [AddRightMono π] [AddCommGroup E] [Module π E] (a : E) {x b c : E} : a + x β openSegment π (a + b) (a + c) β x β openSegment π b c - Prod.openSegment_subset π Mathlib.Analysis.Convex.Segment
{π : Type u_1} {E : Type u_2} {F : Type u_3} [Semiring π] [PartialOrder π] [AddCommMonoid E] [AddCommMonoid F] [Module π E] [Module π F] (x y : E Γ F) : openSegment π x y β openSegment π x.1 y.1 ΓΛ’ openSegment π x.2 y.2 - openSegment_eq_image π Mathlib.Analysis.Convex.Segment
(π : Type u_1) {E : Type u_2} [Ring π] [PartialOrder π] [AddRightMono π] [AddCommGroup E] [Module π E] (x y : E) : openSegment π x y = (fun ΞΈ => (1 - ΞΈ) β’ x + ΞΈ β’ y) '' Set.Ioo 0 1 - vadd_openSegment π Mathlib.Analysis.Convex.Segment
(π : Type u_1) {E : Type u_2} {G : Type u_4} [Ring π] [PartialOrder π] [AddRightMono π] [AddCommGroup E] [AddCommGroup G] [Module π E] [AddTorsor G E] [VAddCommClass G E E] (a : G) (b c : E) : a +α΅₯ openSegment π b c = openSegment π (a +α΅₯ b) (a +α΅₯ c) - image_openSegment π Mathlib.Analysis.Convex.Segment
(π : Type u_1) {E : Type u_2} {F : Type u_3} [Ring π] [PartialOrder π] [AddRightMono π] [AddCommGroup E] [AddCommGroup F] [Module π E] [Module π F] (f : E βα΅[π] F) (a b : E) : βf '' openSegment π a b = openSegment π (f a) (f b) - openSegment.lift π Mathlib.Analysis.Convex.Segment
{π : Type u_1} {E : Type u_2} [Semiring π] [PartialOrder π] [AddCommMonoid E] [ZeroLEOneClass π] [Module π E] (R : Type u_7) [Semiring R] [PartialOrder R] [Module R E] [Module R π] [IsScalarTower R π E] [Nontrivial π] [SMulPosStrictMono R π] (x y : E) : openSegment R x y β openSegment π x y - mem_openSegment_iff_div π Mathlib.Analysis.Convex.Segment
{π : Type u_1} {E : Type u_2} [Semifield π] [LinearOrder π] [IsStrictOrderedRing π] [AddCommGroup E] [Module π E] {x y z : E} : x β openSegment π y z β β a b, 0 < a β§ 0 < b β§ (a / (a + b)) β’ y + (b / (a + b)) β’ z = x - openSegment_subset_union π Mathlib.Analysis.Convex.Segment
{π : Type u_1} {E : Type u_2} [Field π] [LinearOrder π] [IsStrictOrderedRing π] [AddCommGroup E] [Module π E] (x y : E) {z : E} (hz : z β Set.range β(AffineMap.lineMap x y)) : openSegment π x y β insert z (openSegment π x z βͺ openSegment π z y) - StarConvex.openSegment_subset π Mathlib.Analysis.Convex.Star
{π : Type u_1} {E : Type u_2} [Semiring π] [PartialOrder π] [AddCommMonoid E] [SMul π E] {x : E} {s : Set E} (h : StarConvex π x s) {y : E} (hy : y β s) : openSegment π x y β s - starConvex_iff_openSegment_subset π Mathlib.Analysis.Convex.Star
{π : Type u_1} {E : Type u_2} [Semiring π] [PartialOrder π] [AddCommMonoid E] [Module π E] {x : E} {s : Set E} [ZeroLEOneClass π] (hx : x β s) : StarConvex π x s β β β¦y : Eβ¦, y β s β openSegment π x y β s - Convex.openSegment_subset π Mathlib.Analysis.Convex.Basic
{π : Type u_1} {E : Type u_2} [Semiring π] [PartialOrder π] [AddCommMonoid E] [SMul π E] {s : Set E} (h : Convex π s) {x y : E} (hx : x β s) (hy : y β s) : openSegment π x y β s - convex_iff_openSegment_subset π Mathlib.Analysis.Convex.Basic
{π : Type u_1} {E : Type u_2} [Semiring π] [PartialOrder π] [AddCommMonoid E] [Module π E] {s : Set E} [ZeroLEOneClass π] : Convex π s β β β¦x : Eβ¦, x β s β β β¦y : Eβ¦, y β s β openSegment π x y β s - convex_openSegment π Mathlib.Analysis.Convex.Basic
{π : Type u_1} {E : Type u_2} [CommSemiring π] [PartialOrder π] [IsStrictOrderedRing π] [AddCommGroup E] [Module π E] (a b : E) : Convex π (openSegment π a b) - StrictConcaveOn.lt_on_openSegment π Mathlib.Analysis.Convex.Function
{π : Type u_1} {E : Type u_2} {Ξ² : Type u_5} [Semiring π] [PartialOrder π] [AddCommMonoid E] [AddCommMonoid Ξ²] [LinearOrder Ξ²] [IsOrderedAddMonoid Ξ²] [SMul π E] [Module π Ξ²] [PosSMulStrictMono π Ξ²] {s : Set E} {f : E β Ξ²} (hf : StrictConcaveOn π s f) {x y z : E} (hx : x β s) (hy : y β s) (hxy : x β y) (hz : z β openSegment π x y) : min (f x) (f y) < f z - StrictConvexOn.lt_on_openSegment π Mathlib.Analysis.Convex.Function
{π : Type u_1} {E : Type u_2} {Ξ² : Type u_5} [Semiring π] [PartialOrder π] [AddCommMonoid E] [AddCommMonoid Ξ²] [LinearOrder Ξ²] [IsOrderedAddMonoid Ξ²] [SMul π E] [Module π Ξ²] [PosSMulStrictMono π Ξ²] {s : Set E} {f : E β Ξ²} (hf : StrictConvexOn π s f) {x y z : E} (hx : x β s) (hy : y β s) (hxy : x β y) (hz : z β openSegment π x y) : f z < max (f x) (f y) - ConcaveOn.left_le_of_le_right π Mathlib.Analysis.Convex.Function
{π : Type u_1} {E : Type u_2} {Ξ² : Type u_5} [Semiring π] [PartialOrder π] [AddCommMonoid E] [AddCommMonoid Ξ²] [LinearOrder Ξ²] [IsOrderedCancelAddMonoid Ξ²] [SMul π E] [Module π Ξ²] [PosSMulStrictMono π Ξ²] {s : Set E} {f : E β Ξ²} (hf : ConcaveOn π s f) {x y z : E} (hx : x β s) (hy : y β s) (hz : z β openSegment π x y) (hyz : f z β€ f y) : f x β€ f z - ConcaveOn.right_le_of_le_left π Mathlib.Analysis.Convex.Function
{π : Type u_1} {E : Type u_2} {Ξ² : Type u_5} [Semiring π] [PartialOrder π] [AddCommMonoid E] [AddCommMonoid Ξ²] [LinearOrder Ξ²] [IsOrderedCancelAddMonoid Ξ²] [SMul π E] [Module π Ξ²] [PosSMulStrictMono π Ξ²] {s : Set E} {f : E β Ξ²} (hf : ConcaveOn π s f) {x y z : E} (hx : x β s) (hy : y β s) (hz : z β openSegment π x y) (hxz : f z β€ f x) : f y β€ f z - ConvexOn.le_left_of_right_le π Mathlib.Analysis.Convex.Function
{π : Type u_1} {E : Type u_2} {Ξ² : Type u_5} [Semiring π] [PartialOrder π] [AddCommMonoid E] [AddCommMonoid Ξ²] [LinearOrder Ξ²] [IsOrderedCancelAddMonoid Ξ²] [SMul π E] [Module π Ξ²] [PosSMulStrictMono π Ξ²] {s : Set E} {f : E β Ξ²} (hf : ConvexOn π s f) {x y z : E} (hx : x β s) (hy : y β s) (hz : z β openSegment π x y) (hyz : f y β€ f z) : f z β€ f x - ConvexOn.le_right_of_left_le π Mathlib.Analysis.Convex.Function
{π : Type u_1} {E : Type u_2} {Ξ² : Type u_5} [Semiring π] [PartialOrder π] [AddCommMonoid E] [AddCommMonoid Ξ²] [LinearOrder Ξ²] [IsOrderedCancelAddMonoid Ξ²] [SMul π E] [Module π Ξ²] [PosSMulStrictMono π Ξ²] {s : Set E} {f : E β Ξ²} (hf : ConvexOn π s f) {x y z : E} (hx : x β s) (hy : y β s) (hz : z β openSegment π x y) (hxz : f x β€ f z) : f z β€ f y - ConcaveOn.left_lt_of_lt_right π Mathlib.Analysis.Convex.Function
{π : Type u_1} {E : Type u_2} {Ξ² : Type u_5} [Semiring π] [PartialOrder π] [AddCommMonoid E] [AddCommMonoid Ξ²] [LinearOrder Ξ²] [IsOrderedCancelAddMonoid Ξ²] [Module π E] [Module π Ξ²] [PosSMulStrictMono π Ξ²] {s : Set E} {f : E β Ξ²} (hf : ConcaveOn π s f) {x y z : E} (hx : x β s) (hy : y β s) (hz : z β openSegment π x y) (hyz : f z < f y) : f x < f z - ConcaveOn.lt_right_of_left_lt π Mathlib.Analysis.Convex.Function
{π : Type u_1} {E : Type u_2} {Ξ² : Type u_5} [Semiring π] [PartialOrder π] [AddCommMonoid E] [AddCommMonoid Ξ²] [LinearOrder Ξ²] [IsOrderedCancelAddMonoid Ξ²] [Module π E] [Module π Ξ²] [PosSMulStrictMono π Ξ²] {s : Set E} {f : E β Ξ²} (hf : ConcaveOn π s f) {x y z : E} (hx : x β s) (hy : y β s) (hz : z β openSegment π x y) (hxz : f z < f x) : f y < f z - ConvexOn.lt_left_of_right_lt π Mathlib.Analysis.Convex.Function
{π : Type u_1} {E : Type u_2} {Ξ² : Type u_5} [Semiring π] [PartialOrder π] [AddCommMonoid E] [AddCommMonoid Ξ²] [LinearOrder Ξ²] [IsOrderedCancelAddMonoid Ξ²] [Module π E] [Module π Ξ²] [PosSMulStrictMono π Ξ²] {s : Set E} {f : E β Ξ²} (hf : ConvexOn π s f) {x y z : E} (hx : x β s) (hy : y β s) (hz : z β openSegment π x y) (hyz : f y < f z) : f z < f x - ConvexOn.lt_right_of_left_lt π Mathlib.Analysis.Convex.Function
{π : Type u_1} {E : Type u_2} {Ξ² : Type u_5} [Semiring π] [PartialOrder π] [AddCommMonoid E] [AddCommMonoid Ξ²] [LinearOrder Ξ²] [IsOrderedCancelAddMonoid Ξ²] [Module π E] [Module π Ξ²] [PosSMulStrictMono π Ξ²] {s : Set E} {f : E β Ξ²} (hf : ConvexOn π s f) {x y z : E} (hx : x β s) (hy : y β s) (hz : z β openSegment π x y) (hxz : f x < f z) : f z < f y - ConcaveOn.openSegment_subset_strict_hypograph π Mathlib.Analysis.Convex.Function
{π : Type u_1} {E : Type u_2} {Ξ² : Type u_5} [Semiring π] [PartialOrder π] [AddCommMonoid E] [AddCommMonoid Ξ²] [PartialOrder Ξ²] [IsOrderedCancelAddMonoid Ξ²] [Module π E] [Module π Ξ²] [PosSMulStrictMono π Ξ²] {s : Set E} {f : E β Ξ²} (hf : ConcaveOn π s f) (p q : E Γ Ξ²) (hp : p.1 β s β§ p.2 < f p.1) (hq : q.1 β s β§ q.2 β€ f q.1) : openSegment π p q β {p | p.1 β s β§ p.2 < f p.1} - ConvexOn.openSegment_subset_strict_epigraph π Mathlib.Analysis.Convex.Function
{π : Type u_1} {E : Type u_2} {Ξ² : Type u_5} [Semiring π] [PartialOrder π] [AddCommMonoid E] [AddCommMonoid Ξ²] [PartialOrder Ξ²] [IsOrderedCancelAddMonoid Ξ²] [Module π E] [Module π Ξ²] [PosSMulStrictMono π Ξ²] {s : Set E} {f : E β Ξ²} (hf : ConvexOn π s f) (p q : E Γ Ξ²) (hp : p.1 β s β§ f p.1 < p.2) (hq : q.1 β s β§ f q.1 β€ q.2) : openSegment π p q β {p | p.1 β s β§ f p.1 < p.2} - strictConvex_iff_openSegment_subset π Mathlib.Analysis.Convex.Strict
{π : Type u_1} {E : Type u_3} [Semiring π] [PartialOrder π] [TopologicalSpace E] [AddCommMonoid E] [SMul π E] {s : Set E} : StrictConvex π s β s.Pairwise fun x y => openSegment π x y β interior s - StrictConvex.openSegment_subset π Mathlib.Analysis.Convex.Strict
{π : Type u_1} {E : Type u_3} [Semiring π] [PartialOrder π] [TopologicalSpace E] [AddCommMonoid E] [SMul π E] {s : Set E} {x y : E} (hs : StrictConvex π s) (hx : x β s) (hy : y β s) (h : x β y) : openSegment π x y β interior s - StrictConvex.eq_of_openSegment_subset_frontier π Mathlib.Analysis.Convex.Strict
{π : Type u_1} {E : Type u_3} [Ring π] [PartialOrder π] [TopologicalSpace E] [AddCommGroup E] [Module π E] {s : Set E} {x y : E} [IsOrderedRing π] [Nontrivial π] [DenselyOrdered π] (hs : StrictConvex π s) (hx : x β s) (hy : y β s) (h : openSegment π x y β frontier s) : x = y - Real.ball_eq_openSegment π Mathlib.Analysis.Convex.Topology
{r Ξ΅ : β} (hΞ΅ : 0 < Ξ΅) : Metric.ball r Ξ΅ = openSegment β (r - Ξ΅) (r + Ξ΅) - Convex.openSegment_interior_self_subset_interior π Mathlib.Analysis.Convex.Topology
{π : Type u_1} {E : Type u_2} [Field π] [PartialOrder π] [AddCommGroup E] [Module π E] [TopologicalSpace E] [IsTopologicalAddGroup E] [ContinuousConstSMul π E] {s : Set E} (hs : Convex π s) {x y : E} (hx : x β interior s) (hy : y β s) : openSegment π x y β interior s - Convex.openSegment_self_interior_subset_interior π Mathlib.Analysis.Convex.Topology
{π : Type u_1} {E : Type u_2} [Field π] [PartialOrder π] [AddCommGroup E] [Module π E] [TopologicalSpace E] [IsTopologicalAddGroup E] [ContinuousConstSMul π E] {s : Set E} (hs : Convex π s) {x y : E} (hx : x β s) (hy : y β interior s) : openSegment π x y β interior s - Convex.openSegment_closure_interior_subset_interior π Mathlib.Analysis.Convex.Topology
{π : Type u_1} {E : Type u_2} [Field π] [PartialOrder π] [AddCommGroup E] [Module π E] [TopologicalSpace E] [IsTopologicalAddGroup E] [ContinuousConstSMul π E] {s : Set E} (hs : Convex π s) {x y : E} (hx : x β closure s) (hy : y β interior s) : openSegment π x y β interior s - Convex.openSegment_interior_closure_subset_interior π Mathlib.Analysis.Convex.Topology
{π : Type u_1} {E : Type u_2} [Field π] [PartialOrder π] [AddCommGroup E] [Module π E] [TopologicalSpace E] [IsTopologicalAddGroup E] [ContinuousConstSMul π E] {s : Set E} (hs : Convex π s) {x y : E} (hx : x β interior s) (hy : y β closure s) : openSegment π x y β interior s - segment_subset_closure_openSegment π Mathlib.Analysis.Convex.Topology
{π : Type u_1} {E : Type u_2} [Ring π] [LinearOrder π] [IsStrictOrderedRing π] [DenselyOrdered π] [TopologicalSpace π] [OrderTopology π] [AddCommGroup E] [TopologicalSpace E] [ContinuousAdd E] [Module π E] [ContinuousSMul π E] {x y : E} : segment π x y β closure (openSegment π x y) - closure_openSegment π Mathlib.Analysis.Convex.Topology
{π : Type u_1} {E : Type u_2} [Ring π] [LinearOrder π] [IsStrictOrderedRing π] [DenselyOrdered π] [PseudoMetricSpace π] [OrderTopology π] [ProperSpace π] [CompactIccSpace π] [AddCommGroup E] [TopologicalSpace E] [T2Space E] [ContinuousAdd E] [Module π E] [ContinuousSMul π E] (x y : E) : closure (openSegment π x y) = segment π x y - mem_tangentConeAt_of_openSegment_subset π Mathlib.Analysis.Calculus.TangentCone.Real
{E : Type u_1} [AddCommGroup E] [Module β E] [TopologicalSpace E] [ContinuousSMul β E] {s : Set E} {x y : E} (h : openSegment β x y β s) : y - x β tangentConeAt β s x - sub_mem_posTangentConeAt_of_openSegment_subset π Mathlib.Analysis.Calculus.TangentCone.Real
{E : Type u_1} [AddCommGroup E] [Module β E] [TopologicalSpace E] [ContinuousSMul β E] {s : Set E} {x y : E} (h : openSegment β x y β s) : y - x β tangentConeAt NNReal s x - mem_openSegment_of_gauge_lt_one π Mathlib.Analysis.Convex.Gauge
{E : Type u_2} [AddCommGroup E] [Module β E] {s : Set E} {x : E} (absorbs : Absorbent β s) (hgauge : gauge s x < 1) : β y β s, x β openSegment β 0 y - MeasureTheory.laverage_mem_openSegment_compl_self π Mathlib.MeasureTheory.Integral.Average
{Ξ± : Type u_1} {m0 : MeasurableSpace Ξ±} {ΞΌ : MeasureTheory.Measure Ξ±} {s : Set Ξ±} {f : Ξ± β ENNReal} [MeasureTheory.IsFiniteMeasure ΞΌ] (hs : MeasureTheory.NullMeasurableSet s ΞΌ) (hsβ : ΞΌ s β 0) (hscβ : ΞΌ sαΆ β 0) : β¨β» (x : Ξ±), f x βΞΌ β openSegment ENNReal (β¨β» (x : Ξ±) in s, f x βΞΌ) (β¨β» (x : Ξ±) in sαΆ, f x βΞΌ) - MeasureTheory.laverage_union_mem_openSegment π Mathlib.MeasureTheory.Integral.Average
{Ξ± : Type u_1} {m0 : MeasurableSpace Ξ±} {ΞΌ : MeasureTheory.Measure Ξ±} {s t : Set Ξ±} {f : Ξ± β ENNReal} (hd : MeasureTheory.AEDisjoint ΞΌ s t) (ht : MeasureTheory.NullMeasurableSet t ΞΌ) (hsβ : ΞΌ s β 0) (htβ : ΞΌ t β 0) (hsΞΌ : ΞΌ s β β€) (htΞΌ : ΞΌ t β β€) : β¨β» (x : Ξ±) in s βͺ t, f x βΞΌ β openSegment ENNReal (β¨β» (x : Ξ±) in s, f x βΞΌ) (β¨β» (x : Ξ±) in t, f x βΞΌ) - MeasureTheory.average_mem_openSegment_compl_self π Mathlib.MeasureTheory.Integral.Average
{Ξ± : Type u_1} {E : Type u_2} {m0 : MeasurableSpace Ξ±} [NormedAddCommGroup E] [NormedSpace β E] {ΞΌ : MeasureTheory.Measure Ξ±} [MeasureTheory.IsFiniteMeasure ΞΌ] {f : Ξ± β E} {s : Set Ξ±} (hs : MeasureTheory.NullMeasurableSet s ΞΌ) (hsβ : ΞΌ s β 0) (hscβ : ΞΌ sαΆ β 0) (hfi : MeasureTheory.Integrable f ΞΌ) : β¨ (x : Ξ±), f x βΞΌ β openSegment β (β¨ (x : Ξ±) in s, f x βΞΌ) (β¨ (x : Ξ±) in sαΆ, f x βΞΌ) - MeasureTheory.average_union_mem_openSegment π Mathlib.MeasureTheory.Integral.Average
{Ξ± : Type u_1} {E : Type u_2} {m0 : MeasurableSpace Ξ±} [NormedAddCommGroup E] [NormedSpace β E] {ΞΌ : MeasureTheory.Measure Ξ±} {f : Ξ± β E} {s t : Set Ξ±} (hd : MeasureTheory.AEDisjoint ΞΌ s t) (ht : MeasureTheory.NullMeasurableSet t ΞΌ) (hsβ : ΞΌ s β 0) (htβ : ΞΌ t β 0) (hsΞΌ : ΞΌ s β β€) (htΞΌ : ΞΌ t β β€) (hfs : MeasureTheory.IntegrableOn f s ΞΌ) (hft : MeasureTheory.IntegrableOn f t ΞΌ) : β¨ (x : Ξ±) in s βͺ t, f x βΞΌ β openSegment β (β¨ (x : Ξ±) in s, f x βΞΌ) (β¨ (x : Ξ±) in t, f x βΞΌ) - IsExtreme.left_mem_of_mem_openSegment π Mathlib.Analysis.Convex.Extreme
{π : Type u_1} {E : Type u_2} [Semiring π] [PartialOrder π] [AddCommMonoid E] [SMul π E] {A B : Set E} (self : IsExtreme π A B) β¦x : Eβ¦ : x β A β β β¦y : Eβ¦, y β A β β β¦z : Eβ¦, z β B β z β openSegment π x y β x β B - IsExtreme.right_mem_of_mem_openSegment π Mathlib.Analysis.Convex.Extreme
{π : Type u_1} {E : Type u_2} [Semiring π] [PartialOrder π] [AddCommMonoid E] [SMul π E] {A B : Set E} {x : E} (h : IsExtreme π A B) {y z : E} (hx : x β A) (hy : y β A) (hz : z β B) (hzxy : z β openSegment π x y) : y β B - mem_extremePoints_iff_left π Mathlib.Analysis.Convex.Extreme
{π : Type u_1} {E : Type u_2} [Semiring π] [PartialOrder π] [AddCommMonoid E] [SMul π E] {A : Set E} {x : E} : x β Set.extremePoints π A β x β A β§ β xβ β A, β xβ β A, x β openSegment π xβ xβ β xβ = x - mem_extremePoints π Mathlib.Analysis.Convex.Extreme
{π : Type u_1} {E : Type u_2} [Semiring π] [PartialOrder π] [AddCommMonoid E] [SMul π E] {A : Set E} {x : E} : x β Set.extremePoints π A β x β A β§ β xβ β A, β xβ β A, x β openSegment π xβ xβ β xβ = x β§ xβ = x - IsExtreme.mk π Mathlib.Analysis.Convex.Extreme
{π : Type u_1} {E : Type u_2} [Semiring π] [PartialOrder π] [AddCommMonoid E] [SMul π E] {A B : Set E} (subset : B β A) (left_mem_of_mem_openSegment : β β¦x : Eβ¦, x β A β β β¦y : Eβ¦, y β A β β β¦z : Eβ¦, z β B β z β openSegment π x y β x β B) : IsExtreme π A B - isExtreme_iff π Mathlib.Analysis.Convex.Extreme
(π : Type u_1) {E : Type u_2} [Semiring π] [PartialOrder π] [AddCommMonoid E] [SMul π E] (A B : Set E) : IsExtreme π A B β B β A β§ β β¦x : Eβ¦, x β A β β β¦y : Eβ¦, y β A β β β¦z : Eβ¦, z β B β z β openSegment π x y β x β B - star_openSegment π Mathlib.Analysis.Convex.Extreme
{π : Type u_6} {E : Type u_7} [Semiring π] [StarRing π] [PartialOrder π] [StarOrderedRing π] [AddCommMonoid E] [StarAddMonoid E] [SMul π E] [StarModule π E] (x y : E) : star (openSegment π x y) = openSegment π (star x) (star y) - openSegment_subset_ball_of_ne π Mathlib.Analysis.Convex.StrictConvexSpace
{E : Type u_2} [NormedAddCommGroup E] [NormedSpace β E] [StrictConvexSpace β E] {x y z : E} {r : β} (hx : x β Metric.closedBall z r) (hy : y β Metric.closedBall z r) (hne : x β y) : openSegment β x y β Metric.ball z r - norm_sub_le_mul_volume_of_norm_fderiv_le π Mathlib.MeasureTheory.Integral.IntervalIntegral.DistLEIntegral
{E : Type u_1} {F : Type u_2} [NormedAddCommGroup E] [NormedSpace β E] [NormedAddCommGroup F] [NormedSpace β F] {f : E β F} {a b : E} {C : β} {s : Set E} (hs : IsOpen s) (hf : DiffContOnCl β f s) (hab : openSegment β a b β s) (hC : β x β s, βfderiv β f xβ β€ C) : βf b - f aβ β€ C * βb - aβ * MeasureTheory.volume.real {t | t β Set.Ioo 0 1 β§ fderiv β f ((AffineMap.lineMap a b) t) β 0}
About
Loogle searches Lean and Mathlib definitions and theorems.
You can use Loogle from within the Lean4 VSCode language extension
using the Loogle command from the command palette. You can also try the
#loogle command from LeanSearchClient,
the CLI version, the Loogle
VS Code extension, the lean.nvim
integration or the Zulip bot.
Usage
Loogle finds definitions and lemmas in various ways:
By constant:
πReal.sin
finds all lemmas whose statement somehow mentions the sine function.By lemma name substring:
π"differ"
finds all lemmas that have"differ"somewhere in their lemma name.By subexpression:
π_ * (_ ^ _)
finds all lemmas whose statements somewhere include a product where the second argument is raised to some power.The pattern can also be non-linear, as in
πReal.sqrt ?a * Real.sqrt ?aIf the pattern has parameters, they are matched in any order. Both of these will find
List.map:
π(?a -> ?b) -> List ?a -> List ?b
πList ?a -> (?a -> ?b) -> List ?bBy main conclusion:
π|- tsum _ = _ * tsum _
finds all lemmas where the conclusion (the subexpression to the right of allβandβ) has the given shape.As before, if the pattern has parameters, they are matched against the hypotheses of the lemma in any order; for example,
π|- _ < _ β tsum _ < tsum _
will findtsum_lt_tsumeven though the hypothesisf i < g iis not the last.You can filter for definitions vs theorems: Using
β’ (_ : Type _)finds all definitions which provide data whileβ’ (_ : Prop)finds all theorems (and definitions of proofs).
If you pass more than one such search filter, separated by commas
Loogle will return lemmas which match all of them. The
search
π Real.sin, "two", tsum, _ * _, _ ^ _, |- _ < _ β _
would find all lemmas which mention the constants Real.sin
and tsum, have "two" as a substring of the
lemma name, include a product and a power somewhere in the type,
and have a hypothesis of the form _ < _ (if
there were any such lemmas). Metavariables (?a) are
assigned independently in each filter.
The #lucky button will directly send you to the
documentation of the first hit.
Source code
You can find the source code for this service at https://github.com/nomeata/loogle. The https://loogle.lean-lang.org/ service is provided by the Lean FRO. Please review the Lean FRO Terms of Use and Privacy Policy.
This is Loogle revision 9f11169 serving mathlib revision ce5dd8c