Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

理解Plonk3:从 Grand Product 到 Multiset 等价。这里可能需要强调为什么不直接证明多项式相等而要证明连乘 #30

Open
yangxiaoxue666 opened this issue Aug 17, 2023 · 0 comments

Comments

@yangxiaoxue666
Copy link

yangxiaoxue666 commented Aug 17, 2023

初学者看到这里可能会想。为什么不直接证明多项式相等而要证明连乘,感觉证明多项式相等,比证明连乘要容易。
对于这个问题郭老师已经给出回答:multiset 中的元素没有顺序,但是 vector 元素有顺序。多项式是vector 的编码 ,带了顺序;连乘是 multiset 的编码,忽略顺序。

@yangxiaoxue666 yangxiaoxue666 changed the title 理解Plonk3:从 Grand Product 到 Multiset 等价。这里可能需要强调为什么不直接多项式相等而要证明连乘 理解Plonk3:从 Grand Product 到 Multiset 等价。这里可能需要强调为什么不直接证明多项式相等而要证明连乘 Aug 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant