Closed
Description
In level 4/6 of the advanced addition world, the solution via induction uses the assumption
tactic, which is not part of the course. This is not an issue per-se, but it's a bit confusing to someone (like myself), who has never seen this tactic. Might be worth it to explain what that's about in the comment or replacing both assumption
with apply h
.
Code reference:
If you tell me how you want it solved (whether that be an additional hint explaning assumption
, replacing it with apply h
or introducing assumption
as a concept properly in some level), I'll gladly create a PR for it :)
PS: Thanks for creating such an awesome learning resource for lean!