reserve n, k, r, m, i, j for Nat;

theorem Th21:
  Fib (2) = 1
proof
  Fib (2) = Fib (0+1+1) .= 1 by PRE_FF:1;
  hence thesis;
end;
