Skip to content

Commit 09a318c

Browse files
committed
base convexe wip
1 parent c614f4a commit 09a318c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

theories/hahn_banach_theorem.v

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -226,9 +226,9 @@ move=> /= x A nxA.
226226
pose t:= nxA.
227227
move: t => -[] /= /= b; rewrite /wopen => -[] /= [] c openc cA bx bA.
228228
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 ?*)
229+
exists (val @` (b: set topU)); last by move => z //= [] z0 bz valz; exists z0; first by apply: bA.
230+
split => //=; last by exists x. have ob: open (b : set topU). (*should be true as val_continuous*) admit.
231+
Fail apply: (@initial_subspace_open V ( (initial_topology \val)) (\val) b ob). (*why ??*) admit.
232232
move: (genB (\val x) _ H).
233233
rewrite /filter_from /=.
234234
move => [] d [] Bd dx dC /=.

0 commit comments

Comments
 (0)