let Al be QC-alphabet ; :: thesis: for X being Subset of (CQC-WFF Al)
for f, g being FinSequence of [:(CQC-WFF Al),Proof_Step_Kinds:] st f is_a_proof_wrt X & g is_a_proof_wrt X holds
f ^ g is_a_proof_wrt X

let X be Subset of (CQC-WFF Al); :: thesis: for f, g being FinSequence of [:(CQC-WFF Al),Proof_Step_Kinds:] st f is_a_proof_wrt X & g is_a_proof_wrt X holds
f ^ g is_a_proof_wrt X

let f, g be FinSequence of [:(CQC-WFF Al),Proof_Step_Kinds:]; :: thesis: ( f is_a_proof_wrt X & g is_a_proof_wrt X implies f ^ g is_a_proof_wrt X )
assume that
A1: f is_a_proof_wrt X and
A2: g is_a_proof_wrt X ; :: thesis: f ^ g is_a_proof_wrt X
f <> {} by A1;
hence f ^ g <> {} ; :: according to CQC_THE1:def 5 :: thesis: for n being Nat st 1 <= n & n <= len (f ^ g) holds
f ^ g,n is_a_correct_step_wrt X

let n be Nat; :: thesis: ( 1 <= n & n <= len (f ^ g) implies f ^ g,n is_a_correct_step_wrt X )
assume that
A3: 1 <= n and
A4: n <= len (f ^ g) ; :: thesis: f ^ g,n is_a_correct_step_wrt X
now :: thesis: f ^ g,n is_a_correct_step_wrt Xend;
hence f ^ g,n is_a_correct_step_wrt X ; :: thesis: verum