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)
138theorem cubicArea_singleton {n : ℕ} (L : EdgeLengthField n)
139 (i j : Fin n) (w : ℝ) (hw : 0 ≤ w) :
140 cubicArea L (singletonHinge i j w hw)
141 = jcost_to_regge_factor * w / 2 := by
proof body
Term-mode proof.
142 show (match (singletonHinge i j w hw).edges with
143 | [(i', j')] =>
144 jcost_to_regge_factor * (singletonHinge i j w hw).weight (i', j') / 2
145 | _ => 0) = _
146 rw [singletonHinge_edges]
147 simp only
148 rw [singletonHinge_weight]
149
150/-- `cubicArea` is nonnegative. -/
used by (1)
From the project-wide theorem graph. These declarations reference this one in their body.
depends on (12)
Lean names referenced from this declaration's body.
-
is
in IndisputableMonolith.Foundation.OptionAEmpiricalProgram
decl_use
-
jcost_to_regge_factor
in IndisputableMonolith.Foundation.SimplicialLedger.ContinuumBridge
decl_use
-
cubicArea
in IndisputableMonolith.Foundation.SimplicialLedger.CubicDeficitDischarge
decl_use
-
singletonHinge
in IndisputableMonolith.Foundation.SimplicialLedger.CubicDeficitDischarge
decl_use
-
singletonHinge_edges
in IndisputableMonolith.Foundation.SimplicialLedger.CubicDeficitDischarge
decl_use
-
singletonHinge_weight
in IndisputableMonolith.Foundation.SimplicialLedger.CubicDeficitDischarge
decl_use
-
EdgeLengthField
in IndisputableMonolith.Foundation.SimplicialLedger.EdgeLengthFromPsi
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
-
L
in IndisputableMonolith.Recognition
decl_use
-
L
in IndisputableMonolith.Recognition.Cycle3
decl_use