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)
78theorem Prcl_mixed_diff : ∀ u₀ v₀ u₁ v₁ : ℝ,
79 Prcl u₁ v₁ - Prcl u₁ v₀ - Prcl u₀ v₁ + Prcl u₀ v₀ = 2 * (u₁ - u₀) * (v₁ - v₀) := by
proof body
Term-mode proof.
80 intro u₀ v₀ u₁ v₁
81 simp only [Prcl]
82 ring
83
84/-- Prcl is entangling. Witness: (0,0) and (1,1) give mixed diff = 2. -/
used by (3)
From the project-wide theorem graph. These declarations reference this one in their body.
depends on (6)
Lean names referenced from this declaration's body.
-
Prcl
in IndisputableMonolith.Foundation.DAlembert.EntanglementGate
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