let X, Y be set ; :: thesis: for R being Relation holds Y |` (X |` R) = (Y /\ X) |` R
let R be Relation; :: thesis: Y |` (X |` R) = (Y /\ X) |` R
let x be object ; :: according to RELAT_1:def 2 :: thesis: for b being object holds
( [x,b] in Y |` (X |` R) iff [x,b] in (Y /\ X) |` R )

let y be object ; :: thesis: ( [x,y] in Y |` (X |` R) iff [x,y] in (Y /\ X) |` R )
A1: ( [x,y] in X |` R iff ( [x,y] in R & y in X ) ) by Def10;
A2: ( [x,y] in (Y /\ X) |` R iff ( [x,y] in R & y in Y /\ X ) ) by Def10;
( [x,y] in Y |` (X |` R) iff ( [x,y] in X |` R & y in Y ) ) by Def10;
hence ( [x,y] in Y |` (X |` R) iff [x,y] in (Y /\ X) |` R ) by A1, A2, XBOOLE_0:def 4; :: thesis: verum