reserve x,y,z for set;
reserve f,f1,f2,f3 for FinSequence,
  p,p1,p2,p3 for set,
  i,k for Nat;
reserve D for non empty set,
  p,p1,p2,p3 for Element of D,
  f,f1,f2 for FinSequence of D;

theorem Th83:
  p in rng f & p..f <> 1 implies (f/^1):-p = f:-p
proof
  assume that
A1: p in rng f and
A2: p..f <> 1;
  p..f >= 1 by A1,FINSEQ_4:21;
  then p..f > 1 by A2,XXREAL_0:1;
  hence thesis by A1,Th82;
end;
