
theorem
  for b,c be positive Nat holds c*frac (1/(b + c)) < 1
  proof
    let b,c be positive Nat;
    c*frac (1/(b + c)) = c/(b + c) by XCMPLX_1:99;
    hence thesis by COMPLEX3:1;
  end;
