I have no idea what this is lol

  • Pezevenk [he/him]
    hexagon
    ·
    edit-2
    4 years ago

    Like I saw in a comment you said that you got that c < k(a+b) for some k and similar bounds for a and b.

    I made a post where I found a method to iteratively get the bounds really really tight. I don't know how tight exactly they can go as of yet because I didn't bother that much but you can get them really really tight. If c=k(a+b), then at first you restrict k from 2.5 to 4, then the next step gets it to like between 3.2 and 3.7 or something and you keep going. It's possible that it may actually converge to something, I'm not sure, I didn't keep it up. Thing is, that only restricts c in terms of a+b which is a bit of an issue. Now if the simplest solution is like 80 digits long then that's still an issue because these are not good enough restrictions, however I think if I spend a little bit more time I can figure out a few more.

    I think what I need to convey is that this is a genuinely hard problem. Like the kind of problem that takes years and years of study at the graduate and research level to be able understand and answer. In particular, it’s not the kind of thing that like “first instinct” elementary methods are going to work on.

    It is really hard to solve, yes, but it is generally not as hard to find an assisted brute force method to find SOME solution, even though the general problem may be much much harder.

    One issue is that I know next to nothing about computer stuff and I don't know what is feasible and what isn't. But you can certainly restrict your search a bunch.