]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/ground_2/lib/relations.ma
update in ground_2, static_2, basic_2
[helm.git] / matita / matita / contribs / lambdadelta / ground_2 / lib / relations.ma
index d272c0dbee63dfdbb474d8e6fa64a8ec7d099a89..47524fd84d4669ebe1b4d425074aece7642941eb 100644 (file)
@@ -13,6 +13,8 @@
 (**************************************************************************)
 
 include "basics/relations.ma".
+include "ground_2/xoa/and_3.ma".
+include "ground_2/xoa/ex_2_2.ma".
 include "ground_2/lib/logic.ma".
 
 (* GENERIC RELATIONS ********************************************************)
@@ -42,7 +44,7 @@ definition relation5: Type[0] → Type[0] → Type[0] → Type[0] → Type[0] 
 definition relation6: Type[0] → Type[0] → Type[0] → Type[0] → Type[0] → Type[0] → Type[0] ≝
            λA,B,C,D,E,F.A→B→C→D→E→F→Prop.
 
-(**) (* we don't use "∀a. reflexive … (R a)" since auto seems to dislike repeatd δ-expansion *)  
+(**) (* we don't use "∀a. reflexive … (R a)" since auto seems to dislike repeatd δ-expansion *)
 definition c_reflexive (A) (B): predicate (relation3 A B B) ≝
            λR. ∀a,b. R a b b.