]> matita.cs.unibo.it Git - helm.git/blob - helm/gTopLevel/esempi/decompose.cic
f03d410a3242197acf54b2793789fc41d0d3e4c3
[helm.git] / helm / gTopLevel / esempi / decompose.cic
1 !A:Prop.!B:Prop.!C:Prop.(and (or A C) (and (or A B) (or B C))) -> True
2
3 !A:Prop.!B:Prop.!C:Prop.(and (sumbool A C) (and (or A B) !D:Prop.(or B D))) -> True
4
5 !A:Prop.!B:Prop.!C:Prop.(and (and A C) (and (and A B) (and B C))) -> True