RF220:
for h being REAL -defined real-valued Function
for Y being set holds
( h | Y is increasing iff for r1, r2 being Real st r1 in Y /\ (dom h) & r2 in Y /\ (dom h) & r1 < r2 holds
h . r1 < h . r2 )
Cosik1:
for f being bijective UnOp of [.0,1.] holds (f | [.0,1.]) " is REAL -defined
FC9:
for f being bijective increasing UnOp of [.0,1.] holds ((f | [.0,1.]) ") | (f .: [.0,1.]) is increasing
definition
let f be
BinOp of
[.0,1.];
let h be
bijective increasing UnOp of
[.0,1.];
existence
ex b1 being BinOp of [.0,1.] st
for x1, x2 being Element of [.0,1.] holds b1 . (x1,x2) = (h ") . (f . ((h . x1),(h . x2)))
uniqueness
for b1, b2 being BinOp of [.0,1.] st ( for x1, x2 being Element of [.0,1.] holds b1 . (x1,x2) = (h ") . (f . ((h . x1),(h . x2))) ) & ( for x1, x2 being Element of [.0,1.] holds b2 . (x1,x2) = (h ") . (f . ((h . x1),(h . x2))) ) holds
b1 = b2
end;
definition
let I be
BinOp of
[.0,1.];
existence
ex b1 being UnOp of [.0,1.] st
for x being Element of [.0,1.] holds b1 . x = I . (x,0)
uniqueness
for b1, b2 being UnOp of [.0,1.] st ( for x being Element of [.0,1.] holds b1 . x = I . (x,0) ) & ( for x being Element of [.0,1.] holds b2 . x = I . (x,0) ) holds
b1 = b2
end;
definition
existence
ex b1 being UnOp of [.0,1.] st
for x being Element of [.0,1.] holds
( ( x = 0 implies b1 . x = 1 ) & ( x <> 0 implies b1 . x = 0 ) )
uniqueness
for b1, b2 being UnOp of [.0,1.] st ( for x being Element of [.0,1.] holds
( ( x = 0 implies b1 . x = 1 ) & ( x <> 0 implies b1 . x = 0 ) ) ) & ( for x being Element of [.0,1.] holds
( ( x = 0 implies b2 . x = 1 ) & ( x <> 0 implies b2 . x = 0 ) ) ) holds
b1 = b2
existence
ex b1 being UnOp of [.0,1.] st
for x being Element of [.0,1.] holds
( ( x = 1 implies b1 . x = 0 ) & ( x <> 1 implies b1 . x = 1 ) )
uniqueness
for b1, b2 being UnOp of [.0,1.] st ( for x being Element of [.0,1.] holds
( ( x = 1 implies b1 . x = 0 ) & ( x <> 1 implies b1 . x = 1 ) ) ) & ( for x being Element of [.0,1.] holds
( ( x = 1 implies b2 . x = 0 ) & ( x <> 1 implies b2 . x = 1 ) ) ) holds
b1 = b2
end;