Zulip Chat Archive

Stream: Is there code for X?

Topic: Specific integrals


Jason KY. (Jun 17 2022 at 07:13):

Do we have lemmas about specific integrals such as

lemma interval_integral_pow (p : ) (x : ) :
   t in 0..x, t ^ p = (p + 1 : )⁻¹ * x ^ (p + 1) :=

I need this for the tail probability formula. If not, where should I put them (interval_integral maybe or a new file)?


Last updated: Dec 20 2023 at 11:08 UTC