How do I apply case analysis in Isabelle? I was looking for something similar to apply (induct x) (which is used for induction).
How do I apply case analysis in Isabelle? I was looking for something similar
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Case analysis is usually performed with the
casesmethod (also see “cases (method)” in the index of the Isabelle/Isar Reference manual of Isabelle2014). If you are a beginner, I recommend the tutorial Programming and Proving in Isabelle/HOL.Note that since Isabelle 2014, the documentation is also available in the Isabelle/jEdit IDE in the Documentation panel.