Skip to content

Commit

Permalink
fix tm 31
Browse files Browse the repository at this point in the history
  • Loading branch information
lengyijun committed Nov 17, 2024
1 parent 1b08d8e commit b084c1a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions GoldbachTm/Tm31/Content.lean
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ refine (?_ ∘ g) ?_
use (1+k)
ring_nf at *
simp [h]
omega
. obtain ⟨x, y, _, hx, hy⟩ := hpp
by_cases x ≤ y
. use! x, y
Expand Down
1 change: 1 addition & 0 deletions GoldbachTm/Tm31/Prime.lean
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import GoldbachTm.Tm31.TuringMachine31
import GoldbachTm.Tm31.Transition
import Mathlib.Data.Nat.Prime.Defs
import Mathlib.Data.Nat.ModEq
import Mathlib.Data.Nat.Prime.Basic

namespace Tm31

Expand Down
2 changes: 1 addition & 1 deletion GoldbachTm/Tm31/TuringMachine31.lean
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-- inspired by https://github.com/leanprover-community/mathlib4/blob/master/Mathlib/Computability/TuringMachine.lean
import Mathlib.Computability.TuringMachine
import Mathlib.Data.Real.Sqrt
import Mathlib.Tactic.Ring.RingNF
import GoldbachTm.Basic
import GoldbachTm.Format
import GoldbachTm.ListBlank
Expand Down

0 comments on commit b084c1a

Please sign in to comment.