]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/gTopLevel/esempi/decompose.cic
Added buttons for new tactics Injection and Discriminate
[helm.git] / helm / gTopLevel / esempi / decompose.cic
index f03d410a3242197acf54b2793789fc41d0d3e4c3..1a06fcba380e7e0be9ccdc4914a766bdfa42fac3 100644 (file)
@@ -1,5 +1,8 @@
-!A:Prop.!B:Prop.!C:Prop.(and (or A C) (and (or A B) (or B C))) -> True
+!A:Prop.!B:Prop.!C:Prop.(and (sumbool A False) (and (or True B) (or B False))) -> True
 
 !A:Prop.!B:Prop.!C:Prop.(and (sumbool A C) (and (or A B) !D:Prop.(or B D))) -> True
 
 !A:Prop.!B:Prop.!C:Prop.(and (and A C) (and (and A B) (and B C))) -> True
+
+(and True True) -> True
+(and True False) -> True