let p, q be FinSequence; :: thesis: ( p is_a_prefix_of q iff maxPrefix p,q = p )
hereby :: thesis: ( maxPrefix p,q = p implies p is_a_prefix_of q ) end;
assume maxPrefix p,q = p ; :: thesis: p is_a_prefix_of q
hence p is_a_prefix_of q by Def1; :: thesis: verum