let P be pcs-Str ; for p, q being Element of
for p', q' being Element of st p = p' & q = q' holds
( p <= q iff q' <= p' )
let p, q be Element of ; for p', q' being Element of st p = p' & q = q' holds
( p <= q iff q' <= p' )
set R = pcs-reverse P;
let p', q' be Element of ; ( p = p' & q = q' implies ( p <= q iff q' <= p' ) )
assume that
A1:
p = p'
and
A2:
q = q'
; ( p <= q iff q' <= p' )
A3:
the InternalRel of (pcs-reverse P) = the InternalRel of P ~
by Def40;
thus
( p <= q implies q' <= p' )
( q' <= p' implies p <= q )
assume
[q',p'] in the InternalRel of (pcs-reverse P)
; ORDERS_2:def 9 p <= q
hence
[p,q] in the InternalRel of P
by A1, A2, A3, RELAT_1:def 7; ORDERS_2:def 9 verum