let A be RelStr ; :: thesis: for B being Subset of A
for s being FinSequence of A holds
( s is B -asc_ordering iff Rev s is B -desc_ordering )

let B be Subset of A; :: thesis: for s being FinSequence of A holds
( s is B -asc_ordering iff Rev s is B -desc_ordering )

let s be FinSequence of A; :: thesis: ( s is B -asc_ordering iff Rev s is B -desc_ordering )
hereby :: thesis: ( Rev s is B -desc_ordering implies s is B -asc_ordering ) end;
assume A4: Rev s is B -desc_ordering ; :: thesis: s is B -asc_ordering
then A5: s is weakly-ascending by Th73;
A6: rng s = B by A4, FINSEQ_5:57;
Rev (Rev s) is one-to-one by A4;
hence s is B -asc_ordering by A5, A6; :: thesis: verum