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