let T be non empty reflexive transitive antisymmetric with_suprema Noetherian non void adj-structured TAS-structure ; for t1, t2 being type of T st T @--> reduces t1,t2 holds
t1 <= t2
let t1, t2 be type of T; ( T @--> reduces t1,t2 implies t1 <= t2 )
set R = T @--> ;
defpred S1[ Element of T, Element of T] means $1 <= $2;
A1:
for x, y, z being Element of T st S1[x,y] & S1[y,z] holds
S1[x,z]
by YELLOW_0:def 2;
A3:
for x being Element of T holds S1[x,x]
;
for x, y being Element of T st T @--> reduces x,y holds
S1[x,y]
from ABCMIZ_0:sch 2(A2, A3, A1);
hence
( T @--> reduces t1,t2 implies t1 <= t2 )
; verum