definition
existence
ex b1 being BinOp of [.0,1.] st
for x, y being Element of [.0,1.] holds
( ( ( x = 0 or y <> 0 ) implies b1 . (x,y) = 1 ) & ( x <> 0 & y = 0 implies b1 . (x,y) = 0 ) )
uniqueness
for b1, b2 being BinOp of [.0,1.] st ( for x, y being Element of [.0,1.] holds
( ( ( x = 0 or y <> 0 ) implies b1 . (x,y) = 1 ) & ( x <> 0 & y = 0 implies b1 . (x,y) = 0 ) ) ) & ( for x, y being Element of [.0,1.] holds
( ( ( x = 0 or y <> 0 ) implies b2 . (x,y) = 1 ) & ( x <> 0 & y = 0 implies b2 . (x,y) = 0 ) ) ) holds
b1 = b2
end;
definition
existence
ex b1 being BinOp of [.0,1.] st
for x, y being Element of [.0,1.] holds
( ( ( x <> 1 or y = 1 ) implies b1 . (x,y) = 1 ) & ( x = 1 & y <> 1 implies b1 . (x,y) = 0 ) )
uniqueness
for b1, b2 being BinOp of [.0,1.] st ( for x, y being Element of [.0,1.] holds
( ( ( x <> 1 or y = 1 ) implies b1 . (x,y) = 1 ) & ( x = 1 & y <> 1 implies b1 . (x,y) = 0 ) ) ) & ( for x, y being Element of [.0,1.] holds
( ( ( x <> 1 or y = 1 ) implies b2 . (x,y) = 1 ) & ( x = 1 & y <> 1 implies b2 . (x,y) = 0 ) ) ) holds
b1 = b2
end;
LKIsCP:
I_LK is N_CC -satisfying_CP
LKIsLCP:
I_LK is N_CC -satisfying_L-CP
LKIsRCP:
I_LK is N_CC -satisfying_R-CP
IRCIsCP:
I_RC is N_CC -satisfying_CP
IRCIsLCP:
I_RC is N_CC -satisfying_L-CP
IRCIsRCP:
I_RC is N_CC -satisfying_R-CP
IRSIsCP:
I_RS is N_CC -satisfying_CP
IRSIsRCP:
I_RS is N_CC -satisfying_R-CP
IFDIsCP:
I_FD is N_CC -satisfying_CP
IFDIsLCP:
I_FD is N_CC -satisfying_L-CP
IFDIsRCP:
I_FD is N_CC -satisfying_R-CP
LemmaFunc:
for N being Fuzzy_Negation holds N is Function of [.0,1.],REAL
LemmaFunc2:
for N being Fuzzy_Negation holds N in Funcs ([.0,1.],REAL)
LemmaMaxRng:
for f, g being Function of [.0,1.],REAL holds rng (max (f,g)) c= (rng f) \/ (rng g)
LemmaMinRng:
for f, g being Function of [.0,1.],REAL holds rng (min (f,g)) c= (rng f) \/ (rng g)
definition
let N1,
N2 be
Fuzzy_Negation;
existence
ex b1 being Fuzzy_Negation ex f, g being Function of [.0,1.],REAL st
( f = N1 & g = N2 & b1 = max (f,g) )
uniqueness
for b1, b2 being Fuzzy_Negation st ex f, g being Function of [.0,1.],REAL st
( f = N1 & g = N2 & b1 = max (f,g) ) & ex f, g being Function of [.0,1.],REAL st
( f = N1 & g = N2 & b2 = max (f,g) ) holds
b1 = b2
;
existence
ex b1 being Fuzzy_Negation ex f, g being Function of [.0,1.],REAL st
( f = N1 & g = N2 & b1 = min (f,g) )
uniqueness
for b1, b2 being Fuzzy_Negation st ex f, g being Function of [.0,1.],REAL st
( f = N1 & g = N2 & b1 = min (f,g) ) & ex f, g being Function of [.0,1.],REAL st
( f = N1 & g = N2 & b2 = min (f,g) ) holds
b1 = b2
;
end;
LemmaCarrier:
the carrier of ((RealPoset [.0,1.]) |^ [.0,1.]) = Funcs ([.0,1.],[.0,1.])