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

Add alternative result.

parent 268f865e
No related branches found
No related tags found
No related merge requests found
......@@ -55,6 +55,11 @@ intros B HB; induction HB; apply Open_Gen; easy.
intros B HB; apply Open_Gen; auto.
Qed.
Lemma Basis_is_gen_alt : T = Uac_Ifc_wF PB.
Proof.
rewrite <- Open_equiv; apply Basisp_is_gen.
Qed.
End Basis_Facts1.
......
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