Skip to content

Instantly share code, notes, and snippets.

View maxvonhippel's full-sized avatar
💭
Writing gnarly code!

Max von Hippel maxvonhippel

💭
Writing gnarly code!
View GitHub Profile
Query to 3.5:
> Let 0 < a < 1 and k = ceiling(a/(1-a)). How can I prove that a <= k/(k+1)?
Response:
---------------
To prove that a ≤ k/(k+1) given that 0 < a < 1 and k = ceiling(a/(1-a)), we can proceed as follows: