
theorem Th4:
  for n be Nat holds 0*n in BOOLEAN*
proof
  let n be Nat;
  n |-> FALSE is FinSequence of BOOLEAN;
  hence thesis by FINSEQ_1:def 11;
end;
