pith. machine review for the scientific record. sign in
def definition def or abbrev

AApply

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)

  26noncomputable def AApply {n : ℕ}
  27    (lam : ℝ) (hInv : Fin n → Fin n → ℝ) (β : Vec n) : Vec n → Vec n :=

proof body

Definition body.

  28  fun v => fun i => lam * sharp hInv β i * dot β v
  29
  30/-- The scalar coefficient in the quadratic relation `A² = μ A`. -/

used by (7)

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.