thus A1:
{} is reflexive
:: according to ORDERS_1:def 3 :: thesis: ( {} is transitive & {} is being_partial-order & {} is being_linear-order & {} is well-ordering )
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 )
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
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