let X, x, y be set ; :: thesis: for R being Relation of X st R is_reflexive_in X & R reduces x,y & x in X holds
[x,y] in R [*]

let R be Relation of X; :: thesis: ( R is_reflexive_in X & R reduces x,y & x in X implies [x,y] in R [*] )
assume A1: R is_reflexive_in X ; :: thesis: ( not R reduces x,y or not x in X or [x,y] in R [*] )
assume A2: ( R reduces x,y & x in X ) ; :: thesis: [x,y] in R [*]
per cases ( [x,y] in R [*] or x = y ) by A2, REWRITE1:21;
end;