1 (**************************************************************************)
4 (* ||A|| A project by Andrea Asperti *)
6 (* ||I|| Developers: *)
7 (* ||T|| The HELM team. *)
8 (* ||A|| http://helm.cs.unibo.it *)
10 (* \ / This file is distributed under the terms of the *)
11 (* v GNU General Public License Version 2 *)
13 (**************************************************************************)
15 set "baseuri" "cic:/matita/demodulation_matita/".
17 include "nat/minus.ma".
19 theorem p2: \forall x,y:nat. x+x = (S(S O))*x.
20 intros.demodulate.reflexivity.
23 theorem p4: \forall x:nat. (x+(S O))*(x-(S O))=x*x - (S O).
27 |intro.demodulate.reflexivity]
30 theorem p5: \forall x,y:nat. (x+y)*(x+y) = x*x + (S(S O))*(x*y) + (y*y).
31 intros.demodulate.reflexivity.