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/tests/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 (* se non trova subito sym_times poi si perde! *)
34 (* alternativamente si puo' abilitare la are_convertible nella
35 is_identity, ma poi va peggio nel resto (conv lunghe) *)
36 letin www \def sym_times.
38 applyS (witness ? ? ? (refl_eq ? ?)).