let m be FinSequence of NAT ; :: thesis: for i being Element of NAT st i = 2 & i in dom m holds
(IDEAoperationC m) . i = m . 3

let i be Element of NAT ; :: thesis: ( i = 2 & i in dom m implies (IDEAoperationC m) . i = m . 3 )
assume A1: ( i = 2 & i in dom m ) ; :: thesis: (IDEAoperationC m) . i = m . 3
then (IDEAoperationC m) . i = IFEQ i,2,(m . 3),(IFEQ i,3,(m . 2),(m . i)) by Def13
.= m . 3 by A1, FUNCOP_1:def 8 ;
hence (IDEAoperationC m) . i = m . 3 ; :: thesis: verum