We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab91788 commit 27c193dCopy full SHA for 27c193d
Math2001/Homework/hw3.lean
@@ -21,7 +21,7 @@ theorem problem2 {t : ℚ} (h : t ^ 2 + t - 6 = 0) : t = 2 ∨ t = -3 := by
21
sorry
22
23
@[autograded 3]
24
-example : ∃ a b : ℕ, a ≠ 0 ∧ 2 ^ a = 5 * b + 1 := by
+theorem problem3 : ∃ a b : ℕ, a ≠ 0 ∧ 2 ^ a = 5 * b + 1 := by
25
26
27
@[autograded 5]
0 commit comments