theorem
  InsCode (MultBy(a,b)) = 4
proof
  ex A,B st a = A & b = B & MultBy(a,b) = MultBy(A,B) by Def9;
  hence thesis;
end;
