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