reserve a,b,n for Element of NAT;

theorem Th14:
  Lucas(2) = 3
proof
  Lucas(2) = Lucas(0+1+1) .= 2 + 1 by Th11
    .= 3;
  hence thesis;
end;
