File: example.phx

package info (click to toggle)
proofgeneral 3.5-4.1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 8,120 kB
  • ctags: 3,972
  • sloc: lisp: 34,872; makefile: 452; sh: 323; perl: 205; ansic: 43
file content (22 lines) | stat: -rw-r--r-- 299 bytes parent folder | download | duplicates (2)
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

    example.phx,v 8.0 2004/04/17 23:40:00 da Exp
*)

(*
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.