-
Notifications
You must be signed in to change notification settings - Fork 2
Jensen_square_div_3vars #8
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
Comments
I just noticed that about half of the proofs (73/130) use the Here is an example (P2 in theorem Titu_variant1_right_4vars (u1 u2 u3 u4 v1 v2 v3 v4 k l left : ℝ)
(hv1 : v1 > 0) (hv2 : v2 > 0) (hv3 : v3 > 0) (hv4 : v4 > 0) (hk : k > 0)
(h : left ≤ k * ((u1 + u2 + u3 + u4) ^ 2 / (u1 * v1 + u2 * v2 + u3 * v3 + u4 * v4)) + l) :
left ≤ k * (u1 / v1 + u2 / v2 + u3 / v3 + u4 / v4) + l := by
suffices (u1 + u2 + u3 + u4) ^ 2 / (u1 * v1 + u2 * v2 + u3 * v3 + u4 * v4)
≤ (u1 / v1 + u2 / v2 + u3 / v3 + u4 / v4) by nlinarith
sorry The high proportion of |
* deepseek interface * wip * update auto_verify & scale & llm_cancel_denom * fix jensen * json update * bump Leanv4.15.0 * bump to Lean v4.15.0 * proof update * proof update * readme update --------- Co-authored-by: lizn <lizn@epyc.tail616ff5.ts.net> Co-authored-by: Lizn-zn <lizenan199@foxmail.com>
Thank you for reporting this issue! We’ve now corrected the error in We’d also like to extend our thanks to RexWzh (@RexWzh) for the valuable suggestion — we will fill |
This theorem with
u=1, v=1, w=2
is wrong.The text was updated successfully, but these errors were encountered: