Linear-time canonical binary addition -- pure proofs #
This file proves that the finite full-adder recurrence computes addition on
canonical little-endian Nat.bits. The generalized theorem includes an
incoming carry so that its induction follows the recurrence exactly.
Ripple addition with an incoming carry computes the corresponding natural
sum. This is the induction-strengthened form of ripple_natBits_internal.