let A be non empty Poset; :: thesis: for c, a being Element of holds
( c < a iff a in UpperCone {c} )

let c, a be Element of ; :: thesis: ( c < a iff a in UpperCone {c} )
thus ( c < a implies a in UpperCone {c} ) :: thesis: ( a in UpperCone {c} implies c < a )
proof end;
assume a in UpperCone {c} ; :: thesis: c < a
then A1: ex a1 being Element of st
( a1 = a & ( for a2 being Element of st a2 in {c} holds
a2 < a1 ) ) ;
c in {c} by TARSKI:def 1;
hence c < a by A1; :: thesis: verum