
theorem Lemma15331:
  for I being BinOp of [.0,1.],
      N being negation-strong Fuzzy_Negation holds
   I is N-satisfying_R-CP implies
     I is N-satisfying_CP
  proof
    let I be BinOp of [.0,1.],
        N be negation-strong Fuzzy_Negation;
    assume
a0: I is N-satisfying_R-CP;
d1: N is involutive by FUZIMPL3:def 11,def 13;
    for x,y being Element of [.0,1.] holds
      I.(x,y) = I.(N.y,N.x)
    proof
      let x,y be Element of [.0,1.];
      I.(x,y) = I.(x,N.(N.y)) by d1,FUZIMPL3:def 8
             .= I.(N.y,N.x) by a0;
      hence thesis;
    end;
    hence thesis;
  end;
