Theorem
dsdp_result_correct
Signature
Theorem dsdp_result_correct : v3 * u3 + r3 + (v2 * u2 + r2) - r2 - r3 + u1 * v1 = u1 * v1 + u2 * v2 + u3 * v3.
Description
Protocol correctness is now proved algebraically using ring arithmetic. The final result S = v3*u3 + r3 + (v2*u2 + r2) - r2 - r3 + u1*v1 simplifies to u1*v1 + u2*v2 + u3*v3 by ring.
Uses (0)
This lemma does not use any other lemmas from the stats.
Used By (0)
No lemmas in the stats use this lemma.
Coq Source Code
View on GitHubLoading source code...