let n, m be Nat; ( Domin_0 (n,m) is empty iff 2 * m > n )
thus
( Domin_0 (n,m) is empty implies 2 * m > n )
( 2 * m > n implies Domin_0 (n,m) is empty )
assume A6:
2 * m > n
; Domin_0 (n,m) is empty
assume
not Domin_0 (n,m) is empty
; contradiction
then consider x being set such that
A7:
x in Domin_0 (n,m)
by XBOOLE_0:def 1;
consider p being XFinSequence of such that
p = x
and
A8:
p is dominated_by_0
and
A9:
dom p = n
and
A10:
Sum p = m
by A7, Def2;
p | n = p
by A9, RELAT_1:69;
hence
contradiction
by A6, A8, A10, Th6; verum