consider F being contravariant Functor of F1(),F2() such that
A5: for a being object of holds F . a = F3(a) and
A6: for a, b being object of st <^a,b^> <> {} holds
for f being Morphism of , holds F . f = F4(a,b,f) by A1;
A7: for a, b being object of st F3(a) = F3(b) holds
a = b by A2;
A8: for a, b being object of st <^a,b^> <> {} holds
for f, g being Morphism of , st F4(a,b,f) = F4(a,b,g) holds
f = g by A3;
A9: for a, b being object of st <^a,b^> <> {} holds
for f being Morphism of , ex c, d being object of ex g being Morphism of , st
( b = F3(c) & a = F3(d) & <^c,d^> <> {} & f = F4(c,d,g) ) by A4;
take F ; :: according to FUNCTOR0:def 41 :: thesis: ( F is bijective & F is contravariant )
thus F is bijective from YELLOW18:sch 12(A5, A6, A7, A8, A9); :: thesis: F is contravariant
thus F is contravariant ; :: thesis: verum