let p be FinSequence; :: thesis: for x being object holds
( p - {x} = p iff not x in rng p )

let x be object ; :: thesis: ( p - {x} = p iff not x in rng p )
thus ( p - {x} = p implies not x in rng p ) :: thesis: ( not x in rng p implies p - {x} = p )
proof end;
assume A2: not x in rng p ; :: thesis: p - {x} = p
{x} misses rng p
proof end;
hence p - {x} = p by Th67; :: thesis: verum