lemma
proved
term proof
coeffAt_smul
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)
74lemma coeffAt_smul {N : ℕ} (c : ℝ) (u : GalerkinState N) (k : Mode2) (j : Fin 2) :
75 coeffAt (c • u) k j = c * coeffAt u k j := by
proof body
Term-mode proof.
76 classical
77 by_cases hk : k ∈ modes N
78 · simp [coeffAt, hk]
79 · simp [coeffAt, hk]
80
used by (1)
From the project-wide theorem graph. These declarations reference this one in their body.
-
extendByZero_smul
in IndisputableMonolith.ClassicalBridge.Fluids.ContinuumLimit2D
decl_use
depends on (4)
Lean names referenced from this declaration's body.
-
coeffAt
in IndisputableMonolith.ClassicalBridge.Fluids.ContinuumLimit2D
decl_use
-
GalerkinState
in IndisputableMonolith.ClassicalBridge.Fluids.Galerkin2D
decl_use
-
Mode2
in IndisputableMonolith.ClassicalBridge.Fluids.Galerkin2D
decl_use
-
modes
in IndisputableMonolith.ClassicalBridge.Fluids.Galerkin2D
decl_use