Skip to content

Commit

Permalink
update tryAtEachStep
Browse files Browse the repository at this point in the history
  • Loading branch information
dwrensha committed Dec 5, 2024
1 parent 0dfe6c8 commit aefb0e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions Compfiles/Imo2024P5.lean
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,7 @@ lemma coe_coe_row1 (hN : 2 ≤ N) : (((row1 hN) : Fin (N + 2)) : ℕ) = 1 :=
def row2 (hN : 2 ≤ N) : InteriorRow N :=
⟨⟨2, by omega⟩, ⟨by
simp only [Fin.le_def, Fin.val_one]
omega, by
simp only [Fin.le_def]
omega⟩⟩
omega, Fin.mk_le_mk.mpr hN⟩⟩

/-- Reflecting monster data. -/
def MonsterData.reflect (m : MonsterData N) : MonsterData N where
Expand Down
2 changes: 1 addition & 1 deletion lake-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "git",
"subDir": null,
"scope": "",
"rev": "f072223cf96313ee0e5a70b8c41fe8632622253d",
"rev": "c07c298daae923a6700df67171272b1900384841",
"name": "tryAtEachStep",
"manifestFile": "lake-manifest.json",
"inputRev": "main",
Expand Down

0 comments on commit aefb0e5

Please sign in to comment.