fix accidentally commented-out NewTactic induction

This commit is contained in:
Kevin Buzzard
2024-02-27 09:15:19 +00:00
parent 6658392838
commit 69cca24efd

View File

@@ -90,6 +90,9 @@ the second has an assumption `hd : 0 + d = d` and goal
Note that you must prove the first
goal before you can access the second one.
"
-/
TacticDoc induction
NewTactic induction
TheoremTab "+"
@@ -101,5 +104,4 @@ Conclusion
`add_zero` and `zero_add`!
Let's continue on our journey to `add_comm`, the proof of `x + y = y + x`.
-/
TacticDoc induction
"