160 ∃ P : ℝ → ℝ → ℝ, 161 ∀ x y : ℝ, 0 < x → 0 < y → 162 C (x * y) 1 + C (x / y) 1 = P (C x 1) (C y 1) 163 164/-- The equality-induced cost on `ℝ`, taken with the multiplicative 165identity `1` as base point. -/
used by (2)
From the project-wide theorem graph. These declarations reference this one in their body.