reserve V, C for set;
reserve A, B, D for Element of Fin PFuncs (V, C);
reserve s for Element of PFuncs (V,C);

theorem
  for b, c be Element of PFuncs (V, C) holds b in A & c in B & b
  tolerates c implies b \/ c in A^B;
