let A be set ; :: thesis: for C being non empty set
for B being Subset of A
for f, g being Function of A,C holds
( f | B = g | B iff for x being Element of A st x in B holds
g . x = f . x )
let C be non empty set ; :: thesis: for B being Subset of A
for f, g being Function of A,C holds
( f | B = g | B iff for x being Element of A st x in B holds
g . x = f . x )
let B be Subset of A; :: thesis: for f, g being Function of A,C holds
( f | B = g | B iff for x being Element of A st x in B holds
g . x = f . x )
let f, g be Function of A,C; :: thesis: ( f | B = g | B iff for x being Element of A st x in B holds
g . x = f . x )
thus
( f | B = g | B implies for x being Element of A st x in B holds
g . x = f . x )
:: thesis: ( ( for x being Element of A st x in B holds
g . x = f . x ) implies f | B = g | B )
assume A3:
for x being Element of A st x in B holds
g . x = f . x
; :: thesis: f | B = g | B
reconsider f' = f | B, g' = g | B as Function of B,C by FUNCT_2:38;
thus f | B =
f' | B
by RELAT_1:101
.=
g' | B
by A4, FUNCT_2:18
.=
g | B
by RELAT_1:101
; :: thesis: verum