recognition /
Algebra /
Algebra.CostAlgebra /
explainer
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)
92 def SatisfiesRCL (F : ℝ → ℝ) : Prop :=
proof body
Definition body.
93 ∀ x y : ℝ, 0 < x → 0 < y →
94 F (x * y) + F (x / y) = 2 * F x * F y + 2 * F x + 2 * F y
95
96 /-- **THEOREM: J satisfies the RCL.**
97 This is the foundational identity — everything else follows. -/
used by (4)
From the project-wide theorem graph. These declarations reference this one in their body.
depends on (9)
Lean names referenced from this declaration's body.
identity
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
F
in IndisputableMonolith.Physics.AnchorPolicy
decl_use
F
in IndisputableMonolith.Physics.LeptonGenerations.TauStepDerivation
decl_use
F
in IndisputableMonolith.Pipelines
decl_use
identity
in IndisputableMonolith.RRF.Foundation.VantageCategory
decl_use