let E be non empty set ; for f being Function of E,E
for c being Element of Class (=_ f)
for e being Element of c
for n being Element of NAT holds (iter f,n) . e in c
let f be Function of E,E; for c being Element of Class (=_ f)
for e being Element of c
for n being Element of NAT holds (iter f,n) . e in c
let c be Element of Class (=_ f); for e being Element of c
for n being Element of NAT holds (iter f,n) . e in c
let e be Element of c; for n being Element of NAT holds (iter f,n) . e in c
let n be Element of NAT ; (iter f,n) . e in c
dom f = E
by FUNCT_2:def 1;
then
(iter f,n) . e in (dom f) \/ (rng f)
by XBOOLE_0:def 3;
then (iter f,n) . e =
(id ((dom f) \/ (rng f))) . ((iter f,n) . e)
by FUNCT_1:34
.=
(iter f,0 ) . ((iter f,n) . e)
by FUNCT_7:70
;
then A1:
[((iter f,n) . e),e] in =_ f
by Def7;
ex x9 being set st
( x9 in E & c = Class (=_ f),x9 )
by EQREL_1:def 5;
then
c = Class (=_ f),e
by EQREL_1:31;
hence
(iter f,n) . e in c
by A1, EQREL_1:27; verum