TPTP Axioms File: SYN000-0.ax


%------------------------------------------------------------------------------
% File     : SYN000-0 : TPTP v8.2.0. Released v3.6.0.
% Domain   : Syntactic
% Axioms   : A simple include file for CNF
% Version  : Biased.
% English  :

% Refs     :
% Source   : [TPTP]
% Names    :

% Status   : Satisfiable
% Syntax   : Number of clauses     :    3 (   3 unt;   0 nHn;   3 RR)
%            Number of literals    :    3 (   0 equ;   0 neg)
%            Maximal clause size   :    1 (   1 avg)
%            Maximal term depth    :    0 (   0 avg)
%            Number of predicates  :    3 (   3 usr;   3 prp; 0-0 aty)
%            Number of functors    :    0 (   0 usr;   0 con; --- aty)
%            Number of variables   :    0 (   0 sgn)
% SPC      : 

% Comments :
%------------------------------------------------------------------------------
%----Some axioms to include
cnf(ia1,axiom,
    ia1 ).

cnf(ia2,axiom,
    ia2 ).

cnf(ia3,axiom,
    ia3 ).

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