imc_equality_template
plain-language theorem explainer
In a commutative ring, mutual divisibility of two elements forces the principal ideals they generate to coincide. Researchers on the Birch-Swinnerton-Dyer conjecture cite this as the algebraic core of BSD Stage 6. The proof is a direct one-line application of the mutual-divisibility lemma for principal ideals.
Claim. In a commutative ring $R$, if $A$ divides $B$ and $B$ divides $A$, then the principal ideal generated by $A$ equals the principal ideal generated by $B$.
background
The Pinch Algebra module develops tools for mutual divisibility in commutative rings, targeting UFDs and Fredholm obstructions as part of Foundation paper F5. Key prior result is the lemma that in any commutative ring, the principal ideals $(a)$ and $(b)$ coincide precisely when $a$ divides $b$ and $b$ divides $a$ (quoted from upstream: 'In a commutative ring, (a) = (b) iff a | b and b | a').
proof idea
This is a one-line wrapper that applies the principal_ideal_eq_of_mutual_dvd lemma directly to the two divisibility hypotheses.
why it matters
This supplies the algebraic heart of BSD Stage 6 inside the Recognition Science framework. It occupies the F5.2.3 slot in the Pinch Algebra section of Foundation paper F5, which treats mutual divisibility in UFDs and Fredholm obstructions. The result supports primary BSD applications and secondary Yang-Mills work; the proof closes the template with no remaining scaffolding.
Switch to Lean above to see the machine-checked source, dependencies, and usage graph.