In the middle of my proof, this works
induction H1 as [ | | | | | | | | | ].
But, when I exchange it for
dependent induction H1 as [ | | | | | | | | | ].
I get "Error: Syntax error: [tactic:ltac_use_default] expected after [tactic:tactic] (in [vernac:tactic_command]). "
Can you seriously not choose the names of your variables when doing dependent induction? That would be crazy; I really hope I just have the syntax wrong somehow.
Thank you.