defpred S1[ set , set , set ] means c3 = c3;
consider L being LATTICE;
A1:
for a, b, c being LATTICE st a in {L} & b in {L} & c in {L} holds
for f being Function of a,b
for g being Function of b,c st S1[a,b,f] & S1[b,c,g] holds
S1[a,c,g * f]
;
A2:
for a being LATTICE st a in {L} holds
S1[a,a, id a]
;
A3:
for a being Element of {L} holds a is LATTICE
by TARSKI:def 1;
consider C being strict category such that
A4:
C is lattice-wise
and
A5:
( the carrier of C = {L} & ( for a, b being LATTICE
for f being monotone Function of a,b holds
( f in the Arrows of C . a,b iff ( a in {L} & b in {L} & S1[a,b,f] ) ) ) )
from YELLOW21:sch 1(A3, A1, A2);
reconsider C = C as strict lattice-wise category by A4;
take
C
; C is with_all_isomorphisms
let a, b be object of C; YELLOW21:def 8 for f being Function of (latt a),(latt b) st f is isomorphic holds
f in <^a,b^>
let f be Function of (latt a),(latt b); ( f is isomorphic implies f in <^a,b^> )
thus
( f is isomorphic implies f in <^a,b^> )
by A5; verum