Mention of assumption
in Advanced Addition Level 4
#74
Labels
documentation
Improvements or additions to documentation
assumption
in Advanced Addition Level 4
#74
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 bothassumption
withapply h
.Code reference:
NNG4/Game/Levels/AdvAddition/L04add_right_eq_self.lean
Line 59 in 7400b12
If you tell me how you want it solved (whether that be an additional hint explaning
assumption
, replacing it withapply h
or introducingassumption
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!
The text was updated successfully, but these errors were encountered: