lemma\<open>if(if(P,Q,R), A, B) \<longleftrightarrow> if(P, if(Q,A,B), if(R,A,B))\<close> by blast
text\<open>Trying again from the beginning in order to prove from the definitions\<close> lemma\<open>if(if(P,Q,R), A, B) \<longleftrightarrow> if(P, if(Q,A,B), if(R,A,B))\<close> unfolding if_def by blast
text\<open>An invalid formula. High-level rules permit a simpler diagnosis.\<close> lemma\<open>if(if(P,Q,R), A, B) \<longleftrightarrow> if(P, if(Q,A,B), if(R,B,A))\<close> apply auto \<comment> \<open>The next step will fail unless subgoals remain\<close> apply (tactic all_tac) oops
text\<open>Trying again from the beginning in order to prove from the definitions.\<close> lemma\<open>if(if(P,Q,R), A, B) \<longleftrightarrow> if(P, if(Q,A,B), if(R,B,A))\<close> unfolding if_def apply auto \<comment> \<open>The next step will fail unless subgoals remain\<close> apply (tactic all_tac) oops
end
¤ Dauer der Verarbeitung: 0.1 Sekunden
(vorverarbeitet)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung ist noch experimentell.