TPTP-Examples/tf0_conjecture.p
2023-03-27 11:01:47 -04:00

9 lines
196 B
OpenEdge ABL

include('Axioms/LIST-ROZEK.ax').
% Problem
tff(injective, conjecture,
![H1: $int, H2: $int, T1: list, T2: list] : (
(cons(H1, T1) = cons(H2, T2)) => ((H1 = H2) & (T1 = T2))
)
).