Compare commits

...

1 Commits

Author SHA1 Message Date
Kim Morrison
30fa545e1f chore: remove grind from Array.size_eq_zero_iff 2025-05-24 14:00:28 +10:00

View File

@@ -75,7 +75,6 @@ theorem ne_empty_of_size_pos (h : 0 < xs.size) : xs ≠ #[] := by
cases xs
simpa using List.ne_nil_of_length_pos h
@[grind]
theorem size_eq_zero_iff : xs.size = 0 xs = #[] :=
eq_empty_of_size_eq_zero, fun h => h rfl