defpred S1[ set , set ] means ex x', y' being bag of n st
( x' = $1 & y' = $2 & ( TotDegree x' < TotDegree y' or ( TotDegree x' = TotDegree y' & [x',y'] in o ) ) );
consider R being Relation of such that
A2:
for x, y being set holds
( [x,y] in R iff ( x in Bags n & y in Bags n & S1[x,y] ) )
from RELSET_1:sch 1();
A5:
now let x,
y be
set ;
( x in Bags n & y in Bags n & [x,y] in R & [y,x] in R implies x = y )assume that A6:
x in Bags n
and A7:
y in Bags n
and A8:
[x,y] in R
and A9:
[y,x] in R
;
x = yconsider x',
y' being
bag of
n such that A10:
x' = x
and A11:
y' = y
and A12:
(
TotDegree x' < TotDegree y' or (
TotDegree x' = TotDegree y' &
[x',y'] in o ) )
by A2, A8;
A13:
ex
y'',
x'' being
bag of
n st
(
y'' = y &
x'' = x & (
TotDegree y'' < TotDegree x'' or (
TotDegree y'' = TotDegree x'' &
[y'',x''] in o ) ) )
by A2, A9;
hence
x = y
by A6, A7, A10, A11, ORDERS_1:13;
verum end;
A16:
now let x,
y,
z be
set ;
( x in Bags n & y in Bags n & z in Bags n & [x,y] in R & [y,z] in R implies [b1,b3] in R )assume that A17:
x in Bags n
and A18:
y in Bags n
and A19:
z in Bags n
and A20:
[x,y] in R
and A21:
[y,z] in R
;
[b1,b3] in Rconsider x',
y' being
bag of
n such that A22:
x' = x
and A23:
y' = y
and A24:
(
TotDegree x' < TotDegree y' or (
TotDegree x' = TotDegree y' &
[x',y'] in o ) )
by A2, A20;
consider y'',
z' being
bag of
n such that A25:
y'' = y
and A26:
z' = z
and A27:
(
TotDegree y'' < TotDegree z' or (
TotDegree y'' = TotDegree z' &
[y'',z'] in o ) )
by A2, A21;
per cases
( TotDegree x' < TotDegree y' or ( TotDegree x' = TotDegree y' & [x',y'] in o ) )
by A24;
suppose A29:
(
TotDegree x' = TotDegree y' &
[x',y'] in o )
;
[b1,b3] in Rnow per cases
( TotDegree y' < TotDegree z' or ( TotDegree y' = TotDegree z' & [y',z'] in o ) )
by A23, A25, A27;
suppose
(
TotDegree y' = TotDegree z' &
[y',z'] in o )
;
[x,z] in Rthen
[x',z'] in o
by A17, A18, A19, A22, A23, A26, A29, ORDERS_1:14;
hence
[x,z] in R
by A2, A17, A19, A22, A23, A25, A26, A27, A29;
verum end; end; end; hence
[x,z] in R
;
verum end; end; end;
A30:
R is_reflexive_in Bags n
by A3, RELAT_2:def 1;
A31:
R is_antisymmetric_in Bags n
by A5, RELAT_2:def 4;
A32:
R is_transitive_in Bags n
by A16, RELAT_2:def 8;
A33:
dom R = Bags n
by A30, ORDERS_1:98;
field R = Bags n
by A30, ORDERS_1:98;
then reconsider R = R as TermOrder of n by A30, A31, A32, A33, PARTFUN1:def 4, RELAT_2:def 9, RELAT_2:def 12, RELAT_2:def 16;
take
R
; for a, b being bag of n holds
( [a,b] in R iff ( TotDegree a < TotDegree b or ( TotDegree a = TotDegree b & [a,b] in o ) ) )
let a, b be bag of n; ( [a,b] in R iff ( TotDegree a < TotDegree b or ( TotDegree a = TotDegree b & [a,b] in o ) ) )
assume A34:
( TotDegree a < TotDegree b or ( TotDegree a = TotDegree b & [a,b] in o ) )
; [a,b] in R
A35:
a in Bags n
by PRE_POLY:def 12;
b in Bags n
by PRE_POLY:def 12;
hence
[a,b] in R
by A2, A34, A35; verum