Skip to content

Commit

Permalink
dependency for Prime
Browse files Browse the repository at this point in the history
  • Loading branch information
archiebrowne committed Nov 1, 2023
1 parent 90ab940 commit f424d55
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Game/Levels/Division/Level_6.lean
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import Game.Levels.Division.Level_5
import Game.Levels.AdvMultiplication.all_levels

World "Division"
Level 6
Expand Down Expand Up @@ -33,7 +34,7 @@ Statement dvd_add_right


example (a b c d : ℕ) (h : a * c + b = a * d) : a ∣ b := by
sorry



-- obtain ⟨n, rfl⟩ := Nat.le.dest (Nat. le_of_mul_le_mul_left (Nat. le.intro hm) this) use n
Expand Down

0 comments on commit f424d55

Please sign in to comment.