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

Remark 2.26 #3

Closed
ludkinm opened this issue Sep 10, 2019 · 2 comments
Closed

Remark 2.26 #3

ludkinm opened this issue Sep 10, 2019 · 2 comments

Comments

@ludkinm
Copy link

ludkinm commented Sep 10, 2019

Is remark 2.26 in arxiv version v3 of the book correct?
Counter-example:
a = (2/3, 1/3);
b = (1/3, 2/3);
norm(a-b) = 2/3
but an optimal P = [[1,1],[0,1]] with L_C(a,b) = 1/3

(I thought maybe this is meant to be an inequality like remark 8.2 but for probability vectors)

Is your definition of 1-norm the L1-norm, or is it something else?
Or am I completely wrong somewhere!?

@fkastner
Copy link
Contributor

I think they forgot a factor of 1/2 to account for the fact that you're counting every mass that has to be moved twice (once where it comes from and once where it goes to).
So L_C(a,b) = 1/2*||a-b||_1.

@ludkinm
Copy link
Author

ludkinm commented Sep 11, 2019

@fkastner thanks, that does look like the case!

@ludkinm ludkinm closed this as completed Sep 11, 2019
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

2 participants