let I be set ; :: thesis: for C being Category
for f being Morphism of C
for F being Function of I, the carrier' of C holds F * f = F "*" (I --> f)

let C be Category; :: thesis: for f being Morphism of C
for F being Function of I, the carrier' of C holds F * f = F "*" (I --> f)

let f be Morphism of C; :: thesis: for F being Function of I, the carrier' of C holds F * f = F "*" (I --> f)
let F be Function of I, the carrier' of C; :: thesis: F * f = F "*" (I --> f)
now
let x be set ; :: thesis: ( x in I implies (F * f) /. x = (F "*" (I --> f)) /. x )
assume A1: x in I ; :: thesis: (F * f) /. x = (F "*" (I --> f)) /. x
hence (F * f) /. x = (F /. x) * f by Def7
.= (F /. x) * ((I --> f) /. x) by A1, Th2
.= (F "*" (I --> f)) /. x by A1, Def9 ;
:: thesis: verum
end;
hence F * f = F "*" (I --> f) by Th1; :: thesis: verum