thus A1: {} is reflexive :: according to ORDERS_1:def 3 :: thesis: ( {} is transitive & {} is being_partial-order & {} is being_linear-order & {} is well-ordering )
proof
let x be set ; :: according to RELAT_2:def 1,RELAT_2:def 9 :: thesis: ( not x in field {} or [x,x] in {} )
assume x in field {} ; :: thesis: [x,x] in {}
hence [x,x] in {} ; :: thesis: verum
end;
thus A2: {} is transitive :: thesis: ( {} is being_partial-order & {} is being_linear-order & {} is well-ordering )
proof
let x be set ; :: according to RELAT_2:def 8,RELAT_2:def 16 :: thesis: for b1, b2 being set holds
( not x in field {} or not b1 in field {} or not b2 in field {} or not [x,b1] in {} or not [b1,b2] in {} or [x,b2] in {} )

let y, z be set ; :: thesis: ( not x in field {} or not y in field {} or not z in field {} or not [x,y] in {} or not [y,z] in {} or [x,z] in {} )
assume x in field {} ; :: thesis: ( not y in field {} or not z in field {} or not [x,y] in {} or not [y,z] in {} or [x,z] in {} )
thus ( not y in field {} or not z in field {} or not [x,y] in {} or not [y,z] in {} or [x,z] in {} ) ; :: thesis: verum
end;
hence ( {} is reflexive & {} is transitive ) by A1; :: according to ORDERS_1:def 4 :: thesis: ( {} is antisymmetric & {} is being_linear-order & {} is well-ordering )
thus A3: {} is antisymmetric :: thesis: ( {} is being_linear-order & {} is well-ordering )
proof
let x be set ; :: according to RELAT_2:def 4,RELAT_2:def 12 :: thesis: for b1 being set holds
( not x in field {} or not b1 in field {} or not [x,b1] in {} or not [b1,x] in {} or x = b1 )

let y be set ; :: thesis: ( not x in field {} or not y in field {} or not [x,y] in {} or not [y,x] in {} or x = y )
assume x in field {} ; :: thesis: ( not y in field {} or not [x,y] in {} or not [y,x] in {} or x = y )
thus ( not y in field {} or not [x,y] in {} or not [y,x] in {} or x = y ) ; :: thesis: verum
end;
hence ( {} is reflexive & {} is transitive & {} is antisymmetric ) by A1, A2; :: according to ORDERS_1:def 5 :: thesis: ( {} is connected & {} is well-ordering )
thus {} is connected :: thesis: {} is well-ordering
proof
let x be set ; :: according to RELAT_2:def 6,RELAT_2:def 14 :: thesis: for b1 being set holds
( not x in field {} or not b1 in field {} or x = b1 or [x,b1] in {} or [b1,x] in {} )

let y be set ; :: thesis: ( not x in field {} or not y in field {} or x = y or [x,y] in {} or [y,x] in {} )
assume x in field {} ; :: thesis: ( not y in field {} or x = y or [x,y] in {} or [y,x] in {} )
thus ( not y in field {} or x = y or [x,y] in {} or [y,x] in {} ) ; :: thesis: verum
end;
hence ( {} is reflexive & {} is transitive & {} is antisymmetric & {} is connected ) by A1, A2, A3; :: according to WELLORD1:def 4 :: thesis: {} is well_founded
let Y be set ; :: according to WELLORD1:def 2 :: thesis: ( not Y c= field {} or Y = {} or ex b1 being set st
( b1 in Y & {} -Seg b1 misses Y ) )

assume ( Y c= field {} & Y <> {} ) ; :: thesis: ex b1 being set st
( b1 in Y & {} -Seg b1 misses Y )

hence ex b1 being set st
( b1 in Y & {} -Seg b1 misses Y ) ; :: thesis: verum