Mathlib Map

Theorems · Theorem · convex and discrete geometry

ProperCone.relative_hyperplane_separation

∀ {E : Type u_2} {F : Type u_3} [inst : NormedAddCommGroup E] [inst_1 : InnerProductSpace ℝ E]
  [inst_2 : CompleteSpace E] [inst_3 : NormedAddCommGroup F] [inst_4 : InnerProductSpace ℝ F] [inst_5 : CompleteSpace F]
  {C : ProperCone ℝ E} {f : E →L[ℝ] F} {b : F},
  b ∈ ProperCone.map f C ↔ ∀ (y : F), (ContinuousLinearMap.adjoint f) y ∈ ProperCone.innerDual ↑C → 0 ≤ inner ℝ b y

Relative geometric interpretation of Farkas' lemma. Also stronger version of the Hahn-Banach separation theorem for proper cones.

Defined in
Mathlib.Analysis.Convex.Cone.InnerDual
Cited by
1 results in Mathlib
Foundations
Depth 193 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
NormedAddCommGroupInnerProductSpaceCompleteSpaceNormedAddCommGroupInnerProductSpaceCompleteSpace

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.

Cited by1

Results whose statement or proof uses this declaration.