▲ | lgas 3 days ago | |
I'm not an expert but I'd say based on my experience with Lean so far, the answer is yes. eg. I have entered some proofs from the Lean guide and then replaced tactics with `apply?` which searches for tactics to meet the goal, and eg. reduced this example from the guide:
To this:
Presumably the same thing could be done for each part of a more complicated proof and could be done so at each step automatically. |