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

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