let A be set ; 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 ; 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; 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; ( 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 )
( ( for x being Element of A st x in B holds
g . x = f . x ) implies f | B = g | B )
reconsider f9 = f | B, g9 = g | B as Function of B,C by FUNCT_2:32;
assume A3:
for x being Element of A st x in B holds
g . x = f . x
; f | B = g | B
thus f | B =
f9 | B
.=
g9 | B
by A4, FUNCT_2:12
.=
g | B
; verum