Theorems · Theorem · optimization
Sion.exists_lt_iInf_of_lt_iInf_of_finite
∀ {E : Type u_1} {F : Type u_2} {β : Type u_3} [inst : LinearOrder β] {X : Set E} {Y : Set F} {f : E → F → β}
[inst_1 : TopologicalSpace E] [inst_2 : AddCommGroup E] [inst_3 : Module ℝ E] [IsTopologicalAddGroup E]
[ContinuousSMul ℝ E],
X.Nonempty →
IsCompact X →
(∀ y ∈ Y, LowerSemicontinuousOn (fun x => f x y) X) →
(∀ y ∈ Y, QuasiconvexOn ℝ X fun x => f x y) →
∀ [inst_6 : TopologicalSpace F] [inst_7 : AddCommGroup F] [inst_8 : Module ℝ F],
Convex ℝ Y →
(∀ x ∈ X, UpperSemicontinuousOn (fun y => f x y) Y) →
(∀ x ∈ X, QuasiconcaveOn ℝ Y fun y => f x y) →
∀ [DenselyOrdered β] [IsTopologicalAddGroup F] [ContinuousSMul ℝ F],
Convex ℝ X →
∀ {s : Set F},
s.Finite → s ⊆ Y → ∀ {t : β}, (∀ x ∈ X, ∃ y ∈ s, t < f x y) → ∃ y0 ∈ Y, ∀ x ∈ X, t < f x y0- Defined in
- Mathlib.Topology.Sion
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 141 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites36
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
- TopologicalSpacestatement and proof · cited by 24,529
- Modulestatement and proof · cited by 20,661
- AddCommGroupstatement and proof · cited by 12,871
- LinearOrderstatement and proof · cited by 8,572
- Set.preimageproof · cited by 4,946
- Set.Nonemptystatement and proof · cited by 2,627
- le_reflproof · cited by 2,061
- Set.Finitestatement and proof · cited by 1,814
- IsTopologicalAddGroupstatement and proof · cited by 1,394
- IsCompactstatement and proof · cited by 1,282
Cited by1
Results whose statement or proof uses this declaration.
- Sion.minimaxproof · cited by 2