reserve U for Universe;
reserve x for Element of U;

theorem Th14:
  for x1,x2,x3,x4,x5 being object st x = [x1,x2,x3,x4,x5] holds
  x1 is Element of U & x2 is Element of U & x3 is Element of U &
  x4 is Element of U & x5 is Element of U
  proof
    let x1,x2,x3,x4,x5 be object;
    assume x = [x1,x2,x3,x4,x5];
    then x5 is Element of U & [x1,x2,x3,x4] is Element of U by CLASSES4:22;
    hence thesis by Th12;
  end;
