let p0, n be Nat; :: thesis: ( p0 >= 7 implies QuickSort (n,p0) is parahalting )
assume A1: p0 >= 7 ; :: thesis: QuickSort (n,p0) is parahalting
for s being State of SCMPDS
for P being Instruction-Sequence of SCMPDS holds QuickSort (n,p0) is_halting_on s,P
proof end;
hence QuickSort (n,p0) is parahalting by SCMPDS_6:21; :: thesis: verum