theorem Th5:
  {} is tabular
proof
    take n=0;
    let x;
    assume x in rng ({});
    hence ex t st t=x & len t=n;
end;
