TSTP Solution File: LCL493+1 by Twee---2.4.2

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Twee---2.4.2
% Problem  : LCL493+1 : TPTP v8.1.2. Released v3.3.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : parallel-twee %s --tstp --conditional-encoding if --smaller --drop-non-horn --give-up-on-saturation --explain-encoding --formal-proof

% Computer : n029.cluster.edu
% Model    : x86_64 x86_64
% CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 2.10GHz
% Memory   : 8042.1875MB
% OS       : Linux 3.10.0-693.el7.x86_64
% CPULimit : 300s
% WCLimit  : 300s
% DateTime : Thu Aug 31 08:19:13 EDT 2023

% Result   : Theorem 0.20s 0.70s
% Output   : Proof 0.20s
% Verified : 
% SZS Type : -

% Comments : 
%------------------------------------------------------------------------------
%----WARNING: Could not form TPTP format derivation
%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : LCL493+1 : TPTP v8.1.2. Released v3.3.0.
% 0.00/0.13  % Command  : parallel-twee %s --tstp --conditional-encoding if --smaller --drop-non-horn --give-up-on-saturation --explain-encoding --formal-proof
% 0.13/0.34  % Computer : n029.cluster.edu
% 0.13/0.34  % Model    : x86_64 x86_64
% 0.13/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.34  % Memory   : 8042.1875MB
% 0.13/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.34  % CPULimit : 300
% 0.13/0.34  % WCLimit  : 300
% 0.13/0.34  % DateTime : Thu Aug 24 17:55:38 EDT 2023
% 0.13/0.35  % CPUTime  : 
% 0.20/0.70  Command-line arguments: --lhs-weight 1 --flip-ordering --normalise-queue-percent 10 --cp-renormalise-threshold 10
% 0.20/0.70  
% 0.20/0.70  % SZS status Theorem
% 0.20/0.70  
% 0.20/0.72  % SZS output start Proof
% 0.20/0.72  Take the following subset of the input axioms:
% 0.20/0.72    fof(equivalence_1, axiom, equivalence_1 <=> ![X, Y]: is_a_theorem(implies(equiv(X, Y), implies(X, Y)))).
% 0.20/0.72    fof(hilbert_equivalence_1, conjecture, equivalence_1).
% 0.20/0.72    fof(hilbert_op_implies_and, axiom, op_implies_and).
% 0.20/0.72    fof(hilbert_op_or, axiom, op_or).
% 0.20/0.72    fof(modus_ponens, axiom, modus_ponens <=> ![X2, Y2]: ((is_a_theorem(X2) & is_a_theorem(implies(X2, Y2))) => is_a_theorem(Y2))).
% 0.20/0.72    fof(op_and, axiom, op_and => ![X2, Y2]: and(X2, Y2)=not(or(not(X2), not(Y2)))).
% 0.20/0.72    fof(op_equiv, axiom, op_equiv => ![X2, Y2]: equiv(X2, Y2)=and(implies(X2, Y2), implies(Y2, X2))).
% 0.20/0.72    fof(op_implies_and, axiom, op_implies_and => ![X2, Y2]: implies(X2, Y2)=not(and(X2, not(Y2)))).
% 0.20/0.72    fof(op_implies_or, axiom, op_implies_or => ![X2, Y2]: implies(X2, Y2)=or(not(X2), Y2)).
% 0.20/0.72    fof(op_or, axiom, op_or => ![X2, Y2]: or(X2, Y2)=not(and(not(X2), not(Y2)))).
% 0.20/0.72    fof(principia_modus_ponens, axiom, modus_ponens).
% 0.20/0.72    fof(principia_op_and, axiom, op_and).
% 0.20/0.72    fof(principia_op_equiv, axiom, op_equiv).
% 0.20/0.72    fof(principia_op_implies_or, axiom, op_implies_or).
% 0.20/0.72    fof(principia_r2, axiom, r2).
% 0.20/0.73    fof(principia_r3, axiom, r3).
% 0.20/0.73    fof(principia_r5, axiom, r5).
% 0.20/0.73    fof(r2, axiom, r2 <=> ![P, Q]: is_a_theorem(implies(Q, or(P, Q)))).
% 0.20/0.73    fof(r3, axiom, r3 <=> ![P2, Q2]: is_a_theorem(implies(or(P2, Q2), or(Q2, P2)))).
% 0.20/0.73    fof(r5, axiom, r5 <=> ![R, P2, Q2]: is_a_theorem(implies(implies(Q2, R), implies(or(P2, Q2), or(P2, R))))).
% 0.20/0.73  
% 0.20/0.73  Now clausify the problem and encode Horn clauses using encoding 3 of
% 0.20/0.73  http://www.cse.chalmers.se/~nicsma/papers/horn.pdf.
% 0.20/0.73  We repeatedly replace C & s=t => u=v by the two clauses:
% 0.20/0.73    fresh(y, y, x1...xn) = u
% 0.20/0.73    C => fresh(s, t, x1...xn) = v
% 0.20/0.73  where fresh is a fresh function symbol and x1..xn are the free
% 0.20/0.73  variables of u and v.
% 0.20/0.73  A predicate p(X) is encoded as p(X)=true (this is sound, because the
% 0.20/0.73  input problem has no model of domain size 1).
% 0.20/0.73  
% 0.20/0.73  The encoding turns the above axioms into the following unit equations and goals:
% 0.20/0.73  
% 0.20/0.73  Axiom 1 (principia_modus_ponens): modus_ponens = true.
% 0.20/0.73  Axiom 2 (principia_r2): r2 = true.
% 0.20/0.73  Axiom 3 (principia_r3): r3 = true.
% 0.20/0.73  Axiom 4 (principia_r5): r5 = true.
% 0.20/0.73  Axiom 5 (principia_op_equiv): op_equiv = true.
% 0.20/0.73  Axiom 6 (hilbert_op_or): op_or = true.
% 0.20/0.73  Axiom 7 (principia_op_and): op_and = true.
% 0.20/0.73  Axiom 8 (hilbert_op_implies_and): op_implies_and = true.
% 0.20/0.73  Axiom 9 (principia_op_implies_or): op_implies_or = true.
% 0.20/0.73  Axiom 10 (equivalence_1): fresh46(X, X) = true.
% 0.20/0.73  Axiom 11 (modus_ponens_2): fresh60(X, X, Y) = true.
% 0.20/0.73  Axiom 12 (modus_ponens_2): fresh28(X, X, Y) = is_a_theorem(Y).
% 0.20/0.73  Axiom 13 (modus_ponens_2): fresh59(X, X, Y, Z) = fresh60(modus_ponens, true, Z).
% 0.20/0.73  Axiom 14 (op_and): fresh24(X, X, Y, Z) = and(Y, Z).
% 0.20/0.73  Axiom 15 (op_equiv): fresh23(X, X, Y, Z) = equiv(Y, Z).
% 0.20/0.73  Axiom 16 (op_implies_and): fresh22(X, X, Y, Z) = implies(Y, Z).
% 0.20/0.73  Axiom 17 (op_implies_and): fresh22(op_implies_and, true, X, Y) = not(and(X, not(Y))).
% 0.20/0.73  Axiom 18 (op_implies_or): fresh21(X, X, Y, Z) = implies(Y, Z).
% 0.20/0.73  Axiom 19 (op_implies_or): fresh21(op_implies_or, true, X, Y) = or(not(X), Y).
% 0.20/0.73  Axiom 20 (op_or): fresh20(X, X, Y, Z) = or(Y, Z).
% 0.20/0.73  Axiom 21 (r2_1): fresh10(X, X, Y, Z) = true.
% 0.20/0.73  Axiom 22 (r3_1): fresh8(X, X, Y, Z) = true.
% 0.20/0.73  Axiom 23 (r2_1): fresh10(r2, true, X, Y) = is_a_theorem(implies(Y, or(X, Y))).
% 0.20/0.73  Axiom 24 (op_and): fresh24(op_and, true, X, Y) = not(or(not(X), not(Y))).
% 0.20/0.73  Axiom 25 (op_or): fresh20(op_or, true, X, Y) = not(and(not(X), not(Y))).
% 0.20/0.73  Axiom 26 (r5_1): fresh4(X, X, Y, Z, W) = true.
% 0.20/0.73  Axiom 27 (op_equiv): fresh23(op_equiv, true, X, Y) = and(implies(X, Y), implies(Y, X)).
% 0.20/0.73  Axiom 28 (r3_1): fresh8(r3, true, X, Y) = is_a_theorem(implies(or(X, Y), or(Y, X))).
% 0.20/0.73  Axiom 29 (modus_ponens_2): fresh59(is_a_theorem(implies(X, Y)), true, X, Y) = fresh28(is_a_theorem(X), true, Y).
% 0.20/0.73  Axiom 30 (equivalence_1): fresh46(is_a_theorem(implies(equiv(x3, y3), implies(x3, y3))), true) = equivalence_1.
% 0.20/0.73  Axiom 31 (r5_1): fresh4(r5, true, X, Y, Z) = is_a_theorem(implies(implies(Y, Z), implies(or(X, Y), or(X, Z)))).
% 0.20/0.73  
% 0.20/0.73  Lemma 32: not(and(X, not(Y))) = implies(X, Y).
% 0.20/0.73  Proof:
% 0.20/0.73    not(and(X, not(Y)))
% 0.20/0.73  = { by axiom 17 (op_implies_and) R->L }
% 0.20/0.73    fresh22(op_implies_and, true, X, Y)
% 0.20/0.73  = { by axiom 8 (hilbert_op_implies_and) }
% 0.20/0.73    fresh22(true, true, X, Y)
% 0.20/0.73  = { by axiom 16 (op_implies_and) }
% 0.20/0.73    implies(X, Y)
% 0.20/0.73  
% 0.20/0.73  Lemma 33: implies(not(X), Y) = or(X, Y).
% 0.20/0.73  Proof:
% 0.20/0.73    implies(not(X), Y)
% 0.20/0.73  = { by lemma 32 R->L }
% 0.20/0.73    not(and(not(X), not(Y)))
% 0.20/0.73  = { by axiom 25 (op_or) R->L }
% 0.20/0.73    fresh20(op_or, true, X, Y)
% 0.20/0.73  = { by axiom 6 (hilbert_op_or) }
% 0.20/0.73    fresh20(true, true, X, Y)
% 0.20/0.73  = { by axiom 20 (op_or) }
% 0.20/0.73    or(X, Y)
% 0.20/0.73  
% 0.20/0.73  Lemma 34: or(not(X), Y) = implies(X, Y).
% 0.20/0.73  Proof:
% 0.20/0.73    or(not(X), Y)
% 0.20/0.73  = { by axiom 19 (op_implies_or) R->L }
% 0.20/0.73    fresh21(op_implies_or, true, X, Y)
% 0.20/0.73  = { by axiom 9 (principia_op_implies_or) }
% 0.20/0.73    fresh21(true, true, X, Y)
% 0.20/0.73  = { by axiom 18 (op_implies_or) }
% 0.20/0.73    implies(X, Y)
% 0.20/0.73  
% 0.20/0.73  Lemma 35: fresh59(X, X, Y, Z) = true.
% 0.20/0.73  Proof:
% 0.20/0.73    fresh59(X, X, Y, Z)
% 0.20/0.73  = { by axiom 13 (modus_ponens_2) }
% 0.20/0.73    fresh60(modus_ponens, true, Z)
% 0.20/0.73  = { by axiom 1 (principia_modus_ponens) }
% 0.20/0.73    fresh60(true, true, Z)
% 0.20/0.73  = { by axiom 11 (modus_ponens_2) }
% 0.20/0.73    true
% 0.20/0.73  
% 0.20/0.73  Lemma 36: not(implies(X, not(Y))) = and(X, Y).
% 0.20/0.73  Proof:
% 0.20/0.73    not(implies(X, not(Y)))
% 0.20/0.73  = { by lemma 34 R->L }
% 0.20/0.73    not(or(not(X), not(Y)))
% 0.20/0.73  = { by axiom 24 (op_and) R->L }
% 0.20/0.73    fresh24(op_and, true, X, Y)
% 0.20/0.73  = { by axiom 7 (principia_op_and) }
% 0.20/0.73    fresh24(true, true, X, Y)
% 0.20/0.73  = { by axiom 14 (op_and) }
% 0.20/0.73    and(X, Y)
% 0.20/0.73  
% 0.20/0.73  Lemma 37: is_a_theorem(implies(or(X, Y), or(Y, X))) = true.
% 0.20/0.73  Proof:
% 0.20/0.73    is_a_theorem(implies(or(X, Y), or(Y, X)))
% 0.20/0.73  = { by axiom 28 (r3_1) R->L }
% 0.20/0.73    fresh8(r3, true, X, Y)
% 0.20/0.73  = { by axiom 3 (principia_r3) }
% 0.20/0.73    fresh8(true, true, X, Y)
% 0.20/0.73  = { by axiom 22 (r3_1) }
% 0.20/0.74    true
% 0.20/0.74  
% 0.20/0.74  Goal 1 (hilbert_equivalence_1): equivalence_1 = true.
% 0.20/0.74  Proof:
% 0.20/0.74    equivalence_1
% 0.20/0.74  = { by axiom 30 (equivalence_1) R->L }
% 0.20/0.74    fresh46(is_a_theorem(implies(equiv(x3, y3), implies(x3, y3))), true)
% 0.20/0.74  = { by lemma 34 R->L }
% 0.20/0.74    fresh46(is_a_theorem(or(not(equiv(x3, y3)), implies(x3, y3))), true)
% 0.20/0.74  = { by axiom 15 (op_equiv) R->L }
% 0.20/0.74    fresh46(is_a_theorem(or(not(fresh23(true, true, x3, y3)), implies(x3, y3))), true)
% 0.20/0.74  = { by axiom 5 (principia_op_equiv) R->L }
% 0.20/0.74    fresh46(is_a_theorem(or(not(fresh23(op_equiv, true, x3, y3)), implies(x3, y3))), true)
% 0.20/0.74  = { by axiom 27 (op_equiv) }
% 0.20/0.74    fresh46(is_a_theorem(or(not(and(implies(x3, y3), implies(y3, x3))), implies(x3, y3))), true)
% 0.20/0.74  = { by lemma 32 R->L }
% 0.20/0.74    fresh46(is_a_theorem(or(not(and(implies(x3, y3), not(and(y3, not(x3))))), implies(x3, y3))), true)
% 0.20/0.74  = { by lemma 32 }
% 0.20/0.74    fresh46(is_a_theorem(or(implies(implies(x3, y3), and(y3, not(x3))), implies(x3, y3))), true)
% 0.20/0.74  = { by axiom 12 (modus_ponens_2) R->L }
% 0.20/0.74    fresh46(fresh28(true, true, or(implies(implies(x3, y3), and(y3, not(x3))), implies(x3, y3))), true)
% 0.20/0.74  = { by lemma 35 R->L }
% 0.20/0.74    fresh46(fresh28(fresh59(true, true, implies(or(and(y3, not(x3)), not(implies(x3, y3))), implies(implies(x3, y3), and(y3, not(x3)))), or(implies(implies(x3, y3), and(y3, not(x3))), not(or(and(y3, not(x3)), not(implies(x3, y3)))))), true, or(implies(implies(x3, y3), and(y3, not(x3))), implies(x3, y3))), true)
% 0.20/0.74  = { by lemma 37 R->L }
% 0.20/0.74    fresh46(fresh28(fresh59(is_a_theorem(implies(or(not(or(and(y3, not(x3)), not(implies(x3, y3)))), implies(implies(x3, y3), and(y3, not(x3)))), or(implies(implies(x3, y3), and(y3, not(x3))), not(or(and(y3, not(x3)), not(implies(x3, y3))))))), true, implies(or(and(y3, not(x3)), not(implies(x3, y3))), implies(implies(x3, y3), and(y3, not(x3)))), or(implies(implies(x3, y3), and(y3, not(x3))), not(or(and(y3, not(x3)), not(implies(x3, y3)))))), true, or(implies(implies(x3, y3), and(y3, not(x3))), implies(x3, y3))), true)
% 0.20/0.74  = { by lemma 34 }
% 0.20/0.74    fresh46(fresh28(fresh59(is_a_theorem(implies(implies(or(and(y3, not(x3)), not(implies(x3, y3))), implies(implies(x3, y3), and(y3, not(x3)))), or(implies(implies(x3, y3), and(y3, not(x3))), not(or(and(y3, not(x3)), not(implies(x3, y3))))))), true, implies(or(and(y3, not(x3)), not(implies(x3, y3))), implies(implies(x3, y3), and(y3, not(x3)))), or(implies(implies(x3, y3), and(y3, not(x3))), not(or(and(y3, not(x3)), not(implies(x3, y3)))))), true, or(implies(implies(x3, y3), and(y3, not(x3))), implies(x3, y3))), true)
% 0.20/0.74  = { by axiom 29 (modus_ponens_2) }
% 0.20/0.74    fresh46(fresh28(fresh28(is_a_theorem(implies(or(and(y3, not(x3)), not(implies(x3, y3))), implies(implies(x3, y3), and(y3, not(x3))))), true, or(implies(implies(x3, y3), and(y3, not(x3))), not(or(and(y3, not(x3)), not(implies(x3, y3)))))), true, or(implies(implies(x3, y3), and(y3, not(x3))), implies(x3, y3))), true)
% 0.20/0.74  = { by lemma 34 R->L }
% 0.20/0.74    fresh46(fresh28(fresh28(is_a_theorem(implies(or(and(y3, not(x3)), not(implies(x3, y3))), or(not(implies(x3, y3)), and(y3, not(x3))))), true, or(implies(implies(x3, y3), and(y3, not(x3))), not(or(and(y3, not(x3)), not(implies(x3, y3)))))), true, or(implies(implies(x3, y3), and(y3, not(x3))), implies(x3, y3))), true)
% 0.20/0.74  = { by lemma 37 }
% 0.20/0.74    fresh46(fresh28(fresh28(true, true, or(implies(implies(x3, y3), and(y3, not(x3))), not(or(and(y3, not(x3)), not(implies(x3, y3)))))), true, or(implies(implies(x3, y3), and(y3, not(x3))), implies(x3, y3))), true)
% 0.20/0.74  = { by axiom 12 (modus_ponens_2) }
% 0.20/0.74    fresh46(fresh28(is_a_theorem(or(implies(implies(x3, y3), and(y3, not(x3))), not(or(and(y3, not(x3)), not(implies(x3, y3)))))), true, or(implies(implies(x3, y3), and(y3, not(x3))), implies(x3, y3))), true)
% 0.20/0.74  = { by lemma 33 R->L }
% 0.20/0.74    fresh46(fresh28(is_a_theorem(or(implies(implies(x3, y3), and(y3, not(x3))), not(implies(not(and(y3, not(x3))), not(implies(x3, y3)))))), true, or(implies(implies(x3, y3), and(y3, not(x3))), implies(x3, y3))), true)
% 0.20/0.74  = { by lemma 36 }
% 0.20/0.74    fresh46(fresh28(is_a_theorem(or(implies(implies(x3, y3), and(y3, not(x3))), and(not(and(y3, not(x3))), implies(x3, y3)))), true, or(implies(implies(x3, y3), and(y3, not(x3))), implies(x3, y3))), true)
% 0.20/0.74  = { by axiom 29 (modus_ponens_2) R->L }
% 0.20/0.74    fresh46(fresh59(is_a_theorem(implies(or(implies(implies(x3, y3), and(y3, not(x3))), and(not(and(y3, not(x3))), implies(x3, y3))), or(implies(implies(x3, y3), and(y3, not(x3))), implies(x3, y3)))), true, or(implies(implies(x3, y3), and(y3, not(x3))), and(not(and(y3, not(x3))), implies(x3, y3))), or(implies(implies(x3, y3), and(y3, not(x3))), implies(x3, y3))), true)
% 0.20/0.74  = { by axiom 12 (modus_ponens_2) R->L }
% 0.20/0.74    fresh46(fresh59(fresh28(true, true, implies(or(implies(implies(x3, y3), and(y3, not(x3))), and(not(and(y3, not(x3))), implies(x3, y3))), or(implies(implies(x3, y3), and(y3, not(x3))), implies(x3, y3)))), true, or(implies(implies(x3, y3), and(y3, not(x3))), and(not(and(y3, not(x3))), implies(x3, y3))), or(implies(implies(x3, y3), and(y3, not(x3))), implies(x3, y3))), true)
% 0.20/0.74  = { by lemma 35 R->L }
% 0.20/0.74    fresh46(fresh59(fresh28(fresh59(true, true, or(implies(x3, y3), implies(not(and(y3, not(x3))), not(implies(x3, y3)))), or(implies(not(and(y3, not(x3))), not(implies(x3, y3))), implies(x3, y3))), true, implies(or(implies(implies(x3, y3), and(y3, not(x3))), and(not(and(y3, not(x3))), implies(x3, y3))), or(implies(implies(x3, y3), and(y3, not(x3))), implies(x3, y3)))), true, or(implies(implies(x3, y3), and(y3, not(x3))), and(not(and(y3, not(x3))), implies(x3, y3))), or(implies(implies(x3, y3), and(y3, not(x3))), implies(x3, y3))), true)
% 0.20/0.74  = { by lemma 37 R->L }
% 0.20/0.74    fresh46(fresh59(fresh28(fresh59(is_a_theorem(implies(or(implies(x3, y3), implies(not(and(y3, not(x3))), not(implies(x3, y3)))), or(implies(not(and(y3, not(x3))), not(implies(x3, y3))), implies(x3, y3)))), true, or(implies(x3, y3), implies(not(and(y3, not(x3))), not(implies(x3, y3)))), or(implies(not(and(y3, not(x3))), not(implies(x3, y3))), implies(x3, y3))), true, implies(or(implies(implies(x3, y3), and(y3, not(x3))), and(not(and(y3, not(x3))), implies(x3, y3))), or(implies(implies(x3, y3), and(y3, not(x3))), implies(x3, y3)))), true, or(implies(implies(x3, y3), and(y3, not(x3))), and(not(and(y3, not(x3))), implies(x3, y3))), or(implies(implies(x3, y3), and(y3, not(x3))), implies(x3, y3))), true)
% 0.20/0.74  = { by axiom 29 (modus_ponens_2) }
% 0.20/0.74    fresh46(fresh59(fresh28(fresh28(is_a_theorem(or(implies(x3, y3), implies(not(and(y3, not(x3))), not(implies(x3, y3))))), true, or(implies(not(and(y3, not(x3))), not(implies(x3, y3))), implies(x3, y3))), true, implies(or(implies(implies(x3, y3), and(y3, not(x3))), and(not(and(y3, not(x3))), implies(x3, y3))), or(implies(implies(x3, y3), and(y3, not(x3))), implies(x3, y3)))), true, or(implies(implies(x3, y3), and(y3, not(x3))), and(not(and(y3, not(x3))), implies(x3, y3))), or(implies(implies(x3, y3), and(y3, not(x3))), implies(x3, y3))), true)
% 0.20/0.75  = { by lemma 34 R->L }
% 0.20/0.75    fresh46(fresh59(fresh28(fresh28(is_a_theorem(or(implies(x3, y3), or(not(not(and(y3, not(x3)))), not(implies(x3, y3))))), true, or(implies(not(and(y3, not(x3))), not(implies(x3, y3))), implies(x3, y3))), true, implies(or(implies(implies(x3, y3), and(y3, not(x3))), and(not(and(y3, not(x3))), implies(x3, y3))), or(implies(implies(x3, y3), and(y3, not(x3))), implies(x3, y3)))), true, or(implies(implies(x3, y3), and(y3, not(x3))), and(not(and(y3, not(x3))), implies(x3, y3))), or(implies(implies(x3, y3), and(y3, not(x3))), implies(x3, y3))), true)
% 0.20/0.75  = { by lemma 33 R->L }
% 0.20/0.76    fresh46(fresh59(fresh28(fresh28(is_a_theorem(implies(not(implies(x3, y3)), or(not(not(and(y3, not(x3)))), not(implies(x3, y3))))), true, or(implies(not(and(y3, not(x3))), not(implies(x3, y3))), implies(x3, y3))), true, implies(or(implies(implies(x3, y3), and(y3, not(x3))), and(not(and(y3, not(x3))), implies(x3, y3))), or(implies(implies(x3, y3), and(y3, not(x3))), implies(x3, y3)))), true, or(implies(implies(x3, y3), and(y3, not(x3))), and(not(and(y3, not(x3))), implies(x3, y3))), or(implies(implies(x3, y3), and(y3, not(x3))), implies(x3, y3))), true)
% 0.20/0.76  = { by axiom 23 (r2_1) R->L }
% 0.20/0.76    fresh46(fresh59(fresh28(fresh28(fresh10(r2, true, not(not(and(y3, not(x3)))), not(implies(x3, y3))), true, or(implies(not(and(y3, not(x3))), not(implies(x3, y3))), implies(x3, y3))), true, implies(or(implies(implies(x3, y3), and(y3, not(x3))), and(not(and(y3, not(x3))), implies(x3, y3))), or(implies(implies(x3, y3), and(y3, not(x3))), implies(x3, y3)))), true, or(implies(implies(x3, y3), and(y3, not(x3))), and(not(and(y3, not(x3))), implies(x3, y3))), or(implies(implies(x3, y3), and(y3, not(x3))), implies(x3, y3))), true)
% 0.20/0.76  = { by axiom 2 (principia_r2) }
% 0.20/0.76    fresh46(fresh59(fresh28(fresh28(fresh10(true, true, not(not(and(y3, not(x3)))), not(implies(x3, y3))), true, or(implies(not(and(y3, not(x3))), not(implies(x3, y3))), implies(x3, y3))), true, implies(or(implies(implies(x3, y3), and(y3, not(x3))), and(not(and(y3, not(x3))), implies(x3, y3))), or(implies(implies(x3, y3), and(y3, not(x3))), implies(x3, y3)))), true, or(implies(implies(x3, y3), and(y3, not(x3))), and(not(and(y3, not(x3))), implies(x3, y3))), or(implies(implies(x3, y3), and(y3, not(x3))), implies(x3, y3))), true)
% 0.20/0.76  = { by axiom 21 (r2_1) }
% 0.20/0.76    fresh46(fresh59(fresh28(fresh28(true, true, or(implies(not(and(y3, not(x3))), not(implies(x3, y3))), implies(x3, y3))), true, implies(or(implies(implies(x3, y3), and(y3, not(x3))), and(not(and(y3, not(x3))), implies(x3, y3))), or(implies(implies(x3, y3), and(y3, not(x3))), implies(x3, y3)))), true, or(implies(implies(x3, y3), and(y3, not(x3))), and(not(and(y3, not(x3))), implies(x3, y3))), or(implies(implies(x3, y3), and(y3, not(x3))), implies(x3, y3))), true)
% 0.20/0.76  = { by axiom 12 (modus_ponens_2) }
% 0.20/0.76    fresh46(fresh59(fresh28(is_a_theorem(or(implies(not(and(y3, not(x3))), not(implies(x3, y3))), implies(x3, y3))), true, implies(or(implies(implies(x3, y3), and(y3, not(x3))), and(not(and(y3, not(x3))), implies(x3, y3))), or(implies(implies(x3, y3), and(y3, not(x3))), implies(x3, y3)))), true, or(implies(implies(x3, y3), and(y3, not(x3))), and(not(and(y3, not(x3))), implies(x3, y3))), or(implies(implies(x3, y3), and(y3, not(x3))), implies(x3, y3))), true)
% 0.20/0.76  = { by lemma 33 R->L }
% 0.20/0.76    fresh46(fresh59(fresh28(is_a_theorem(implies(not(implies(not(and(y3, not(x3))), not(implies(x3, y3)))), implies(x3, y3))), true, implies(or(implies(implies(x3, y3), and(y3, not(x3))), and(not(and(y3, not(x3))), implies(x3, y3))), or(implies(implies(x3, y3), and(y3, not(x3))), implies(x3, y3)))), true, or(implies(implies(x3, y3), and(y3, not(x3))), and(not(and(y3, not(x3))), implies(x3, y3))), or(implies(implies(x3, y3), and(y3, not(x3))), implies(x3, y3))), true)
% 0.20/0.76  = { by lemma 36 }
% 0.20/0.76    fresh46(fresh59(fresh28(is_a_theorem(implies(and(not(and(y3, not(x3))), implies(x3, y3)), implies(x3, y3))), true, implies(or(implies(implies(x3, y3), and(y3, not(x3))), and(not(and(y3, not(x3))), implies(x3, y3))), or(implies(implies(x3, y3), and(y3, not(x3))), implies(x3, y3)))), true, or(implies(implies(x3, y3), and(y3, not(x3))), and(not(and(y3, not(x3))), implies(x3, y3))), or(implies(implies(x3, y3), and(y3, not(x3))), implies(x3, y3))), true)
% 0.20/0.76  = { by axiom 29 (modus_ponens_2) R->L }
% 0.20/0.76    fresh46(fresh59(fresh59(is_a_theorem(implies(implies(and(not(and(y3, not(x3))), implies(x3, y3)), implies(x3, y3)), implies(or(implies(implies(x3, y3), and(y3, not(x3))), and(not(and(y3, not(x3))), implies(x3, y3))), or(implies(implies(x3, y3), and(y3, not(x3))), implies(x3, y3))))), true, implies(and(not(and(y3, not(x3))), implies(x3, y3)), implies(x3, y3)), implies(or(implies(implies(x3, y3), and(y3, not(x3))), and(not(and(y3, not(x3))), implies(x3, y3))), or(implies(implies(x3, y3), and(y3, not(x3))), implies(x3, y3)))), true, or(implies(implies(x3, y3), and(y3, not(x3))), and(not(and(y3, not(x3))), implies(x3, y3))), or(implies(implies(x3, y3), and(y3, not(x3))), implies(x3, y3))), true)
% 0.20/0.76  = { by axiom 31 (r5_1) R->L }
% 0.20/0.76    fresh46(fresh59(fresh59(fresh4(r5, true, implies(implies(x3, y3), and(y3, not(x3))), and(not(and(y3, not(x3))), implies(x3, y3)), implies(x3, y3)), true, implies(and(not(and(y3, not(x3))), implies(x3, y3)), implies(x3, y3)), implies(or(implies(implies(x3, y3), and(y3, not(x3))), and(not(and(y3, not(x3))), implies(x3, y3))), or(implies(implies(x3, y3), and(y3, not(x3))), implies(x3, y3)))), true, or(implies(implies(x3, y3), and(y3, not(x3))), and(not(and(y3, not(x3))), implies(x3, y3))), or(implies(implies(x3, y3), and(y3, not(x3))), implies(x3, y3))), true)
% 0.20/0.76  = { by axiom 4 (principia_r5) }
% 0.20/0.76    fresh46(fresh59(fresh59(fresh4(true, true, implies(implies(x3, y3), and(y3, not(x3))), and(not(and(y3, not(x3))), implies(x3, y3)), implies(x3, y3)), true, implies(and(not(and(y3, not(x3))), implies(x3, y3)), implies(x3, y3)), implies(or(implies(implies(x3, y3), and(y3, not(x3))), and(not(and(y3, not(x3))), implies(x3, y3))), or(implies(implies(x3, y3), and(y3, not(x3))), implies(x3, y3)))), true, or(implies(implies(x3, y3), and(y3, not(x3))), and(not(and(y3, not(x3))), implies(x3, y3))), or(implies(implies(x3, y3), and(y3, not(x3))), implies(x3, y3))), true)
% 0.20/0.76  = { by axiom 26 (r5_1) }
% 0.20/0.76    fresh46(fresh59(fresh59(true, true, implies(and(not(and(y3, not(x3))), implies(x3, y3)), implies(x3, y3)), implies(or(implies(implies(x3, y3), and(y3, not(x3))), and(not(and(y3, not(x3))), implies(x3, y3))), or(implies(implies(x3, y3), and(y3, not(x3))), implies(x3, y3)))), true, or(implies(implies(x3, y3), and(y3, not(x3))), and(not(and(y3, not(x3))), implies(x3, y3))), or(implies(implies(x3, y3), and(y3, not(x3))), implies(x3, y3))), true)
% 0.20/0.76  = { by lemma 35 }
% 0.20/0.76    fresh46(fresh59(true, true, or(implies(implies(x3, y3), and(y3, not(x3))), and(not(and(y3, not(x3))), implies(x3, y3))), or(implies(implies(x3, y3), and(y3, not(x3))), implies(x3, y3))), true)
% 0.20/0.76  = { by lemma 35 }
% 0.20/0.76    fresh46(true, true)
% 0.20/0.76  = { by axiom 10 (equivalence_1) }
% 0.20/0.76    true
% 0.20/0.76  % SZS output end Proof
% 0.20/0.76  
% 0.20/0.76  RESULT: Theorem (the conjecture is true).
%------------------------------------------------------------------------------