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 (**************************************************************************)
17 include "nat/minus.ma".
19 theorem p2: \forall x,y:nat. x+x = (S(S O))*x.
21 demodulate by times_n_Sm times_n_O sym_times plus_n_O.
24 theorem p4: \forall x:nat. (x+(S O))*(x-(S O))=x*x - (S O).
28 |intro.demodulate.reflexivity]
31 theorem p5: \forall x,y:nat. (x+y)*(x+y) = x*x + (S(S O))*(x*y) + (y*y).
32 intros.demodulate.reflexivity.