let E be non empty set ; :: thesis: for f being Function of E,E
for c being Element of Class (=_ f)
for e being Element of c holds f . e in c

let f be Function of E,E; :: thesis: for c being Element of Class (=_ f)
for e being Element of c holds f . e in c

let c be Element of Class (=_ f); :: thesis: for e being Element of c holds f . e in c
let e be Element of c; :: thesis: f . e in c
( dom f = E & rng f c= E ) by FUNCT_2:def 1, RELAT_1:def 19;
then A1: f . e in (dom f) \/ (rng f) by XBOOLE_0:def 3;
consider x' being set such that
A2: ( x' in E & c = Class (=_ f),x' ) by EQREL_1:def 5;
A3: c = Class (=_ f),e by A2, EQREL_1:31;
(iter f,1) . e = f . e by FUNCT_7:72
.= (id ((dom f) \/ (rng f))) . (f . e) by A1, FUNCT_1:34
.= (iter f,0 ) . (f . e) by FUNCT_7:70 ;
then [(f . e),e] in =_ f by Def7;
hence f . e in c by A3, EQREL_1:27; :: thesis: verum