let a, b be Int-Location; :: thesis: InsCode (Divide (a,b)) = 5
ex A, B being Data-Location st
( a = A & b = B & Divide (a,b) = Divide (A,B) ) by Def12;
hence InsCode (Divide (a,b)) = 5 by RECDEF_2:def 1; :: thesis: verum