Skip to content
Snippets Groups Projects
Commit bce1e8bf authored by François Clément's avatar François Clément
Browse files

WIP.

parent 2bc2385c
No related branches found
No related tags found
No related merge requests found
......@@ -245,6 +245,17 @@ Lemma continuous_equiv_open :
(forall x1, continuous f x1) <->
(forall A2, open A2 -> open (fun x1 => A2 (f x1))).
Proof.
intros T1 T2 f; split; intros Hf.
(* *)
intros A2 HA2 x1 Hx1.
admit.
(* *)
intros x1 A2 HA2.
Admitted.
Lemma continuous_equiv_closed :
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment