TSTP Solution File: LCL404-1 by Twee---2.4.2

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Twee---2.4.2
% Problem  : LCL404-1 : TPTP v8.1.2. Released v2.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 : n002.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:18:48 EDT 2023

% Result   : Unsatisfiable 253.26s 32.76s
% Output   : Proof 256.43s
% Verified : 
% SZS Type : -

% Comments : 
%------------------------------------------------------------------------------
%----WARNING: Could not form TPTP format derivation
%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.10/0.12  % Problem  : LCL404-1 : TPTP v8.1.2. Released v2.3.0.
% 0.10/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 : n002.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 19:00:46 EDT 2023
% 0.13/0.34  % CPUTime  : 
% 253.26/32.76  Command-line arguments: --no-flatten-goal
% 253.26/32.76  
% 253.26/32.76  % SZS status Unsatisfiable
% 253.26/32.76  
% 255.42/32.86  % SZS output start Proof
% 255.42/32.86  Take the following subset of the input axioms:
% 255.42/32.86    fof(cn_1, axiom, ![X, Y, Z]: is_a_theorem(implies(implies(X, Y), implies(implies(Y, Z), implies(X, Z))))).
% 255.42/32.86    fof(cn_2, axiom, ![X2]: is_a_theorem(implies(implies(not(X2), X2), X2))).
% 255.42/32.86    fof(cn_3, axiom, ![X2, Y2]: is_a_theorem(implies(X2, implies(not(X2), Y2)))).
% 255.42/32.86    fof(condensed_detachment, axiom, ![X2, Y2]: (~is_a_theorem(implies(X2, Y2)) | (~is_a_theorem(X2) | is_a_theorem(Y2)))).
% 255.42/32.86    fof(prove_cn_70, negated_conjecture, ~is_a_theorem(implies(x, implies(y, not(implies(x, not(y))))))).
% 255.42/32.86  
% 255.42/32.86  Now clausify the problem and encode Horn clauses using encoding 3 of
% 255.42/32.86  http://www.cse.chalmers.se/~nicsma/papers/horn.pdf.
% 255.42/32.86  We repeatedly replace C & s=t => u=v by the two clauses:
% 255.42/32.86    fresh(y, y, x1...xn) = u
% 255.42/32.86    C => fresh(s, t, x1...xn) = v
% 255.42/32.86  where fresh is a fresh function symbol and x1..xn are the free
% 255.42/32.86  variables of u and v.
% 255.42/32.86  A predicate p(X) is encoded as p(X)=true (this is sound, because the
% 255.42/32.86  input problem has no model of domain size 1).
% 255.42/32.86  
% 255.42/32.86  The encoding turns the above axioms into the following unit equations and goals:
% 255.42/32.86  
% 255.42/32.86  Axiom 1 (condensed_detachment): fresh2(X, X, Y) = true.
% 255.42/32.86  Axiom 2 (condensed_detachment): fresh(X, X, Y, Z) = is_a_theorem(Z).
% 255.42/32.86  Axiom 3 (cn_3): is_a_theorem(implies(X, implies(not(X), Y))) = true.
% 255.42/32.86  Axiom 4 (cn_2): is_a_theorem(implies(implies(not(X), X), X)) = true.
% 255.42/32.86  Axiom 5 (condensed_detachment): fresh(is_a_theorem(implies(X, Y)), true, X, Y) = fresh2(is_a_theorem(X), true, Y).
% 255.42/32.86  Axiom 6 (cn_1): is_a_theorem(implies(implies(X, Y), implies(implies(Y, Z), implies(X, Z)))) = true.
% 255.42/32.86  
% 255.42/32.86  Lemma 7: fresh2(is_a_theorem(implies(not(X), X)), true, X) = is_a_theorem(X).
% 255.42/32.86  Proof:
% 255.42/32.86    fresh2(is_a_theorem(implies(not(X), X)), true, X)
% 255.42/32.86  = { by axiom 5 (condensed_detachment) R->L }
% 255.42/32.86    fresh(is_a_theorem(implies(implies(not(X), X), X)), true, implies(not(X), X), X)
% 255.42/32.86  = { by axiom 4 (cn_2) }
% 255.42/32.86    fresh(true, true, implies(not(X), X), X)
% 255.42/32.86  = { by axiom 2 (condensed_detachment) }
% 255.42/32.86    is_a_theorem(X)
% 255.42/32.86  
% 255.42/32.86  Lemma 8: fresh2(is_a_theorem(implies(X, Y)), true, implies(implies(Y, Z), implies(X, Z))) = is_a_theorem(implies(implies(Y, Z), implies(X, Z))).
% 255.42/32.86  Proof:
% 255.42/32.86    fresh2(is_a_theorem(implies(X, Y)), true, implies(implies(Y, Z), implies(X, Z)))
% 255.42/32.86  = { by axiom 5 (condensed_detachment) R->L }
% 255.42/32.86    fresh(is_a_theorem(implies(implies(X, Y), implies(implies(Y, Z), implies(X, Z)))), true, implies(X, Y), implies(implies(Y, Z), implies(X, Z)))
% 255.42/32.86  = { by axiom 6 (cn_1) }
% 255.42/32.86    fresh(true, true, implies(X, Y), implies(implies(Y, Z), implies(X, Z)))
% 255.42/32.86  = { by axiom 2 (condensed_detachment) }
% 255.42/32.86    is_a_theorem(implies(implies(Y, Z), implies(X, Z)))
% 255.42/32.86  
% 255.42/32.86  Lemma 9: is_a_theorem(implies(implies(implies(implies(X, Y), implies(Z, Y)), W), implies(implies(Z, X), W))) = true.
% 255.42/32.86  Proof:
% 255.42/32.86    is_a_theorem(implies(implies(implies(implies(X, Y), implies(Z, Y)), W), implies(implies(Z, X), W)))
% 255.42/32.86  = { by lemma 8 R->L }
% 255.42/32.86    fresh2(is_a_theorem(implies(implies(Z, X), implies(implies(X, Y), implies(Z, Y)))), true, implies(implies(implies(implies(X, Y), implies(Z, Y)), W), implies(implies(Z, X), W)))
% 255.42/32.86  = { by axiom 6 (cn_1) }
% 255.42/32.86    fresh2(true, true, implies(implies(implies(implies(X, Y), implies(Z, Y)), W), implies(implies(Z, X), W)))
% 255.42/32.86  = { by axiom 1 (condensed_detachment) }
% 255.42/32.86    true
% 255.42/32.86  
% 255.42/32.86  Lemma 10: fresh2(is_a_theorem(implies(implies(implies(X, Y), implies(Z, Y)), W)), true, implies(implies(Z, X), W)) = is_a_theorem(implies(implies(Z, X), W)).
% 255.42/32.86  Proof:
% 255.42/32.86    fresh2(is_a_theorem(implies(implies(implies(X, Y), implies(Z, Y)), W)), true, implies(implies(Z, X), W))
% 255.42/32.86  = { by axiom 5 (condensed_detachment) R->L }
% 255.42/32.86    fresh(is_a_theorem(implies(implies(implies(implies(X, Y), implies(Z, Y)), W), implies(implies(Z, X), W))), true, implies(implies(implies(X, Y), implies(Z, Y)), W), implies(implies(Z, X), W))
% 255.42/32.86  = { by lemma 9 }
% 255.42/32.86    fresh(true, true, implies(implies(implies(X, Y), implies(Z, Y)), W), implies(implies(Z, X), W))
% 255.42/32.86  = { by axiom 2 (condensed_detachment) }
% 255.42/32.86    is_a_theorem(implies(implies(Z, X), W))
% 255.42/32.86  
% 255.42/32.86  Lemma 11: is_a_theorem(implies(implies(X, Y), implies(implies(not(X), X), Y))) = true.
% 255.42/32.86  Proof:
% 255.42/32.86    is_a_theorem(implies(implies(X, Y), implies(implies(not(X), X), Y)))
% 255.42/32.86  = { by lemma 8 R->L }
% 255.42/32.86    fresh2(is_a_theorem(implies(implies(not(X), X), X)), true, implies(implies(X, Y), implies(implies(not(X), X), Y)))
% 255.42/32.86  = { by axiom 4 (cn_2) }
% 255.42/32.86    fresh2(true, true, implies(implies(X, Y), implies(implies(not(X), X), Y)))
% 255.42/32.86  = { by axiom 1 (condensed_detachment) }
% 255.42/32.86    true
% 255.42/32.86  
% 255.42/32.86  Lemma 12: is_a_theorem(implies(implies(implies(implies(not(X), X), Y), Z), implies(implies(X, Y), Z))) = true.
% 255.42/32.86  Proof:
% 255.42/32.86    is_a_theorem(implies(implies(implies(implies(not(X), X), Y), Z), implies(implies(X, Y), Z)))
% 255.42/32.86  = { by lemma 8 R->L }
% 255.42/32.86    fresh2(is_a_theorem(implies(implies(X, Y), implies(implies(not(X), X), Y))), true, implies(implies(implies(implies(not(X), X), Y), Z), implies(implies(X, Y), Z)))
% 255.42/32.86  = { by lemma 11 }
% 255.42/32.86    fresh2(true, true, implies(implies(implies(implies(not(X), X), Y), Z), implies(implies(X, Y), Z)))
% 255.42/32.86  = { by axiom 1 (condensed_detachment) }
% 255.42/32.86    true
% 255.42/32.86  
% 255.42/32.86  Lemma 13: fresh2(is_a_theorem(implies(implies(implies(not(X), X), Y), Z)), true, implies(implies(X, Y), Z)) = is_a_theorem(implies(implies(X, Y), Z)).
% 255.42/32.86  Proof:
% 255.42/32.86    fresh2(is_a_theorem(implies(implies(implies(not(X), X), Y), Z)), true, implies(implies(X, Y), Z))
% 255.42/32.86  = { by axiom 5 (condensed_detachment) R->L }
% 255.42/32.86    fresh(is_a_theorem(implies(implies(implies(implies(not(X), X), Y), Z), implies(implies(X, Y), Z))), true, implies(implies(implies(not(X), X), Y), Z), implies(implies(X, Y), Z))
% 255.42/32.86  = { by lemma 12 }
% 255.42/32.86    fresh(true, true, implies(implies(implies(not(X), X), Y), Z), implies(implies(X, Y), Z))
% 255.42/32.86  = { by axiom 2 (condensed_detachment) }
% 255.42/32.86    is_a_theorem(implies(implies(X, Y), Z))
% 255.42/32.86  
% 255.42/32.86  Lemma 14: is_a_theorem(implies(implies(implies(not(X), Y), Z), implies(X, Z))) = true.
% 255.42/32.86  Proof:
% 255.42/32.86    is_a_theorem(implies(implies(implies(not(X), Y), Z), implies(X, Z)))
% 255.42/32.86  = { by lemma 8 R->L }
% 255.42/32.86    fresh2(is_a_theorem(implies(X, implies(not(X), Y))), true, implies(implies(implies(not(X), Y), Z), implies(X, Z)))
% 255.42/32.86  = { by axiom 3 (cn_3) }
% 255.42/32.86    fresh2(true, true, implies(implies(implies(not(X), Y), Z), implies(X, Z)))
% 255.42/32.86  = { by axiom 1 (condensed_detachment) }
% 255.42/32.86    true
% 255.42/32.86  
% 255.42/32.86  Lemma 15: fresh2(is_a_theorem(implies(implies(not(X), Y), Z)), true, implies(X, Z)) = is_a_theorem(implies(X, Z)).
% 255.42/32.86  Proof:
% 255.42/32.86    fresh2(is_a_theorem(implies(implies(not(X), Y), Z)), true, implies(X, Z))
% 255.42/32.86  = { by axiom 5 (condensed_detachment) R->L }
% 255.42/32.86    fresh(is_a_theorem(implies(implies(implies(not(X), Y), Z), implies(X, Z))), true, implies(implies(not(X), Y), Z), implies(X, Z))
% 255.42/32.86  = { by lemma 14 }
% 255.42/32.86    fresh(true, true, implies(implies(not(X), Y), Z), implies(X, Z))
% 255.42/32.86  = { by axiom 2 (condensed_detachment) }
% 255.42/32.86    is_a_theorem(implies(X, Z))
% 255.42/32.86  
% 255.42/32.86  Lemma 16: is_a_theorem(implies(implies(implies(implies(not(X), X), X), Y), implies(Z, Y))) = true.
% 255.42/32.86  Proof:
% 255.42/32.86    is_a_theorem(implies(implies(implies(implies(not(X), X), X), Y), implies(Z, Y)))
% 255.42/32.86  = { by lemma 13 R->L }
% 255.42/32.86    fresh2(is_a_theorem(implies(implies(implies(not(implies(implies(not(X), X), X)), implies(implies(not(X), X), X)), Y), implies(Z, Y))), true, implies(implies(implies(implies(not(X), X), X), Y), implies(Z, Y)))
% 255.42/32.86  = { by lemma 8 R->L }
% 255.42/32.86    fresh2(fresh2(is_a_theorem(implies(Z, implies(not(implies(implies(not(X), X), X)), implies(implies(not(X), X), X)))), true, implies(implies(implies(not(implies(implies(not(X), X), X)), implies(implies(not(X), X), X)), Y), implies(Z, Y))), true, implies(implies(implies(implies(not(X), X), X), Y), implies(Z, Y)))
% 255.42/32.86  = { by lemma 15 R->L }
% 255.42/32.87    fresh2(fresh2(fresh2(is_a_theorem(implies(implies(not(Z), implies(implies(not(X), X), X)), implies(not(implies(implies(not(X), X), X)), implies(implies(not(X), X), X)))), true, implies(Z, implies(not(implies(implies(not(X), X), X)), implies(implies(not(X), X), X)))), true, implies(implies(implies(not(implies(implies(not(X), X), X)), implies(implies(not(X), X), X)), Y), implies(Z, Y))), true, implies(implies(implies(implies(not(X), X), X), Y), implies(Z, Y)))
% 255.42/32.87  = { by lemma 8 R->L }
% 255.42/32.87    fresh2(fresh2(fresh2(fresh2(is_a_theorem(implies(not(implies(implies(not(X), X), X)), not(Z))), true, implies(implies(not(Z), implies(implies(not(X), X), X)), implies(not(implies(implies(not(X), X), X)), implies(implies(not(X), X), X)))), true, implies(Z, implies(not(implies(implies(not(X), X), X)), implies(implies(not(X), X), X)))), true, implies(implies(implies(not(implies(implies(not(X), X), X)), implies(implies(not(X), X), X)), Y), implies(Z, Y))), true, implies(implies(implies(implies(not(X), X), X), Y), implies(Z, Y)))
% 255.42/32.87  = { by axiom 2 (condensed_detachment) R->L }
% 255.42/32.87    fresh2(fresh2(fresh2(fresh2(fresh(true, true, implies(implies(not(X), X), X), implies(not(implies(implies(not(X), X), X)), not(Z))), true, implies(implies(not(Z), implies(implies(not(X), X), X)), implies(not(implies(implies(not(X), X), X)), implies(implies(not(X), X), X)))), true, implies(Z, implies(not(implies(implies(not(X), X), X)), implies(implies(not(X), X), X)))), true, implies(implies(implies(not(implies(implies(not(X), X), X)), implies(implies(not(X), X), X)), Y), implies(Z, Y))), true, implies(implies(implies(implies(not(X), X), X), Y), implies(Z, Y)))
% 255.42/32.87  = { by axiom 3 (cn_3) R->L }
% 255.42/32.87    fresh2(fresh2(fresh2(fresh2(fresh(is_a_theorem(implies(implies(implies(not(X), X), X), implies(not(implies(implies(not(X), X), X)), not(Z)))), true, implies(implies(not(X), X), X), implies(not(implies(implies(not(X), X), X)), not(Z))), true, implies(implies(not(Z), implies(implies(not(X), X), X)), implies(not(implies(implies(not(X), X), X)), implies(implies(not(X), X), X)))), true, implies(Z, implies(not(implies(implies(not(X), X), X)), implies(implies(not(X), X), X)))), true, implies(implies(implies(not(implies(implies(not(X), X), X)), implies(implies(not(X), X), X)), Y), implies(Z, Y))), true, implies(implies(implies(implies(not(X), X), X), Y), implies(Z, Y)))
% 255.42/32.87  = { by axiom 5 (condensed_detachment) }
% 255.42/32.87    fresh2(fresh2(fresh2(fresh2(fresh2(is_a_theorem(implies(implies(not(X), X), X)), true, implies(not(implies(implies(not(X), X), X)), not(Z))), true, implies(implies(not(Z), implies(implies(not(X), X), X)), implies(not(implies(implies(not(X), X), X)), implies(implies(not(X), X), X)))), true, implies(Z, implies(not(implies(implies(not(X), X), X)), implies(implies(not(X), X), X)))), true, implies(implies(implies(not(implies(implies(not(X), X), X)), implies(implies(not(X), X), X)), Y), implies(Z, Y))), true, implies(implies(implies(implies(not(X), X), X), Y), implies(Z, Y)))
% 255.42/32.87  = { by axiom 4 (cn_2) }
% 255.42/32.87    fresh2(fresh2(fresh2(fresh2(fresh2(true, true, implies(not(implies(implies(not(X), X), X)), not(Z))), true, implies(implies(not(Z), implies(implies(not(X), X), X)), implies(not(implies(implies(not(X), X), X)), implies(implies(not(X), X), X)))), true, implies(Z, implies(not(implies(implies(not(X), X), X)), implies(implies(not(X), X), X)))), true, implies(implies(implies(not(implies(implies(not(X), X), X)), implies(implies(not(X), X), X)), Y), implies(Z, Y))), true, implies(implies(implies(implies(not(X), X), X), Y), implies(Z, Y)))
% 255.42/32.87  = { by axiom 1 (condensed_detachment) }
% 255.42/32.87    fresh2(fresh2(fresh2(fresh2(true, true, implies(implies(not(Z), implies(implies(not(X), X), X)), implies(not(implies(implies(not(X), X), X)), implies(implies(not(X), X), X)))), true, implies(Z, implies(not(implies(implies(not(X), X), X)), implies(implies(not(X), X), X)))), true, implies(implies(implies(not(implies(implies(not(X), X), X)), implies(implies(not(X), X), X)), Y), implies(Z, Y))), true, implies(implies(implies(implies(not(X), X), X), Y), implies(Z, Y)))
% 255.42/32.87  = { by axiom 1 (condensed_detachment) }
% 255.42/32.87    fresh2(fresh2(fresh2(true, true, implies(Z, implies(not(implies(implies(not(X), X), X)), implies(implies(not(X), X), X)))), true, implies(implies(implies(not(implies(implies(not(X), X), X)), implies(implies(not(X), X), X)), Y), implies(Z, Y))), true, implies(implies(implies(implies(not(X), X), X), Y), implies(Z, Y)))
% 255.42/32.87  = { by axiom 1 (condensed_detachment) }
% 255.42/32.87    fresh2(fresh2(true, true, implies(implies(implies(not(implies(implies(not(X), X), X)), implies(implies(not(X), X), X)), Y), implies(Z, Y))), true, implies(implies(implies(implies(not(X), X), X), Y), implies(Z, Y)))
% 255.42/32.87  = { by axiom 1 (condensed_detachment) }
% 255.42/32.87    fresh2(true, true, implies(implies(implies(implies(not(X), X), X), Y), implies(Z, Y)))
% 255.42/32.87  = { by axiom 1 (condensed_detachment) }
% 255.42/32.87    true
% 255.42/32.87  
% 255.42/32.87  Lemma 17: is_a_theorem(implies(implies(X, implies(not(Y), Y)), implies(Z, implies(X, Y)))) = true.
% 255.42/32.87  Proof:
% 255.42/32.87    is_a_theorem(implies(implies(X, implies(not(Y), Y)), implies(Z, implies(X, Y))))
% 255.42/32.87  = { by lemma 10 R->L }
% 255.42/32.87    fresh2(is_a_theorem(implies(implies(implies(implies(not(Y), Y), Y), implies(X, Y)), implies(Z, implies(X, Y)))), true, implies(implies(X, implies(not(Y), Y)), implies(Z, implies(X, Y))))
% 255.42/32.87  = { by lemma 16 }
% 255.42/32.87    fresh2(true, true, implies(implies(X, implies(not(Y), Y)), implies(Z, implies(X, Y))))
% 255.42/32.87  = { by axiom 1 (condensed_detachment) }
% 255.42/32.87    true
% 255.42/32.87  
% 255.42/32.87  Lemma 18: is_a_theorem(implies(implies(X, not(Y)), implies(Y, implies(X, Z)))) = true.
% 255.42/32.87  Proof:
% 255.42/32.87    is_a_theorem(implies(implies(X, not(Y)), implies(Y, implies(X, Z))))
% 255.42/32.87  = { by lemma 10 R->L }
% 255.42/32.87    fresh2(is_a_theorem(implies(implies(implies(not(Y), Z), implies(X, Z)), implies(Y, implies(X, Z)))), true, implies(implies(X, not(Y)), implies(Y, implies(X, Z))))
% 255.42/32.87  = { by lemma 14 }
% 255.42/32.87    fresh2(true, true, implies(implies(X, not(Y)), implies(Y, implies(X, Z))))
% 255.42/32.87  = { by axiom 1 (condensed_detachment) }
% 255.42/32.87    true
% 255.42/32.87  
% 255.42/32.87  Lemma 19: fresh2(is_a_theorem(implies(implies(X, implies(not(Y), Z)), W)), true, implies(Y, W)) = is_a_theorem(implies(Y, W)).
% 255.42/32.87  Proof:
% 255.42/32.87    fresh2(is_a_theorem(implies(implies(X, implies(not(Y), Z)), W)), true, implies(Y, W))
% 255.42/32.87  = { by axiom 5 (condensed_detachment) R->L }
% 255.42/32.87    fresh(is_a_theorem(implies(implies(implies(X, implies(not(Y), Z)), W), implies(Y, W))), true, implies(implies(X, implies(not(Y), Z)), W), implies(Y, W))
% 255.42/32.87  = { by lemma 8 R->L }
% 255.42/32.87    fresh(fresh2(is_a_theorem(implies(Y, implies(X, implies(not(Y), Z)))), true, implies(implies(implies(X, implies(not(Y), Z)), W), implies(Y, W))), true, implies(implies(X, implies(not(Y), Z)), W), implies(Y, W))
% 255.42/32.87  = { by lemma 15 R->L }
% 255.42/32.87    fresh(fresh2(fresh2(is_a_theorem(implies(implies(not(Y), not(X)), implies(X, implies(not(Y), Z)))), true, implies(Y, implies(X, implies(not(Y), Z)))), true, implies(implies(implies(X, implies(not(Y), Z)), W), implies(Y, W))), true, implies(implies(X, implies(not(Y), Z)), W), implies(Y, W))
% 255.42/32.87  = { by lemma 18 }
% 255.42/32.87    fresh(fresh2(fresh2(true, true, implies(Y, implies(X, implies(not(Y), Z)))), true, implies(implies(implies(X, implies(not(Y), Z)), W), implies(Y, W))), true, implies(implies(X, implies(not(Y), Z)), W), implies(Y, W))
% 255.42/32.87  = { by axiom 1 (condensed_detachment) }
% 255.42/32.87    fresh(fresh2(true, true, implies(implies(implies(X, implies(not(Y), Z)), W), implies(Y, W))), true, implies(implies(X, implies(not(Y), Z)), W), implies(Y, W))
% 255.42/32.87  = { by axiom 1 (condensed_detachment) }
% 255.42/32.87    fresh(true, true, implies(implies(X, implies(not(Y), Z)), W), implies(Y, W))
% 255.42/32.87  = { by axiom 2 (condensed_detachment) }
% 255.42/32.87    is_a_theorem(implies(Y, W))
% 255.42/32.87  
% 255.42/32.87  Lemma 20: is_a_theorem(implies(X, implies(Y, implies(implies(X, Z), Z)))) = true.
% 255.42/32.87  Proof:
% 255.42/32.87    is_a_theorem(implies(X, implies(Y, implies(implies(X, Z), Z))))
% 255.42/32.87  = { by axiom 2 (condensed_detachment) R->L }
% 255.42/32.87    fresh(true, true, implies(implies(not(Z), X), implies(Y, implies(implies(X, Z), Z))), implies(X, implies(Y, implies(implies(X, Z), Z))))
% 255.42/32.87  = { by axiom 1 (condensed_detachment) R->L }
% 255.42/32.87    fresh(fresh2(true, true, implies(implies(implies(not(Z), X), implies(Y, implies(implies(X, Z), Z))), implies(X, implies(Y, implies(implies(X, Z), Z))))), true, implies(implies(not(Z), X), implies(Y, implies(implies(X, Z), Z))), implies(X, implies(Y, implies(implies(X, Z), Z))))
% 255.42/32.87  = { by axiom 1 (condensed_detachment) R->L }
% 255.42/32.87    fresh(fresh2(fresh2(true, true, implies(implies(implies(not(implies(not(Z), X)), implies(not(Z), X)), implies(Y, implies(implies(X, Z), Z))), implies(X, implies(Y, implies(implies(X, Z), Z))))), true, implies(implies(implies(not(Z), X), implies(Y, implies(implies(X, Z), Z))), implies(X, implies(Y, implies(implies(X, Z), Z))))), true, implies(implies(not(Z), X), implies(Y, implies(implies(X, Z), Z))), implies(X, implies(Y, implies(implies(X, Z), Z))))
% 255.42/32.87  = { by axiom 1 (condensed_detachment) R->L }
% 255.42/32.87    fresh(fresh2(fresh2(fresh2(true, true, implies(X, implies(not(implies(not(Z), X)), implies(not(Z), X)))), true, implies(implies(implies(not(implies(not(Z), X)), implies(not(Z), X)), implies(Y, implies(implies(X, Z), Z))), implies(X, implies(Y, implies(implies(X, Z), Z))))), true, implies(implies(implies(not(Z), X), implies(Y, implies(implies(X, Z), Z))), implies(X, implies(Y, implies(implies(X, Z), Z))))), true, implies(implies(not(Z), X), implies(Y, implies(implies(X, Z), Z))), implies(X, implies(Y, implies(implies(X, Z), Z))))
% 255.42/32.87  = { by lemma 17 R->L }
% 255.42/32.87    fresh(fresh2(fresh2(fresh2(is_a_theorem(implies(implies(not(Z), implies(not(X), X)), implies(not(implies(not(Z), X)), implies(not(Z), X)))), true, implies(X, implies(not(implies(not(Z), X)), implies(not(Z), X)))), true, implies(implies(implies(not(implies(not(Z), X)), implies(not(Z), X)), implies(Y, implies(implies(X, Z), Z))), implies(X, implies(Y, implies(implies(X, Z), Z))))), true, implies(implies(implies(not(Z), X), implies(Y, implies(implies(X, Z), Z))), implies(X, implies(Y, implies(implies(X, Z), Z))))), true, implies(implies(not(Z), X), implies(Y, implies(implies(X, Z), Z))), implies(X, implies(Y, implies(implies(X, Z), Z))))
% 255.42/32.87  = { by lemma 19 }
% 255.42/32.87    fresh(fresh2(fresh2(is_a_theorem(implies(X, implies(not(implies(not(Z), X)), implies(not(Z), X)))), true, implies(implies(implies(not(implies(not(Z), X)), implies(not(Z), X)), implies(Y, implies(implies(X, Z), Z))), implies(X, implies(Y, implies(implies(X, Z), Z))))), true, implies(implies(implies(not(Z), X), implies(Y, implies(implies(X, Z), Z))), implies(X, implies(Y, implies(implies(X, Z), Z))))), true, implies(implies(not(Z), X), implies(Y, implies(implies(X, Z), Z))), implies(X, implies(Y, implies(implies(X, Z), Z))))
% 255.42/32.87  = { by lemma 8 }
% 255.42/32.87    fresh(fresh2(is_a_theorem(implies(implies(implies(not(implies(not(Z), X)), implies(not(Z), X)), implies(Y, implies(implies(X, Z), Z))), implies(X, implies(Y, implies(implies(X, Z), Z))))), true, implies(implies(implies(not(Z), X), implies(Y, implies(implies(X, Z), Z))), implies(X, implies(Y, implies(implies(X, Z), Z))))), true, implies(implies(not(Z), X), implies(Y, implies(implies(X, Z), Z))), implies(X, implies(Y, implies(implies(X, Z), Z))))
% 255.42/32.87  = { by lemma 13 }
% 255.42/32.87    fresh(is_a_theorem(implies(implies(implies(not(Z), X), implies(Y, implies(implies(X, Z), Z))), implies(X, implies(Y, implies(implies(X, Z), Z))))), true, implies(implies(not(Z), X), implies(Y, implies(implies(X, Z), Z))), implies(X, implies(Y, implies(implies(X, Z), Z))))
% 255.42/32.87  = { by axiom 5 (condensed_detachment) }
% 255.42/32.87    fresh2(is_a_theorem(implies(implies(not(Z), X), implies(Y, implies(implies(X, Z), Z)))), true, implies(X, implies(Y, implies(implies(X, Z), Z))))
% 255.42/32.87  = { by lemma 10 R->L }
% 255.42/32.87    fresh2(fresh2(is_a_theorem(implies(implies(implies(X, Z), implies(not(Z), Z)), implies(Y, implies(implies(X, Z), Z)))), true, implies(implies(not(Z), X), implies(Y, implies(implies(X, Z), Z)))), true, implies(X, implies(Y, implies(implies(X, Z), Z))))
% 255.42/32.87  = { by lemma 17 }
% 255.42/32.87    fresh2(fresh2(true, true, implies(implies(not(Z), X), implies(Y, implies(implies(X, Z), Z)))), true, implies(X, implies(Y, implies(implies(X, Z), Z))))
% 255.42/32.87  = { by axiom 1 (condensed_detachment) }
% 255.42/32.87    fresh2(true, true, implies(X, implies(Y, implies(implies(X, Z), Z))))
% 255.42/32.87  = { by axiom 1 (condensed_detachment) }
% 255.42/32.87    true
% 255.42/32.87  
% 255.42/32.87  Lemma 21: fresh2(is_a_theorem(implies(X, implies(not(Y), Y))), true, implies(Z, implies(X, Y))) = is_a_theorem(implies(Z, implies(X, Y))).
% 255.42/32.87  Proof:
% 255.42/32.87    fresh2(is_a_theorem(implies(X, implies(not(Y), Y))), true, implies(Z, implies(X, Y)))
% 255.42/32.87  = { by axiom 5 (condensed_detachment) R->L }
% 255.42/32.87    fresh(is_a_theorem(implies(implies(X, implies(not(Y), Y)), implies(Z, implies(X, Y)))), true, implies(X, implies(not(Y), Y)), implies(Z, implies(X, Y)))
% 255.42/32.87  = { by lemma 17 }
% 255.42/32.87    fresh(true, true, implies(X, implies(not(Y), Y)), implies(Z, implies(X, Y)))
% 255.42/32.87  = { by axiom 2 (condensed_detachment) }
% 255.42/32.87    is_a_theorem(implies(Z, implies(X, Y)))
% 255.42/32.87  
% 255.42/32.87  Lemma 22: is_a_theorem(implies(implies(implies(implies(not(not(X)), not(X)), Y), Z), implies(X, Z))) = true.
% 255.42/32.87  Proof:
% 255.42/32.87    is_a_theorem(implies(implies(implies(implies(not(not(X)), not(X)), Y), Z), implies(X, Z)))
% 255.42/32.87  = { by lemma 8 R->L }
% 255.42/32.87    fresh2(is_a_theorem(implies(X, implies(implies(not(not(X)), not(X)), Y))), true, implies(implies(implies(implies(not(not(X)), not(X)), Y), Z), implies(X, Z)))
% 255.42/32.87  = { by lemma 15 R->L }
% 255.42/32.87    fresh2(fresh2(is_a_theorem(implies(implies(not(X), Y), implies(implies(not(not(X)), not(X)), Y))), true, implies(X, implies(implies(not(not(X)), not(X)), Y))), true, implies(implies(implies(implies(not(not(X)), not(X)), Y), Z), implies(X, Z)))
% 255.42/32.87  = { by lemma 11 }
% 255.42/32.87    fresh2(fresh2(true, true, implies(X, implies(implies(not(not(X)), not(X)), Y))), true, implies(implies(implies(implies(not(not(X)), not(X)), Y), Z), implies(X, Z)))
% 255.42/32.87  = { by axiom 1 (condensed_detachment) }
% 255.42/32.87    fresh2(true, true, implies(implies(implies(implies(not(not(X)), not(X)), Y), Z), implies(X, Z)))
% 255.42/32.87  = { by axiom 1 (condensed_detachment) }
% 255.42/32.88    true
% 255.42/32.88  
% 255.42/32.88  Goal 1 (prove_cn_70): is_a_theorem(implies(x, implies(y, not(implies(x, not(y)))))) = true.
% 255.42/32.88  Proof:
% 255.42/32.88    is_a_theorem(implies(x, implies(y, not(implies(x, not(y))))))
% 255.42/32.88  = { by axiom 2 (condensed_detachment) R->L }
% 255.42/32.88    fresh(true, true, implies(implies(implies(x, not(y)), not(y)), implies(y, not(implies(x, not(y))))), implies(x, implies(y, not(implies(x, not(y))))))
% 255.42/32.88  = { by axiom 1 (condensed_detachment) R->L }
% 255.42/32.88    fresh(fresh2(true, true, implies(implies(implies(implies(x, not(y)), not(y)), implies(y, not(implies(x, not(y))))), implies(x, implies(y, not(implies(x, not(y))))))), true, implies(implies(implies(x, not(y)), not(y)), implies(y, not(implies(x, not(y))))), implies(x, implies(y, not(implies(x, not(y))))))
% 255.42/32.88  = { by lemma 20 R->L }
% 255.42/32.88    fresh(fresh2(is_a_theorem(implies(x, implies(not(implies(implies(x, not(y)), not(y))), implies(implies(x, not(y)), not(y))))), true, implies(implies(implies(implies(x, not(y)), not(y)), implies(y, not(implies(x, not(y))))), implies(x, implies(y, not(implies(x, not(y))))))), true, implies(implies(implies(x, not(y)), not(y)), implies(y, not(implies(x, not(y))))), implies(x, implies(y, not(implies(x, not(y))))))
% 255.42/32.88  = { by axiom 5 (condensed_detachment) R->L }
% 255.42/32.88    fresh(fresh(is_a_theorem(implies(implies(x, implies(not(implies(implies(x, not(y)), not(y))), implies(implies(x, not(y)), not(y)))), implies(implies(implies(implies(x, not(y)), not(y)), implies(y, not(implies(x, not(y))))), implies(x, implies(y, not(implies(x, not(y)))))))), true, implies(x, implies(not(implies(implies(x, not(y)), not(y))), implies(implies(x, not(y)), not(y)))), implies(implies(implies(implies(x, not(y)), not(y)), implies(y, not(implies(x, not(y))))), implies(x, implies(y, not(implies(x, not(y))))))), true, implies(implies(implies(x, not(y)), not(y)), implies(y, not(implies(x, not(y))))), implies(x, implies(y, not(implies(x, not(y))))))
% 255.42/32.88  = { by lemma 10 R->L }
% 255.42/32.88    fresh(fresh(fresh2(is_a_theorem(implies(implies(implies(implies(not(implies(implies(x, not(y)), not(y))), implies(implies(x, not(y)), not(y))), implies(y, not(implies(x, not(y))))), implies(x, implies(y, not(implies(x, not(y)))))), implies(implies(implies(implies(x, not(y)), not(y)), implies(y, not(implies(x, not(y))))), implies(x, implies(y, not(implies(x, not(y)))))))), true, implies(implies(x, implies(not(implies(implies(x, not(y)), not(y))), implies(implies(x, not(y)), not(y)))), implies(implies(implies(implies(x, not(y)), not(y)), implies(y, not(implies(x, not(y))))), implies(x, implies(y, not(implies(x, not(y)))))))), true, implies(x, implies(not(implies(implies(x, not(y)), not(y))), implies(implies(x, not(y)), not(y)))), implies(implies(implies(implies(x, not(y)), not(y)), implies(y, not(implies(x, not(y))))), implies(x, implies(y, not(implies(x, not(y))))))), true, implies(implies(implies(x, not(y)), not(y)), implies(y, not(implies(x, not(y))))), implies(x, implies(y, not(implies(x, not(y))))))
% 255.42/32.88  = { by lemma 12 }
% 255.42/32.88    fresh(fresh(fresh2(true, true, implies(implies(x, implies(not(implies(implies(x, not(y)), not(y))), implies(implies(x, not(y)), not(y)))), implies(implies(implies(implies(x, not(y)), not(y)), implies(y, not(implies(x, not(y))))), implies(x, implies(y, not(implies(x, not(y)))))))), true, implies(x, implies(not(implies(implies(x, not(y)), not(y))), implies(implies(x, not(y)), not(y)))), implies(implies(implies(implies(x, not(y)), not(y)), implies(y, not(implies(x, not(y))))), implies(x, implies(y, not(implies(x, not(y))))))), true, implies(implies(implies(x, not(y)), not(y)), implies(y, not(implies(x, not(y))))), implies(x, implies(y, not(implies(x, not(y))))))
% 255.42/32.88  = { by axiom 1 (condensed_detachment) }
% 255.42/32.89    fresh(fresh(true, true, implies(x, implies(not(implies(implies(x, not(y)), not(y))), implies(implies(x, not(y)), not(y)))), implies(implies(implies(implies(x, not(y)), not(y)), implies(y, not(implies(x, not(y))))), implies(x, implies(y, not(implies(x, not(y))))))), true, implies(implies(implies(x, not(y)), not(y)), implies(y, not(implies(x, not(y))))), implies(x, implies(y, not(implies(x, not(y))))))
% 255.42/32.89  = { by axiom 2 (condensed_detachment) }
% 255.42/32.89    fresh(is_a_theorem(implies(implies(implies(implies(x, not(y)), not(y)), implies(y, not(implies(x, not(y))))), implies(x, implies(y, not(implies(x, not(y))))))), true, implies(implies(implies(x, not(y)), not(y)), implies(y, not(implies(x, not(y))))), implies(x, implies(y, not(implies(x, not(y))))))
% 255.42/32.89  = { by axiom 5 (condensed_detachment) }
% 255.42/32.89    fresh2(is_a_theorem(implies(implies(implies(x, not(y)), not(y)), implies(y, not(implies(x, not(y)))))), true, implies(x, implies(y, not(implies(x, not(y))))))
% 255.42/32.89  = { by lemma 13 R->L }
% 255.42/32.89    fresh2(fresh2(is_a_theorem(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), true, implies(implies(implies(x, not(y)), not(y)), implies(y, not(implies(x, not(y)))))), true, implies(x, implies(y, not(implies(x, not(y))))))
% 255.42/32.89  = { by axiom 2 (condensed_detachment) R->L }
% 255.42/32.89    fresh2(fresh2(fresh(true, true, implies(implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y)))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), true, implies(implies(implies(x, not(y)), not(y)), implies(y, not(implies(x, not(y)))))), true, implies(x, implies(y, not(implies(x, not(y))))))
% 255.42/32.89  = { by axiom 1 (condensed_detachment) R->L }
% 255.42/32.89    fresh2(fresh2(fresh(fresh2(true, true, implies(implies(implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y)))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y))))))), true, implies(implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y)))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), true, implies(implies(implies(x, not(y)), not(y)), implies(y, not(implies(x, not(y)))))), true, implies(x, implies(y, not(implies(x, not(y))))))
% 255.42/32.89  = { by axiom 1 (condensed_detachment) R->L }
% 255.42/32.89    fresh2(fresh2(fresh(fresh2(fresh2(true, true, implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y))))), true, implies(implies(implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y)))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y))))))), true, implies(implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y)))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), true, implies(implies(implies(x, not(y)), not(y)), implies(y, not(implies(x, not(y)))))), true, implies(x, implies(y, not(implies(x, not(y))))))
% 255.42/32.89  = { by axiom 1 (condensed_detachment) R->L }
% 255.42/32.89    fresh2(fresh2(fresh(fresh2(fresh2(fresh2(true, true, implies(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y))))), implies(not(implies(x, not(y))), implies(x, not(y))))), true, implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y))))), true, implies(implies(implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y)))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y))))))), true, implies(implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y)))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), true, implies(implies(implies(x, not(y)), not(y)), implies(y, not(implies(x, not(y)))))), true, implies(x, implies(y, not(implies(x, not(y))))))
% 255.42/32.89  = { by axiom 1 (condensed_detachment) R->L }
% 255.42/32.89    fresh2(fresh2(fresh(fresh2(fresh2(fresh2(fresh2(true, true, implies(not(implies(x, not(y))), not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))))), true, implies(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y))))), implies(not(implies(x, not(y))), implies(x, not(y))))), true, implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y))))), true, implies(implies(implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y)))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y))))))), true, implies(implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y)))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), true, implies(implies(implies(x, not(y)), not(y)), implies(y, not(implies(x, not(y)))))), true, implies(x, implies(y, not(implies(x, not(y))))))
% 255.42/32.90  = { by axiom 1 (condensed_detachment) R->L }
% 255.42/32.90    fresh2(fresh2(fresh(fresh2(fresh2(fresh2(fresh2(fresh2(true, true, implies(implies(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y))))), not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y))))))), not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))))), true, implies(not(implies(x, not(y))), not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))))), true, implies(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y))))), implies(not(implies(x, not(y))), implies(x, not(y))))), true, implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y))))), true, implies(implies(implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y)))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y))))))), true, implies(implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y)))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), true, implies(implies(implies(x, not(y)), not(y)), implies(y, not(implies(x, not(y)))))), true, implies(x, implies(y, not(implies(x, not(y))))))
% 255.42/32.90  = { by axiom 1 (condensed_detachment) R->L }
% 255.42/32.90    fresh2(fresh2(fresh(fresh2(fresh2(fresh2(fresh2(fresh2(fresh2(true, true, implies(implies(implies(not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))), implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))), not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y))))))), not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))))), true, implies(implies(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y))))), not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y))))))), not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))))), true, implies(not(implies(x, not(y))), not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))))), true, implies(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y))))), implies(not(implies(x, not(y))), implies(x, not(y))))), true, implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y))))), true, implies(implies(implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y)))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y))))))), true, implies(implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y)))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), true, implies(implies(implies(x, not(y)), not(y)), implies(y, not(implies(x, not(y)))))), true, implies(x, implies(y, not(implies(x, not(y))))))
% 255.42/32.90  = { by axiom 1 (condensed_detachment) R->L }
% 255.42/32.90    fresh2(fresh2(fresh(fresh2(fresh2(fresh2(fresh2(fresh2(fresh2(fresh2(true, true, implies(not(implies(implies(implies(not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))), implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))), not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y))))))), not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))))), implies(implies(implies(not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))), implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))), not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y))))))), not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y))))))))), true, implies(implies(implies(not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))), implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))), not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y))))))), not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))))), true, implies(implies(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y))))), not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y))))))), not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))))), true, implies(not(implies(x, not(y))), not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))))), true, implies(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y))))), implies(not(implies(x, not(y))), implies(x, not(y))))), true, implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y))))), true, implies(implies(implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y)))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y))))))), true, implies(implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y)))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), true, implies(implies(implies(x, not(y)), not(y)), implies(y, not(implies(x, not(y)))))), true, implies(x, implies(y, not(implies(x, not(y))))))
% 255.42/32.91  = { by axiom 1 (condensed_detachment) R->L }
% 255.42/32.91    fresh2(fresh2(fresh(fresh2(fresh2(fresh2(fresh2(fresh2(fresh2(fresh2(fresh2(true, true, implies(implies(implies(not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))), implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))), not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y))))))), implies(not(not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y))))))), not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y))))))))), true, implies(not(implies(implies(implies(not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))), implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))), not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y))))))), not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))))), implies(implies(implies(not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))), implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))), not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y))))))), not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y))))))))), true, implies(implies(implies(not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))), implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))), not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y))))))), not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))))), true, implies(implies(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y))))), not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y))))))), not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))))), true, implies(not(implies(x, not(y))), not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))))), true, implies(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y))))), implies(not(implies(x, not(y))), implies(x, not(y))))), true, implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y))))), true, implies(implies(implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y)))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y))))))), true, implies(implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y)))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), true, implies(implies(implies(x, not(y)), not(y)), implies(y, not(implies(x, not(y)))))), true, implies(x, implies(y, not(implies(x, not(y))))))
% 255.42/32.91  = { by axiom 1 (condensed_detachment) R->L }
% 255.42/32.92    fresh2(fresh2(fresh(fresh2(fresh2(fresh2(fresh2(fresh2(fresh2(fresh2(fresh2(fresh2(true, true, implies(not(not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y))))))), implies(not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))), implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))))), true, implies(implies(implies(not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))), implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))), not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y))))))), implies(not(not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y))))))), not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y))))))))), true, implies(not(implies(implies(implies(not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))), implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))), not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y))))))), not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))))), implies(implies(implies(not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))), implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))), not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y))))))), not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y))))))))), true, implies(implies(implies(not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))), implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))), not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y))))))), not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))))), true, implies(implies(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y))))), not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y))))))), not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))))), true, implies(not(implies(x, not(y))), not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))))), true, implies(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y))))), implies(not(implies(x, not(y))), implies(x, not(y))))), true, implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y))))), true, implies(implies(implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y)))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y))))))), true, implies(implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y)))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), true, implies(implies(implies(x, not(y)), not(y)), implies(y, not(implies(x, not(y)))))), true, implies(x, implies(y, not(implies(x, not(y))))))
% 255.42/32.92  = { by axiom 1 (condensed_detachment) R->L }
% 255.42/32.92    fresh2(fresh2(fresh(fresh2(fresh2(fresh2(fresh2(fresh2(fresh2(fresh2(fresh2(fresh2(fresh2(true, true, implies(implies(not(not(not(implies(x, not(y))))), implies(not(not(not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))))), not(not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y))))))))), implies(not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))), implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))))), true, implies(not(not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y))))))), implies(not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))), implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))))), true, implies(implies(implies(not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))), implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))), not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y))))))), implies(not(not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y))))))), not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y))))))))), true, implies(not(implies(implies(implies(not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))), implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))), not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y))))))), not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))))), implies(implies(implies(not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))), implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))), not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y))))))), not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y))))))))), true, implies(implies(implies(not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))), implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))), not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y))))))), not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))))), true, implies(implies(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y))))), not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y))))))), not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))))), true, implies(not(implies(x, not(y))), not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))))), true, implies(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y))))), implies(not(implies(x, not(y))), implies(x, not(y))))), true, implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y))))), true, implies(implies(implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y)))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y))))))), true, implies(implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y)))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), true, implies(implies(implies(x, not(y)), not(y)), implies(y, not(implies(x, not(y)))))), true, implies(x, implies(y, not(implies(x, not(y))))))
% 255.42/32.92  = { by lemma 22 R->L }
% 255.42/32.93    fresh2(fresh2(fresh(fresh2(fresh2(fresh2(fresh2(fresh2(fresh2(fresh2(fresh2(fresh2(fresh2(is_a_theorem(implies(implies(implies(implies(not(not(not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))))), not(not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))))), not(not(implies(x, not(y))))), implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))), implies(not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))), implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))))), true, implies(implies(not(not(not(implies(x, not(y))))), implies(not(not(not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))))), not(not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y))))))))), implies(not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))), implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))))), true, implies(not(not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y))))))), implies(not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))), implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))))), true, implies(implies(implies(not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))), implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))), not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y))))))), implies(not(not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y))))))), not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y))))))))), true, implies(not(implies(implies(implies(not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))), implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))), not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y))))))), not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))))), implies(implies(implies(not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))), implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))), not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y))))))), not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y))))))))), true, implies(implies(implies(not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))), implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))), not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y))))))), not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))))), true, implies(implies(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y))))), not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y))))))), not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))))), true, implies(not(implies(x, not(y))), not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))))), true, implies(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y))))), implies(not(implies(x, not(y))), implies(x, not(y))))), true, implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y))))), true, implies(implies(implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y)))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y))))))), true, implies(implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y)))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), true, implies(implies(implies(x, not(y)), not(y)), implies(y, not(implies(x, not(y)))))), true, implies(x, implies(y, not(implies(x, not(y))))))
% 255.42/32.93  = { by lemma 10 }
% 256.06/32.93    fresh2(fresh2(fresh(fresh2(fresh2(fresh2(fresh2(fresh2(fresh2(fresh2(fresh2(fresh2(is_a_theorem(implies(implies(not(not(not(implies(x, not(y))))), implies(not(not(not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))))), not(not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y))))))))), implies(not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))), implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))))), true, implies(not(not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y))))))), implies(not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))), implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))))), true, implies(implies(implies(not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))), implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))), not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y))))))), implies(not(not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y))))))), not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y))))))))), true, implies(not(implies(implies(implies(not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))), implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))), not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y))))))), not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))))), implies(implies(implies(not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))), implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))), not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y))))))), not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y))))))))), true, implies(implies(implies(not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))), implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))), not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y))))))), not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))))), true, implies(implies(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y))))), not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y))))))), not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))))), true, implies(not(implies(x, not(y))), not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))))), true, implies(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y))))), implies(not(implies(x, not(y))), implies(x, not(y))))), true, implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y))))), true, implies(implies(implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y)))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y))))))), true, implies(implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y)))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), true, implies(implies(implies(x, not(y)), not(y)), implies(y, not(implies(x, not(y)))))), true, implies(x, implies(y, not(implies(x, not(y))))))
% 256.06/32.93  = { by lemma 19 }
% 256.06/32.94    fresh2(fresh2(fresh(fresh2(fresh2(fresh2(fresh2(fresh2(fresh2(fresh2(fresh2(is_a_theorem(implies(not(not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y))))))), implies(not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))), implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))))), true, implies(implies(implies(not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))), implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))), not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y))))))), implies(not(not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y))))))), not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y))))))))), true, implies(not(implies(implies(implies(not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))), implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))), not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y))))))), not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))))), implies(implies(implies(not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))), implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))), not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y))))))), not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y))))))))), true, implies(implies(implies(not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))), implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))), not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y))))))), not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))))), true, implies(implies(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y))))), not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y))))))), not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))))), true, implies(not(implies(x, not(y))), not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))))), true, implies(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y))))), implies(not(implies(x, not(y))), implies(x, not(y))))), true, implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y))))), true, implies(implies(implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y)))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y))))))), true, implies(implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y)))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), true, implies(implies(implies(x, not(y)), not(y)), implies(y, not(implies(x, not(y)))))), true, implies(x, implies(y, not(implies(x, not(y))))))
% 256.06/32.94  = { by lemma 8 }
% 256.06/32.94    fresh2(fresh2(fresh(fresh2(fresh2(fresh2(fresh2(fresh2(fresh2(fresh2(is_a_theorem(implies(implies(implies(not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))), implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))), not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y))))))), implies(not(not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y))))))), not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y))))))))), true, implies(not(implies(implies(implies(not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))), implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))), not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y))))))), not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))))), implies(implies(implies(not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))), implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))), not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y))))))), not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y))))))))), true, implies(implies(implies(not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))), implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))), not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y))))))), not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))))), true, implies(implies(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y))))), not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y))))))), not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))))), true, implies(not(implies(x, not(y))), not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))))), true, implies(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y))))), implies(not(implies(x, not(y))), implies(x, not(y))))), true, implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y))))), true, implies(implies(implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y)))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y))))))), true, implies(implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y)))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), true, implies(implies(implies(x, not(y)), not(y)), implies(y, not(implies(x, not(y)))))), true, implies(x, implies(y, not(implies(x, not(y))))))
% 256.06/32.94  = { by lemma 21 }
% 256.06/32.94    fresh2(fresh2(fresh(fresh2(fresh2(fresh2(fresh2(fresh2(fresh2(is_a_theorem(implies(not(implies(implies(implies(not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))), implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))), not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y))))))), not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))))), implies(implies(implies(not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))), implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))), not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y))))))), not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y))))))))), true, implies(implies(implies(not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))), implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))), not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y))))))), not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))))), true, implies(implies(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y))))), not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y))))))), not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))))), true, implies(not(implies(x, not(y))), not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))))), true, implies(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y))))), implies(not(implies(x, not(y))), implies(x, not(y))))), true, implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y))))), true, implies(implies(implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y)))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y))))))), true, implies(implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y)))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), true, implies(implies(implies(x, not(y)), not(y)), implies(y, not(implies(x, not(y)))))), true, implies(x, implies(y, not(implies(x, not(y))))))
% 256.06/32.94  = { by lemma 7 }
% 256.06/32.94    fresh2(fresh2(fresh(fresh2(fresh2(fresh2(fresh2(fresh2(is_a_theorem(implies(implies(implies(not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))), implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))), not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y))))))), not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))))), true, implies(implies(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y))))), not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y))))))), not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))))), true, implies(not(implies(x, not(y))), not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))))), true, implies(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y))))), implies(not(implies(x, not(y))), implies(x, not(y))))), true, implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y))))), true, implies(implies(implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y)))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y))))))), true, implies(implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y)))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), true, implies(implies(implies(x, not(y)), not(y)), implies(y, not(implies(x, not(y)))))), true, implies(x, implies(y, not(implies(x, not(y))))))
% 256.06/32.94  = { by lemma 13 }
% 256.06/32.94    fresh2(fresh2(fresh(fresh2(fresh2(fresh2(fresh2(is_a_theorem(implies(implies(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y))))), not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y))))))), not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))))), true, implies(not(implies(x, not(y))), not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))))), true, implies(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y))))), implies(not(implies(x, not(y))), implies(x, not(y))))), true, implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y))))), true, implies(implies(implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y)))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y))))))), true, implies(implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y)))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), true, implies(implies(implies(x, not(y)), not(y)), implies(y, not(implies(x, not(y)))))), true, implies(x, implies(y, not(implies(x, not(y))))))
% 256.06/32.94  = { by axiom 5 (condensed_detachment) R->L }
% 256.06/32.94    fresh2(fresh2(fresh(fresh2(fresh2(fresh2(fresh(is_a_theorem(implies(implies(implies(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y))))), not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y))))))), not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y))))))), implies(not(implies(x, not(y))), not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y))))))))), true, implies(implies(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y))))), not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y))))))), not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y))))))), implies(not(implies(x, not(y))), not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))))), true, implies(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y))))), implies(not(implies(x, not(y))), implies(x, not(y))))), true, implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y))))), true, implies(implies(implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y)))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y))))))), true, implies(implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y)))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), true, implies(implies(implies(x, not(y)), not(y)), implies(y, not(implies(x, not(y)))))), true, implies(x, implies(y, not(implies(x, not(y))))))
% 256.06/32.95  = { by lemma 22 }
% 256.06/32.95    fresh2(fresh2(fresh(fresh2(fresh2(fresh2(fresh(true, true, implies(implies(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y))))), not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y))))))), not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y))))))), implies(not(implies(x, not(y))), not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))))), true, implies(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y))))), implies(not(implies(x, not(y))), implies(x, not(y))))), true, implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y))))), true, implies(implies(implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y)))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y))))))), true, implies(implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y)))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), true, implies(implies(implies(x, not(y)), not(y)), implies(y, not(implies(x, not(y)))))), true, implies(x, implies(y, not(implies(x, not(y))))))
% 256.06/32.95  = { by axiom 2 (condensed_detachment) }
% 256.06/32.95    fresh2(fresh2(fresh(fresh2(fresh2(fresh2(is_a_theorem(implies(not(implies(x, not(y))), not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y)))))))), true, implies(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y))))), implies(not(implies(x, not(y))), implies(x, not(y))))), true, implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y))))), true, implies(implies(implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y)))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y))))))), true, implies(implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y)))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), true, implies(implies(implies(x, not(y)), not(y)), implies(y, not(implies(x, not(y)))))), true, implies(x, implies(y, not(implies(x, not(y))))))
% 256.06/32.95  = { by axiom 5 (condensed_detachment) R->L }
% 256.06/32.95    fresh2(fresh2(fresh(fresh2(fresh2(fresh(is_a_theorem(implies(implies(not(implies(x, not(y))), not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y))))))), implies(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y))))), implies(not(implies(x, not(y))), implies(x, not(y)))))), true, implies(not(implies(x, not(y))), not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y))))))), implies(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y))))), implies(not(implies(x, not(y))), implies(x, not(y))))), true, implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y))))), true, implies(implies(implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y)))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y))))))), true, implies(implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y)))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), true, implies(implies(implies(x, not(y)), not(y)), implies(y, not(implies(x, not(y)))))), true, implies(x, implies(y, not(implies(x, not(y))))))
% 256.06/32.95  = { by lemma 18 }
% 256.06/32.95    fresh2(fresh2(fresh(fresh2(fresh2(fresh(true, true, implies(not(implies(x, not(y))), not(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y))))))), implies(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y))))), implies(not(implies(x, not(y))), implies(x, not(y))))), true, implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y))))), true, implies(implies(implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y)))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y))))))), true, implies(implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y)))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), true, implies(implies(implies(x, not(y)), not(y)), implies(y, not(implies(x, not(y)))))), true, implies(x, implies(y, not(implies(x, not(y))))))
% 256.06/32.95  = { by axiom 2 (condensed_detachment) }
% 256.06/32.95    fresh2(fresh2(fresh(fresh2(fresh2(is_a_theorem(implies(implies(not(not(not(implies(x, not(y))))), not(not(implies(x, not(y))))), implies(not(implies(x, not(y))), implies(x, not(y))))), true, implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y))))), true, implies(implies(implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y)))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y))))))), true, implies(implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y)))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), true, implies(implies(implies(x, not(y)), not(y)), implies(y, not(implies(x, not(y)))))), true, implies(x, implies(y, not(implies(x, not(y))))))
% 256.06/32.95  = { by lemma 15 }
% 256.06/32.95    fresh2(fresh2(fresh(fresh2(is_a_theorem(implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y))))), true, implies(implies(implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y)))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y))))))), true, implies(implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y)))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), true, implies(implies(implies(x, not(y)), not(y)), implies(y, not(implies(x, not(y)))))), true, implies(x, implies(y, not(implies(x, not(y))))))
% 256.06/32.95  = { by axiom 5 (condensed_detachment) R->L }
% 256.06/32.96    fresh2(fresh2(fresh(fresh(is_a_theorem(implies(implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y)))), implies(implies(implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y)))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))))), true, implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y)))), implies(implies(implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y)))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y))))))), true, implies(implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y)))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), true, implies(implies(implies(x, not(y)), not(y)), implies(y, not(implies(x, not(y)))))), true, implies(x, implies(y, not(implies(x, not(y))))))
% 256.06/32.96  = { by lemma 7 R->L }
% 256.06/32.96    fresh2(fresh2(fresh(fresh(fresh2(is_a_theorem(implies(not(implies(implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y)))), implies(implies(implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y)))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))))), implies(implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y)))), implies(implies(implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y)))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y))))))))), true, implies(implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y)))), implies(implies(implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y)))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))))), true, implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y)))), implies(implies(implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y)))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y))))))), true, implies(implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y)))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), true, implies(implies(implies(x, not(y)), not(y)), implies(y, not(implies(x, not(y)))))), true, implies(x, implies(y, not(implies(x, not(y))))))
% 256.06/32.96  = { by lemma 21 R->L }
% 256.06/32.96    fresh2(fresh2(fresh(fresh(fresh2(fresh2(is_a_theorem(implies(implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y)))), implies(not(implies(implies(implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y)))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y))))))), implies(implies(implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y)))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y))))))))), true, implies(not(implies(implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y)))), implies(implies(implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y)))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))))), implies(implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y)))), implies(implies(implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y)))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y))))))))), true, implies(implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y)))), implies(implies(implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y)))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))))), true, implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y)))), implies(implies(implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y)))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y))))))), true, implies(implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y)))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), true, implies(implies(implies(x, not(y)), not(y)), implies(y, not(implies(x, not(y)))))), true, implies(x, implies(y, not(implies(x, not(y))))))
% 256.06/32.96  = { by lemma 20 }
% 256.06/32.96    fresh2(fresh2(fresh(fresh(fresh2(fresh2(true, true, implies(not(implies(implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y)))), implies(implies(implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y)))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))))), implies(implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y)))), implies(implies(implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y)))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y))))))))), true, implies(implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y)))), implies(implies(implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y)))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))))), true, implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y)))), implies(implies(implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y)))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y))))))), true, implies(implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y)))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), true, implies(implies(implies(x, not(y)), not(y)), implies(y, not(implies(x, not(y)))))), true, implies(x, implies(y, not(implies(x, not(y))))))
% 256.06/32.96  = { by axiom 1 (condensed_detachment) }
% 256.06/32.96    fresh2(fresh2(fresh(fresh(fresh2(true, true, implies(implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y)))), implies(implies(implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y)))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))))), true, implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y)))), implies(implies(implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y)))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y))))))), true, implies(implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y)))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), true, implies(implies(implies(x, not(y)), not(y)), implies(y, not(implies(x, not(y)))))), true, implies(x, implies(y, not(implies(x, not(y))))))
% 256.06/32.96  = { by axiom 1 (condensed_detachment) }
% 256.06/32.96    fresh2(fresh2(fresh(fresh(true, true, implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y)))), implies(implies(implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y)))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y))))))), true, implies(implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y)))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), true, implies(implies(implies(x, not(y)), not(y)), implies(y, not(implies(x, not(y)))))), true, implies(x, implies(y, not(implies(x, not(y))))))
% 256.06/32.96  = { by axiom 2 (condensed_detachment) }
% 256.06/32.96    fresh2(fresh2(fresh(is_a_theorem(implies(implies(implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y)))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y))))))), true, implies(implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y)))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), true, implies(implies(implies(x, not(y)), not(y)), implies(y, not(implies(x, not(y)))))), true, implies(x, implies(y, not(implies(x, not(y))))))
% 256.06/32.96  = { by axiom 5 (condensed_detachment) }
% 256.06/32.96    fresh2(fresh2(fresh2(is_a_theorem(implies(implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y)))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y))))))), true, implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), true, implies(implies(implies(x, not(y)), not(y)), implies(y, not(implies(x, not(y)))))), true, implies(x, implies(y, not(implies(x, not(y))))))
% 256.06/32.97  = { by lemma 10 R->L }
% 256.06/32.97    fresh2(fresh2(fresh2(fresh2(is_a_theorem(implies(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(not(not(implies(x, not(y)))), not(y))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y))))))), true, implies(implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y)))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y))))))), true, implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), true, implies(implies(implies(x, not(y)), not(y)), implies(y, not(implies(x, not(y)))))), true, implies(x, implies(y, not(implies(x, not(y))))))
% 256.06/32.97  = { by axiom 2 (condensed_detachment) R->L }
% 256.06/32.97    fresh2(fresh2(fresh2(fresh2(fresh(true, true, implies(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(not(not(implies(x, not(y)))), not(y))), implies(not(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y))))))), implies(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(not(not(implies(x, not(y)))), not(y))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y))))))), true, implies(implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y)))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y))))))), true, implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), true, implies(implies(implies(x, not(y)), not(y)), implies(y, not(implies(x, not(y)))))), true, implies(x, implies(y, not(implies(x, not(y))))))
% 256.06/32.97  = { by axiom 1 (condensed_detachment) R->L }
% 256.06/32.97    fresh2(fresh2(fresh2(fresh2(fresh(fresh2(true, true, implies(implies(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(not(not(implies(x, not(y)))), not(y))), implies(not(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y))))))), implies(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(not(not(implies(x, not(y)))), not(y))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))))), true, implies(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(not(not(implies(x, not(y)))), not(y))), implies(not(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y))))))), implies(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(not(not(implies(x, not(y)))), not(y))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y))))))), true, implies(implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y)))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y))))))), true, implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), true, implies(implies(implies(x, not(y)), not(y)), implies(y, not(implies(x, not(y)))))), true, implies(x, implies(y, not(implies(x, not(y))))))
% 256.06/32.98  = { by axiom 1 (condensed_detachment) R->L }
% 256.43/32.98    fresh2(fresh2(fresh2(fresh2(fresh(fresh2(fresh2(true, true, implies(implies(implies(implies(not(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(not(not(implies(x, not(y)))), not(y))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y))))))), implies(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(not(not(implies(x, not(y)))), not(y))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))))), true, implies(implies(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(not(not(implies(x, not(y)))), not(y))), implies(not(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y))))))), implies(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(not(not(implies(x, not(y)))), not(y))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))))), true, implies(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(not(not(implies(x, not(y)))), not(y))), implies(not(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y))))))), implies(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(not(not(implies(x, not(y)))), not(y))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y))))))), true, implies(implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y)))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y))))))), true, implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), true, implies(implies(implies(x, not(y)), not(y)), implies(y, not(implies(x, not(y)))))), true, implies(x, implies(y, not(implies(x, not(y))))))
% 256.43/32.98  = { by axiom 1 (condensed_detachment) R->L }
% 256.43/32.98    fresh2(fresh2(fresh2(fresh2(fresh(fresh2(fresh2(fresh2(true, true, implies(not(implies(implies(implies(implies(not(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(not(not(implies(x, not(y)))), not(y))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y))))))), implies(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(not(not(implies(x, not(y)))), not(y))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))))), implies(implies(implies(implies(not(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(not(not(implies(x, not(y)))), not(y))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y))))))), implies(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(not(not(implies(x, not(y)))), not(y))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y))))))))), true, implies(implies(implies(implies(not(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(not(not(implies(x, not(y)))), not(y))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y))))))), implies(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(not(not(implies(x, not(y)))), not(y))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))))), true, implies(implies(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(not(not(implies(x, not(y)))), not(y))), implies(not(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y))))))), implies(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(not(not(implies(x, not(y)))), not(y))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))))), true, implies(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(not(not(implies(x, not(y)))), not(y))), implies(not(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y))))))), implies(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(not(not(implies(x, not(y)))), not(y))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y))))))), true, implies(implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y)))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y))))))), true, implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), true, implies(implies(implies(x, not(y)), not(y)), implies(y, not(implies(x, not(y)))))), true, implies(x, implies(y, not(implies(x, not(y))))))
% 256.43/32.99  = { by lemma 16 R->L }
% 256.43/32.99    fresh2(fresh2(fresh2(fresh2(fresh(fresh2(fresh2(fresh2(is_a_theorem(implies(implies(implies(implies(not(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(not(not(implies(x, not(y)))), not(y))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y))))))), implies(not(implies(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(not(not(implies(x, not(y)))), not(y))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y))))))), implies(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(not(not(implies(x, not(y)))), not(y))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y))))))))), true, implies(not(implies(implies(implies(implies(not(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(not(not(implies(x, not(y)))), not(y))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y))))))), implies(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(not(not(implies(x, not(y)))), not(y))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))))), implies(implies(implies(implies(not(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(not(not(implies(x, not(y)))), not(y))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y))))))), implies(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(not(not(implies(x, not(y)))), not(y))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y))))))))), true, implies(implies(implies(implies(not(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(not(not(implies(x, not(y)))), not(y))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y))))))), implies(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(not(not(implies(x, not(y)))), not(y))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))))), true, implies(implies(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(not(not(implies(x, not(y)))), not(y))), implies(not(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y))))))), implies(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(not(not(implies(x, not(y)))), not(y))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))))), true, implies(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(not(not(implies(x, not(y)))), not(y))), implies(not(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y))))))), implies(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(not(not(implies(x, not(y)))), not(y))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y))))))), true, implies(implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y)))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y))))))), true, implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), true, implies(implies(implies(x, not(y)), not(y)), implies(y, not(implies(x, not(y)))))), true, implies(x, implies(y, not(implies(x, not(y))))))
% 256.43/32.99  = { by lemma 21 }
% 256.43/32.99    fresh2(fresh2(fresh2(fresh2(fresh(fresh2(fresh2(is_a_theorem(implies(not(implies(implies(implies(implies(not(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(not(not(implies(x, not(y)))), not(y))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y))))))), implies(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(not(not(implies(x, not(y)))), not(y))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))))), implies(implies(implies(implies(not(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(not(not(implies(x, not(y)))), not(y))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y))))))), implies(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(not(not(implies(x, not(y)))), not(y))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y))))))))), true, implies(implies(implies(implies(not(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(not(not(implies(x, not(y)))), not(y))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y))))))), implies(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(not(not(implies(x, not(y)))), not(y))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))))), true, implies(implies(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(not(not(implies(x, not(y)))), not(y))), implies(not(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y))))))), implies(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(not(not(implies(x, not(y)))), not(y))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))))), true, implies(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(not(not(implies(x, not(y)))), not(y))), implies(not(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y))))))), implies(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(not(not(implies(x, not(y)))), not(y))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y))))))), true, implies(implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y)))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y))))))), true, implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), true, implies(implies(implies(x, not(y)), not(y)), implies(y, not(implies(x, not(y)))))), true, implies(x, implies(y, not(implies(x, not(y))))))
% 256.43/32.99  = { by lemma 7 }
% 256.43/32.99    fresh2(fresh2(fresh2(fresh2(fresh(fresh2(is_a_theorem(implies(implies(implies(implies(not(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(not(not(implies(x, not(y)))), not(y))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y))))))), implies(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(not(not(implies(x, not(y)))), not(y))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))))), true, implies(implies(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(not(not(implies(x, not(y)))), not(y))), implies(not(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y))))))), implies(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(not(not(implies(x, not(y)))), not(y))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))))), true, implies(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(not(not(implies(x, not(y)))), not(y))), implies(not(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y))))))), implies(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(not(not(implies(x, not(y)))), not(y))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y))))))), true, implies(implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y)))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y))))))), true, implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), true, implies(implies(implies(x, not(y)), not(y)), implies(y, not(implies(x, not(y)))))), true, implies(x, implies(y, not(implies(x, not(y))))))
% 256.43/33.00  = { by lemma 10 }
% 256.43/33.00    fresh2(fresh2(fresh2(fresh2(fresh(is_a_theorem(implies(implies(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(not(not(implies(x, not(y)))), not(y))), implies(not(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y))))))), implies(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(not(not(implies(x, not(y)))), not(y))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))))), true, implies(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(not(not(implies(x, not(y)))), not(y))), implies(not(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y))))))), implies(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(not(not(implies(x, not(y)))), not(y))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y))))))), true, implies(implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y)))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y))))))), true, implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), true, implies(implies(implies(x, not(y)), not(y)), implies(y, not(implies(x, not(y)))))), true, implies(x, implies(y, not(implies(x, not(y))))))
% 256.43/33.00  = { by axiom 5 (condensed_detachment) }
% 256.43/33.00    fresh2(fresh2(fresh2(fresh2(fresh2(is_a_theorem(implies(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(not(not(implies(x, not(y)))), not(y))), implies(not(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))))), true, implies(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(not(not(implies(x, not(y)))), not(y))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y))))))), true, implies(implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y)))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y))))))), true, implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), true, implies(implies(implies(x, not(y)), not(y)), implies(y, not(implies(x, not(y)))))), true, implies(x, implies(y, not(implies(x, not(y))))))
% 256.43/33.00  = { by axiom 2 (condensed_detachment) R->L }
% 256.43/33.00    fresh2(fresh2(fresh2(fresh2(fresh2(fresh(true, true, implies(not(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(not(not(implies(x, not(y)))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(not(not(implies(x, not(y)))), not(y))), implies(not(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))))), true, implies(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(not(not(implies(x, not(y)))), not(y))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y))))))), true, implies(implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y)))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y))))))), true, implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), true, implies(implies(implies(x, not(y)), not(y)), implies(y, not(implies(x, not(y)))))), true, implies(x, implies(y, not(implies(x, not(y))))))
% 256.43/33.00  = { by axiom 1 (condensed_detachment) R->L }
% 256.43/33.00    fresh2(fresh2(fresh2(fresh2(fresh2(fresh(fresh2(true, true, implies(implies(not(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(not(not(implies(x, not(y)))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(not(not(implies(x, not(y)))), not(y))), implies(not(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y))))))))), true, implies(not(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(not(not(implies(x, not(y)))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(not(not(implies(x, not(y)))), not(y))), implies(not(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))))), true, implies(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(not(not(implies(x, not(y)))), not(y))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y))))))), true, implies(implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y)))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y))))))), true, implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), true, implies(implies(implies(x, not(y)), not(y)), implies(y, not(implies(x, not(y)))))), true, implies(x, implies(y, not(implies(x, not(y))))))
% 256.43/33.00  = { by lemma 9 R->L }
% 256.43/33.01    fresh2(fresh2(fresh2(fresh2(fresh2(fresh(fresh2(is_a_theorem(implies(implies(implies(implies(implies(not(not(implies(x, not(y)))), not(y)), implies(y, not(implies(x, not(y))))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(not(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y))))))), implies(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(not(not(implies(x, not(y)))), not(y))), implies(not(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y))))))))), true, implies(implies(not(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(not(not(implies(x, not(y)))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(not(not(implies(x, not(y)))), not(y))), implies(not(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y))))))))), true, implies(not(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(not(not(implies(x, not(y)))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(not(not(implies(x, not(y)))), not(y))), implies(not(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))))), true, implies(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(not(not(implies(x, not(y)))), not(y))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y))))))), true, implies(implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y)))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y))))))), true, implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), true, implies(implies(implies(x, not(y)), not(y)), implies(y, not(implies(x, not(y)))))), true, implies(x, implies(y, not(implies(x, not(y))))))
% 256.43/33.01  = { by lemma 10 }
% 256.43/33.01    fresh2(fresh2(fresh2(fresh2(fresh2(fresh(is_a_theorem(implies(implies(not(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(not(not(implies(x, not(y)))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(not(not(implies(x, not(y)))), not(y))), implies(not(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y))))))))), true, implies(not(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(not(not(implies(x, not(y)))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(not(not(implies(x, not(y)))), not(y))), implies(not(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))))), true, implies(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(not(not(implies(x, not(y)))), not(y))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y))))))), true, implies(implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y)))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y))))))), true, implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), true, implies(implies(implies(x, not(y)), not(y)), implies(y, not(implies(x, not(y)))))), true, implies(x, implies(y, not(implies(x, not(y))))))
% 256.43/33.01  = { by axiom 5 (condensed_detachment) }
% 256.43/33.01    fresh2(fresh2(fresh2(fresh2(fresh2(fresh2(is_a_theorem(implies(not(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(not(not(implies(x, not(y)))), not(y)), implies(y, not(implies(x, not(y))))))), true, implies(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(not(not(implies(x, not(y)))), not(y))), implies(not(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))))), true, implies(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(not(not(implies(x, not(y)))), not(y))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y))))))), true, implies(implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y)))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y))))))), true, implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), true, implies(implies(implies(x, not(y)), not(y)), implies(y, not(implies(x, not(y)))))), true, implies(x, implies(y, not(implies(x, not(y))))))
% 256.43/33.01  = { by lemma 21 R->L }
% 256.43/33.01    fresh2(fresh2(fresh2(fresh2(fresh2(fresh2(fresh2(is_a_theorem(implies(implies(not(not(implies(x, not(y)))), not(y)), implies(not(implies(y, not(implies(x, not(y))))), implies(y, not(implies(x, not(y))))))), true, implies(not(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(not(not(implies(x, not(y)))), not(y)), implies(y, not(implies(x, not(y))))))), true, implies(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(not(not(implies(x, not(y)))), not(y))), implies(not(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))))), true, implies(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(not(not(implies(x, not(y)))), not(y))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y))))))), true, implies(implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y)))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y))))))), true, implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), true, implies(implies(implies(x, not(y)), not(y)), implies(y, not(implies(x, not(y)))))), true, implies(x, implies(y, not(implies(x, not(y))))))
% 256.43/33.01  = { by lemma 10 R->L }
% 256.43/33.01    fresh2(fresh2(fresh2(fresh2(fresh2(fresh2(fresh2(fresh2(is_a_theorem(implies(implies(implies(not(y), not(implies(x, not(y)))), implies(not(not(implies(x, not(y)))), not(implies(x, not(y))))), implies(not(implies(y, not(implies(x, not(y))))), implies(y, not(implies(x, not(y))))))), true, implies(implies(not(not(implies(x, not(y)))), not(y)), implies(not(implies(y, not(implies(x, not(y))))), implies(y, not(implies(x, not(y))))))), true, implies(not(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(not(not(implies(x, not(y)))), not(y)), implies(y, not(implies(x, not(y))))))), true, implies(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(not(not(implies(x, not(y)))), not(y))), implies(not(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))))), true, implies(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(not(not(implies(x, not(y)))), not(y))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y))))))), true, implies(implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y)))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y))))))), true, implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), true, implies(implies(implies(x, not(y)), not(y)), implies(y, not(implies(x, not(y)))))), true, implies(x, implies(y, not(implies(x, not(y))))))
% 256.43/33.01  = { by axiom 2 (condensed_detachment) R->L }
% 256.43/33.02    fresh2(fresh2(fresh2(fresh2(fresh2(fresh2(fresh2(fresh2(fresh(true, true, implies(implies(y, implies(not(not(implies(x, not(y)))), not(implies(x, not(y))))), implies(not(implies(y, not(implies(x, not(y))))), implies(y, not(implies(x, not(y)))))), implies(implies(implies(not(y), not(implies(x, not(y)))), implies(not(not(implies(x, not(y)))), not(implies(x, not(y))))), implies(not(implies(y, not(implies(x, not(y))))), implies(y, not(implies(x, not(y))))))), true, implies(implies(not(not(implies(x, not(y)))), not(y)), implies(not(implies(y, not(implies(x, not(y))))), implies(y, not(implies(x, not(y))))))), true, implies(not(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(not(not(implies(x, not(y)))), not(y)), implies(y, not(implies(x, not(y))))))), true, implies(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(not(not(implies(x, not(y)))), not(y))), implies(not(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))))), true, implies(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(not(not(implies(x, not(y)))), not(y))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y))))))), true, implies(implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y)))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y))))))), true, implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), true, implies(implies(implies(x, not(y)), not(y)), implies(y, not(implies(x, not(y)))))), true, implies(x, implies(y, not(implies(x, not(y))))))
% 256.43/33.02  = { by axiom 1 (condensed_detachment) R->L }
% 256.43/33.02    fresh2(fresh2(fresh2(fresh2(fresh2(fresh2(fresh2(fresh2(fresh(fresh2(true, true, implies(implies(implies(y, implies(not(not(implies(x, not(y)))), not(implies(x, not(y))))), implies(not(implies(y, not(implies(x, not(y))))), implies(y, not(implies(x, not(y)))))), implies(implies(implies(not(y), not(implies(x, not(y)))), implies(not(not(implies(x, not(y)))), not(implies(x, not(y))))), implies(not(implies(y, not(implies(x, not(y))))), implies(y, not(implies(x, not(y)))))))), true, implies(implies(y, implies(not(not(implies(x, not(y)))), not(implies(x, not(y))))), implies(not(implies(y, not(implies(x, not(y))))), implies(y, not(implies(x, not(y)))))), implies(implies(implies(not(y), not(implies(x, not(y)))), implies(not(not(implies(x, not(y)))), not(implies(x, not(y))))), implies(not(implies(y, not(implies(x, not(y))))), implies(y, not(implies(x, not(y))))))), true, implies(implies(not(not(implies(x, not(y)))), not(y)), implies(not(implies(y, not(implies(x, not(y))))), implies(y, not(implies(x, not(y))))))), true, implies(not(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(not(not(implies(x, not(y)))), not(y)), implies(y, not(implies(x, not(y))))))), true, implies(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(not(not(implies(x, not(y)))), not(y))), implies(not(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))))), true, implies(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(not(not(implies(x, not(y)))), not(y))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y))))))), true, implies(implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y)))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y))))))), true, implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), true, implies(implies(implies(x, not(y)), not(y)), implies(y, not(implies(x, not(y)))))), true, implies(x, implies(y, not(implies(x, not(y))))))
% 256.43/33.02  = { by lemma 14 R->L }
% 256.43/33.02    fresh2(fresh2(fresh2(fresh2(fresh2(fresh2(fresh2(fresh2(fresh(fresh2(is_a_theorem(implies(implies(implies(not(y), not(implies(x, not(y)))), implies(not(not(implies(x, not(y)))), not(implies(x, not(y))))), implies(y, implies(not(not(implies(x, not(y)))), not(implies(x, not(y))))))), true, implies(implies(implies(y, implies(not(not(implies(x, not(y)))), not(implies(x, not(y))))), implies(not(implies(y, not(implies(x, not(y))))), implies(y, not(implies(x, not(y)))))), implies(implies(implies(not(y), not(implies(x, not(y)))), implies(not(not(implies(x, not(y)))), not(implies(x, not(y))))), implies(not(implies(y, not(implies(x, not(y))))), implies(y, not(implies(x, not(y)))))))), true, implies(implies(y, implies(not(not(implies(x, not(y)))), not(implies(x, not(y))))), implies(not(implies(y, not(implies(x, not(y))))), implies(y, not(implies(x, not(y)))))), implies(implies(implies(not(y), not(implies(x, not(y)))), implies(not(not(implies(x, not(y)))), not(implies(x, not(y))))), implies(not(implies(y, not(implies(x, not(y))))), implies(y, not(implies(x, not(y))))))), true, implies(implies(not(not(implies(x, not(y)))), not(y)), implies(not(implies(y, not(implies(x, not(y))))), implies(y, not(implies(x, not(y))))))), true, implies(not(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(not(not(implies(x, not(y)))), not(y)), implies(y, not(implies(x, not(y))))))), true, implies(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(not(not(implies(x, not(y)))), not(y))), implies(not(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))))), true, implies(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(not(not(implies(x, not(y)))), not(y))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y))))))), true, implies(implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y)))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y))))))), true, implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), true, implies(implies(implies(x, not(y)), not(y)), implies(y, not(implies(x, not(y)))))), true, implies(x, implies(y, not(implies(x, not(y))))))
% 256.43/33.02  = { by lemma 8 }
% 256.43/33.02    fresh2(fresh2(fresh2(fresh2(fresh2(fresh2(fresh2(fresh2(fresh(is_a_theorem(implies(implies(implies(y, implies(not(not(implies(x, not(y)))), not(implies(x, not(y))))), implies(not(implies(y, not(implies(x, not(y))))), implies(y, not(implies(x, not(y)))))), implies(implies(implies(not(y), not(implies(x, not(y)))), implies(not(not(implies(x, not(y)))), not(implies(x, not(y))))), implies(not(implies(y, not(implies(x, not(y))))), implies(y, not(implies(x, not(y)))))))), true, implies(implies(y, implies(not(not(implies(x, not(y)))), not(implies(x, not(y))))), implies(not(implies(y, not(implies(x, not(y))))), implies(y, not(implies(x, not(y)))))), implies(implies(implies(not(y), not(implies(x, not(y)))), implies(not(not(implies(x, not(y)))), not(implies(x, not(y))))), implies(not(implies(y, not(implies(x, not(y))))), implies(y, not(implies(x, not(y))))))), true, implies(implies(not(not(implies(x, not(y)))), not(y)), implies(not(implies(y, not(implies(x, not(y))))), implies(y, not(implies(x, not(y))))))), true, implies(not(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(not(not(implies(x, not(y)))), not(y)), implies(y, not(implies(x, not(y))))))), true, implies(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(not(not(implies(x, not(y)))), not(y))), implies(not(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))))), true, implies(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(not(not(implies(x, not(y)))), not(y))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y))))))), true, implies(implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y)))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y))))))), true, implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), true, implies(implies(implies(x, not(y)), not(y)), implies(y, not(implies(x, not(y)))))), true, implies(x, implies(y, not(implies(x, not(y))))))
% 256.43/33.02  = { by axiom 5 (condensed_detachment) }
% 256.43/33.03    fresh2(fresh2(fresh2(fresh2(fresh2(fresh2(fresh2(fresh2(fresh2(is_a_theorem(implies(implies(y, implies(not(not(implies(x, not(y)))), not(implies(x, not(y))))), implies(not(implies(y, not(implies(x, not(y))))), implies(y, not(implies(x, not(y))))))), true, implies(implies(implies(not(y), not(implies(x, not(y)))), implies(not(not(implies(x, not(y)))), not(implies(x, not(y))))), implies(not(implies(y, not(implies(x, not(y))))), implies(y, not(implies(x, not(y))))))), true, implies(implies(not(not(implies(x, not(y)))), not(y)), implies(not(implies(y, not(implies(x, not(y))))), implies(y, not(implies(x, not(y))))))), true, implies(not(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(not(not(implies(x, not(y)))), not(y)), implies(y, not(implies(x, not(y))))))), true, implies(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(not(not(implies(x, not(y)))), not(y))), implies(not(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))))), true, implies(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(not(not(implies(x, not(y)))), not(y))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y))))))), true, implies(implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y)))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y))))))), true, implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), true, implies(implies(implies(x, not(y)), not(y)), implies(y, not(implies(x, not(y)))))), true, implies(x, implies(y, not(implies(x, not(y))))))
% 256.43/33.03  = { by lemma 17 }
% 256.43/33.03    fresh2(fresh2(fresh2(fresh2(fresh2(fresh2(fresh2(fresh2(fresh2(true, true, implies(implies(implies(not(y), not(implies(x, not(y)))), implies(not(not(implies(x, not(y)))), not(implies(x, not(y))))), implies(not(implies(y, not(implies(x, not(y))))), implies(y, not(implies(x, not(y))))))), true, implies(implies(not(not(implies(x, not(y)))), not(y)), implies(not(implies(y, not(implies(x, not(y))))), implies(y, not(implies(x, not(y))))))), true, implies(not(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(not(not(implies(x, not(y)))), not(y)), implies(y, not(implies(x, not(y))))))), true, implies(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(not(not(implies(x, not(y)))), not(y))), implies(not(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))))), true, implies(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(not(not(implies(x, not(y)))), not(y))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y))))))), true, implies(implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y)))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y))))))), true, implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), true, implies(implies(implies(x, not(y)), not(y)), implies(y, not(implies(x, not(y)))))), true, implies(x, implies(y, not(implies(x, not(y))))))
% 256.43/33.03  = { by axiom 1 (condensed_detachment) }
% 256.43/33.03    fresh2(fresh2(fresh2(fresh2(fresh2(fresh2(fresh2(fresh2(true, true, implies(implies(not(not(implies(x, not(y)))), not(y)), implies(not(implies(y, not(implies(x, not(y))))), implies(y, not(implies(x, not(y))))))), true, implies(not(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(not(not(implies(x, not(y)))), not(y)), implies(y, not(implies(x, not(y))))))), true, implies(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(not(not(implies(x, not(y)))), not(y))), implies(not(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))))), true, implies(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(not(not(implies(x, not(y)))), not(y))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y))))))), true, implies(implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y)))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y))))))), true, implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), true, implies(implies(implies(x, not(y)), not(y)), implies(y, not(implies(x, not(y)))))), true, implies(x, implies(y, not(implies(x, not(y))))))
% 256.43/33.03  = { by axiom 1 (condensed_detachment) }
% 256.43/33.03    fresh2(fresh2(fresh2(fresh2(fresh2(fresh2(fresh2(true, true, implies(not(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(not(not(implies(x, not(y)))), not(y)), implies(y, not(implies(x, not(y))))))), true, implies(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(not(not(implies(x, not(y)))), not(y))), implies(not(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))))), true, implies(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(not(not(implies(x, not(y)))), not(y))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y))))))), true, implies(implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y)))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y))))))), true, implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), true, implies(implies(implies(x, not(y)), not(y)), implies(y, not(implies(x, not(y)))))), true, implies(x, implies(y, not(implies(x, not(y))))))
% 256.43/33.03  = { by axiom 1 (condensed_detachment) }
% 256.43/33.03    fresh2(fresh2(fresh2(fresh2(fresh2(fresh2(true, true, implies(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(not(not(implies(x, not(y)))), not(y))), implies(not(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))))), true, implies(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(not(not(implies(x, not(y)))), not(y))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y))))))), true, implies(implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y)))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y))))))), true, implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), true, implies(implies(implies(x, not(y)), not(y)), implies(y, not(implies(x, not(y)))))), true, implies(x, implies(y, not(implies(x, not(y))))))
% 256.43/33.03  = { by axiom 1 (condensed_detachment) }
% 256.43/33.03    fresh2(fresh2(fresh2(fresh2(fresh2(true, true, implies(implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(not(not(implies(x, not(y)))), not(y))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y))))))), true, implies(implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y)))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y))))))), true, implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), true, implies(implies(implies(x, not(y)), not(y)), implies(y, not(implies(x, not(y)))))), true, implies(x, implies(y, not(implies(x, not(y))))))
% 256.43/33.03  = { by axiom 1 (condensed_detachment) }
% 256.43/33.03    fresh2(fresh2(fresh2(fresh2(true, true, implies(implies(not(not(implies(x, not(y)))), implies(not(implies(x, not(y))), implies(x, not(y)))), implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y))))))), true, implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), true, implies(implies(implies(x, not(y)), not(y)), implies(y, not(implies(x, not(y)))))), true, implies(x, implies(y, not(implies(x, not(y))))))
% 256.43/33.03  = { by axiom 1 (condensed_detachment) }
% 256.43/33.03    fresh2(fresh2(fresh2(true, true, implies(implies(implies(not(implies(x, not(y))), implies(x, not(y))), not(y)), implies(y, not(implies(x, not(y)))))), true, implies(implies(implies(x, not(y)), not(y)), implies(y, not(implies(x, not(y)))))), true, implies(x, implies(y, not(implies(x, not(y))))))
% 256.43/33.03  = { by axiom 1 (condensed_detachment) }
% 256.43/33.03    fresh2(fresh2(true, true, implies(implies(implies(x, not(y)), not(y)), implies(y, not(implies(x, not(y)))))), true, implies(x, implies(y, not(implies(x, not(y))))))
% 256.43/33.03  = { by axiom 1 (condensed_detachment) }
% 256.43/33.03    fresh2(true, true, implies(x, implies(y, not(implies(x, not(y))))))
% 256.43/33.03  = { by axiom 1 (condensed_detachment) }
% 256.43/33.03    true
% 256.43/33.03  % SZS output end Proof
% 256.43/33.03  
% 256.43/33.03  RESULT: Unsatisfiable (the axioms are contradictory).
%------------------------------------------------------------------------------