let X be non empty set ; :: thesis: for x, y being Element of (InclPoset X) holds
( x <= y iff x c= y )

let x, y be Element of (InclPoset X); :: thesis: ( x <= y iff x c= y )
thus ( x <= y implies x c= y ) :: thesis: ( x c= y implies x <= y )
proof end;
thus ( x c= y implies x <= y ) :: thesis: verum
proof end;