No prose has been written for this declaration yet. The Lean source and graph data below render
without it.
generate prose now
formal statement (Lean)
145theorem costFamily_comp_powerMap (κ α : ℝ) {x : ℝ} (hx : 0 < x) :
146 costFamily κ (powerMap α x) = costFamily (α * κ) x := by
proof body
Term-mode proof.
147 unfold costFamily powerMap
148 rw [← Real.rpow_mul (le_of_lt hx) α κ, ← Real.rpow_mul (le_of_lt hx) α (-κ)]
149 rw [mul_neg]
150
151/-- The `κ`-family is even in the parameter. -/
used by (2)
From the project-wide theorem graph. These declarations reference this one in their body.
-
CostAlgHomKappa
in IndisputableMonolith.Algebra.RecognitionCategory
decl_use
-
CostAlgPlusHom
in IndisputableMonolith.Algebra.RecognitionCategory
decl_use
depends on (6)
Lean names referenced from this declaration's body.
-
costFamily
in IndisputableMonolith.Algebra.RecognitionCategory
decl_use
-
powerMap
in IndisputableMonolith.Algebra.RecognitionCategory
decl_use
-
is
in IndisputableMonolith.Foundation.OptionAEmpiricalProgram
decl_use
-
is
in IndisputableMonolith.Foundation.SimplicialLedger.EdgeLengthFromPsi
decl_use
-
is
in IndisputableMonolith.GameTheory.MechanismDesignFromSigma
decl_use
-
is
in IndisputableMonolith.Mathematics.RamanujanBridge.MockThetaPhantom
decl_use