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

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