pith. machine review for the scientific record. sign in
theorem proved term proof

constant_config_total_defect

show as:
view Lean formalization →

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)

 130private theorem constant_config_total_defect {N : ℕ} (μ : ℝ) :
 131    total_defect (constant_config μ : Configuration N) = (N : ℝ) * Jlog μ := by

proof body

Term-mode proof.

 132  unfold total_defect constant_config
 133  simp only [Finset.sum_const, Finset.card_univ, Fintype.card_fin, nsmul_eq_mul]
 134  rfl
 135
 136/-- Weighted average of the logs equals `log_charge / N`. -/

used by (3)

From the project-wide theorem graph. These declarations reference this one in their body.

depends on (13)

Lean names referenced from this declaration's body.