File: LT-McKenzie-4basis.in

package info (click to toggle)
p9m4 0.5.dfsg-3
  • links: PTS
  • area: main
  • in suites: buster, stretch
  • size: 664 kB
  • ctags: 296
  • sloc: python: 2,909; makefile: 21; csh: 7
file content (20 lines) | stat: -rw-r--r-- 464 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
formulas(assumptions).

% McKenzie's absorption 4-basis (self-dual, independent) for
% Lattice Theory (LT).

% Prover9 should produce a proof in a few seconds.

x v (y ^ (x ^ z)) = x         # label(McKenzie_1).
x ^ (y v (x v z)) = x         # label(McKenzie_2).
((y ^ x) v (x ^ z)) v x = x   # label(McKenzie_3).
((y v x) ^ (x v z)) ^ x = x   # label(McKenzie_4).

end_of_list.

formulas(goals).

(x ^ y) ^ z = x ^ (y ^ z)     # label(assoc_meet).

end_of_list.