This document defines integers as pairs of natural numbers (Z') in Coq, proves it forms a setoid, and defines addition on Z' as a morphism. Properties of addition like commutativity and identities are proven. Tactics for rewriting and replacing in setoids like setoid_rewrite and setoid_replace are introduced.