You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text in level 11 says "We just proved add_left_eq_zero (a b : mynat) : a + b = 0 → b = 0. " but actually the theorem in level 10 is "add_left_eq_zero {{a b : mynat}} (H : a + b = 0) : b = 0".
Also, the fact that add_left_eq_zero is not an implication but has the premise as an "argument?" left me confused, I don't think I had seen this before ? I think a theorem which has an hypothesis as argument needs to be explained ? I don't think I can use "apply" on add_left_eq_zero, right ?
The text was updated successfully, but these errors were encountered:
The text in level 11 says "We just proved add_left_eq_zero (a b : mynat) : a + b = 0 → b = 0. " but actually the theorem in level 10 is "add_left_eq_zero {{a b : mynat}} (H : a + b = 0) : b = 0".
Also, the fact that add_left_eq_zero is not an implication but has the premise as an "argument?" left me confused, I don't think I had seen this before ? I think a theorem which has an hypothesis as argument needs to be explained ? I don't think I can use "apply" on add_left_eq_zero, right ?
The text was updated successfully, but these errors were encountered: