Mathlib v3 is deprecated. Go to Mathlib v4

Commit 2022-07-28 17:47 39046bda

View on Github →

feat(data/{pi, prod}): add missing has_pow instances for pi type (#15478) This generalizes the existing powers by nat and int defined in later files to be defined for arbitrary powers. As well as eliminating the need for separate lemmas for these different power operations, this also means that tuples of real numbers now inherit a power operation by the real numbers.

Estimated changes

added theorem pi.const_pow
added theorem pi.pow_apply
added theorem pi.pow_comp
added theorem pi.pow_def
added theorem pi.smul_apply
added theorem pi.smul_comp
added theorem pi.smul_const
added theorem pi.smul_def
added theorem prod.pow_def
added theorem prod.pow_fst
added theorem prod.pow_mk
added theorem prod.pow_snd
added theorem prod.pow_swap