I;m trying to prove a lemma using list structures with an induction rule based on a function I defined, yet I'm not sure the inductive hypothesis is exactly what I need. How can I print it or just view it?
TIA
You can print the induction rule with thm f.induct
, where f
is the function you defined. print_statement f.induct
may be a bit easier to read.
Last updated: Dec 21 2024 at 16:20 UTC