let C be lattice-wise category; for a, b being Object of C st <^a,b^> <> {} & <^b,a^> <> {} holds
for f being Morphism of a,b st f is iso holds
@ f is isomorphic
let a, b be Object of C; ( <^a,b^> <> {} & <^b,a^> <> {} implies for f being Morphism of a,b st f is iso holds
@ f is isomorphic )
assume A1:
( <^a,b^> <> {} & <^b,a^> <> {} )
; for f being Morphism of a,b st f is iso holds
@ f is isomorphic
let f be Morphism of a,b; ( f is iso implies @ f is isomorphic )
assume A2:
( f * (f ") = idm b & (f ") * f = idm a )
; ALTCAT_3:def 5 @ f is isomorphic
A3:
( idm a = id (latt a) & idm b = id (latt b) )
by Th2;
( (@ f) * (@ (f ")) = f * (f ") & (@ (f ")) * (@ f) = (f ") * f )
by A1, Th3;
hence
@ f is isomorphic
by A2, A3, YELLOW16:15; verum