let UN be Universe; :: thesis: for R being Ring
for b being Object of
for b' being Element of LModObjects UN,R st b = b' holds
id b = ID b'

let R be Ring; :: thesis: for b being Object of
for b' being Element of LModObjects UN,R st b = b' holds
id b = ID b'

set C = LModCat UN,R;
set V = LModObjects UN,R;
let b be Object of ; :: thesis: for b' being Element of LModObjects UN,R st b = b' holds
id b = ID b'

let b' be Element of LModObjects UN,R; :: thesis: ( b = b' implies id b = ID b' )
assume b = b' ; :: thesis: id b = ID b'
hence id b = (ID (LModObjects UN,R)) . b' by CAT_1:def 5
.= ID b' by Def13 ;
:: thesis: verum