let R be Relation; :: thesis: ( R is well-ordering implies for Y being set st Y c= field R & Y <> {} holds
ex a being set st
( a in Y & ( for b being set st b in Y holds
[a,b] in R ) ) )

assume R is well-ordering ; :: thesis: for Y being set st Y c= field R & Y <> {} holds
ex a being set st
( a in Y & ( for b being set st b in Y holds
[a,b] in R ) )

then A1: ( R is reflexive & R is connected & R is well_founded ) by Def4;
let Y be set ; :: thesis: ( Y c= field R & Y <> {} implies ex a being set st
( a in Y & ( for b being set st b in Y holds
[a,b] in R ) ) )

assume A2: ( Y c= field R & Y <> {} ) ; :: thesis: ex a being set st
( a in Y & ( for b being set st b in Y holds
[a,b] in R ) )

then consider a being set such that
A3: ( a in Y & R -Seg a misses Y ) by A1, Def2;
take a ; :: thesis: ( a in Y & ( for b being set st b in Y holds
[a,b] in R ) )

thus a in Y by A3; :: thesis: for b being set st b in Y holds
[a,b] in R

let b be set ; :: thesis: ( b in Y implies [a,b] in R )
assume A4: b in Y ; :: thesis: [a,b] in R
then not b in R -Seg a by A3, XBOOLE_0:3;
then ( a = b or not [b,a] in R ) by Def1;
then ( a <> b implies [a,b] in R ) by A1, A2, A3, A4, Lm4;
hence [a,b] in R by A1, A2, A3, Lm1; :: thesis: verum