Skip to content

Commit

Permalink
Renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
gregweng committed Jan 5, 2025
1 parent dd5cf2f commit fa397f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smc/smc_interpreter.v
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ Qed.
Notation "u *d w" := (smc_entropy_proofs.dotproduct u w).
Notation "u \*d w" := (smc_entropy_proofs.dotproduct_rv u w).

Lemma smc_scalar_product_proof sa sb ra yb xa xb :
Lemma smc_scalar_product_is_correct sa sb ra yb xa xb :
is_scalar_product smc_entropy_proofs.dotproduct (
traces (@smc_scalar_product TX VX smc_entropy_proofs.dotproduct sa sb ra yb xa xb 11).2).
Proof.
Expand Down

0 comments on commit fa397f0

Please sign in to comment.