]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/ground_2/xoa/xoa_props.ma
update in ground_2 + \lambda\delta-related ignores
[helm.git] / matita / matita / contribs / lambdadelta / ground_2 / xoa / xoa_props.ma
index e917bacd22b087b846167fb63b3fabe842501653..530c0e2b39541f81f971847c667b4f317a41a108 100644 (file)
 include "basics/logic.ma".
 include "ground_2/notation/xoa/false_0.ma".
 include "ground_2/notation/xoa/true_0.ma".
+include "ground_2/notation/xoa/or_2.ma".
+include "ground_2/notation/xoa/and_2.ma".
 include "ground_2/xoa/xoa.ma".
 
 interpretation "logical false" 'false = False.
 
 interpretation "logical true" 'true = True.
+
+(* Logical properties missing in the basic library **************************) 
+
+lemma commutative_and: ∀A,B. A ∧ B → B ∧ A.
+#A #B * /2 width=1 by conj/
+qed-.