let R be Relation; for a, b being object holds
( R reduces a,b iff ( a = b or [a,b] in R [*] ) )
let a, b be object ; ( R reduces a,b iff ( a = b or [a,b] in R [*] ) )
assume that
A5:
( a = b or [a,b] in R [*] )
and
A6:
not R reduces a,b
; contradiction
consider p being FinSequence such that
A7:
len p >= 1
and
A8:
( p . 1 = a & p . (len p) = b )
and
A9:
for i being Nat st i >= 1 & i < len p holds
[(p . i),(p . (i + 1))] in R
by A5, A6, Th12, FINSEQ_1:def 17;
p is RedSequence of R
hence
contradiction
by A6, A8; verum