
theorem
  for i being Integer holds i div 1 = i
proof
  let i be Integer;
  thus i div 1 = [\ i / 1 /] by INT_1:def 9
    .= i;
end;
