theorem Th27:
  for v,w holds v|still_not-bound_in f = w|still_not-bound_in f
  implies (J,v |= f implies J,w |= f)
proof
  let v,w such that
A1: v|still_not-bound_in f = w|still_not-bound_in f;
  assume J,v |= f;
  then
A2: J,v |= rng(f);
  let p such that
A3: p in rng(f);
  ex i being Nat st i in dom f & p = f.i by A3,FINSEQ_2:10;
  then
  for b being object st b in still_not-bound_in p
holds b in still_not-bound_in f by Def5;
  then still_not-bound_in p c= still_not-bound_in f;
  then
A4: v|still_not-bound_in p = w|still_not-bound_in p by A1,RELAT_1:153;
  J,v |= p by A2,A3;
  hence thesis by A4,SUBLEMMA:68;
end;
