let Al be QC-alphabet ; :: thesis: for p, q being Element of CQC-WFF Al
for X being Subset of (CQC-WFF Al) holds p => (('not' p) => q) in { F where F is Element of CQC-WFF Al : ex f being FinSequence of [:(CQC-WFF Al),Proof_Step_Kinds:] st
( f is_a_proof_wrt X & Effect f = F )
}

let p, q be Element of CQC-WFF Al; :: thesis: for X being Subset of (CQC-WFF Al) holds p => (('not' p) => q) in { F where F is Element of CQC-WFF Al : ex f being FinSequence of [:(CQC-WFF Al),Proof_Step_Kinds:] st
( f is_a_proof_wrt X & Effect f = F )
}

let X be Subset of (CQC-WFF Al); :: thesis: p => (('not' p) => q) in { F where F is Element of CQC-WFF Al : ex f being FinSequence of [:(CQC-WFF Al),Proof_Step_Kinds:] st
( f is_a_proof_wrt X & Effect f = F )
}

reconsider pp = [(p => (('not' p) => q)),3] as Element of [:(CQC-WFF Al),Proof_Step_Kinds:] by Th17, ZFMISC_1:87;
set f = <*pp*>;
A1: len <*pp*> = 1 by FINSEQ_1:40;
(<*pp*> . (len <*pp*>)) `1 = p => (('not' p) => q) by A1;
then A3: Effect <*pp*> = p => (('not' p) => q) by Def6;
for n being Nat st 1 <= n & n <= len <*pp*> holds
<*pp*>,n is_a_correct_step_wrt X
proof
let n be Nat; :: thesis: ( 1 <= n & n <= len <*pp*> implies <*pp*>,n is_a_correct_step_wrt X )
assume ( 1 <= n & n <= len <*pp*> ) ; :: thesis: <*pp*>,n is_a_correct_step_wrt X
then A4: n = 1 by A1, XXREAL_0:1;
A5: (<*pp*> . 1) `2 = 3 ;
(<*pp*> . n) `1 = p => (('not' p) => q) by A4;
hence <*pp*>,n is_a_correct_step_wrt X by A4, A5, Def4; :: thesis: verum
end;
then <*pp*> is_a_proof_wrt X ;
hence p => (('not' p) => q) in { F where F is Element of CQC-WFF Al : ex f being FinSequence of [:(CQC-WFF Al),Proof_Step_Kinds:] st
( f is_a_proof_wrt X & Effect f = F )
}
by A3; :: thesis: verum