reserve a,b,n for Element of NAT;

theorem Th16:
  Lucas(4) = 7
proof
  Lucas(4) = Lucas(1+1+1+1) .=4+3 by Th11,Th14,Th15
    .=7;
  hence thesis;
end;
