let A be reflexiveRelStr ; :: thesis: for a1, a2 being Element of A holds ( ( a1 <= a2 or a2 <= a1 ) iff ex C being Chain of A st ( a1 in C & a2 in C ) ) let a1, a2 be Element of A; :: thesis: ( ( a1 <= a2 or a2 <= a1 ) iff ex C being Chain of A st ( a1 in C & a2 in C ) ) thus
( for C being Chain of A holds ( not a1 in C or not a2 in C ) or a1 <= a2 or a2 <= a1 )
:: thesis: ( ( a1 <= a2 or a2 <= a1 ) implies ex C being Chain of A st ( a1 in C & a2 in C ) )