set N = N_CC ;
set I = I_LK ;
for x, y being Element of [.0,1.] holds I_LK . (x,y) = I_LK . ((N_CC . y),(N_CC . x))
proof
let x,
y be
Element of
[.0,1.];
I_LK . (x,y) = I_LK . ((N_CC . y),(N_CC . x))
I_LK . (
x,
y) =
min (1,
((1 - (1 - y)) + (1 - x)))
by FUZIMPL1:def 14
.=
min (1,
((1 - (N_CC . y)) + (1 - x)))
by FUZIMPL3:def 6
.=
min (1,
((1 - (N_CC . y)) + (N_CC . x)))
by FUZIMPL3:def 6
.=
I_LK . (
(N_CC . y),
(N_CC . x))
by FUZIMPL1:def 14
;
hence
I_LK . (
x,
y)
= I_LK . (
(N_CC . y),
(N_CC . x))
;
verum
end;
hence
I_LK is N_CC -satisfying_CP
; verum