Mathlib Map

Theorems · Theorem · real analysis

Real.le_rpow_add

∀ {x : ℝ}, 0 ≤ x → ∀ (y z : ℝ), x ^ y * x ^ z ≤ x ^ (y + z)

For 0 ≤ x, the only problematic case in the equality x ^ y * x ^ z = x ^ (y + z) is for x = 0 and y + z = 0, where the right-hand side is 1 while the left-hand side can vanish. The inequality is always true, though, and given in this lemma.

Defined in
Mathlib.Analysis.SpecialFunctions.Pow.Real
Cited by
0 results in Mathlib
Foundations
Depth 197 from the axioms · uses propext, Classical.choice, Quot.sound

Around this declaration

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

Cites11

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

Cited by0

Results whose statement or proof uses this declaration.

Nothing cites this yet.