File: RBA-2.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 (18 lines) | stat: -rw-r--r-- 342 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
% This lemma says that if there exists an idempotent
% elememt, then a Robbins algebra is Boolean.

formulas(assumptions).

  x + y = y + x.
  (x + y) + z = x + (y + z).
  ((x + y)' + (x + y')')' = x  # label(Robbins).

  exists c (c + c = c).

end_of_list.

formulas(goals).

  (x + y')' + (x' + y')' = y # answer(Huntington).

end_of_list.