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

Add Trace_wFull.

parent 2594c999
No related branches found
No related tags found
No related merge requests found
......@@ -441,6 +441,11 @@ Proof.
intros; unfold wEmpty; rewrite <- trace_emptyset_r; easy.
Qed.
Lemma Trace_wFull : wFull P -> wFull (Trace P V).
Proof.
intros; unfold wFull; rewrite <- trace_fullset_r; easy.
Qed.
Lemma Trace_Compl : Compl P -> Compl (Trace P V).
Proof.
intros HP A [B HB]; rewrite <- trace_compl; apply Tr; auto.
......
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