let f be finite-support Function; :: thesis: rng f c= (rng (f | (support f))) \/ {0}
set g = f | (support f);
let y be object ; :: according to TARSKI:def 3 :: thesis: ( not y in rng f or y in (rng (f | (support f))) \/ {0} )
assume y in rng f ; :: thesis: y in (rng (f | (support f))) \/ {0}
then consider x being object such that
A1: x in dom f and
A2: f . x = y by FUNCT_1:def 3;
per cases ( f . x = 0 or f . x <> 0 ) ;
end;