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

Missed that one.

parent 2f551c74
No related branches found
No related tags found
No related merge requests found
......@@ -450,6 +450,14 @@ intros; rewrite inter_comm, inter_inter_any_distr_l; try easy.
f_equal; apply functional_extensionality; intros; apply inter_comm.
Qed.
Lemma incl_inter_union_any :
inhabited Idx ->
forall (A : Idx -> U -> Prop),
incl (inter_any A) (union_any A).
Proof.
intros [i0] A x Hx; exists i0; apply (Hx i0).
Qed.
(** De Morgan's laws. *)
Lemma compl_union_any :
......
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