Remove extra space, that prevent translation

This commit is contained in:
Arnaud
2025-07-11 14:00:36 +02:00
parent 3ced7c7fdb
commit 71e5424a17

View File

@@ -40,7 +40,7 @@ Statement mul_left_cancel (a b c : ) (ha : a ≠ 0) (h : a * b = a * c) : b =
· rw [h2]
rfl
· Hint "The inductive hypothesis `hd` is \"For all natural numbers `c`, `a * d = a * c → d = c`\".
You can `apply` it `at` any hypothesis of the form `a * d = a * ?`. "
You can `apply` it `at` any hypothesis of the form `a * d = a * ?`."
Hint (hidden := true) "Split into cases `c = 0` and `c = succ e` with `cases c with e`."
cases c with e
· rw [mul_succ, mul_zero] at h