@inproceedings{discovery10089705,
       publisher = {ACM},
            year = {2018},
           title = {A New Proof Rule for Almost-Sure Termination},
           month = {January},
           pages = {33},
       booktitle = {Proceedings of the ACM on Programming Languages},
         address = {Los Angeles, California, USA},
            note = {This version is the author accepted manuscript. For information on re-use, please refer to the publisher's terms and conditions.},
          volume = {2},
        abstract = {An important question for a probabilistic program is whether the probability mass of all its diverging runs is zero, that is that it terminates "almost surely". Proving that can be hard, and this paper presents a new method for doing so; it is expressed in a program logic, and so applies directly to source code. The programs may contain both probabilistic- and demonic choice, and the probabilistic choices may depend on the current state. As do other researchers, we use variant functions (a.k.a. "super-martingales") that are real-valued and probabilistically might decrease on each loop iteration; but our key innovation is that the amount as well as the probability of the decrease are parametric. We prove the soundness of the new rule, indicate where its applicability goes beyond existing rules, and explain its connection to classical results on denumerable (non-demonic) Markov chains.},
          author = {McIver, A and Morgan, C and Kaminski, BL and Katoen, J-P},
             url = {https://doi.org/10.1145/3158121},
        keywords = {cs.PL, cs.PL, cs.LO}
}