let P, Q be pcs-Str ; :: thesis: for p, q being Element of (pcs-sum P,Q) holds
( p <= q iff ( ex p', q' being Element of P st
( p' = p & q' = q & p' <= q' ) or ex p', q' being Element of Q st
( p' = p & q' = q & p' <= q' ) ) )
set R = pcs-sum P,Q;
let p, q be Element of (pcs-sum P,Q); :: thesis: ( p <= q iff ( ex p', q' being Element of P st
( p' = p & q' = q & p' <= q' ) or ex p', q' being Element of Q st
( p' = p & q' = q & p' <= q' ) ) )
A1:
the InternalRel of (pcs-sum P,Q) = the InternalRel of P \/ the InternalRel of Q
by Th14;
thus
( not p <= q or ex p', q' being Element of P st
( p' = p & q' = q & p' <= q' ) or ex p', q' being Element of Q st
( p' = p & q' = q & p' <= q' ) )
:: thesis: ( ( ex p', q' being Element of P st
( p' = p & q' = q & p' <= q' ) or ex p', q' being Element of Q st
( p' = p & q' = q & p' <= q' ) ) implies p <= q )
assume A5:
( ex p', q' being Element of P st
( p' = p & q' = q & p' <= q' ) or ex p', q' being Element of Q st
( p' = p & q' = q & p' <= q' ) )
; :: thesis: p <= q