Mathlib Map

Theorems · Theorem · real analysis

ENNReal.mul_rpow_eq_ite

∀ (x y : ENNReal) (z : ℝ), (x * y) ^ z = if (x = 0 ∧ y = ⊤ ∨ x = ⊤ ∧ y = 0) ∧ z < 0 then ⊤ else x ^ z * y ^ z
Defined in
Mathlib.Analysis.SpecialFunctions.Pow.NNReal
Cited by
5 results in Mathlib
Foundations
Depth 203 from the axioms · uses propext, Classical.choice, Quot.sound

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites28

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by5

Results whose statement or proof uses this declaration.