lemma
proved
term proof
coeffAt_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)
67lemma coeffAt_add {N : ℕ} (u v : GalerkinState N) (k : Mode2) (j : Fin 2) :
68 coeffAt (u + v) k j = coeffAt u k j + coeffAt v k j := by
proof body
Term-mode proof.
69 classical
70 by_cases hk : k ∈ modes N
71 · simp [coeffAt, hk]
72 · simp [coeffAt, hk]
73
used by (1)
From the project-wide theorem graph. These declarations reference this one in their body.
-
extendByZero_add
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