let i, n be Nat; :: thesis: ( ChangeVal_2 (i,n) = 1 implies i = 1 )
assume A1: ChangeVal_2 (i,n) = 1 ; :: thesis: i = 1
assume A2: i <> 1 ; :: thesis: contradiction
now :: thesis: contradictionend;
hence contradiction ; :: thesis: verum