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/test/applys".
17 include "nat/div_and_mod.ma".
18 include "nat/factorial.ma".
19 include "nat/primes.ma".
21 theorem prova : \forall n. (n+O)*(S O) = n.
26 lemma foo: ∀n.(S n)! = (S n) * n!.
31 \forall n. S n \divides (S n)!.
33 applyS (witness ? ? ? (refl_eq ? ?)).