We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7aa956a commit 405a276Copy full SHA for 405a276
HumanEvalLean/HumanEval59.lean
@@ -62,7 +62,15 @@ grind_pattern eq_getElem_append_cons => pref ++ cur :: suff
62
attribute [grind =] Nat.getElem?_toList_rcc
63
attribute [grind =] Nat.length_toList_rcc
64
65
-/-! ## Verification -/
+/-!
66
+## Verification
67
+
68
+We prove two statements:
69
70
+* `largestPrimeFactor n` divides `n`.
71
+* `largestPrimeFactor n` a prime and greater than or equal to every prime factor of `n`, given that
72
+ `n > 1`.
73
+-/
74
75
theorem dividePower_dvd :
76
(dividePower n d hd).val ∣ n.val := by
0 commit comments