TPTP Problem File: SWX206+1.p

View Solutions - Solve Problem

%------------------------------------------------------------------------------
% File     : SWX206+1 : TPTP v9.3.0. Released v9.3.0.
% Domain   : Software Verification
% Problem  : Faulty property about addition of natural numbers
% Version  : Especial.
% English  :

% Refs     : [CST26] Claessen et al. (2026), Email to Geoff Sutcliffe
% Source   : [CST26]
% Names    : Nat_plus_not_idem.p [CST26]

% Status   : Theorem
% Rating   : 0.00 v9.3.0
% Syntax   : Number of formulae    :    5 (   5 unt;   0 def)
%            Number of atoms       :    5 (   5 equ)
%            Maximal formula atoms :    1 (   1 avg)
%            Number of connectives :    1 (   1   ~;   0   |;   0   &)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    3 (   2 avg)
%            Maximal term depth    :    3 (   2 avg)
%            Number of predicates  :    1 (   0 usr;   0 prp; 2-2 aty)
%            Number of functors    :    4 (   4 usr;   1 con; 0-2 aty)
%            Number of variables   :    6 (   5   !;   1   ?)
% SPC      : FOF_THM_RFO_PEQ

% Comments :
%------------------------------------------------------------------------------
fof(axiom_001,axiom,
    ! [X] : proj1S(s(X)) = X ).

fof(axiom_002,axiom,
    ! [X] : z != s(X) ).

fof(axiom_003,axiom,
    ! [Y] : x2(z,Y) = Y ).

fof(axiom_004,axiom,
    ! [Y,N] : x2(s(N),Y) = s(x2(N,Y)) ).

fof(goal_005,conjecture,
    ? [X] : x2(X,X) = X ).

%------------------------------------------------------------------------------