aboutsummaryrefslogtreecommitdiffhomepage
path: root/phox/example.phx
blob: a0edbe48646285590ee4ac367677484cfc664ef8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
(*
    Example proof script for AF2 Proof General

    $Id$
*)

(*
goal /\n:N (ack n N1 >= N2).
intro 2.
elim H.
trivial.
elim -1 [case] H0.
trivial.
trivial.
save ack_lem7.
*)

prop (* test *) (* just un test *) test /\X (X -> X).
print $0.
trivial.
save.