Skip to content

Commit da77248

Browse files
committed
added code for bipolar theorem
1 parent 40eadec commit da77248

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Mathlib/Analysis/Normed/Module/Milman-Pettis.lean

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,10 @@ the unit ball in `E`. Observe that, for any topological `𝕜`-module `M`, `str
121121
the pairing whose *first* variable is in `M*` and the second is in `M`. -/
122122
axiom goldstine : closure (X := (WeakBilin (strongDualPairing ℝ (StrongDual ℝ E))))
123123
(inclusionInDoubleDual ℝ E '' (closedBall 0 1)) = closedBall (0 : E**) 1-- := by sorry
124+
-- **use**
125+
-- theorem polar_flip_polar_eq {B : E →ₗ[𝕜] F →ₗ[𝕜] 𝕜} {s : Set E} [Nonempty s] :
126+
-- B.flip.polar (B.polar s) = closedAbsConvexHull (E := WeakBilin B) 𝕜 s := by
127+
124128

125129
lemma exists_functional_sub_one_lt {ξ : E**} {δ : ℝ} (hδ₀ : 0 < δ) (hδ₁ : δ < 1) (h : ‖ξ‖ = 1) :
126130
∃ φ : StrongDual ℝ E, ‖φ‖ = 1 ∧ |ξ φ - 1| < δ := by

0 commit comments

Comments
 (0)