summaryrefslogtreecommitdiff
path: root/Day16.lean
diff options
context:
space:
mode:
authorAndreas Grois <andi@grois.info>2025-10-10 00:30:19 +0200
committerAndreas Grois <andi@grois.info>2025-10-10 00:30:19 +0200
commit2a9261d1ba962deff9fcc1784be44563af513af5 (patch)
treee6c805e970924027723a159aa751e9aa0269ce7b /Day16.lean
parent671ccf18e506398fd8eb65ebac92ec6d2fd03ccd (diff)
Lean 4.18
Diffstat (limited to 'Day16.lean')
-rw-r--r--Day16.lean2
1 files changed, 0 insertions, 2 deletions
diff --git a/Day16.lean b/Day16.lean
index 7e5d3a9..8bd4bf8 100644
--- a/Day16.lean
+++ b/Day16.lean
@@ -170,8 +170,6 @@ private theorem SeenExitDirection.setDirection_increasesCountDirection (a : Seen
unfold contains at h₁
simp[countDirection, setDirection, setTop, setLeft, setRight, setBottom, left, right, bottom, top] at h₁ ⊢
simp[h₁, BitVec.setBitTrue, Fin.val_three]
- unfold getElem BitVec.instGetElemNatBoolLt BitVec.getLsb' Nat.testBit
- simp
private structure SeenExitDirections (table : OpticsTable) extends Parsing.RectangularGrid SeenExitDirection where
sameWidth : width = table.width