]> matita.cs.unibo.it Git - helm.git/blob - matita/matita/lib/lambda-delta/xoa_props.ma
xoa: new binary for the generation of multiple logical constants
[helm.git] / matita / matita / lib / lambda-delta / xoa_props.ma
1 (**************************************************************************)
2 (*       ___                                                              *)
3 (*      ||M||                                                             *)
4 (*      ||A||       A project by Andrea Asperti                           *)
5 (*      ||T||                                                             *)
6 (*      ||I||       Developers:                                           *)
7 (*      ||T||         The HELM team.                                      *)
8 (*      ||A||         http://helm.cs.unibo.it                             *)
9 (*      \   /                                                             *)
10 (*       \ /        This file is distributed under the terms of the       *)
11 (*        v         GNU General Public License Version 2                  *)
12 (*                                                                        *)
13 (**************************************************************************)
14
15 include "lambda-delta/xoa_notation.ma".
16 include "lambda-delta/xoa_defs.ma".
17
18 lemma ex2_1_comm: ∀A0. ∀P0,P1:A0→Prop. (∃∃x0. P0 x0 & P1 x0) → ∃∃x0. P1 x0 & P0 x0.
19 #A0 #P0 #P1 * /2/
20 qed.