TPTP Problem File: RNG086+1.p
View Solutions
- Solve Problem
%------------------------------------------------------------------------------
% File : RNG086+1 : TPTP v9.0.0. Released v4.0.0.
% Domain : Ring Theory
% Problem : Chinese remainder theorem in a ring 03_01, 00 expansion
% Version : Especial.
% English :
% Refs : [VLP07] Verchinine et al. (2007), System for Automated Deduction
% : [Pas08] Paskevich (2008), Email to G. Sutcliffe
% Source : [Pas08]
% Names : chines_03_01.00 [Pas08]
% Status : Theorem
% Rating : 0.39 v9.0.0, 0.36 v8.2.0, 0.42 v7.5.0, 0.44 v7.4.0, 0.40 v7.3.0, 0.38 v7.1.0, 0.39 v7.0.0, 0.43 v6.4.0, 0.46 v6.3.0, 0.42 v6.2.0, 0.48 v6.1.0, 0.60 v6.0.0, 0.57 v5.5.0, 0.70 v5.4.0, 0.71 v5.3.0, 0.70 v5.2.0, 0.55 v5.1.0, 0.57 v5.0.0, 0.71 v4.1.0, 0.74 v4.0.1, 0.91 v4.0.0
% Syntax : Number of formulae : 27 ( 3 unt; 3 def)
% Number of atoms : 94 ( 25 equ)
% Maximal formula atoms : 8 ( 3 avg)
% Number of connectives : 68 ( 1 ~; 1 |; 33 &)
% ( 5 <=>; 28 =>; 0 <=; 0 <~>)
% Maximal formula depth : 13 ( 5 avg)
% Maximal term depth : 3 ( 1 avg)
% Number of predicates : 6 ( 4 usr; 1 prp; 0-2 aty)
% Number of functors : 12 ( 12 usr; 7 con; 0-2 aty)
% Number of variables : 49 ( 45 !; 4 ?)
% SPC : FOF_THM_RFO_SEQ
% Comments : Problem generated by the SAD system [VLP07]
%------------------------------------------------------------------------------
fof(mElmSort,axiom,
! [W0] :
( aElement0(W0)
=> $true ) ).
fof(mSortsC,axiom,
aElement0(sz00) ).
fof(mSortsC_01,axiom,
aElement0(sz10) ).
fof(mSortsU,axiom,
! [W0] :
( aElement0(W0)
=> aElement0(smndt0(W0)) ) ).
fof(mSortsB,axiom,
! [W0,W1] :
( ( aElement0(W0)
& aElement0(W1) )
=> aElement0(sdtpldt0(W0,W1)) ) ).
fof(mSortsB_02,axiom,
! [W0,W1] :
( ( aElement0(W0)
& aElement0(W1) )
=> aElement0(sdtasdt0(W0,W1)) ) ).
fof(mAddComm,axiom,
! [W0,W1] :
( ( aElement0(W0)
& aElement0(W1) )
=> sdtpldt0(W0,W1) = sdtpldt0(W1,W0) ) ).
fof(mAddAsso,axiom,
! [W0,W1,W2] :
( ( aElement0(W0)
& aElement0(W1)
& aElement0(W2) )
=> sdtpldt0(sdtpldt0(W0,W1),W2) = sdtpldt0(W0,sdtpldt0(W1,W2)) ) ).
fof(mAddZero,axiom,
! [W0] :
( aElement0(W0)
=> ( sdtpldt0(W0,sz00) = W0
& W0 = sdtpldt0(sz00,W0) ) ) ).
fof(mAddInvr,axiom,
! [W0] :
( aElement0(W0)
=> ( sdtpldt0(W0,smndt0(W0)) = sz00
& sz00 = sdtpldt0(smndt0(W0),W0) ) ) ).
fof(mMulComm,axiom,
! [W0,W1] :
( ( aElement0(W0)
& aElement0(W1) )
=> sdtasdt0(W0,W1) = sdtasdt0(W1,W0) ) ).
fof(mMulAsso,axiom,
! [W0,W1,W2] :
( ( aElement0(W0)
& aElement0(W1)
& aElement0(W2) )
=> sdtasdt0(sdtasdt0(W0,W1),W2) = sdtasdt0(W0,sdtasdt0(W1,W2)) ) ).
fof(mMulUnit,axiom,
! [W0] :
( aElement0(W0)
=> ( sdtasdt0(W0,sz10) = W0
& W0 = sdtasdt0(sz10,W0) ) ) ).
fof(mAMDistr,axiom,
! [W0,W1,W2] :
( ( aElement0(W0)
& aElement0(W1)
& aElement0(W2) )
=> ( sdtasdt0(W0,sdtpldt0(W1,W2)) = sdtpldt0(sdtasdt0(W0,W1),sdtasdt0(W0,W2))
& sdtasdt0(sdtpldt0(W1,W2),W0) = sdtpldt0(sdtasdt0(W1,W0),sdtasdt0(W2,W0)) ) ) ).
fof(mMulMnOne,axiom,
! [W0] :
( aElement0(W0)
=> ( sdtasdt0(smndt0(sz10),W0) = smndt0(W0)
& smndt0(W0) = sdtasdt0(W0,smndt0(sz10)) ) ) ).
fof(mMulZero,axiom,
! [W0] :
( aElement0(W0)
=> ( sdtasdt0(W0,sz00) = sz00
& sz00 = sdtasdt0(sz00,W0) ) ) ).
fof(mCancel,axiom,
! [W0,W1] :
( ( aElement0(W0)
& aElement0(W1) )
=> ( sdtasdt0(W0,W1) = sz00
=> ( W0 = sz00
| W1 = sz00 ) ) ) ).
fof(mUnNeZr,axiom,
sz10 != sz00 ).
fof(mSetSort,axiom,
! [W0] :
( aSet0(W0)
=> $true ) ).
fof(mEOfElem,axiom,
! [W0] :
( aSet0(W0)
=> ! [W1] :
( aElementOf0(W1,W0)
=> aElement0(W1) ) ) ).
fof(mSetEq,axiom,
! [W0,W1] :
( ( aSet0(W0)
& aSet0(W1) )
=> ( ( ! [W2] :
( aElementOf0(W2,W0)
=> aElementOf0(W2,W1) )
& ! [W2] :
( aElementOf0(W2,W1)
=> aElementOf0(W2,W0) ) )
=> W0 = W1 ) ) ).
fof(mDefSSum,definition,
! [W0,W1] :
( ( aSet0(W0)
& aSet0(W1) )
=> ! [W2] :
( W2 = sdtpldt1(W0,W1)
<=> ( aSet0(W2)
& ! [W3] :
( aElementOf0(W3,W2)
<=> ? [W4,W5] :
( aElementOf0(W4,W0)
& aElementOf0(W5,W1)
& sdtpldt0(W4,W5) = W3 ) ) ) ) ) ).
fof(mDefSInt,definition,
! [W0,W1] :
( ( aSet0(W0)
& aSet0(W1) )
=> ! [W2] :
( W2 = sdtasasdt0(W0,W1)
<=> ( aSet0(W2)
& ! [W3] :
( aElementOf0(W3,W2)
<=> ( aElementOf0(W3,W0)
& aElementOf0(W3,W1) ) ) ) ) ) ).
fof(mDefIdeal,definition,
! [W0] :
( aIdeal0(W0)
<=> ( aSet0(W0)
& ! [W1] :
( aElementOf0(W1,W0)
=> ( ! [W2] :
( aElementOf0(W2,W0)
=> aElementOf0(sdtpldt0(W1,W2),W0) )
& ! [W2] :
( aElement0(W2)
=> aElementOf0(sdtasdt0(W2,W1),W0) ) ) ) ) ) ).
fof(m__870,hypothesis,
( aIdeal0(xI)
& aIdeal0(xJ) ) ).
fof(m__901,hypothesis,
( aElementOf0(xx,sdtpldt1(xI,xJ))
& aElementOf0(xy,sdtpldt1(xI,xJ))
& aElement0(xz) ) ).
fof(m__,conjecture,
? [W0,W1] :
( aElementOf0(W0,xI)
& aElementOf0(W1,xJ)
& xx = sdtpldt0(W0,W1) ) ).
%------------------------------------------------------------------------------