
theorem FPC:
  for a,b,c be positive Real holds (a+b)*(a+c) > a*(a+b+c)
  proof
    let a,b,c be positive Real;
    a*(a+b+c) + b*c > a*(a+b+c) + 0 by XREAL_1:6;
    hence thesis;
  end;
