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)
230theorem FApply_GApply {n : ℕ}
231 (lam : ℝ) (hInv : Fin n → Fin n → ℝ) (β : Vec n)
232 (hμ : mu lam hInv β ≠ 0) (v : Vec n) :
233 FApply lam hInv β (GApply lam hInv β v)
234 = ((1 : ℝ) / 2) • FApply lam hInv β v + (Real.sqrt 5 / 2) • v := by
proof body
Term-mode proof.
235 unfold GApply
236 rw [FApply_add, FApply_smul, FApply_smul, FApply_square _ _ _ hμ]
237
used by (1)
From the project-wide theorem graph. These declarations reference this one in their body.
-
GApply_square
in IndisputableMonolith.Cost.Ndim.Projector
decl_use
depends on (7)
Lean names referenced from this declaration's body.
-
Vec
in IndisputableMonolith.Cost.Ndim.Core
decl_use
-
FApply
in IndisputableMonolith.Cost.Ndim.Projector
decl_use
-
FApply_add
in IndisputableMonolith.Cost.Ndim.Projector
decl_use
-
FApply_smul
in IndisputableMonolith.Cost.Ndim.Projector
decl_use
-
FApply_square
in IndisputableMonolith.Cost.Ndim.Projector
decl_use
-
GApply
in IndisputableMonolith.Cost.Ndim.Projector
decl_use
-
mu
in IndisputableMonolith.Cost.Ndim.Projector
decl_use