andi $t4, $t1, 1 #isolate the LSB in both a and b or $t3, $t3, $t4 #or the LSBs so that t3 is 1 if either is 1 else it is zero bnez $t3, loop2 #check if t3 is 1, if ...
This file is the original proof prompt and audit checklist that led to the completed writeups in strong_bound_proof.md and StrongBoundProof.lean. I want a rigorous mathematical proof, not code, for ...