We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c614f4a commit 09a318cCopy full SHA for 09a318c
1 file changed
theories/hahn_banach_theorem.v
@@ -226,9 +226,9 @@ move=> /= x A nxA.
226
pose t:= nxA.
227
move: t => -[] /= /= b; rewrite /wopen => -[] /= [] c openc cA bx bA.
228
have H: nbhs (val x) (val @` A). rewrite nbhsE /=.
229
-exists (val @` b); last by move => z //= [] z0 bz valz; exists z0; first by apply: bA.
230
-split => //=; last by exists x.
231
-Print wopen. admit. (*maybe ?*)
+exists (val @` (b: set topU)); last by move => z //= [] z0 bz valz; exists z0; first by apply: bA.
+split => //=; last by exists x. have ob: open (b : set topU). (*should be true as val_continuous*) admit.
+Fail apply: (@initial_subspace_open V ( (initial_topology \val)) (\val) b ob). (*why ??*) admit.
232
move: (genB (\val x) _ H).
233
rewrite /filter_from /=.
234
move => [] d [] Bd dx dC /=.
0 commit comments