]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/tests/a.ma
New tactic "case1_tac" that make "intro" followed by case of the first
[helm.git] / helm / software / matita / tests / a.ma
index 8ca9e669aa06681de53c3cfb98a4d3ce1883317b..29432d2d3a36afadcfe34507cae8d03f7ce92377 100644 (file)
@@ -18,13 +18,14 @@ axiom C : Prop.
 axiom a: A.
 axiom b: B.
 
+include "logic/connectives.ma".
 
 notation "#" non associative with precedence 90 for @{ 'sharp }.
 interpretation "a" 'sharp = a.
 interpretation "b" 'sharp = b. 
 
-ntheorem prova : ((A â\86\92 A → B) → (A → B) → C) → C.
+ntheorem prova : ((A â\88§ A → B) → (A → B) → C) → C.
 # H;
-napply (H ? ?) [#L | #K1; #K2]
+napply (H ? ?) [#L | *w; #K1; #K2]
 napply #.
 nqed. 
\ No newline at end of file