I agree Our site saves small pieces of text information (cookies) on your device in order to deliver better content and for statistical purposes. You can disable the usage of cookies by changing the settings of your browser. By browsing our website without changing the browser settings you grant us permission to store that information on your device.
theory Defs imports Main begin datatype laoe = Wrosh | kaWum laoe fun wrotz where "wrotz (kaWum m) n = kaWum (wrotz m n)" | "wrotz Wrosh n = n" fun wrush where "wrush (kaWum m) n = wrotz n (wrush m n)" | "wrush Wrosh n = Wrosh" end
theory Submission imports Defs begin theorem wrotz_wrush_crazy2: "wrush k (wrotz m n) = wrotz (wrush k m) ((wrush k n)::laoe)" oops theorem wrotz_wrush_notcrazy2: "~(\<forall>k m n. wrush k (wrotz m n) = wrotz (wrush k m) ((wrush k n)::laoe))" oops end
theory Check imports Submission begin theorem "wrush k (wrotz m n) = wrotz (wrush k m) ((wrush k n)::laoe)" by (rule Submission.wrotz_wrush_crazy2) theorem "~(\<forall>k m n. wrush k (wrotz m n) = wrotz (wrush k m) ((wrush k n)::laoe))" by (rule Submission.wrotz_wrush_notcrazy2) end
theory Defs imports Main begin datatype laoe = Wrosh | kaWum laoe fun wrotz where "wrotz (kaWum m) n = kaWum (wrotz m n)" | "wrotz Wrosh n = n" fun wrush where "wrush (kaWum m) n = wrotz n (wrush m n)" | "wrush Wrosh n = Wrosh" end
theory Submission imports Defs begin theorem wrotz_wrush_crazy2: "wrush k (wrotz m n) = wrotz (wrush k m) ((wrush k n)::laoe)" oops theorem wrotz_wrush_notcrazy2: "~(\<forall>k m n. wrush k (wrotz m n) = wrotz (wrush k m) ((wrush k n)::laoe))" oops end
theory Check imports Submission begin theorem "wrush k (wrotz m n) = wrotz (wrush k m) ((wrush k n)::laoe)" by (rule Submission.wrotz_wrush_crazy2) theorem "~(\<forall>k m n. wrush k (wrotz m n) = wrotz (wrush k m) ((wrush k n)::laoe))" by (rule Submission.wrotz_wrush_notcrazy2) end
theory Defs imports Main begin datatype laoe = Wrosh | kaWum laoe fun wrotz where "wrotz (kaWum m) n = kaWum (wrotz m n)" | "wrotz Wrosh n = n" fun wrush where "wrush (kaWum m) n = wrotz n (wrush m n)" | "wrush Wrosh n = Wrosh" end
theory Submission imports Defs begin theorem wrotz_wrush_crazy2: "wrush k (wrotz m n) = wrotz (wrush k m) ((wrush k n)::laoe)" oops theorem wrotz_wrush_notcrazy2: "~(\<forall>k m n. wrush k (wrotz m n) = wrotz (wrush k m) ((wrush k n)::laoe))" oops end
theory Check imports Submission begin theorem "wrush k (wrotz m n) = wrotz (wrush k m) ((wrush k n)::laoe)" by (rule Submission.wrotz_wrush_crazy2) theorem "~(\<forall>k m n. wrush k (wrotz m n) = wrotz (wrush k m) ((wrush k n)::laoe))" by (rule Submission.wrotz_wrush_notcrazy2) end