let p, q be FinSequence; :: thesis: ( not p is_a_prefix_of q iff len (maxPrefix p,q) < len p )
hereby :: thesis: ( len (maxPrefix p,q) < len p implies not p is_a_prefix_of q ) end;
assume that
A4: len (maxPrefix p,q) < len p and
A5: p c= q ; :: thesis: contradiction
A6: maxPrefix p,q c= p by Def1;
p c= maxPrefix p,q by A5, Def1;
hence contradiction by A4, A6, XBOOLE_0:def 10; :: thesis: verum