Commit 2023-04-12 19:26 518e4e1e

View on Github →

feat: port Analysis.Asymptotics.Asymptotics (#3393) Because is_O_with, is_O and is_o don't play well with the Lean 4 casing conventions for naming, we have opted for IsBigOWith, IsBigO and IsLittleO in accordance with the Zulip poll

Estimated changes

added theorem Asymptotics.IsBigO.add
added theorem Asymptotics.IsBigO.mul
added theorem Asymptotics.IsBigO.pow
added theorem Asymptotics.IsBigO.sub
added theorem Asymptotics.IsBigO.sum
added theorem Asymptotics.IsBigO.sup
added theorem Asymptotics.isBigO_bot
added theorem Asymptotics.isBigO_iff
added theorem Asymptotics.isBigO_map
added theorem Asymptotics.isBigO_pi
added theorem Asymptotics.isBigO_sup
added theorem Asymptotics.isBigO_top
added theorem summable_of_isBigO
added theorem summable_of_isBigO_nat