
theorem Th26:
  for F being set, A being FinSequence of bool F holds A is Reduction of A
proof
  let F be set, A be FinSequence of bool F;
  for i being Element of NAT st i in dom A holds A.i c= A.i;
  hence thesis by Def6;
end;
