xena icon indicating copy to clipboard operation
xena copied to clipboard

import the necessary context for challenge 8

Open Ezra opened this issue 2 years ago • 0 comments

On challenge 8, Lean complains that it doesn't know the word "group", so (poking through mathlib docs) we'd better import algebra.group.basic. This also puts mul_inv_rev into our list of completions, as the hints file assumes.

If we then also imported tactic, we'd recover the tactic of group, which might otherwise be nice - but here it would trivialize this challenge, so we don't.

Ezra avatar Apr 20 '22 20:04 Ezra