aboutsummaryrefslogtreecommitdiffhomepage
path: root/phox/example.phx
blob: 5dacbb2093358854d9d6d91f0e603fc1f918b80b (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 PhoX 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.