let X be non empty set ; :: thesis: for x, y being Element of succ X st ( x = X or x = y ) holds
[x,y] in FlatRelat X

let x, y be Element of succ X; :: thesis: ( ( x = X or x = y ) implies [x,y] in FlatRelat X )
assume A1: ( x = X or x = y ) ; :: thesis: [x,y] in FlatRelat X
A2: ( x in {X} or x in X ) by XBOOLE_0:def 3;
A3: ( y in {X} or y in X ) by XBOOLE_0:def 3;
set a = [x,y];
per cases ( x = X or x = y ) by A1;
end;