def
definition
def or abbrev
dirichletForm
show as:
view Lean formalization →
formal statement (Lean)
169def dirichletForm {n : ℕ} (M : Fin n → Fin n → ℝ) (ε : LogPotential n) : ℝ :=
proof body
Definition body.
170 (1 / 2) * ∑ i : Fin n, ∑ j : Fin n, M i j * (ε i - ε j) ^ 2
171
172/-- The bilinear form: `Q[ξ; M] = Σ_{i,j} M_{ij} ξ_i ξ_j`. -/
used by (13)
-
dirichlet_eq_neg_quadratic -
dirichletForm_diag_irrelevant -
dirichletForm_edgeArea -
dirichletForm_edgeArea_laplacianReggeData -
dirichlet_form_eq_neg_quadratic -
dirichletForm_flat -
dirichletForm_neg -
secondOrder_eq_half_laplacian_action -
weak_field_conformal_reduction -
weak_field_conformal_reduction_kappa -
weak_field_conformal_reduction_laplacianData -
weak_field_conformal_reduction_laplacianData_kappa -
WeakFieldConformalReggeCert