theorem
  for message,secretkey be Element of 64-tuples_on BOOLEAN
  holds DES-DEC(DES-ENC(message,secretkey),secretkey) = message by Th31;
