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

WIP: add seq results about Trace.

parent f7356486
No related branches found
No related tags found
No related merge requests found
......@@ -377,4 +377,16 @@ rewrite <- trace_union_seq; apply Tr, HP, HB.
apply union_seq_ext; intros n; symmetry; apply HB.
Qed.
Lemma Trace_Inter_monot_seq : Inter_monot_seq P -> Inter_monot_seq (Trace P V).
Proof.
Admitted.
Lemma Trace_Union_monot_seq : Union_monot_seq P -> Union_monot_seq (Trace P V).
Proof.
Admitted.
Lemma Trace_Union_disj_seq : Union_disj_seq P -> Union_disj_seq (Trace P V).
Proof.
Admitted.
End Seq_Facts3.
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