reserve a,b,n for Element of NAT;

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