lemma
proved
term proof
extendByZero_add
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)
81lemma extendByZero_add {N : ℕ} (u v : GalerkinState N) :
82 extendByZero (u + v) = extendByZero u + extendByZero v := by
proof body
Term-mode proof.
83 classical
84 funext k
85 ext j
86 fin_cases j <;> simp [extendByZero, coeffAt_add]
87
used by (2)
From the project-wide theorem graph. These declarations reference this one in their body.
depends on (3)
Lean names referenced from this declaration's body.
-
coeffAt_add
in IndisputableMonolith.ClassicalBridge.Fluids.ContinuumLimit2D
decl_use
-
extendByZero
in IndisputableMonolith.ClassicalBridge.Fluids.ContinuumLimit2D
decl_use
-
GalerkinState
in IndisputableMonolith.ClassicalBridge.Fluids.Galerkin2D
decl_use