reserve A for QC-alphabet;
reserve k,n,m for Nat;
reserve P for QC-pred_symbol of A;
reserve F for Element of QC-WFF(A);
reserve Q for QC-pred_symbol of A;
reserve F, G for (Element of QC-WFF(A)), s for FinSequence;
reserve p for Element of QC-WFF(A);
reserve F for Element of QC-WFF(A);
reserve p for Element of QC-WFF(A);
reserve j,k for Nat;
reserve k for Nat;
reserve s,t,u,v for QC-symbol of A;

theorem Th27:
  s < s++
proof
  s++ in Seg s by Def35;
  then consider t such that
A1: t = s++ & s < t;
  thus thesis by A1;
end;
