let A, B, C be non empty RelStr ; for f being Function of A,B
for g being Function of B,C st f is monotone & g is monotone holds
ex gf being Function of A,C st
( gf = g * f & gf is monotone )
let f be Function of A,B; for g being Function of B,C st f is monotone & g is monotone holds
ex gf being Function of A,C st
( gf = g * f & gf is monotone )
let g be Function of B,C; ( f is monotone & g is monotone implies ex gf being Function of A,C st
( gf = g * f & gf is monotone ) )
assume that
A1:
f is monotone
and
A2:
g is monotone
; ex gf being Function of A,C st
( gf = g * f & gf is monotone )
reconsider gf = g * f as Function of A,C ;
take
gf
; ( gf = g * f & gf is monotone )
now for p1, p2 being Element of A st p1 <= p2 holds
for r1, r2 being Element of C st r1 = gf . p1 & r2 = gf . p2 holds
r1 <= r2end;
hence
( gf = g * f & gf is monotone )
; verum