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 "HOL-IMP.Big_Step" begin datatype entry = Unchanged ("'_'_'_'_'_'_'_'_") | V "(int\<times>int) set" consts A\<^sub>1 :: "entry list" consts A\<^sub>2 :: "entry list" consts A\<^sub>3 :: "entry list" consts A\<^sub>4 :: "entry list" consts A\<^sub>5 :: "entry list" consts A\<^sub>6 :: "entry list" consts A\<^sub>7 :: "entry list" end
theory Submission imports Defs begin definition A\<^sub>0 :: "entry list" where "A\<^sub>0 = [V{},V{(3,0)},________,________,________, ________,________,________,________,________,________,________, ________,________]" definition A\<^sub>1 :: "entry list" where "A\<^sub>1 _ = undefined" definition A\<^sub>2 :: "entry list" where "A\<^sub>2 _ = undefined" definition A\<^sub>3 :: "entry list" where "A\<^sub>3 _ = undefined" definition A\<^sub>4 :: "entry list" where "A\<^sub>4 _ = undefined" definition A\<^sub>5 :: "entry list" where "A\<^sub>5 _ = undefined" definition A\<^sub>6 :: "entry list" where "A\<^sub>6 _ = undefined" definition A\<^sub>7 :: "entry list" where "A\<^sub>7 _ = undefined" end
theory Check imports Submission begin end