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

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