theorem
  (f\g)\h = f\max(g,h)
proof
  thus (f\g)\h = min(f,min(1_minus g,1_minus h)) by FUZZY_1:7
    .= f\max(g,h) by FUZZY_1:11;
end;
