File: andrews.in

package info (click to toggle)
prover9-manual 0.0.200902a-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 4,272 kB
  • sloc: xml: 212; csh: 144; python: 73; makefile: 42; perl: 10; sh: 1
file content (20 lines) | stat: -rw-r--r-- 292 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

formulas(goals).

% Andrews challenge problem (stated positively)

(
   (
     (exists x all y (p(x) <-> p(y)))
     <->
     ((exists u q(u)) <-> (all v p(v)))
   )
   <->
   (
     (exists w all z (q(z) <-> q(w)))
     <->
     ((exists x1 p(x1)) <-> (all x2 q(x2)))
   )
).

end_of_list.