let I be set ; :: thesis: for C being Category
for f being Morphism of C holds cods (I --> f) = I --> (cod f)

let C be Category; :: thesis: for f being Morphism of C holds cods (I --> f) = I --> (cod f)
let f be Morphism of C; :: thesis: cods (I --> f) = I --> (cod f)
set F = I --> f;
set F9 = I --> (cod f);
now :: thesis: for x being set st x in I holds
(cods (I --> f)) /. x = (I --> (cod f)) /. x
let x be set ; :: thesis: ( x in I implies (cods (I --> f)) /. x = (I --> (cod f)) /. x )
assume A1: x in I ; :: thesis: (cods (I --> f)) /. x = (I --> (cod f)) /. x
then ( (I --> f) /. x = f & (I --> (cod f)) /. x = cod f ) by Th2;
hence (cods (I --> f)) /. x = (I --> (cod f)) /. x by A1, Def2; :: thesis: verum
end;
hence cods (I --> f) = I --> (cod f) by Th1; :: thesis: verum