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

Use new API.

parent b7ce666a
No related branches found
No related tags found
No related merge requests found
......@@ -48,13 +48,13 @@ Qed.
Lemma Basisp_fullset : unionp_any PB = fullset.
Proof.
rewrite <- full_equiv; apply is_Basisp_full with T; try easy.
rewrite <- full_equiv; apply is_Basisp_wFull with T; try easy.
apply is_Open_equiv; easy.
Qed.
Lemma Basisp_Union_any_inter : Union_any_inter PB.
Proof.
apply is_Basisp_inter with T; try easy.
apply is_Basisp_Inter with T; try easy.
apply is_Open_equiv; easy.
Qed.
......
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