-
Notifications
You must be signed in to change notification settings - Fork 17
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
Please add an "assumption" directive. #73
Comments
Thanks for opening your first issue here! Engagement like this is essential for open source projects! 🤗 |
I have the same demand. When I write some theoritical statistics proofs, the "assumption"s are the most important block. |
Hi, I have created a pull request to support assumption directives. If it all looks good, I would request you to kindly merge it. It will help me with my (open source) notes https://convex.indigits.com/intro.html. |
thanks @shailesh1729 I will try and take a look soon. Appreciate the Pull Request. |
Description / Summary
When describing a mathematical algorithm, it is sometimes important to describe a set of assumptions under which the algorithm is expected to perform correctly. For example, the convergence of the projected subgradient algorithm depends on some assumption that the subgradients are bounded. Usually, a theorem would state its assumptions as part of its statement. However, there are times when assumptions are pervading across a large body of text and it's worthwhile to state them and refer to them independently.
The use of "assumption" environment can be seen in books like Beck, Amir. First-order methods in optimization. Society for Industrial and Applied Mathematics, 2017.
Value / benefit
This will help in writing some mathematical text related to the specification and convergence analysis of optimization algorithms.
Implementation details
I guess this should be similar to existing directives like observation and remark. Just a different name (assumption).
Tasks to complete
No response
The text was updated successfully, but these errors were encountered: