321lemma voxelStep_foldMinusOneProgram (v : LNALVoxel) : 322 voxelStep foldMinusOneProgram v = ({ v.1 with nuPhi := clampI32 (v.1.nuPhi + (-1)) }, v.2) := by
proof body
Term-mode proof.
323 rcases v with ⟨r6, a5⟩ 324 simp [LNALSemantics.voxelStep, foldMinusOneProgram, lStep, -clampI32] 325 326/-- The corresponding discrete step on **decoded** Galerkin coefficients. 327 328We mimic the VM update on `nuPhi` (via `clampI32`) and then decode a nonnegative magnitude using `decodeMag`. -/
used by (1)
From the project-wide theorem graph. These declarations reference this one in their body.