let y, X9 be set ; for F, Ch being Function holds Intersection ((F | X9),Ch,y) c= Intersection (F,Ch,y)
let F, Ch be Function; Intersection ((F | X9),Ch,y) c= Intersection (F,Ch,y)
let z be object ; TARSKI:def 3 ( not z in Intersection ((F | X9),Ch,y) or z in Intersection (F,Ch,y) )
assume A1:
z in Intersection ((F | X9),Ch,y)
; z in Intersection (F,Ch,y)
( union (rng (F | X9)) c= union (rng F) & z in union (rng (F | X9)) )
by A1, RELAT_1:70, ZFMISC_1:77;
hence
z in Intersection (F,Ch,y)
by A2, Def2; verum