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)
36theorem rcl_equality {x y : ℝ} (hx : 0 < x) (hy : 0 < y) :
37 Jcost (x * y) + Jcost (x / y) = 2 * Jcost x * Jcost y + 2 * Jcost x + 2 * Jcost y := by
proof body
Term-mode proof.
38 rw [Jcost_eq_sq hx.ne', Jcost_eq_sq hy.ne',
39 Jcost_eq_sq (mul_pos hx hy).ne',
40 Jcost_eq_sq (div_pos hx hy).ne']
41 field_simp [hx.ne', hy.ne']
42 ring
43
44/-- Scale-change cost: J(cx) is controlled by J(x) and J(c). -/
used by (2)
From the project-wide theorem graph. These declarations reference this one in their body.
-
scale_change_cost
in IndisputableMonolith.Cosmology.ScaleInvarianceSelectionCert
decl_use
-
scaleInvarianceCert
in IndisputableMonolith.Cosmology.ScaleInvarianceSelectionCert
decl_use
depends on (9)
Lean names referenced from this declaration's body.
-
Jcost_eq_sq
in IndisputableMonolith.Cost
decl_use
-
Jcost_eq_sq
in IndisputableMonolith.Cost.JcostCore
decl_use
-
cost
in IndisputableMonolith.Foundation.MultiplicativeRecognizerL4
decl_use
-
cost
in IndisputableMonolith.Foundation.ObserverForcing
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
-
and
in IndisputableMonolith.NumberTheory.CirclePhaseLift
decl_use