task_id
stringlengths
21
23
challenge_id
stringlengths
16
16
proof_assistant
stringclasses
1 value
session
stringclasses
1 value
repo
stringclasses
57 values
revision
stringclasses
57 values
file_path
stringlengths
13
92
theory
stringlengths
1
48
variant
int64
0
132
challenge_type
stringclasses
1 value
difficulty
null
count
null
by_centrality
bool
1 class
ablation_prob
float64
0.5
0.5
min_depth
int64
1
1
max_depth
int64
1
1
leaves_only
bool
1 class
min_size
int64
0
0
max_size
stringclasses
1 value
min_centrality
int64
0
0
max_centrality
stringclasses
1 value
seed
int64
42
42
n_proofs
int64
1
173
n_ablated
int64
1
60
holes_filled
listlengths
1
60
deleted_lemmas
listlengths
1
1
corollaries
listlengths
1
1
closure_size
int64
1
172
challenge_file_content
stringlengths
133
350k
solution_file_content
stringlengths
394
351k
solution_diff
stringlengths
243
134k
manifest
dict
ablate_aa35d284c852_24
f2316dfb97fd72e7
lean
lean
github.com/Verified-zkEVM/evm-asm
7d5875858bc3727250adb6880c8339048365b1b6
EvmAsm/Evm64/InterpreterExecutableStepBridge.lean
InterpreterExecutableStepBridge
24
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
5
8
[ { "theorem_name": "loopFuel_one_supported_execSpec_SMOD", "depth": 1, "n_commands": 0, "n_lines": 6, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n rw [loopFuel_one_of_execSpec_SMOD SupportedLoopBridge.supportedLoopHandler\n h_status h_pc h_code]\...
[ { "name": "loopFuel_one_of_execSpec_SMOD", "text": "theorem loopFuel_one_of_execSpec_SMOD\n (handler : InterpreterLoop.Handler)\n {state : EvmState}\n (h_status : state.status = .running)\n (h_pc : state.pc < state.code.length)\n (h_code :\n state.code[state.pc] =\n (ExecutableSpe...
[ { "name": "loopFuel_one_supported_execSpec_SMOD_stack_of_runSModStack?_some", "fan_in": 0, "n_deps_direct": 1, "n_deps_transitive": 1, "n_lines": 21, "n_chars": 910, "n_subproofs": 0, "n_tactics": 8, "cyclomatic": 1, "n_automation": 0, "n_rewrites": 3, "n_structural":...
1
/- EvmAsm.Evm64.InterpreterExecutableStepBridge Lift executable-spec byte fetch/decode facts through one running interpreter loop step (GH #109). -/ import EvmAsm.Evm64.InterpreterExecutableFetchBridge import EvmAsm.Evm64.SupportedLoopBridge namespace EvmAsm.Evm64 namespace InterpreterExecutableStepBridge th...
/- EvmAsm.Evm64.InterpreterExecutableStepBridge Lift executable-spec byte fetch/decode facts through one running interpreter loop step (GH #109). -/ import EvmAsm.Evm64.InterpreterExecutableFetchBridge import EvmAsm.Evm64.SupportedLoopBridge namespace EvmAsm.Evm64 namespace InterpreterExecutableStepBridge th...
@@ -12,6 +12,20 @@ namespace InterpreterExecutableStepBridge +theorem loopFuel_one_of_execSpec_SMOD + (handler : InterpreterLoop.Handler) + {state : EvmState} + (h_status : state.status = .running) + (h_pc : state.pc < state.code.length) + (h_code : + state.code[state.pc] = + (Executable...
{ "repo": "evm-asm", "git_repo": "github.com/Verified-zkEVM/evm-asm", "revision": "7d5875858bc3727250adb6880c8339048365b1b6", "lean_toolchain": "leanprover/lean4:v4.30.0-rc1", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-de...
ablate_aa35d284c852_25
acf164438380ccfe
lean
lean
github.com/Verified-zkEVM/evm-asm
7d5875858bc3727250adb6880c8339048365b1b6
EvmAsm/Evm64/InterpreterExecutableStepBridge.lean
InterpreterExecutableStepBridge
25
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
5
12
[ { "theorem_name": "loopFuel_one_supported_execSpec_SDIV_pc", "depth": 1, "n_commands": 0, "n_lines": 3, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n rw [loopFuel_one_supported_execSpec_SDIV h_status h_pc h_code]\n exact SDivStackExecutionBridge.sd...
[ { "name": "loopFuel_one_supported_execSpec_SDIV", "text": "theorem loopFuel_one_supported_execSpec_SDIV\n {state : EvmState}\n (h_status : state.status = .running)\n (h_pc : state.pc < state.code.length)\n (h_code :\n state.code[state.pc] =\n (ExecutableSpecOpcodeBridge.Ops.SDIV : Bi...
[ { "name": "loopFuel_one_supported_execSpec_SDIV_status_of_runSDivStack?_some", "fan_in": 0, "n_deps_direct": 1, "n_deps_transitive": 2, "n_lines": 17, "n_chars": 699, "n_subproofs": 0, "n_tactics": 4, "cyclomatic": 1, "n_automation": 0, "n_rewrites": 1, "n_structural"...
2
/- EvmAsm.Evm64.InterpreterExecutableStepBridge Lift executable-spec byte fetch/decode facts through one running interpreter loop step (GH #109). -/ import EvmAsm.Evm64.InterpreterExecutableFetchBridge import EvmAsm.Evm64.SupportedLoopBridge namespace EvmAsm.Evm64 namespace InterpreterExecutableStepBridge th...
/- EvmAsm.Evm64.InterpreterExecutableStepBridge Lift executable-spec byte fetch/decode facts through one running interpreter loop step (GH #109). -/ import EvmAsm.Evm64.InterpreterExecutableFetchBridge import EvmAsm.Evm64.SupportedLoopBridge namespace EvmAsm.Evm64 namespace InterpreterExecutableStepBridge th...
@@ -26,6 +26,21 @@ exact InterpreterExecutableFetchBridge.stepWithHandler_of_execSpec_SDIV handler h_pc h_code +theorem loopFuel_one_supported_execSpec_SDIV + {state : EvmState} + (h_status : state.status = .running) + (h_pc : state.pc < state.code.length) + (h_code : + state.code[state.pc] =...
{ "repo": "evm-asm", "git_repo": "github.com/Verified-zkEVM/evm-asm", "revision": "7d5875858bc3727250adb6880c8339048365b1b6", "lean_toolchain": "leanprover/lean4:v4.30.0-rc1", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-de...
ablate_aa35d284c852_26
9410eac7226dbc96
lean
lean
github.com/Verified-zkEVM/evm-asm
7d5875858bc3727250adb6880c8339048365b1b6
EvmAsm/Evm64/InterpreterExecutableStepBridge.lean
InterpreterExecutableStepBridge
26
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
5
12
[ { "theorem_name": "loopFuel_one_supported_execSpec_SMOD_pc", "depth": 1, "n_commands": 0, "n_lines": 3, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n rw [loopFuel_one_supported_execSpec_SMOD h_status h_pc h_code]\n exact SModStackExecutionBridge.sm...
[ { "name": "loopFuel_one_supported_execSpec_SMOD", "text": "theorem loopFuel_one_supported_execSpec_SMOD\n {state : EvmState}\n (h_status : state.status = .running)\n (h_pc : state.pc < state.code.length)\n (h_code :\n state.code[state.pc] =\n (ExecutableSpecOpcodeBridge.Ops.SMOD : Bi...
[ { "name": "loopFuel_one_supported_execSpec_SMOD_status_of_runSModStack?_some", "fan_in": 0, "n_deps_direct": 1, "n_deps_transitive": 2, "n_lines": 17, "n_chars": 699, "n_subproofs": 0, "n_tactics": 4, "cyclomatic": 1, "n_automation": 0, "n_rewrites": 1, "n_structural"...
2
/- EvmAsm.Evm64.InterpreterExecutableStepBridge Lift executable-spec byte fetch/decode facts through one running interpreter loop step (GH #109). -/ import EvmAsm.Evm64.InterpreterExecutableFetchBridge import EvmAsm.Evm64.SupportedLoopBridge namespace EvmAsm.Evm64 namespace InterpreterExecutableStepBridge th...
/- EvmAsm.Evm64.InterpreterExecutableStepBridge Lift executable-spec byte fetch/decode facts through one running interpreter loop step (GH #109). -/ import EvmAsm.Evm64.InterpreterExecutableFetchBridge import EvmAsm.Evm64.SupportedLoopBridge namespace EvmAsm.Evm64 namespace InterpreterExecutableStepBridge th...
@@ -26,6 +26,21 @@ exact InterpreterExecutableFetchBridge.stepWithHandler_of_execSpec_SMOD handler h_pc h_code +theorem loopFuel_one_supported_execSpec_SMOD + {state : EvmState} + (h_status : state.status = .running) + (h_pc : state.pc < state.code.length) + (h_code : + state.code[state.pc] =...
{ "repo": "evm-asm", "git_repo": "github.com/Verified-zkEVM/evm-asm", "revision": "7d5875858bc3727250adb6880c8339048365b1b6", "lean_toolchain": "leanprover/lean4:v4.30.0-rc1", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-de...
ablate_aa35d284c852_27
1afe4b44a0532612
lean
lean
github.com/Verified-zkEVM/evm-asm
7d5875858bc3727250adb6880c8339048365b1b6
EvmAsm/Evm64/InterpreterExecutableStepBridge.lean
InterpreterExecutableStepBridge
27
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
5
8
[ { "theorem_name": "loopFuel_one_supported_execSpec_SDIV", "depth": 1, "n_commands": 0, "n_lines": 6, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n rw [loopFuel_one_of_execSpec_SDIV SupportedLoopBridge.supportedLoopHandler\n h_status h_pc h_code]\...
[ { "name": "loopFuel_one_of_execSpec_SDIV", "text": "theorem loopFuel_one_of_execSpec_SDIV\n (handler : InterpreterLoop.Handler)\n {state : EvmState}\n (h_status : state.status = .running)\n (h_pc : state.pc < state.code.length)\n (h_code :\n state.code[state.pc] =\n (ExecutableSpe...
[ { "name": "loopFuel_one_supported_execSpec_SDIV_status_of_none", "fan_in": 0, "n_deps_direct": 1, "n_deps_transitive": 1, "n_lines": 20, "n_chars": 809, "n_subproofs": 0, "n_tactics": 8, "cyclomatic": 1, "n_automation": 0, "n_rewrites": 3, "n_structural": 1, "auto...
1
/- EvmAsm.Evm64.InterpreterExecutableStepBridge Lift executable-spec byte fetch/decode facts through one running interpreter loop step (GH #109). -/ import EvmAsm.Evm64.InterpreterExecutableFetchBridge import EvmAsm.Evm64.SupportedLoopBridge namespace EvmAsm.Evm64 namespace InterpreterExecutableStepBridge th...
/- EvmAsm.Evm64.InterpreterExecutableStepBridge Lift executable-spec byte fetch/decode facts through one running interpreter loop step (GH #109). -/ import EvmAsm.Evm64.InterpreterExecutableFetchBridge import EvmAsm.Evm64.SupportedLoopBridge namespace EvmAsm.Evm64 namespace InterpreterExecutableStepBridge th...
@@ -12,6 +12,20 @@ namespace InterpreterExecutableStepBridge +theorem loopFuel_one_of_execSpec_SDIV + (handler : InterpreterLoop.Handler) + {state : EvmState} + (h_status : state.status = .running) + (h_pc : state.pc < state.code.length) + (h_code : + state.code[state.pc] = + (Executable...
{ "repo": "evm-asm", "git_repo": "github.com/Verified-zkEVM/evm-asm", "revision": "7d5875858bc3727250adb6880c8339048365b1b6", "lean_toolchain": "leanprover/lean4:v4.30.0-rc1", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-de...
ablate_aa35d284c852_28
7173a1582b0f2d8f
lean
lean
github.com/Verified-zkEVM/evm-asm
7d5875858bc3727250adb6880c8339048365b1b6
EvmAsm/Evm64/InterpreterExecutableStepBridge.lean
InterpreterExecutableStepBridge
28
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
5
8
[ { "theorem_name": "loopFuel_one_supported_execSpec_SMOD", "depth": 1, "n_commands": 0, "n_lines": 6, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n rw [loopFuel_one_of_execSpec_SMOD SupportedLoopBridge.supportedLoopHandler\n h_status h_pc h_code]\...
[ { "name": "loopFuel_one_of_execSpec_SMOD", "text": "theorem loopFuel_one_of_execSpec_SMOD\n (handler : InterpreterLoop.Handler)\n {state : EvmState}\n (h_status : state.status = .running)\n (h_pc : state.pc < state.code.length)\n (h_code :\n state.code[state.pc] =\n (ExecutableSpe...
[ { "name": "loopFuel_one_supported_execSpec_SMOD_status_of_none", "fan_in": 0, "n_deps_direct": 1, "n_deps_transitive": 1, "n_lines": 20, "n_chars": 809, "n_subproofs": 0, "n_tactics": 8, "cyclomatic": 1, "n_automation": 0, "n_rewrites": 3, "n_structural": 1, "auto...
1
/- EvmAsm.Evm64.InterpreterExecutableStepBridge Lift executable-spec byte fetch/decode facts through one running interpreter loop step (GH #109). -/ import EvmAsm.Evm64.InterpreterExecutableFetchBridge import EvmAsm.Evm64.SupportedLoopBridge namespace EvmAsm.Evm64 namespace InterpreterExecutableStepBridge th...
/- EvmAsm.Evm64.InterpreterExecutableStepBridge Lift executable-spec byte fetch/decode facts through one running interpreter loop step (GH #109). -/ import EvmAsm.Evm64.InterpreterExecutableFetchBridge import EvmAsm.Evm64.SupportedLoopBridge namespace EvmAsm.Evm64 namespace InterpreterExecutableStepBridge th...
@@ -12,6 +12,20 @@ namespace InterpreterExecutableStepBridge +theorem loopFuel_one_of_execSpec_SMOD + (handler : InterpreterLoop.Handler) + {state : EvmState} + (h_status : state.status = .running) + (h_pc : state.pc < state.code.length) + (h_code : + state.code[state.pc] = + (Executable...
{ "repo": "evm-asm", "git_repo": "github.com/Verified-zkEVM/evm-asm", "revision": "7d5875858bc3727250adb6880c8339048365b1b6", "lean_toolchain": "leanprover/lean4:v4.30.0-rc1", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-de...
ablate_aa35d284c852_29
6c140c9c5ec65ba4
lean
lean
github.com/Verified-zkEVM/evm-asm
7d5875858bc3727250adb6880c8339048365b1b6
EvmAsm/Evm64/InterpreterExecutableStepBridge.lean
InterpreterExecutableStepBridge
29
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
5
12
[ { "theorem_name": "loopFuel_one_supported_execSpec_SDIV_pc", "depth": 1, "n_commands": 0, "n_lines": 3, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n rw [loopFuel_one_supported_execSpec_SDIV h_status h_pc h_code]\n exact SDivStackExecutionBridge.sd...
[ { "name": "loopFuel_one_supported_execSpec_SDIV", "text": "theorem loopFuel_one_supported_execSpec_SDIV\n {state : EvmState}\n (h_status : state.status = .running)\n (h_pc : state.pc < state.code.length)\n (h_code :\n state.code[state.pc] =\n (ExecutableSpecOpcodeBridge.Ops.SDIV : Bi...
[ { "name": "loopFuel_one_supported_execSpec_SDIV_status_empty_stack", "fan_in": 0, "n_deps_direct": 1, "n_deps_transitive": 2, "n_lines": 25, "n_chars": 1017, "n_subproofs": 3, "n_tactics": 15, "cyclomatic": 1, "n_automation": 3, "n_rewrites": 1, "n_structural": 1, ...
2
/- EvmAsm.Evm64.InterpreterExecutableStepBridge Lift executable-spec byte fetch/decode facts through one running interpreter loop step (GH #109). -/ import EvmAsm.Evm64.InterpreterExecutableFetchBridge import EvmAsm.Evm64.SupportedLoopBridge namespace EvmAsm.Evm64 namespace InterpreterExecutableStepBridge th...
/- EvmAsm.Evm64.InterpreterExecutableStepBridge Lift executable-spec byte fetch/decode facts through one running interpreter loop step (GH #109). -/ import EvmAsm.Evm64.InterpreterExecutableFetchBridge import EvmAsm.Evm64.SupportedLoopBridge namespace EvmAsm.Evm64 namespace InterpreterExecutableStepBridge th...
@@ -26,6 +26,21 @@ exact InterpreterExecutableFetchBridge.stepWithHandler_of_execSpec_SDIV handler h_pc h_code +theorem loopFuel_one_supported_execSpec_SDIV + {state : EvmState} + (h_status : state.status = .running) + (h_pc : state.pc < state.code.length) + (h_code : + state.code[state.pc] =...
{ "repo": "evm-asm", "git_repo": "github.com/Verified-zkEVM/evm-asm", "revision": "7d5875858bc3727250adb6880c8339048365b1b6", "lean_toolchain": "leanprover/lean4:v4.30.0-rc1", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-de...
ablate_aa35d284c852_30
7073dd0b633427ad
lean
lean
github.com/Verified-zkEVM/evm-asm
7d5875858bc3727250adb6880c8339048365b1b6
EvmAsm/Evm64/InterpreterExecutableStepBridge.lean
InterpreterExecutableStepBridge
30
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
5
12
[ { "theorem_name": "loopFuel_one_supported_execSpec_SDIV_pc", "depth": 1, "n_commands": 0, "n_lines": 3, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n rw [loopFuel_one_supported_execSpec_SDIV h_status h_pc h_code]\n exact SDivStackExecutionBridge.sd...
[ { "name": "loopFuel_one_supported_execSpec_SDIV", "text": "theorem loopFuel_one_supported_execSpec_SDIV\n {state : EvmState}\n (h_status : state.status = .running)\n (h_pc : state.pc < state.code.length)\n (h_code :\n state.code[state.pc] =\n (ExecutableSpecOpcodeBridge.Ops.SDIV : Bi...
[ { "name": "loopFuel_one_supported_execSpec_SDIV_status_singleton_stack", "fan_in": 0, "n_deps_direct": 1, "n_deps_transitive": 2, "n_lines": 27, "n_chars": 1115, "n_subproofs": 3, "n_tactics": 17, "cyclomatic": 1, "n_automation": 3, "n_rewrites": 1, "n_structural": 1,...
2
/- EvmAsm.Evm64.InterpreterExecutableStepBridge Lift executable-spec byte fetch/decode facts through one running interpreter loop step (GH #109). -/ import EvmAsm.Evm64.InterpreterExecutableFetchBridge import EvmAsm.Evm64.SupportedLoopBridge namespace EvmAsm.Evm64 namespace InterpreterExecutableStepBridge th...
/- EvmAsm.Evm64.InterpreterExecutableStepBridge Lift executable-spec byte fetch/decode facts through one running interpreter loop step (GH #109). -/ import EvmAsm.Evm64.InterpreterExecutableFetchBridge import EvmAsm.Evm64.SupportedLoopBridge namespace EvmAsm.Evm64 namespace InterpreterExecutableStepBridge th...
@@ -26,6 +26,21 @@ exact InterpreterExecutableFetchBridge.stepWithHandler_of_execSpec_SDIV handler h_pc h_code +theorem loopFuel_one_supported_execSpec_SDIV + {state : EvmState} + (h_status : state.status = .running) + (h_pc : state.pc < state.code.length) + (h_code : + state.code[state.pc] =...
{ "repo": "evm-asm", "git_repo": "github.com/Verified-zkEVM/evm-asm", "revision": "7d5875858bc3727250adb6880c8339048365b1b6", "lean_toolchain": "leanprover/lean4:v4.30.0-rc1", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-de...
ablate_aa35d284c852_31
dd98b7d674dd0a5b
lean
lean
github.com/Verified-zkEVM/evm-asm
7d5875858bc3727250adb6880c8339048365b1b6
EvmAsm/Evm64/InterpreterExecutableStepBridge.lean
InterpreterExecutableStepBridge
31
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
5
12
[ { "theorem_name": "loopFuel_one_supported_execSpec_SMOD_pc", "depth": 1, "n_commands": 0, "n_lines": 3, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n rw [loopFuel_one_supported_execSpec_SMOD h_status h_pc h_code]\n exact SModStackExecutionBridge.sm...
[ { "name": "loopFuel_one_supported_execSpec_SMOD", "text": "theorem loopFuel_one_supported_execSpec_SMOD\n {state : EvmState}\n (h_status : state.status = .running)\n (h_pc : state.pc < state.code.length)\n (h_code :\n state.code[state.pc] =\n (ExecutableSpecOpcodeBridge.Ops.SMOD : Bi...
[ { "name": "loopFuel_one_supported_execSpec_SMOD_status_empty_stack", "fan_in": 0, "n_deps_direct": 1, "n_deps_transitive": 2, "n_lines": 25, "n_chars": 1017, "n_subproofs": 3, "n_tactics": 15, "cyclomatic": 1, "n_automation": 3, "n_rewrites": 1, "n_structural": 1, ...
2
/- EvmAsm.Evm64.InterpreterExecutableStepBridge Lift executable-spec byte fetch/decode facts through one running interpreter loop step (GH #109). -/ import EvmAsm.Evm64.InterpreterExecutableFetchBridge import EvmAsm.Evm64.SupportedLoopBridge namespace EvmAsm.Evm64 namespace InterpreterExecutableStepBridge th...
/- EvmAsm.Evm64.InterpreterExecutableStepBridge Lift executable-spec byte fetch/decode facts through one running interpreter loop step (GH #109). -/ import EvmAsm.Evm64.InterpreterExecutableFetchBridge import EvmAsm.Evm64.SupportedLoopBridge namespace EvmAsm.Evm64 namespace InterpreterExecutableStepBridge th...
@@ -26,6 +26,21 @@ exact InterpreterExecutableFetchBridge.stepWithHandler_of_execSpec_SMOD handler h_pc h_code +theorem loopFuel_one_supported_execSpec_SMOD + {state : EvmState} + (h_status : state.status = .running) + (h_pc : state.pc < state.code.length) + (h_code : + state.code[state.pc] =...
{ "repo": "evm-asm", "git_repo": "github.com/Verified-zkEVM/evm-asm", "revision": "7d5875858bc3727250adb6880c8339048365b1b6", "lean_toolchain": "leanprover/lean4:v4.30.0-rc1", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-de...
ablate_aa35d284c852_32
f9af907b7629891c
lean
lean
github.com/Verified-zkEVM/evm-asm
7d5875858bc3727250adb6880c8339048365b1b6
EvmAsm/Evm64/InterpreterExecutableStepBridge.lean
InterpreterExecutableStepBridge
32
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
5
12
[ { "theorem_name": "loopFuel_one_supported_execSpec_SMOD_pc", "depth": 1, "n_commands": 0, "n_lines": 3, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n rw [loopFuel_one_supported_execSpec_SMOD h_status h_pc h_code]\n exact SModStackExecutionBridge.sm...
[ { "name": "loopFuel_one_supported_execSpec_SMOD", "text": "theorem loopFuel_one_supported_execSpec_SMOD\n {state : EvmState}\n (h_status : state.status = .running)\n (h_pc : state.pc < state.code.length)\n (h_code :\n state.code[state.pc] =\n (ExecutableSpecOpcodeBridge.Ops.SMOD : Bi...
[ { "name": "loopFuel_one_supported_execSpec_SMOD_status_singleton_stack", "fan_in": 0, "n_deps_direct": 1, "n_deps_transitive": 2, "n_lines": 27, "n_chars": 1115, "n_subproofs": 3, "n_tactics": 17, "cyclomatic": 1, "n_automation": 3, "n_rewrites": 1, "n_structural": 1,...
2
/- EvmAsm.Evm64.InterpreterExecutableStepBridge Lift executable-spec byte fetch/decode facts through one running interpreter loop step (GH #109). -/ import EvmAsm.Evm64.InterpreterExecutableFetchBridge import EvmAsm.Evm64.SupportedLoopBridge namespace EvmAsm.Evm64 namespace InterpreterExecutableStepBridge th...
/- EvmAsm.Evm64.InterpreterExecutableStepBridge Lift executable-spec byte fetch/decode facts through one running interpreter loop step (GH #109). -/ import EvmAsm.Evm64.InterpreterExecutableFetchBridge import EvmAsm.Evm64.SupportedLoopBridge namespace EvmAsm.Evm64 namespace InterpreterExecutableStepBridge th...
@@ -26,6 +26,21 @@ exact InterpreterExecutableFetchBridge.stepWithHandler_of_execSpec_SMOD handler h_pc h_code +theorem loopFuel_one_supported_execSpec_SMOD + {state : EvmState} + (h_status : state.status = .running) + (h_pc : state.pc < state.code.length) + (h_code : + state.code[state.pc] =...
{ "repo": "evm-asm", "git_repo": "github.com/Verified-zkEVM/evm-asm", "revision": "7d5875858bc3727250adb6880c8339048365b1b6", "lean_toolchain": "leanprover/lean4:v4.30.0-rc1", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-de...
ablate_aa35d284c852_33
03f4252a5d7bf0ed
lean
lean
github.com/Verified-zkEVM/evm-asm
7d5875858bc3727250adb6880c8339048365b1b6
EvmAsm/Evm64/InterpreterExecutableStepBridge.lean
InterpreterExecutableStepBridge
33
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
5
8
[ { "theorem_name": "loopFuel_one_supported_execSpec_SDIV", "depth": 1, "n_commands": 0, "n_lines": 6, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n rw [loopFuel_one_of_execSpec_SDIV SupportedLoopBridge.supportedLoopHandler\n h_status h_pc h_code]\...
[ { "name": "loopFuel_one_of_execSpec_SDIV", "text": "theorem loopFuel_one_of_execSpec_SDIV\n (handler : InterpreterLoop.Handler)\n {state : EvmState}\n (h_status : state.status = .running)\n (h_pc : state.pc < state.code.length)\n (h_code :\n state.code[state.pc] =\n (ExecutableSpe...
[ { "name": "loopFuel_one_supported_execSpec_SDIV_stack_zero_divisor", "fan_in": 0, "n_deps_direct": 1, "n_deps_transitive": 1, "n_lines": 32, "n_chars": 1401, "n_subproofs": 3, "n_tactics": 21, "cyclomatic": 1, "n_automation": 3, "n_rewrites": 3, "n_structural": 1, ...
1
/- EvmAsm.Evm64.InterpreterExecutableStepBridge Lift executable-spec byte fetch/decode facts through one running interpreter loop step (GH #109). -/ import EvmAsm.Evm64.InterpreterExecutableFetchBridge import EvmAsm.Evm64.SupportedLoopBridge namespace EvmAsm.Evm64 namespace InterpreterExecutableStepBridge th...
/- EvmAsm.Evm64.InterpreterExecutableStepBridge Lift executable-spec byte fetch/decode facts through one running interpreter loop step (GH #109). -/ import EvmAsm.Evm64.InterpreterExecutableFetchBridge import EvmAsm.Evm64.SupportedLoopBridge namespace EvmAsm.Evm64 namespace InterpreterExecutableStepBridge th...
@@ -12,6 +12,20 @@ namespace InterpreterExecutableStepBridge +theorem loopFuel_one_of_execSpec_SDIV + (handler : InterpreterLoop.Handler) + {state : EvmState} + (h_status : state.status = .running) + (h_pc : state.pc < state.code.length) + (h_code : + state.code[state.pc] = + (Executable...
{ "repo": "evm-asm", "git_repo": "github.com/Verified-zkEVM/evm-asm", "revision": "7d5875858bc3727250adb6880c8339048365b1b6", "lean_toolchain": "leanprover/lean4:v4.30.0-rc1", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-de...
ablate_aa35d284c852_34
6b7e557b37af85af
lean
lean
github.com/Verified-zkEVM/evm-asm
7d5875858bc3727250adb6880c8339048365b1b6
EvmAsm/Evm64/InterpreterExecutableStepBridge.lean
InterpreterExecutableStepBridge
34
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
5
8
[ { "theorem_name": "loopFuel_one_supported_execSpec_SDIV", "depth": 1, "n_commands": 0, "n_lines": 6, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n rw [loopFuel_one_of_execSpec_SDIV SupportedLoopBridge.supportedLoopHandler\n h_status h_pc h_code]\...
[ { "name": "loopFuel_one_of_execSpec_SDIV", "text": "theorem loopFuel_one_of_execSpec_SDIV\n (handler : InterpreterLoop.Handler)\n {state : EvmState}\n (h_status : state.status = .running)\n (h_pc : state.pc < state.code.length)\n (h_code :\n state.code[state.pc] =\n (ExecutableSpe...
[ { "name": "loopFuel_one_supported_execSpec_SDIV_stack_intMin_neg_one", "fan_in": 0, "n_deps_direct": 1, "n_deps_transitive": 1, "n_lines": 36, "n_chars": 1593, "n_subproofs": 3, "n_tactics": 25, "cyclomatic": 1, "n_automation": 3, "n_rewrites": 3, "n_structural": 1, ...
1
/- EvmAsm.Evm64.InterpreterExecutableStepBridge Lift executable-spec byte fetch/decode facts through one running interpreter loop step (GH #109). -/ import EvmAsm.Evm64.InterpreterExecutableFetchBridge import EvmAsm.Evm64.SupportedLoopBridge namespace EvmAsm.Evm64 namespace InterpreterExecutableStepBridge th...
/- EvmAsm.Evm64.InterpreterExecutableStepBridge Lift executable-spec byte fetch/decode facts through one running interpreter loop step (GH #109). -/ import EvmAsm.Evm64.InterpreterExecutableFetchBridge import EvmAsm.Evm64.SupportedLoopBridge namespace EvmAsm.Evm64 namespace InterpreterExecutableStepBridge th...
@@ -12,6 +12,20 @@ namespace InterpreterExecutableStepBridge +theorem loopFuel_one_of_execSpec_SDIV + (handler : InterpreterLoop.Handler) + {state : EvmState} + (h_status : state.status = .running) + (h_pc : state.pc < state.code.length) + (h_code : + state.code[state.pc] = + (Executable...
{ "repo": "evm-asm", "git_repo": "github.com/Verified-zkEVM/evm-asm", "revision": "7d5875858bc3727250adb6880c8339048365b1b6", "lean_toolchain": "leanprover/lean4:v4.30.0-rc1", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-de...
ablate_aa35d284c852_35
efce295bccd31d5b
lean
lean
github.com/Verified-zkEVM/evm-asm
7d5875858bc3727250adb6880c8339048365b1b6
EvmAsm/Evm64/InterpreterExecutableStepBridge.lean
InterpreterExecutableStepBridge
35
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
5
8
[ { "theorem_name": "loopFuel_one_supported_execSpec_SDIV", "depth": 1, "n_commands": 0, "n_lines": 6, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n rw [loopFuel_one_of_execSpec_SDIV SupportedLoopBridge.supportedLoopHandler\n h_status h_pc h_code]\...
[ { "name": "loopFuel_one_of_execSpec_SDIV", "text": "theorem loopFuel_one_of_execSpec_SDIV\n (handler : InterpreterLoop.Handler)\n {state : EvmState}\n (h_status : state.status = .running)\n (h_pc : state.pc < state.code.length)\n (h_code :\n state.code[state.pc] =\n (ExecutableSpe...
[ { "name": "loopFuel_one_supported_execSpec_SDIV_stack_neg_one_two", "fan_in": 0, "n_deps_direct": 1, "n_deps_transitive": 1, "n_lines": 36, "n_chars": 1475, "n_subproofs": 3, "n_tactics": 25, "cyclomatic": 1, "n_automation": 3, "n_rewrites": 3, "n_structural": 1, ...
1
/- EvmAsm.Evm64.InterpreterExecutableStepBridge Lift executable-spec byte fetch/decode facts through one running interpreter loop step (GH #109). -/ import EvmAsm.Evm64.InterpreterExecutableFetchBridge import EvmAsm.Evm64.SupportedLoopBridge namespace EvmAsm.Evm64 namespace InterpreterExecutableStepBridge th...
/- EvmAsm.Evm64.InterpreterExecutableStepBridge Lift executable-spec byte fetch/decode facts through one running interpreter loop step (GH #109). -/ import EvmAsm.Evm64.InterpreterExecutableFetchBridge import EvmAsm.Evm64.SupportedLoopBridge namespace EvmAsm.Evm64 namespace InterpreterExecutableStepBridge th...
@@ -12,6 +12,20 @@ namespace InterpreterExecutableStepBridge +theorem loopFuel_one_of_execSpec_SDIV + (handler : InterpreterLoop.Handler) + {state : EvmState} + (h_status : state.status = .running) + (h_pc : state.pc < state.code.length) + (h_code : + state.code[state.pc] = + (Executable...
{ "repo": "evm-asm", "git_repo": "github.com/Verified-zkEVM/evm-asm", "revision": "7d5875858bc3727250adb6880c8339048365b1b6", "lean_toolchain": "leanprover/lean4:v4.30.0-rc1", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-de...
ablate_aa35d284c852_36
82473fe8ed4421fd
lean
lean
github.com/Verified-zkEVM/evm-asm
7d5875858bc3727250adb6880c8339048365b1b6
EvmAsm/Evm64/InterpreterExecutableStepBridge.lean
InterpreterExecutableStepBridge
36
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
5
8
[ { "theorem_name": "loopFuel_one_supported_execSpec_SDIV", "depth": 1, "n_commands": 0, "n_lines": 6, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n rw [loopFuel_one_of_execSpec_SDIV SupportedLoopBridge.supportedLoopHandler\n h_status h_pc h_code]\...
[ { "name": "loopFuel_one_of_execSpec_SDIV", "text": "theorem loopFuel_one_of_execSpec_SDIV\n (handler : InterpreterLoop.Handler)\n {state : EvmState}\n (h_status : state.status = .running)\n (h_pc : state.pc < state.code.length)\n (h_code :\n state.code[state.pc] =\n (ExecutableSpe...
[ { "name": "loopFuel_one_supported_execSpec_SDIV_stack_pos_neg_trunc", "fan_in": 0, "n_deps_direct": 1, "n_deps_transitive": 1, "n_lines": 36, "n_chars": 1564, "n_subproofs": 3, "n_tactics": 25, "cyclomatic": 1, "n_automation": 3, "n_rewrites": 3, "n_structural": 1, ...
1
/- EvmAsm.Evm64.InterpreterExecutableStepBridge Lift executable-spec byte fetch/decode facts through one running interpreter loop step (GH #109). -/ import EvmAsm.Evm64.InterpreterExecutableFetchBridge import EvmAsm.Evm64.SupportedLoopBridge namespace EvmAsm.Evm64 namespace InterpreterExecutableStepBridge th...
/- EvmAsm.Evm64.InterpreterExecutableStepBridge Lift executable-spec byte fetch/decode facts through one running interpreter loop step (GH #109). -/ import EvmAsm.Evm64.InterpreterExecutableFetchBridge import EvmAsm.Evm64.SupportedLoopBridge namespace EvmAsm.Evm64 namespace InterpreterExecutableStepBridge th...
@@ -12,6 +12,20 @@ namespace InterpreterExecutableStepBridge +theorem loopFuel_one_of_execSpec_SDIV + (handler : InterpreterLoop.Handler) + {state : EvmState} + (h_status : state.status = .running) + (h_pc : state.pc < state.code.length) + (h_code : + state.code[state.pc] = + (Executable...
{ "repo": "evm-asm", "git_repo": "github.com/Verified-zkEVM/evm-asm", "revision": "7d5875858bc3727250adb6880c8339048365b1b6", "lean_toolchain": "leanprover/lean4:v4.30.0-rc1", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-de...
ablate_aa35d284c852_37
88ac0e109c10abe5
lean
lean
github.com/Verified-zkEVM/evm-asm
7d5875858bc3727250adb6880c8339048365b1b6
EvmAsm/Evm64/InterpreterExecutableStepBridge.lean
InterpreterExecutableStepBridge
37
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
5
8
[ { "theorem_name": "loopFuel_one_supported_execSpec_SMOD", "depth": 1, "n_commands": 0, "n_lines": 6, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n rw [loopFuel_one_of_execSpec_SMOD SupportedLoopBridge.supportedLoopHandler\n h_status h_pc h_code]\...
[ { "name": "loopFuel_one_of_execSpec_SMOD", "text": "theorem loopFuel_one_of_execSpec_SMOD\n (handler : InterpreterLoop.Handler)\n {state : EvmState}\n (h_status : state.status = .running)\n (h_pc : state.pc < state.code.length)\n (h_code :\n state.code[state.pc] =\n (ExecutableSpe...
[ { "name": "loopFuel_one_supported_execSpec_SMOD_stack_zero_divisor", "fan_in": 0, "n_deps_direct": 1, "n_deps_transitive": 1, "n_lines": 32, "n_chars": 1401, "n_subproofs": 3, "n_tactics": 21, "cyclomatic": 1, "n_automation": 3, "n_rewrites": 3, "n_structural": 1, ...
1
/- EvmAsm.Evm64.InterpreterExecutableStepBridge Lift executable-spec byte fetch/decode facts through one running interpreter loop step (GH #109). -/ import EvmAsm.Evm64.InterpreterExecutableFetchBridge import EvmAsm.Evm64.SupportedLoopBridge namespace EvmAsm.Evm64 namespace InterpreterExecutableStepBridge th...
/- EvmAsm.Evm64.InterpreterExecutableStepBridge Lift executable-spec byte fetch/decode facts through one running interpreter loop step (GH #109). -/ import EvmAsm.Evm64.InterpreterExecutableFetchBridge import EvmAsm.Evm64.SupportedLoopBridge namespace EvmAsm.Evm64 namespace InterpreterExecutableStepBridge th...
@@ -12,6 +12,20 @@ namespace InterpreterExecutableStepBridge +theorem loopFuel_one_of_execSpec_SMOD + (handler : InterpreterLoop.Handler) + {state : EvmState} + (h_status : state.status = .running) + (h_pc : state.pc < state.code.length) + (h_code : + state.code[state.pc] = + (Executable...
{ "repo": "evm-asm", "git_repo": "github.com/Verified-zkEVM/evm-asm", "revision": "7d5875858bc3727250adb6880c8339048365b1b6", "lean_toolchain": "leanprover/lean4:v4.30.0-rc1", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-de...
ablate_aa35d284c852_38
7ee4ba36c1f6febf
lean
lean
github.com/Verified-zkEVM/evm-asm
7d5875858bc3727250adb6880c8339048365b1b6
EvmAsm/Evm64/InterpreterExecutableStepBridge.lean
InterpreterExecutableStepBridge
38
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
5
8
[ { "theorem_name": "loopFuel_one_supported_execSpec_SMOD", "depth": 1, "n_commands": 0, "n_lines": 6, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n rw [loopFuel_one_of_execSpec_SMOD SupportedLoopBridge.supportedLoopHandler\n h_status h_pc h_code]\...
[ { "name": "loopFuel_one_of_execSpec_SMOD", "text": "theorem loopFuel_one_of_execSpec_SMOD\n (handler : InterpreterLoop.Handler)\n {state : EvmState}\n (h_status : state.status = .running)\n (h_pc : state.pc < state.code.length)\n (h_code :\n state.code[state.pc] =\n (ExecutableSpe...
[ { "name": "loopFuel_one_supported_execSpec_SMOD_stack_neg_pos_sign", "fan_in": 0, "n_deps_direct": 1, "n_deps_transitive": 1, "n_lines": 36, "n_chars": 1490, "n_subproofs": 3, "n_tactics": 25, "cyclomatic": 1, "n_automation": 3, "n_rewrites": 3, "n_structural": 1, ...
1
/- EvmAsm.Evm64.InterpreterExecutableStepBridge Lift executable-spec byte fetch/decode facts through one running interpreter loop step (GH #109). -/ import EvmAsm.Evm64.InterpreterExecutableFetchBridge import EvmAsm.Evm64.SupportedLoopBridge namespace EvmAsm.Evm64 namespace InterpreterExecutableStepBridge th...
/- EvmAsm.Evm64.InterpreterExecutableStepBridge Lift executable-spec byte fetch/decode facts through one running interpreter loop step (GH #109). -/ import EvmAsm.Evm64.InterpreterExecutableFetchBridge import EvmAsm.Evm64.SupportedLoopBridge namespace EvmAsm.Evm64 namespace InterpreterExecutableStepBridge th...
@@ -12,6 +12,20 @@ namespace InterpreterExecutableStepBridge +theorem loopFuel_one_of_execSpec_SMOD + (handler : InterpreterLoop.Handler) + {state : EvmState} + (h_status : state.status = .running) + (h_pc : state.pc < state.code.length) + (h_code : + state.code[state.pc] = + (Executable...
{ "repo": "evm-asm", "git_repo": "github.com/Verified-zkEVM/evm-asm", "revision": "7d5875858bc3727250adb6880c8339048365b1b6", "lean_toolchain": "leanprover/lean4:v4.30.0-rc1", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-de...
ablate_aa35d284c852_39
a942c44e67569ba9
lean
lean
github.com/Verified-zkEVM/evm-asm
7d5875858bc3727250adb6880c8339048365b1b6
EvmAsm/Evm64/InterpreterExecutableStepBridge.lean
InterpreterExecutableStepBridge
39
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
5
8
[ { "theorem_name": "loopFuel_one_supported_execSpec_SMOD", "depth": 1, "n_commands": 0, "n_lines": 6, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n rw [loopFuel_one_of_execSpec_SMOD SupportedLoopBridge.supportedLoopHandler\n h_status h_pc h_code]\...
[ { "name": "loopFuel_one_of_execSpec_SMOD", "text": "theorem loopFuel_one_of_execSpec_SMOD\n (handler : InterpreterLoop.Handler)\n {state : EvmState}\n (h_status : state.status = .running)\n (h_pc : state.pc < state.code.length)\n (h_code :\n state.code[state.pc] =\n (ExecutableSpe...
[ { "name": "loopFuel_one_supported_execSpec_SMOD_stack_pos_neg_sign", "fan_in": 0, "n_deps_direct": 1, "n_deps_transitive": 1, "n_lines": 36, "n_chars": 1561, "n_subproofs": 3, "n_tactics": 25, "cyclomatic": 1, "n_automation": 3, "n_rewrites": 3, "n_structural": 1, ...
1
/- EvmAsm.Evm64.InterpreterExecutableStepBridge Lift executable-spec byte fetch/decode facts through one running interpreter loop step (GH #109). -/ import EvmAsm.Evm64.InterpreterExecutableFetchBridge import EvmAsm.Evm64.SupportedLoopBridge namespace EvmAsm.Evm64 namespace InterpreterExecutableStepBridge th...
/- EvmAsm.Evm64.InterpreterExecutableStepBridge Lift executable-spec byte fetch/decode facts through one running interpreter loop step (GH #109). -/ import EvmAsm.Evm64.InterpreterExecutableFetchBridge import EvmAsm.Evm64.SupportedLoopBridge namespace EvmAsm.Evm64 namespace InterpreterExecutableStepBridge th...
@@ -12,6 +12,20 @@ namespace InterpreterExecutableStepBridge +theorem loopFuel_one_of_execSpec_SMOD + (handler : InterpreterLoop.Handler) + {state : EvmState} + (h_status : state.status = .running) + (h_pc : state.pc < state.code.length) + (h_code : + state.code[state.pc] = + (Executable...
{ "repo": "evm-asm", "git_repo": "github.com/Verified-zkEVM/evm-asm", "revision": "7d5875858bc3727250adb6880c8339048365b1b6", "lean_toolchain": "leanprover/lean4:v4.30.0-rc1", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-de...
ablate_aa35d284c852_40
ab8794c27c8435cb
lean
lean
github.com/Verified-zkEVM/evm-asm
7d5875858bc3727250adb6880c8339048365b1b6
EvmAsm/Evm64/InterpreterExecutableStepBridge.lean
InterpreterExecutableStepBridge
40
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
5
8
[ { "theorem_name": "loopFuel_one_supported_execSpec_SMOD", "depth": 1, "n_commands": 0, "n_lines": 6, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n rw [loopFuel_one_of_execSpec_SMOD SupportedLoopBridge.supportedLoopHandler\n h_status h_pc h_code]\...
[ { "name": "loopFuel_one_of_execSpec_SMOD", "text": "theorem loopFuel_one_of_execSpec_SMOD\n (handler : InterpreterLoop.Handler)\n {state : EvmState}\n (h_status : state.status = .running)\n (h_pc : state.pc < state.code.length)\n (h_code :\n state.code[state.pc] =\n (ExecutableSpe...
[ { "name": "loopFuel_one_supported_execSpec_SMOD_stack_neg_neg_sign", "fan_in": 0, "n_deps_direct": 1, "n_deps_transitive": 1, "n_lines": 36, "n_chars": 1568, "n_subproofs": 3, "n_tactics": 25, "cyclomatic": 1, "n_automation": 3, "n_rewrites": 3, "n_structural": 1, ...
1
/- EvmAsm.Evm64.InterpreterExecutableStepBridge Lift executable-spec byte fetch/decode facts through one running interpreter loop step (GH #109). -/ import EvmAsm.Evm64.InterpreterExecutableFetchBridge import EvmAsm.Evm64.SupportedLoopBridge namespace EvmAsm.Evm64 namespace InterpreterExecutableStepBridge th...
/- EvmAsm.Evm64.InterpreterExecutableStepBridge Lift executable-spec byte fetch/decode facts through one running interpreter loop step (GH #109). -/ import EvmAsm.Evm64.InterpreterExecutableFetchBridge import EvmAsm.Evm64.SupportedLoopBridge namespace EvmAsm.Evm64 namespace InterpreterExecutableStepBridge th...
@@ -12,6 +12,20 @@ namespace InterpreterExecutableStepBridge +theorem loopFuel_one_of_execSpec_SMOD + (handler : InterpreterLoop.Handler) + {state : EvmState} + (h_status : state.status = .running) + (h_pc : state.pc < state.code.length) + (h_code : + state.code[state.pc] = + (Executable...
{ "repo": "evm-asm", "git_repo": "github.com/Verified-zkEVM/evm-asm", "revision": "7d5875858bc3727250adb6880c8339048365b1b6", "lean_toolchain": "leanprover/lean4:v4.30.0-rc1", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-de...
ablate_eb4c49c74bb4_0
fcdf44ee448a721b
lean
lean
github.com/Verified-zkEVM/evm-asm
7d5875858bc3727250adb6880c8339048365b1b6
EvmAsm/Rv64/RLP/Phase1CascadePrefixE5.lean
Phase1CascadePrefixE5
0
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
1
1
[ { "theorem_name": "rlp_phase1_cascade_prefix_e5_spec'_within", "depth": 1, "n_commands": 0, "n_lines": 9, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": "\n rlp_phase1_cascade_prefix_e5_spec_within v5 v10 off1 off2 off3 off4 base\n hv5_lo hv5_2 hv5_3 hv5...
[ { "name": "rlp_phase1_cascade_prefix_e5_spec_within", "text": "/-- `cpsTripleWithin base (base + 32)` for the Phase 1 cascade prefix on the\n e5 (long-list / fall-through) path: all four cascade steps fall\n through.\n\n `kVal4 = (0 : Word) + signExtend12 0xF8` is the residue left in\n `x10` by ...
[ { "name": "rlp_phase1_cascade_prefix_e5_spec'_within", "fan_in": 0, "n_deps_direct": 1, "n_deps_transitive": 1, "n_lines": 24, "n_chars": 1425, "n_subproofs": 0, "n_tactics": 8, "cyclomatic": 1, "n_automation": 0, "n_rewrites": 0, "n_structural": 0, "automation_on...
1
/- EvmAsm.Rv64.RLP.Phase1CascadePrefixE5 EL.3 Phase 1 cascade prefix for the e5 (long-list / fall-through) path. Composes: * `rlp_phase1_step_ntaken_spec` at `(base, k = 0x80)` — step 1 not taken (`¬ ult v5 0x80`). * `rlp_phase1_step_ntaken_spec` at `(base + 8, k = 0xB8)` — step 2 not taken ...
/- EvmAsm.Rv64.RLP.Phase1CascadePrefixE5 EL.3 Phase 1 cascade prefix for the e5 (long-list / fall-through) path. Composes: * `rlp_phase1_step_ntaken_spec` at `(base, k = 0x80)` — step 1 not taken (`¬ ult v5 0x80`). * `rlp_phase1_step_ntaken_spec` at `(base + 8, k = 0xB8)` — step 2 not taken ...
@@ -33,6 +33,74 @@ -- Spec -- ============================================================================ +/-- `cpsTripleWithin base (base + 32)` for the Phase 1 cascade prefix on the + e5 (long-list / fall-through) path: all four cascade steps fall + through. + + `kVal4 = (0 : Word) + signExtend12 0xF8` ...
{ "repo": "evm-asm", "git_repo": "github.com/Verified-zkEVM/evm-asm", "revision": "7d5875858bc3727250adb6880c8339048365b1b6", "lean_toolchain": "leanprover/lean4:v4.30.0-rc1", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-de...
ablate_9a0a6df52021_0
f4c2aff78552ab61
lean
lean
github.com/Verified-zkEVM/evm-asm
7d5875858bc3727250adb6880c8339048365b1b6
EvmAsm/Evm64/SDiv/Compose/BaseCodeV5.lean
BaseCodeV5
0
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
8
1
[ { "theorem_name": "savedRaRet_spec_in_sdivCodeV5", "depth": 1, "n_commands": 0, "n_lines": 13, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n have hmono :\n ∀ a i,\n (EvmAsm.Evm64.evm_sdiv_saved_ra_ret_block_code .x18\n (base + s...
[ { "name": "sdivCodeV5_savedRaRet_sub", "text": "/-- v5 mirror of `sdivCodeV4_savedRaRet_sub`: the saved-RA return block is a slice\n of the shared `evm_sdiv_wrapper` prefix, so it subsumes into `sdivCodeV5`. -/\ntheorem sdivCodeV5_savedRaRet_sub {base : Word} :\n ∀ a i, (savedRaRetCode base) a = some ...
[ { "name": "savedRaRet_spec_in_sdivCodeV5", "fan_in": 0, "n_deps_direct": 1, "n_deps_transitive": 1, "n_lines": 22, "n_chars": 854, "n_subproofs": 1, "n_tactics": 13, "cyclomatic": 1, "n_automation": 1, "n_rewrites": 0, "n_structural": 3, "automation_only": false, ...
1
/- EvmAsm.Evm64.SDiv.Compose.BaseCodeV5 v5 SDIV return-block code subsumptions + leaf return spec, over `sdivCodeV5`. The SDIV sign-fix / saved-RA return blocks live in the shared `evm_sdiv_wrapper` prefix (identical between `evm_sdiv_v4` and `evm_sdiv_v5`), so these mirror the `sdivCodeV4_*_sub` / `*_spec_i...
/- EvmAsm.Evm64.SDiv.Compose.BaseCodeV5 v5 SDIV return-block code subsumptions + leaf return spec, over `sdivCodeV5`. The SDIV sign-fix / saved-RA return blocks live in the shared `evm_sdiv_wrapper` prefix (identical between `evm_sdiv_v4` and `evm_sdiv_v5`), so these mirror the `sdivCodeV4_*_sub` / `*_spec_i...
@@ -17,6 +17,24 @@ namespace EvmAsm.Evm64.SDiv.Compose +/-- v5 mirror of `sdivCodeV4_savedRaRet_sub`: the saved-RA return block is a slice + of the shared `evm_sdiv_wrapper` prefix, so it subsumes into `sdivCodeV5`. -/ +theorem sdivCodeV5_savedRaRet_sub {base : Word} : + ∀ a i, (savedRaRetCode base) a = some...
{ "repo": "evm-asm", "git_repo": "github.com/Verified-zkEVM/evm-asm", "revision": "7d5875858bc3727250adb6880c8339048365b1b6", "lean_toolchain": "leanprover/lean4:v4.30.0-rc1", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-de...
ablate_9a0a6df52021_1
f1fa2210e06c27d4
lean
lean
github.com/Verified-zkEVM/evm-asm
7d5875858bc3727250adb6880c8339048365b1b6
EvmAsm/Evm64/SDiv/Compose/BaseCodeV5.lean
BaseCodeV5
1
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
8
1
[ { "theorem_name": "divCall_spec_in_sdivCodeV5", "depth": 1, "n_commands": 0, "n_lines": 13, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n have hmono :\n ∀ a i,\n (EvmAsm.Evm64.evm_sdiv_div_call_block_code\n EvmAsm.Evm64.evm_sdiv...
[ { "name": "sdivCodeV5_divCall_sub", "text": "/-- v5 mirror of `sdivCodeV4_divCall_sub`. -/\ntheorem sdivCodeV5_divCall_sub {base : Word} :\n ∀ a i, (divCallCode base) a = some i → (sdivCodeV5 base) a = some i := by\n unfold divCallCode sdivCodeV5\n exact EvmAsm.Rv64.CodeReq.ofProg_mono_sub base (base +...
[ { "name": "divCall_spec_in_sdivCodeV5", "fan_in": 0, "n_deps_direct": 1, "n_deps_transitive": 1, "n_lines": 23, "n_chars": 995, "n_subproofs": 1, "n_tactics": 13, "cyclomatic": 1, "n_automation": 1, "n_rewrites": 0, "n_structural": 3, "automation_only": false, ...
1
/- EvmAsm.Evm64.SDiv.Compose.BaseCodeV5 v5 SDIV return-block code subsumptions + leaf return spec, over `sdivCodeV5`. The SDIV sign-fix / saved-RA return blocks live in the shared `evm_sdiv_wrapper` prefix (identical between `evm_sdiv_v4` and `evm_sdiv_v5`), so these mirror the `sdivCodeV4_*_sub` / `*_spec_i...
/- EvmAsm.Evm64.SDiv.Compose.BaseCodeV5 v5 SDIV return-block code subsumptions + leaf return spec, over `sdivCodeV5`. The SDIV sign-fix / saved-RA return blocks live in the shared `evm_sdiv_wrapper` prefix (identical between `evm_sdiv_v4` and `evm_sdiv_v5`), so these mirror the `sdivCodeV4_*_sub` / `*_spec_i...
@@ -17,6 +17,24 @@ namespace EvmAsm.Evm64.SDiv.Compose +/-- v5 mirror of `sdivCodeV4_divCall_sub`. -/ +theorem sdivCodeV5_divCall_sub {base : Word} : + ∀ a i, (divCallCode base) a = some i → (sdivCodeV5 base) a = some i := by + unfold divCallCode sdivCodeV5 + exact EvmAsm.Rv64.CodeReq.ofProg_mono_sub base (ba...
{ "repo": "evm-asm", "git_repo": "github.com/Verified-zkEVM/evm-asm", "revision": "7d5875858bc3727250adb6880c8339048365b1b6", "lean_toolchain": "leanprover/lean4:v4.30.0-rc1", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-de...
ablate_9a0a6df52021_2
2cd23aa15091e580
lean
lean
github.com/Verified-zkEVM/evm-asm
7d5875858bc3727250adb6880c8339048365b1b6
EvmAsm/Evm64/SDiv/Compose/BaseCodeV5.lean
BaseCodeV5
2
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
8
1
[ { "theorem_name": "signXor_spec_in_sdivCodeV5", "depth": 1, "n_commands": 0, "n_lines": 13, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n have hmono :\n ∀ a i, (EvmAsm.Rv64.CodeReq.singleton (base + signXorOff) (.XOR .x8 .x8 .x9)) a = some i →\...
[ { "name": "sdivCodeV5_signXor_sub", "text": "/-- v5 mirror of `sdivCodeV4_signXor_sub`. -/\ntheorem sdivCodeV5_signXor_sub {base : Word} :\n ∀ a i, (signXorCode base) a = some i → (sdivCodeV5 base) a = some i := by\n unfold signXorCode sdivCodeV5\n exact EvmAsm.Rv64.CodeReq.ofProg_mono_sub base (base +...
[ { "name": "signXor_spec_in_sdivCodeV5", "fan_in": 0, "n_deps_direct": 1, "n_deps_transitive": 1, "n_lines": 22, "n_chars": 1018, "n_subproofs": 1, "n_tactics": 13, "cyclomatic": 1, "n_automation": 1, "n_rewrites": 1, "n_structural": 4, "automation_only": false, ...
1
/- EvmAsm.Evm64.SDiv.Compose.BaseCodeV5 v5 SDIV return-block code subsumptions + leaf return spec, over `sdivCodeV5`. The SDIV sign-fix / saved-RA return blocks live in the shared `evm_sdiv_wrapper` prefix (identical between `evm_sdiv_v4` and `evm_sdiv_v5`), so these mirror the `sdivCodeV4_*_sub` / `*_spec_i...
/- EvmAsm.Evm64.SDiv.Compose.BaseCodeV5 v5 SDIV return-block code subsumptions + leaf return spec, over `sdivCodeV5`. The SDIV sign-fix / saved-RA return blocks live in the shared `evm_sdiv_wrapper` prefix (identical between `evm_sdiv_v4` and `evm_sdiv_v5`), so these mirror the `sdivCodeV4_*_sub` / `*_spec_i...
@@ -17,6 +17,23 @@ namespace EvmAsm.Evm64.SDiv.Compose +/-- v5 mirror of `sdivCodeV4_signXor_sub`. -/ +theorem sdivCodeV5_signXor_sub {base : Word} : + ∀ a i, (signXorCode base) a = some i → (sdivCodeV5 base) a = some i := by + unfold signXorCode sdivCodeV5 + exact EvmAsm.Rv64.CodeReq.ofProg_mono_sub base (ba...
{ "repo": "evm-asm", "git_repo": "github.com/Verified-zkEVM/evm-asm", "revision": "7d5875858bc3727250adb6880c8339048365b1b6", "lean_toolchain": "leanprover/lean4:v4.30.0-rc1", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-de...
ablate_9a0a6df52021_3
71b778f496645f74
lean
lean
github.com/Verified-zkEVM/evm-asm
7d5875858bc3727250adb6880c8339048365b1b6
EvmAsm/Evm64/SDiv/Compose/BaseCodeV5.lean
BaseCodeV5
3
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
8
1
[ { "theorem_name": "saveRa_spec_in_sdivCodeV5", "depth": 1, "n_commands": 0, "n_lines": 11, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n have hmono :\n ∀ a i, (EvmAsm.Evm64.evm_sdiv_save_ra_block_code .x18 base) a = some i →\n (sdivCodeV...
[ { "name": "sdivCodeV5_saveRa_sub", "text": "/-- v5 mirror of `sdivCodeV4_saveRa_sub`. -/\ntheorem sdivCodeV5_saveRa_sub {base : Word} :\n ∀ a i, (saveRaCode base) a = some i → (sdivCodeV5 base) a = some i := by\n unfold saveRaCode sdivCodeV5\n exact EvmAsm.Rv64.CodeReq.ofProg_mono_sub base (base + save...
[ { "name": "saveRa_spec_in_sdivCodeV5", "fan_in": 0, "n_deps_direct": 1, "n_deps_transitive": 1, "n_lines": 18, "n_chars": 801, "n_subproofs": 1, "n_tactics": 11, "cyclomatic": 1, "n_automation": 2, "n_rewrites": 0, "n_structural": 3, "automation_only": false, ...
1
/- EvmAsm.Evm64.SDiv.Compose.BaseCodeV5 v5 SDIV return-block code subsumptions + leaf return spec, over `sdivCodeV5`. The SDIV sign-fix / saved-RA return blocks live in the shared `evm_sdiv_wrapper` prefix (identical between `evm_sdiv_v4` and `evm_sdiv_v5`), so these mirror the `sdivCodeV4_*_sub` / `*_spec_i...
/- EvmAsm.Evm64.SDiv.Compose.BaseCodeV5 v5 SDIV return-block code subsumptions + leaf return spec, over `sdivCodeV5`. The SDIV sign-fix / saved-RA return blocks live in the shared `evm_sdiv_wrapper` prefix (identical between `evm_sdiv_v4` and `evm_sdiv_v5`), so these mirror the `sdivCodeV4_*_sub` / `*_spec_i...
@@ -17,6 +17,23 @@ namespace EvmAsm.Evm64.SDiv.Compose +/-- v5 mirror of `sdivCodeV4_saveRa_sub`. -/ +theorem sdivCodeV5_saveRa_sub {base : Word} : + ∀ a i, (saveRaCode base) a = some i → (sdivCodeV5 base) a = some i := by + unfold saveRaCode sdivCodeV5 + exact EvmAsm.Rv64.CodeReq.ofProg_mono_sub base (base +...
{ "repo": "evm-asm", "git_repo": "github.com/Verified-zkEVM/evm-asm", "revision": "7d5875858bc3727250adb6880c8339048365b1b6", "lean_toolchain": "leanprover/lean4:v4.30.0-rc1", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-de...
ablate_9a0a6df52021_4
b12f677755c38edc
lean
lean
github.com/Verified-zkEVM/evm-asm
7d5875858bc3727250adb6880c8339048365b1b6
EvmAsm/Evm64/SDiv/Compose/BaseCodeV5.lean
BaseCodeV5
4
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
8
1
[ { "theorem_name": "dividendSign_spec_in_sdivCodeV5", "depth": 1, "n_commands": 0, "n_lines": 15, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n have hmono :\n ∀ a i,\n (EvmAsm.Evm64.evm_sdiv_sign_bit_block_code .x12 .x8\n EvmAsm....
[ { "name": "sdivCodeV5_dividendSign_sub", "text": "/-- v5 mirror of `sdivCodeV4_dividendSign_sub`. -/\ntheorem sdivCodeV5_dividendSign_sub {base : Word} :\n ∀ a i, (dividendSignCode base) a = some i → (sdivCodeV5 base) a = some i := by\n unfold dividendSignCode sdivCodeV5\n exact EvmAsm.Rv64.CodeReq.ofP...
[ { "name": "dividendSign_spec_in_sdivCodeV5", "fan_in": 0, "n_deps_direct": 1, "n_deps_transitive": 1, "n_lines": 28, "n_chars": 1252, "n_subproofs": 1, "n_tactics": 15, "cyclomatic": 1, "n_automation": 2, "n_rewrites": 0, "n_structural": 3, "automation_only": fals...
1
/- EvmAsm.Evm64.SDiv.Compose.BaseCodeV5 v5 SDIV return-block code subsumptions + leaf return spec, over `sdivCodeV5`. The SDIV sign-fix / saved-RA return blocks live in the shared `evm_sdiv_wrapper` prefix (identical between `evm_sdiv_v4` and `evm_sdiv_v5`), so these mirror the `sdivCodeV4_*_sub` / `*_spec_i...
/- EvmAsm.Evm64.SDiv.Compose.BaseCodeV5 v5 SDIV return-block code subsumptions + leaf return spec, over `sdivCodeV5`. The SDIV sign-fix / saved-RA return blocks live in the shared `evm_sdiv_wrapper` prefix (identical between `evm_sdiv_v4` and `evm_sdiv_v5`), so these mirror the `sdivCodeV4_*_sub` / `*_spec_i...
@@ -17,6 +17,25 @@ namespace EvmAsm.Evm64.SDiv.Compose +/-- v5 mirror of `sdivCodeV4_dividendSign_sub`. -/ +theorem sdivCodeV5_dividendSign_sub {base : Word} : + ∀ a i, (dividendSignCode base) a = some i → (sdivCodeV5 base) a = some i := by + unfold dividendSignCode sdivCodeV5 + exact EvmAsm.Rv64.CodeReq.ofPr...
{ "repo": "evm-asm", "git_repo": "github.com/Verified-zkEVM/evm-asm", "revision": "7d5875858bc3727250adb6880c8339048365b1b6", "lean_toolchain": "leanprover/lean4:v4.30.0-rc1", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-de...
ablate_9a0a6df52021_5
5398d60594b423bd
lean
lean
github.com/Verified-zkEVM/evm-asm
7d5875858bc3727250adb6880c8339048365b1b6
EvmAsm/Evm64/SDiv/Compose/BaseCodeV5.lean
BaseCodeV5
5
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
8
1
[ { "theorem_name": "divisorSign_spec_in_sdivCodeV5", "depth": 1, "n_commands": 0, "n_lines": 15, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n have hmono :\n ∀ a i,\n (EvmAsm.Evm64.evm_sdiv_sign_bit_block_code .x12 .x9\n EvmAsm.E...
[ { "name": "sdivCodeV5_divisorSign_sub", "text": "/-- v5 mirror of `sdivCodeV4_divisorSign_sub`. -/\ntheorem sdivCodeV5_divisorSign_sub {base : Word} :\n ∀ a i, (divisorSignCode base) a = some i → (sdivCodeV5 base) a = some i := by\n unfold divisorSignCode sdivCodeV5\n exact EvmAsm.Rv64.CodeReq.ofProg_m...
[ { "name": "divisorSign_spec_in_sdivCodeV5", "fan_in": 0, "n_deps_direct": 1, "n_deps_transitive": 1, "n_lines": 28, "n_chars": 1235, "n_subproofs": 1, "n_tactics": 15, "cyclomatic": 1, "n_automation": 2, "n_rewrites": 0, "n_structural": 3, "automation_only": false...
1
/- EvmAsm.Evm64.SDiv.Compose.BaseCodeV5 v5 SDIV return-block code subsumptions + leaf return spec, over `sdivCodeV5`. The SDIV sign-fix / saved-RA return blocks live in the shared `evm_sdiv_wrapper` prefix (identical between `evm_sdiv_v4` and `evm_sdiv_v5`), so these mirror the `sdivCodeV4_*_sub` / `*_spec_i...
/- EvmAsm.Evm64.SDiv.Compose.BaseCodeV5 v5 SDIV return-block code subsumptions + leaf return spec, over `sdivCodeV5`. The SDIV sign-fix / saved-RA return blocks live in the shared `evm_sdiv_wrapper` prefix (identical between `evm_sdiv_v4` and `evm_sdiv_v5`), so these mirror the `sdivCodeV4_*_sub` / `*_spec_i...
@@ -17,6 +17,25 @@ namespace EvmAsm.Evm64.SDiv.Compose +/-- v5 mirror of `sdivCodeV4_divisorSign_sub`. -/ +theorem sdivCodeV5_divisorSign_sub {base : Word} : + ∀ a i, (divisorSignCode base) a = some i → (sdivCodeV5 base) a = some i := by + unfold divisorSignCode sdivCodeV5 + exact EvmAsm.Rv64.CodeReq.ofProg_m...
{ "repo": "evm-asm", "git_repo": "github.com/Verified-zkEVM/evm-asm", "revision": "7d5875858bc3727250adb6880c8339048365b1b6", "lean_toolchain": "leanprover/lean4:v4.30.0-rc1", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-de...
ablate_9a0a6df52021_6
8952403fba4ca30c
lean
lean
github.com/Verified-zkEVM/evm-asm
7d5875858bc3727250adb6880c8339048365b1b6
EvmAsm/Evm64/SDiv/Compose/BaseCodeV5.lean
BaseCodeV5
6
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
8
1
[ { "theorem_name": "dividendAbs_spec_in_sdivCodeV5", "depth": 1, "n_commands": 0, "n_lines": 20, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n rw [dividendAbsPre_unfold, dividendAbsPost_unfold]\n have hmono :\n ∀ a i,\n (EvmAsm.Evm64.evm...
[ { "name": "sdivCodeV5_dividendAbs_sub", "text": "/-- v5 mirror of `sdivCodeV4_dividendAbs_sub`. -/\ntheorem sdivCodeV5_dividendAbs_sub {base : Word} :\n ∀ a i, (dividendAbsCode base) a = some i → (sdivCodeV5 base) a = some i := by\n unfold dividendAbsCode sdivCodeV5\n exact EvmAsm.Rv64.CodeReq.ofProg_m...
[ { "name": "dividendAbs_spec_in_sdivCodeV5", "fan_in": 0, "n_deps_direct": 1, "n_deps_transitive": 1, "n_lines": 30, "n_chars": 1311, "n_subproofs": 2, "n_tactics": 20, "cyclomatic": 1, "n_automation": 4, "n_rewrites": 2, "n_structural": 3, "automation_only": false...
1
/- EvmAsm.Evm64.SDiv.Compose.BaseCodeV5 v5 SDIV return-block code subsumptions + leaf return spec, over `sdivCodeV5`. The SDIV sign-fix / saved-RA return blocks live in the shared `evm_sdiv_wrapper` prefix (identical between `evm_sdiv_v4` and `evm_sdiv_v5`), so these mirror the `sdivCodeV4_*_sub` / `*_spec_i...
/- EvmAsm.Evm64.SDiv.Compose.BaseCodeV5 v5 SDIV return-block code subsumptions + leaf return spec, over `sdivCodeV5`. The SDIV sign-fix / saved-RA return blocks live in the shared `evm_sdiv_wrapper` prefix (identical between `evm_sdiv_v4` and `evm_sdiv_v5`), so these mirror the `sdivCodeV4_*_sub` / `*_spec_i...
@@ -17,6 +17,25 @@ namespace EvmAsm.Evm64.SDiv.Compose +/-- v5 mirror of `sdivCodeV4_dividendAbs_sub`. -/ +theorem sdivCodeV5_dividendAbs_sub {base : Word} : + ∀ a i, (dividendAbsCode base) a = some i → (sdivCodeV5 base) a = some i := by + unfold dividendAbsCode sdivCodeV5 + exact EvmAsm.Rv64.CodeReq.ofProg_m...
{ "repo": "evm-asm", "git_repo": "github.com/Verified-zkEVM/evm-asm", "revision": "7d5875858bc3727250adb6880c8339048365b1b6", "lean_toolchain": "leanprover/lean4:v4.30.0-rc1", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-de...
ablate_9a0a6df52021_7
66724b8ea6551ade
lean
lean
github.com/Verified-zkEVM/evm-asm
7d5875858bc3727250adb6880c8339048365b1b6
EvmAsm/Evm64/SDiv/Compose/BaseCodeV5.lean
BaseCodeV5
7
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
8
1
[ { "theorem_name": "divisorAbs_spec_in_sdivCodeV5", "depth": 1, "n_commands": 0, "n_lines": 20, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n rw [divisorAbsPre_unfold, divisorAbsPost_unfold]\n have hmono :\n ∀ a i,\n (EvmAsm.Evm64.evm_sd...
[ { "name": "sdivCodeV5_divisorAbs_sub", "text": "/-- v5 mirror of `sdivCodeV4_divisorAbs_sub`. -/\ntheorem sdivCodeV5_divisorAbs_sub {base : Word} :\n ∀ a i, (divisorAbsCode base) a = some i → (sdivCodeV5 base) a = some i := by\n unfold divisorAbsCode sdivCodeV5\n exact EvmAsm.Rv64.CodeReq.ofProg_mono_s...
[ { "name": "divisorAbs_spec_in_sdivCodeV5", "fan_in": 0, "n_deps_direct": 1, "n_deps_transitive": 1, "n_lines": 30, "n_chars": 1303, "n_subproofs": 2, "n_tactics": 20, "cyclomatic": 1, "n_automation": 4, "n_rewrites": 2, "n_structural": 3, "automation_only": false,...
1
/- EvmAsm.Evm64.SDiv.Compose.BaseCodeV5 v5 SDIV return-block code subsumptions + leaf return spec, over `sdivCodeV5`. The SDIV sign-fix / saved-RA return blocks live in the shared `evm_sdiv_wrapper` prefix (identical between `evm_sdiv_v4` and `evm_sdiv_v5`), so these mirror the `sdivCodeV4_*_sub` / `*_spec_i...
/- EvmAsm.Evm64.SDiv.Compose.BaseCodeV5 v5 SDIV return-block code subsumptions + leaf return spec, over `sdivCodeV5`. The SDIV sign-fix / saved-RA return blocks live in the shared `evm_sdiv_wrapper` prefix (identical between `evm_sdiv_v4` and `evm_sdiv_v5`), so these mirror the `sdivCodeV4_*_sub` / `*_spec_i...
@@ -17,6 +17,25 @@ namespace EvmAsm.Evm64.SDiv.Compose +/-- v5 mirror of `sdivCodeV4_divisorAbs_sub`. -/ +theorem sdivCodeV5_divisorAbs_sub {base : Word} : + ∀ a i, (divisorAbsCode base) a = some i → (sdivCodeV5 base) a = some i := by + unfold divisorAbsCode sdivCodeV5 + exact EvmAsm.Rv64.CodeReq.ofProg_mono_...
{ "repo": "evm-asm", "git_repo": "github.com/Verified-zkEVM/evm-asm", "revision": "7d5875858bc3727250adb6880c8339048365b1b6", "lean_toolchain": "leanprover/lean4:v4.30.0-rc1", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-de...
ablate_4bf234211ff3_0
4925e287bc1f22cd
lean
lean
github.com/Verified-zkEVM/evm-asm
7d5875858bc3727250adb6880c8339048365b1b6
EvmAsm/Rv64/SAsm/BlockSound.lean
BlockSound
0
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
5
1
[ { "theorem_name": "regFile_alu_spec_within", "depth": 1, "n_commands": 0, "n_lines": 20, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n intro R hR s hcr hPR hpc; subst hpc\n have hfetch : s.code s.pc = some i := CodeReq.singleton_satisfiedBy.mp hcr\...
[ { "name": "aluSem_exec", "text": "/-- The classified result function mirrors `execInstrBr` case-for-case. -/\ntheorem aluSem_exec {i : Instr} {op : AluOp} (h : aluSem i = some op) :\n ∀ s : MachineState,\n execInstrBr s i = (s.setReg op.rd (op.f s.getReg)).setPC (s.pc + 4) := by\n cases i <;> simp ...
[ { "name": "regFile_alu_spec_within", "fan_in": 1, "n_deps_direct": 3, "n_deps_transitive": 3, "n_lines": 30, "n_chars": 1588, "n_subproofs": 6, "n_tactics": 22, "cyclomatic": 2, "n_automation": 3, "n_rewrites": 5, "n_structural": 6, "automation_only": false, "...
3
/- EvmAsm.Rv64.SAsm.BlockSound Soundness of the SAsm block engine: a straight-line block of supported instructions satisfies a bounded CPS triple moving `regFileIs rf` to `regFileIs (execBlock rf instrs)`, under the block's own `CodeReq.ofProg`. The bridge is one generic per-instruction lemma (`regFile_alu_...
/- EvmAsm.Rv64.SAsm.BlockSound Soundness of the SAsm block engine: a straight-line block of supported instructions satisfies a bounded CPS triple moving `regFileIs rf` to `regFileIs (execBlock rf instrs)`, under the block's own `CodeReq.ofProg`. The bridge is one generic per-instruction lemma (`regFile_alu_...
@@ -26,6 +26,13 @@ -- Bridges from aluSem to the machine semantics -- ============================================================================ +/-- The classified result function mirrors `execInstrBr` case-for-case. -/ +theorem aluSem_exec {i : Instr} {op : AluOp} (h : aluSem i = some op) : + ∀ s : MachineSt...
{ "repo": "evm-asm", "git_repo": "github.com/Verified-zkEVM/evm-asm", "revision": "7d5875858bc3727250adb6880c8339048365b1b6", "lean_toolchain": "leanprover/lean4:v4.30.0-rc1", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-de...
ablate_4bf234211ff3_1
6429e92508d17b73
lean
lean
github.com/Verified-zkEVM/evm-asm
7d5875858bc3727250adb6880c8339048365b1b6
EvmAsm/Rv64/SAsm/BlockSound.lean
BlockSound
1
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
5
1
[ { "theorem_name": "regFile_alu_spec_within", "depth": 1, "n_commands": 0, "n_lines": 20, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n intro R hR s hcr hPR hpc; subst hpc\n have hfetch : s.code s.pc = some i := CodeReq.singleton_satisfiedBy.mp hcr\...
[ { "name": "aluSem_exec", "text": "/-- The classified result function mirrors `execInstrBr` case-for-case. -/\ntheorem aluSem_exec {i : Instr} {op : AluOp} (h : aluSem i = some op) :\n ∀ s : MachineState,\n execInstrBr s i = (s.setReg op.rd (op.f s.getReg)).setPC (s.pc + 4) := by\n cases i <;> simp ...
[ { "name": "execInstrRF_sound", "fan_in": 1, "n_deps_direct": 1, "n_deps_transitive": 4, "n_lines": 89, "n_chars": 4270, "n_subproofs": 14, "n_tactics": 63, "cyclomatic": 4, "n_automation": 14, "n_rewrites": 4, "n_structural": 14, "automation_only": false, "max...
4
/- EvmAsm.Rv64.SAsm.BlockSound Soundness of the SAsm block engine: a straight-line block of supported instructions satisfies a bounded CPS triple moving `regFileIs rf` to `regFileIs (execBlock rf instrs)`, under the block's own `CodeReq.ofProg`. The bridge is one generic per-instruction lemma (`regFile_alu_...
/- EvmAsm.Rv64.SAsm.BlockSound Soundness of the SAsm block engine: a straight-line block of supported instructions satisfies a bounded CPS triple moving `regFileIs rf` to `regFileIs (execBlock rf instrs)`, under the block's own `CodeReq.ofProg`. The bridge is one generic per-instruction lemma (`regFile_alu_...
@@ -26,6 +26,13 @@ -- Bridges from aluSem to the machine semantics -- ============================================================================ +/-- The classified result function mirrors `execInstrBr` case-for-case. -/ +theorem aluSem_exec {i : Instr} {op : AluOp} (h : aluSem i = some op) : + ∀ s : MachineSt...
{ "repo": "evm-asm", "git_repo": "github.com/Verified-zkEVM/evm-asm", "revision": "7d5875858bc3727250adb6880c8339048365b1b6", "lean_toolchain": "leanprover/lean4:v4.30.0-rc1", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-de...
ablate_4bf234211ff3_2
9e52b22d57708725
lean
lean
github.com/Verified-zkEVM/evm-asm
7d5875858bc3727250adb6880c8339048365b1b6
EvmAsm/Rv64/SAsm/BlockSound.lean
BlockSound
2
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
5
1
[ { "theorem_name": "regFile_alu_spec_within", "depth": 1, "n_commands": 0, "n_lines": 20, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n intro R hR s hcr hPR hpc; subst hpc\n have hfetch : s.code s.pc = some i := CodeReq.singleton_satisfiedBy.mp hcr\...
[ { "name": "aluSem_exec", "text": "/-- The classified result function mirrors `execInstrBr` case-for-case. -/\ntheorem aluSem_exec {i : Instr} {op : AluOp} (h : aluSem i = some op) :\n ∀ s : MachineState,\n execInstrBr s i = (s.setReg op.rd (op.f s.getReg)).setPC (s.pc + 4) := by\n cases i <;> simp ...
[ { "name": "execBlock_sound", "fan_in": 0, "n_deps_direct": 1, "n_deps_transitive": 5, "n_lines": 51, "n_chars": 2368, "n_subproofs": 9, "n_tactics": 36, "cyclomatic": 2, "n_automation": 8, "n_rewrites": 5, "n_structural": 8, "automation_only": false, "max_nest...
5
/- EvmAsm.Rv64.SAsm.BlockSound Soundness of the SAsm block engine: a straight-line block of supported instructions satisfies a bounded CPS triple moving `regFileIs rf` to `regFileIs (execBlock rf instrs)`, under the block's own `CodeReq.ofProg`. The bridge is one generic per-instruction lemma (`regFile_alu_...
/- EvmAsm.Rv64.SAsm.BlockSound Soundness of the SAsm block engine: a straight-line block of supported instructions satisfies a bounded CPS triple moving `regFileIs rf` to `regFileIs (execBlock rf instrs)`, under the block's own `CodeReq.ofProg`. The bridge is one generic per-instruction lemma (`regFile_alu_...
@@ -26,6 +26,13 @@ -- Bridges from aluSem to the machine semantics -- ============================================================================ +/-- The classified result function mirrors `execInstrBr` case-for-case. -/ +theorem aluSem_exec {i : Instr} {op : AluOp} (h : aluSem i = some op) : + ∀ s : MachineSt...
{ "repo": "evm-asm", "git_repo": "github.com/Verified-zkEVM/evm-asm", "revision": "7d5875858bc3727250adb6880c8339048365b1b6", "lean_toolchain": "leanprover/lean4:v4.30.0-rc1", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-de...
ablate_48bab69e6424_0
b120b9b4b1a2bf1e
lean
lean
github.com/Verified-zkEVM/evm-asm
7d5875858bc3727250adb6880c8339048365b1b6
EvmAsm/Evm64/SMod/Compose/ModCallResultSignFixNamedPost.lean
ModCallResultSignFixNamedPost
0
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
1
1
[ { "theorem_name": "saveRaAbsThenModCall_then_resultSignFix_named_post_from_noNop_spec_in_smodCodeV4", "depth": 1, "n_commands": 0, "n_lines": 15, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n exact EvmAsm.Rv64.cpsTripleWithin_weaken\n (fun _ hp =...
[ { "name": "saveRaAbsThenModCallResultSignFixPost_unfold", "text": "theorem saveRaAbsThenModCallResultSignFixPost_unfold\n {vRa sp base : Word}\n {dividendLimb0 dividendLimb1 dividendLimb2 dividendTop\n divisorLimb0 divisorLimb1 divisorLimb2 divisorTop : Word} :\n saveRaAbsThenModCallResultSign...
[ { "name": "saveRaAbsThenModCall_then_resultSignFix_named_post_from_noNop_spec_in_smodCodeV4", "fan_in": 0, "n_deps_direct": 1, "n_deps_transitive": 1, "n_lines": 58, "n_chars": 3070, "n_subproofs": 0, "n_tactics": 15, "cyclomatic": 1, "n_automation": 0, "n_rewrites": 2, ...
1
/- EvmAsm.Evm64.SMod.Compose.ModCallResultSignFixNamedPost Named postcondition for the SMOD path after the unsigned MOD callable and result-sign-fix block. -/ import EvmAsm.Evm64.SMod.Compose.ModCallResultSignFixGeneric import EvmAsm.Evm64.SMod.Compose.ResultSignFixView namespace EvmAsm.Evm64.SMod.Compose @[i...
/- EvmAsm.Evm64.SMod.Compose.ModCallResultSignFixNamedPost Named postcondition for the SMOD path after the unsigned MOD callable and result-sign-fix block. -/ import EvmAsm.Evm64.SMod.Compose.ModCallResultSignFixGeneric import EvmAsm.Evm64.SMod.Compose.ResultSignFixView namespace EvmAsm.Evm64.SMod.Compose @[i...
@@ -41,6 +41,40 @@ smodModCallResultSignFixFrame vRa sp base dividendTop dividendAbsWord +theorem saveRaAbsThenModCallResultSignFixPost_unfold + {vRa sp base : Word} + {dividendLimb0 dividendLimb1 dividendLimb2 dividendTop + divisorLimb0 divisorLimb1 divisorLimb2 divisorTop : Word} : + saveR...
{ "repo": "evm-asm", "git_repo": "github.com/Verified-zkEVM/evm-asm", "revision": "7d5875858bc3727250adb6880c8339048365b1b6", "lean_toolchain": "leanprover/lean4:v4.30.0-rc1", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-de...
ablate_87fa120df0e3_0
6911ac6f6593168e
lean
lean
github.com/Verified-zkEVM/evm-asm
7d5875858bc3727250adb6880c8339048365b1b6
EvmAsm/Evm64/LogGas.lean
LogGas
0
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
1
1
[ { "theorem_name": "logDynamicCost_eq_charges_of_access_le", "depth": 1, "n_commands": 0, "n_lines": 3, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n exact logDynamicCost_eq_charges_of_no_growth\n (evmMemExpand_eq_old_of_access_le sizeBytes offset...
[ { "name": "logDynamicCost_eq_charges_of_no_growth", "text": "theorem logDynamicCost_eq_charges_of_no_growth\n {kind : LogArgs.Kind} {sizeBytes offset length : Nat}\n (h_no_growth : evmMemExpand sizeBytes offset length = sizeBytes) :\n logDynamicCost kind sizeBytes offset length =\n logTopicDyn...
[ { "name": "logDynamicCost_eq_charges_of_access_le", "fan_in": 0, "n_deps_direct": 1, "n_deps_transitive": 1, "n_lines": 9, "n_chars": 403, "n_subproofs": 0, "n_tactics": 3, "cyclomatic": 1, "n_automation": 0, "n_rewrites": 0, "n_structural": 1, "automation_only": ...
1
/- EvmAsm.Evm64.LogGas Pure dynamic gas helpers for LOG0 through LOG4 (GH #112 / #118). -/ import EvmAsm.Evm64.LogArgs import EvmAsm.Evm64.MemoryGas namespace EvmAsm.Evm64 namespace LogGas /-- Dynamic gas charged per LOG topic. -/ def logGasPerTopic : Nat := 375 /-- Dynamic gas charged per byte of LOG data. -/...
/- EvmAsm.Evm64.LogGas Pure dynamic gas helpers for LOG0 through LOG4 (GH #112 / #118). -/ import EvmAsm.Evm64.LogArgs import EvmAsm.Evm64.MemoryGas namespace EvmAsm.Evm64 namespace LogGas /-- Dynamic gas charged per LOG topic. -/ def logGasPerTopic : Nat := 375 /-- Dynamic gas charged per byte of LOG data. -/...
@@ -41,11 +41,21 @@ logDataDynamicCost 0 = 0 := by simp [logDataDynamicCost, logGasPerDataByte] +theorem logDynamicCost_eq_charges_of_no_growth + {kind : LogArgs.Kind} {sizeBytes offset length : Nat} + (h_no_growth : evmMemExpand sizeBytes offset length = sizeBytes) : + logDynamicCost kind sizeBytes ...
{ "repo": "evm-asm", "git_repo": "github.com/Verified-zkEVM/evm-asm", "revision": "7d5875858bc3727250adb6880c8339048365b1b6", "lean_toolchain": "leanprover/lean4:v4.30.0-rc1", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-de...
ablate_38d04708816f_0
20306fdbe786f4f1
lean
lean
github.com/Verified-zkEVM/evm-asm
7d5875858bc3727250adb6880c8339048365b1b6
EvmAsm/Codegen/Proofs/HandlerSpecs.lean
HandlerSpecs
0
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
2
22
[ { "theorem_name": "evmAddHandlerSpec", "depth": 1, "n_commands": 0, "n_lines": 21, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n intro sum0 carry0 psum1 carry1a result1 carry1b carry1 psum2 carry2a result2 carry2b carry2 psum3 carry3a result3 carry3...
[ { "name": "cleanRetHandlerSpec", "text": "/-- Lift a verified body spec to a handler subroutine spec.\n\n Given:\n * `h_body` — the body's verified `cpsTripleWithin` spec from\n `Evm64/<Op>/Spec.lean`. Its exit PC must be `base + 4*body.length`\n and its CodeReq must be `CodeReq.ofProg base ...
[ { "name": "evmAddHandlerSpec", "fan_in": 0, "n_deps_direct": 1, "n_deps_transitive": 1, "n_lines": 63, "n_chars": 3652, "n_subproofs": 7, "n_tactics": 20, "cyclomatic": 1, "n_automation": 4, "n_rewrites": 3, "n_structural": 2, "automation_only": false, "max_ne...
1
/- EvmAsm.Codegen.Proofs.HandlerSpecs Phase 4 of the codegen-proofs roadmap: lift verified body specs from `Evm64/<Op>/Spec.lean` to **dispatcher-handler-level** specs that also account for the M5b dispatcher's wrapping (preBody + tail). This file delivers the **first** Phase 4 instance: a reusable template...
/- EvmAsm.Codegen.Proofs.HandlerSpecs Phase 4 of the codegen-proofs roadmap: lift verified body specs from `Evm64/<Op>/Spec.lean` to **dispatcher-handler-level** specs that also account for the M5b dispatcher's wrapping (preBody + tail). This file delivers the **first** Phase 4 instance: a reusable template...
@@ -76,6 +76,194 @@ /-- Helper: 4 * (nSteps : Nat) as a 64-bit Word. -/ private def fourTimes (nSteps : Nat) : Word := BitVec.ofNat 64 (4 * nSteps) +/-- Lift a verified body spec to a handler subroutine spec. + + Given: + * `h_body` — the body's verified `cpsTripleWithin` spec from + `Evm64/<Op>/Spec.lea...
{ "repo": "evm-asm", "git_repo": "github.com/Verified-zkEVM/evm-asm", "revision": "7d5875858bc3727250adb6880c8339048365b1b6", "lean_toolchain": "leanprover/lean4:v4.30.0-rc1", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-de...
ablate_38d04708816f_1
0db0bf6d9cc30636
lean
lean
github.com/Verified-zkEVM/evm-asm
7d5875858bc3727250adb6880c8339048365b1b6
EvmAsm/Codegen/Proofs/HandlerSpecs.lean
HandlerSpecs
1
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
2
22
[ { "theorem_name": "evmAddHandlerSpec", "depth": 1, "n_commands": 0, "n_lines": 21, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n intro sum0 carry0 psum1 carry1a result1 carry1b carry1 psum2 carry2a result2 carry2b carry2 psum3 carry3a result3 carry3...
[ { "name": "cleanRetHandlerSpec", "text": "/-- Lift a verified body spec to a handler subroutine spec.\n\n Given:\n * `h_body` — the body's verified `cpsTripleWithin` spec from\n `Evm64/<Op>/Spec.lean`. Its exit PC must be `base + 4*body.length`\n and its CodeReq must be `CodeReq.ofProg base ...
[ { "name": "evmPopHandlerSpec", "fan_in": 0, "n_deps_direct": 1, "n_deps_transitive": 1, "n_lines": 27, "n_chars": 1409, "n_subproofs": 7, "n_tactics": 14, "cyclomatic": 1, "n_automation": 4, "n_rewrites": 3, "n_structural": 1, "automation_only": false, "max_ne...
1
/- EvmAsm.Codegen.Proofs.HandlerSpecs Phase 4 of the codegen-proofs roadmap: lift verified body specs from `Evm64/<Op>/Spec.lean` to **dispatcher-handler-level** specs that also account for the M5b dispatcher's wrapping (preBody + tail). This file delivers the **first** Phase 4 instance: a reusable template...
/- EvmAsm.Codegen.Proofs.HandlerSpecs Phase 4 of the codegen-proofs roadmap: lift verified body specs from `Evm64/<Op>/Spec.lean` to **dispatcher-handler-level** specs that also account for the M5b dispatcher's wrapping (preBody + tail). This file delivers the **first** Phase 4 instance: a reusable template...
@@ -76,6 +76,194 @@ /-- Helper: 4 * (nSteps : Nat) as a 64-bit Word. -/ private def fourTimes (nSteps : Nat) : Word := BitVec.ofNat 64 (4 * nSteps) +/-- Lift a verified body spec to a handler subroutine spec. + + Given: + * `h_body` — the body's verified `cpsTripleWithin` spec from + `Evm64/<Op>/Spec.lea...
{ "repo": "evm-asm", "git_repo": "github.com/Verified-zkEVM/evm-asm", "revision": "7d5875858bc3727250adb6880c8339048365b1b6", "lean_toolchain": "leanprover/lean4:v4.30.0-rc1", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-de...
ablate_38d04708816f_2
039c329814d93eab
lean
lean
github.com/Verified-zkEVM/evm-asm
7d5875858bc3727250adb6880c8339048365b1b6
EvmAsm/Codegen/Proofs/HandlerSpecs.lean
HandlerSpecs
2
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
2
22
[ { "theorem_name": "evmAddHandlerSpec", "depth": 1, "n_commands": 0, "n_lines": 21, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n intro sum0 carry0 psum1 carry1a result1 carry1b carry1 psum2 carry2a result2 carry2b carry2 psum3 carry3a result3 carry3...
[ { "name": "cleanRetHandlerSpec", "text": "/-- Lift a verified body spec to a handler subroutine spec.\n\n Given:\n * `h_body` — the body's verified `cpsTripleWithin` spec from\n `Evm64/<Op>/Spec.lean`. Its exit PC must be `base + 4*body.length`\n and its CodeReq must be `CodeReq.ofProg base ...
[ { "name": "evmSubHandlerSpec", "fan_in": 0, "n_deps_direct": 1, "n_deps_transitive": 1, "n_lines": 59, "n_chars": 3379, "n_subproofs": 7, "n_tactics": 20, "cyclomatic": 1, "n_automation": 4, "n_rewrites": 3, "n_structural": 2, "automation_only": false, "max_ne...
1
/- EvmAsm.Codegen.Proofs.HandlerSpecs Phase 4 of the codegen-proofs roadmap: lift verified body specs from `Evm64/<Op>/Spec.lean` to **dispatcher-handler-level** specs that also account for the M5b dispatcher's wrapping (preBody + tail). This file delivers the **first** Phase 4 instance: a reusable template...
/- EvmAsm.Codegen.Proofs.HandlerSpecs Phase 4 of the codegen-proofs roadmap: lift verified body specs from `Evm64/<Op>/Spec.lean` to **dispatcher-handler-level** specs that also account for the M5b dispatcher's wrapping (preBody + tail). This file delivers the **first** Phase 4 instance: a reusable template...
@@ -76,6 +76,194 @@ /-- Helper: 4 * (nSteps : Nat) as a 64-bit Word. -/ private def fourTimes (nSteps : Nat) : Word := BitVec.ofNat 64 (4 * nSteps) +/-- Lift a verified body spec to a handler subroutine spec. + + Given: + * `h_body` — the body's verified `cpsTripleWithin` spec from + `Evm64/<Op>/Spec.lea...
{ "repo": "evm-asm", "git_repo": "github.com/Verified-zkEVM/evm-asm", "revision": "7d5875858bc3727250adb6880c8339048365b1b6", "lean_toolchain": "leanprover/lean4:v4.30.0-rc1", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-de...
ablate_38d04708816f_3
bbd4d41e3db81209
lean
lean
github.com/Verified-zkEVM/evm-asm
7d5875858bc3727250adb6880c8339048365b1b6
EvmAsm/Codegen/Proofs/HandlerSpecs.lean
HandlerSpecs
3
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
2
22
[ { "theorem_name": "evmAddHandlerSpec", "depth": 1, "n_commands": 0, "n_lines": 21, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n intro sum0 carry0 psum1 carry1a result1 carry1b carry1 psum2 carry2a result2 carry2b carry2 psum3 carry3a result3 carry3...
[ { "name": "cleanRetHandlerSpec", "text": "/-- Lift a verified body spec to a handler subroutine spec.\n\n Given:\n * `h_body` — the body's verified `cpsTripleWithin` spec from\n `Evm64/<Op>/Spec.lean`. Its exit PC must be `base + 4*body.length`\n and its CodeReq must be `CodeReq.ofProg base ...
[ { "name": "evmLtHandlerSpec", "fan_in": 0, "n_deps_direct": 1, "n_deps_transitive": 1, "n_lines": 53, "n_chars": 3119, "n_subproofs": 7, "n_tactics": 20, "cyclomatic": 1, "n_automation": 4, "n_rewrites": 3, "n_structural": 2, "automation_only": false, "max_nes...
1
/- EvmAsm.Codegen.Proofs.HandlerSpecs Phase 4 of the codegen-proofs roadmap: lift verified body specs from `Evm64/<Op>/Spec.lean` to **dispatcher-handler-level** specs that also account for the M5b dispatcher's wrapping (preBody + tail). This file delivers the **first** Phase 4 instance: a reusable template...
/- EvmAsm.Codegen.Proofs.HandlerSpecs Phase 4 of the codegen-proofs roadmap: lift verified body specs from `Evm64/<Op>/Spec.lean` to **dispatcher-handler-level** specs that also account for the M5b dispatcher's wrapping (preBody + tail). This file delivers the **first** Phase 4 instance: a reusable template...
@@ -76,6 +76,194 @@ /-- Helper: 4 * (nSteps : Nat) as a 64-bit Word. -/ private def fourTimes (nSteps : Nat) : Word := BitVec.ofNat 64 (4 * nSteps) +/-- Lift a verified body spec to a handler subroutine spec. + + Given: + * `h_body` — the body's verified `cpsTripleWithin` spec from + `Evm64/<Op>/Spec.lea...
{ "repo": "evm-asm", "git_repo": "github.com/Verified-zkEVM/evm-asm", "revision": "7d5875858bc3727250adb6880c8339048365b1b6", "lean_toolchain": "leanprover/lean4:v4.30.0-rc1", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-de...
ablate_38d04708816f_4
12a86909894a93d4
lean
lean
github.com/Verified-zkEVM/evm-asm
7d5875858bc3727250adb6880c8339048365b1b6
EvmAsm/Codegen/Proofs/HandlerSpecs.lean
HandlerSpecs
4
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
2
22
[ { "theorem_name": "evmAddHandlerSpec", "depth": 1, "n_commands": 0, "n_lines": 21, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n intro sum0 carry0 psum1 carry1a result1 carry1b carry1 psum2 carry2a result2 carry2b carry2 psum3 carry3a result3 carry3...
[ { "name": "cleanRetHandlerSpec", "text": "/-- Lift a verified body spec to a handler subroutine spec.\n\n Given:\n * `h_body` — the body's verified `cpsTripleWithin` spec from\n `Evm64/<Op>/Spec.lean`. Its exit PC must be `base + 4*body.length`\n and its CodeReq must be `CodeReq.ofProg base ...
[ { "name": "evmGtHandlerSpec", "fan_in": 0, "n_deps_direct": 1, "n_deps_transitive": 1, "n_lines": 53, "n_chars": 3107, "n_subproofs": 7, "n_tactics": 20, "cyclomatic": 1, "n_automation": 4, "n_rewrites": 3, "n_structural": 2, "automation_only": false, "max_nes...
1
/- EvmAsm.Codegen.Proofs.HandlerSpecs Phase 4 of the codegen-proofs roadmap: lift verified body specs from `Evm64/<Op>/Spec.lean` to **dispatcher-handler-level** specs that also account for the M5b dispatcher's wrapping (preBody + tail). This file delivers the **first** Phase 4 instance: a reusable template...
/- EvmAsm.Codegen.Proofs.HandlerSpecs Phase 4 of the codegen-proofs roadmap: lift verified body specs from `Evm64/<Op>/Spec.lean` to **dispatcher-handler-level** specs that also account for the M5b dispatcher's wrapping (preBody + tail). This file delivers the **first** Phase 4 instance: a reusable template...
@@ -76,6 +76,194 @@ /-- Helper: 4 * (nSteps : Nat) as a 64-bit Word. -/ private def fourTimes (nSteps : Nat) : Word := BitVec.ofNat 64 (4 * nSteps) +/-- Lift a verified body spec to a handler subroutine spec. + + Given: + * `h_body` — the body's verified `cpsTripleWithin` spec from + `Evm64/<Op>/Spec.lea...
{ "repo": "evm-asm", "git_repo": "github.com/Verified-zkEVM/evm-asm", "revision": "7d5875858bc3727250adb6880c8339048365b1b6", "lean_toolchain": "leanprover/lean4:v4.30.0-rc1", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-de...
ablate_38d04708816f_5
7cfea18dec05a739
lean
lean
github.com/Verified-zkEVM/evm-asm
7d5875858bc3727250adb6880c8339048365b1b6
EvmAsm/Codegen/Proofs/HandlerSpecs.lean
HandlerSpecs
5
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
2
22
[ { "theorem_name": "evmAddHandlerSpec", "depth": 1, "n_commands": 0, "n_lines": 21, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n intro sum0 carry0 psum1 carry1a result1 carry1b carry1 psum2 carry2a result2 carry2b carry2 psum3 carry3a result3 carry3...
[ { "name": "cleanRetHandlerSpec", "text": "/-- Lift a verified body spec to a handler subroutine spec.\n\n Given:\n * `h_body` — the body's verified `cpsTripleWithin` spec from\n `Evm64/<Op>/Spec.lean`. Its exit PC must be `base + 4*body.length`\n and its CodeReq must be `CodeReq.ofProg base ...
[ { "name": "evmSltHandlerSpec", "fan_in": 0, "n_deps_direct": 1, "n_deps_transitive": 1, "n_lines": 58, "n_chars": 3238, "n_subproofs": 7, "n_tactics": 23, "cyclomatic": 1, "n_automation": 4, "n_rewrites": 3, "n_structural": 2, "automation_only": false, "max_ne...
1
/- EvmAsm.Codegen.Proofs.HandlerSpecs Phase 4 of the codegen-proofs roadmap: lift verified body specs from `Evm64/<Op>/Spec.lean` to **dispatcher-handler-level** specs that also account for the M5b dispatcher's wrapping (preBody + tail). This file delivers the **first** Phase 4 instance: a reusable template...
/- EvmAsm.Codegen.Proofs.HandlerSpecs Phase 4 of the codegen-proofs roadmap: lift verified body specs from `Evm64/<Op>/Spec.lean` to **dispatcher-handler-level** specs that also account for the M5b dispatcher's wrapping (preBody + tail). This file delivers the **first** Phase 4 instance: a reusable template...
@@ -76,6 +76,194 @@ /-- Helper: 4 * (nSteps : Nat) as a 64-bit Word. -/ private def fourTimes (nSteps : Nat) : Word := BitVec.ofNat 64 (4 * nSteps) +/-- Lift a verified body spec to a handler subroutine spec. + + Given: + * `h_body` — the body's verified `cpsTripleWithin` spec from + `Evm64/<Op>/Spec.lea...
{ "repo": "evm-asm", "git_repo": "github.com/Verified-zkEVM/evm-asm", "revision": "7d5875858bc3727250adb6880c8339048365b1b6", "lean_toolchain": "leanprover/lean4:v4.30.0-rc1", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-de...
ablate_38d04708816f_6
b6154255e35548a2
lean
lean
github.com/Verified-zkEVM/evm-asm
7d5875858bc3727250adb6880c8339048365b1b6
EvmAsm/Codegen/Proofs/HandlerSpecs.lean
HandlerSpecs
6
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
2
22
[ { "theorem_name": "evmAddHandlerSpec", "depth": 1, "n_commands": 0, "n_lines": 21, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n intro sum0 carry0 psum1 carry1a result1 carry1b carry1 psum2 carry2a result2 carry2b carry2 psum3 carry3a result3 carry3...
[ { "name": "cleanRetHandlerSpec", "text": "/-- Lift a verified body spec to a handler subroutine spec.\n\n Given:\n * `h_body` — the body's verified `cpsTripleWithin` spec from\n `Evm64/<Op>/Spec.lean`. Its exit PC must be `base + 4*body.length`\n and its CodeReq must be `CodeReq.ofProg base ...
[ { "name": "evmSgtHandlerSpec", "fan_in": 0, "n_deps_direct": 1, "n_deps_transitive": 1, "n_lines": 57, "n_chars": 3214, "n_subproofs": 7, "n_tactics": 23, "cyclomatic": 1, "n_automation": 4, "n_rewrites": 3, "n_structural": 2, "automation_only": false, "max_ne...
1
/- EvmAsm.Codegen.Proofs.HandlerSpecs Phase 4 of the codegen-proofs roadmap: lift verified body specs from `Evm64/<Op>/Spec.lean` to **dispatcher-handler-level** specs that also account for the M5b dispatcher's wrapping (preBody + tail). This file delivers the **first** Phase 4 instance: a reusable template...
/- EvmAsm.Codegen.Proofs.HandlerSpecs Phase 4 of the codegen-proofs roadmap: lift verified body specs from `Evm64/<Op>/Spec.lean` to **dispatcher-handler-level** specs that also account for the M5b dispatcher's wrapping (preBody + tail). This file delivers the **first** Phase 4 instance: a reusable template...
@@ -76,6 +76,194 @@ /-- Helper: 4 * (nSteps : Nat) as a 64-bit Word. -/ private def fourTimes (nSteps : Nat) : Word := BitVec.ofNat 64 (4 * nSteps) +/-- Lift a verified body spec to a handler subroutine spec. + + Given: + * `h_body` — the body's verified `cpsTripleWithin` spec from + `Evm64/<Op>/Spec.lea...
{ "repo": "evm-asm", "git_repo": "github.com/Verified-zkEVM/evm-asm", "revision": "7d5875858bc3727250adb6880c8339048365b1b6", "lean_toolchain": "leanprover/lean4:v4.30.0-rc1", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-de...
ablate_38d04708816f_7
88b0e8f53383fa70
lean
lean
github.com/Verified-zkEVM/evm-asm
7d5875858bc3727250adb6880c8339048365b1b6
EvmAsm/Codegen/Proofs/HandlerSpecs.lean
HandlerSpecs
7
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
2
22
[ { "theorem_name": "evmAddHandlerSpec", "depth": 1, "n_commands": 0, "n_lines": 21, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n intro sum0 carry0 psum1 carry1a result1 carry1b carry1 psum2 carry2a result2 carry2b carry2 psum3 carry3a result3 carry3...
[ { "name": "cleanRetHandlerSpec", "text": "/-- Lift a verified body spec to a handler subroutine spec.\n\n Given:\n * `h_body` — the body's verified `cpsTripleWithin` spec from\n `Evm64/<Op>/Spec.lean`. Its exit PC must be `base + 4*body.length`\n and its CodeReq must be `CodeReq.ofProg base ...
[ { "name": "evmEqHandlerSpec", "fan_in": 0, "n_deps_direct": 1, "n_deps_transitive": 1, "n_lines": 45, "n_chars": 2577, "n_subproofs": 7, "n_tactics": 20, "cyclomatic": 1, "n_automation": 4, "n_rewrites": 3, "n_structural": 2, "automation_only": false, "max_nes...
1
/- EvmAsm.Codegen.Proofs.HandlerSpecs Phase 4 of the codegen-proofs roadmap: lift verified body specs from `Evm64/<Op>/Spec.lean` to **dispatcher-handler-level** specs that also account for the M5b dispatcher's wrapping (preBody + tail). This file delivers the **first** Phase 4 instance: a reusable template...
/- EvmAsm.Codegen.Proofs.HandlerSpecs Phase 4 of the codegen-proofs roadmap: lift verified body specs from `Evm64/<Op>/Spec.lean` to **dispatcher-handler-level** specs that also account for the M5b dispatcher's wrapping (preBody + tail). This file delivers the **first** Phase 4 instance: a reusable template...
@@ -76,6 +76,194 @@ /-- Helper: 4 * (nSteps : Nat) as a 64-bit Word. -/ private def fourTimes (nSteps : Nat) : Word := BitVec.ofNat 64 (4 * nSteps) +/-- Lift a verified body spec to a handler subroutine spec. + + Given: + * `h_body` — the body's verified `cpsTripleWithin` spec from + `Evm64/<Op>/Spec.lea...
{ "repo": "evm-asm", "git_repo": "github.com/Verified-zkEVM/evm-asm", "revision": "7d5875858bc3727250adb6880c8339048365b1b6", "lean_toolchain": "leanprover/lean4:v4.30.0-rc1", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-de...
ablate_38d04708816f_8
534eaf298c0b6e02
lean
lean
github.com/Verified-zkEVM/evm-asm
7d5875858bc3727250adb6880c8339048365b1b6
EvmAsm/Codegen/Proofs/HandlerSpecs.lean
HandlerSpecs
8
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
2
22
[ { "theorem_name": "evmAddHandlerSpec", "depth": 1, "n_commands": 0, "n_lines": 21, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n intro sum0 carry0 psum1 carry1a result1 carry1b carry1 psum2 carry2a result2 carry2b carry2 psum3 carry3a result3 carry3...
[ { "name": "cleanRetHandlerSpec", "text": "/-- Lift a verified body spec to a handler subroutine spec.\n\n Given:\n * `h_body` — the body's verified `cpsTripleWithin` spec from\n `Evm64/<Op>/Spec.lean`. Its exit PC must be `base + 4*body.length`\n and its CodeReq must be `CodeReq.ofProg base ...
[ { "name": "evmIsZeroHandlerSpec", "fan_in": 0, "n_deps_direct": 1, "n_deps_transitive": 1, "n_lines": 37, "n_chars": 1945, "n_subproofs": 7, "n_tactics": 18, "cyclomatic": 1, "n_automation": 4, "n_rewrites": 3, "n_structural": 2, "automation_only": false, "max...
1
/- EvmAsm.Codegen.Proofs.HandlerSpecs Phase 4 of the codegen-proofs roadmap: lift verified body specs from `Evm64/<Op>/Spec.lean` to **dispatcher-handler-level** specs that also account for the M5b dispatcher's wrapping (preBody + tail). This file delivers the **first** Phase 4 instance: a reusable template...
/- EvmAsm.Codegen.Proofs.HandlerSpecs Phase 4 of the codegen-proofs roadmap: lift verified body specs from `Evm64/<Op>/Spec.lean` to **dispatcher-handler-level** specs that also account for the M5b dispatcher's wrapping (preBody + tail). This file delivers the **first** Phase 4 instance: a reusable template...
@@ -76,6 +76,194 @@ /-- Helper: 4 * (nSteps : Nat) as a 64-bit Word. -/ private def fourTimes (nSteps : Nat) : Word := BitVec.ofNat 64 (4 * nSteps) +/-- Lift a verified body spec to a handler subroutine spec. + + Given: + * `h_body` — the body's verified `cpsTripleWithin` spec from + `Evm64/<Op>/Spec.lea...
{ "repo": "evm-asm", "git_repo": "github.com/Verified-zkEVM/evm-asm", "revision": "7d5875858bc3727250adb6880c8339048365b1b6", "lean_toolchain": "leanprover/lean4:v4.30.0-rc1", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-de...
ablate_38d04708816f_9
452bd042695c5c03
lean
lean
github.com/Verified-zkEVM/evm-asm
7d5875858bc3727250adb6880c8339048365b1b6
EvmAsm/Codegen/Proofs/HandlerSpecs.lean
HandlerSpecs
9
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
2
22
[ { "theorem_name": "evmAddHandlerSpec", "depth": 1, "n_commands": 0, "n_lines": 21, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n intro sum0 carry0 psum1 carry1a result1 carry1b carry1 psum2 carry2a result2 carry2b carry2 psum3 carry3a result3 carry3...
[ { "name": "cleanRetHandlerSpec", "text": "/-- Lift a verified body spec to a handler subroutine spec.\n\n Given:\n * `h_body` — the body's verified `cpsTripleWithin` spec from\n `Evm64/<Op>/Spec.lean`. Its exit PC must be `base + 4*body.length`\n and its CodeReq must be `CodeReq.ofProg base ...
[ { "name": "evmAndHandlerSpec", "fan_in": 0, "n_deps_direct": 1, "n_deps_transitive": 1, "n_lines": 39, "n_chars": 2244, "n_subproofs": 7, "n_tactics": 19, "cyclomatic": 1, "n_automation": 4, "n_rewrites": 3, "n_structural": 1, "automation_only": false, "max_ne...
1
/- EvmAsm.Codegen.Proofs.HandlerSpecs Phase 4 of the codegen-proofs roadmap: lift verified body specs from `Evm64/<Op>/Spec.lean` to **dispatcher-handler-level** specs that also account for the M5b dispatcher's wrapping (preBody + tail). This file delivers the **first** Phase 4 instance: a reusable template...
/- EvmAsm.Codegen.Proofs.HandlerSpecs Phase 4 of the codegen-proofs roadmap: lift verified body specs from `Evm64/<Op>/Spec.lean` to **dispatcher-handler-level** specs that also account for the M5b dispatcher's wrapping (preBody + tail). This file delivers the **first** Phase 4 instance: a reusable template...
@@ -76,6 +76,194 @@ /-- Helper: 4 * (nSteps : Nat) as a 64-bit Word. -/ private def fourTimes (nSteps : Nat) : Word := BitVec.ofNat 64 (4 * nSteps) +/-- Lift a verified body spec to a handler subroutine spec. + + Given: + * `h_body` — the body's verified `cpsTripleWithin` spec from + `Evm64/<Op>/Spec.lea...
{ "repo": "evm-asm", "git_repo": "github.com/Verified-zkEVM/evm-asm", "revision": "7d5875858bc3727250adb6880c8339048365b1b6", "lean_toolchain": "leanprover/lean4:v4.30.0-rc1", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-de...
ablate_38d04708816f_10
5b7e5bce5d46ee4b
lean
lean
github.com/Verified-zkEVM/evm-asm
7d5875858bc3727250adb6880c8339048365b1b6
EvmAsm/Codegen/Proofs/HandlerSpecs.lean
HandlerSpecs
10
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
2
22
[ { "theorem_name": "evmAddHandlerSpec", "depth": 1, "n_commands": 0, "n_lines": 21, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n intro sum0 carry0 psum1 carry1a result1 carry1b carry1 psum2 carry2a result2 carry2b carry2 psum3 carry3a result3 carry3...
[ { "name": "cleanRetHandlerSpec", "text": "/-- Lift a verified body spec to a handler subroutine spec.\n\n Given:\n * `h_body` — the body's verified `cpsTripleWithin` spec from\n `Evm64/<Op>/Spec.lean`. Its exit PC must be `base + 4*body.length`\n and its CodeReq must be `CodeReq.ofProg base ...
[ { "name": "evmOrHandlerSpec", "fan_in": 0, "n_deps_direct": 1, "n_deps_transitive": 1, "n_lines": 39, "n_chars": 2239, "n_subproofs": 7, "n_tactics": 19, "cyclomatic": 1, "n_automation": 4, "n_rewrites": 3, "n_structural": 1, "automation_only": false, "max_nes...
1
/- EvmAsm.Codegen.Proofs.HandlerSpecs Phase 4 of the codegen-proofs roadmap: lift verified body specs from `Evm64/<Op>/Spec.lean` to **dispatcher-handler-level** specs that also account for the M5b dispatcher's wrapping (preBody + tail). This file delivers the **first** Phase 4 instance: a reusable template...
/- EvmAsm.Codegen.Proofs.HandlerSpecs Phase 4 of the codegen-proofs roadmap: lift verified body specs from `Evm64/<Op>/Spec.lean` to **dispatcher-handler-level** specs that also account for the M5b dispatcher's wrapping (preBody + tail). This file delivers the **first** Phase 4 instance: a reusable template...
@@ -76,6 +76,194 @@ /-- Helper: 4 * (nSteps : Nat) as a 64-bit Word. -/ private def fourTimes (nSteps : Nat) : Word := BitVec.ofNat 64 (4 * nSteps) +/-- Lift a verified body spec to a handler subroutine spec. + + Given: + * `h_body` — the body's verified `cpsTripleWithin` spec from + `Evm64/<Op>/Spec.lea...
{ "repo": "evm-asm", "git_repo": "github.com/Verified-zkEVM/evm-asm", "revision": "7d5875858bc3727250adb6880c8339048365b1b6", "lean_toolchain": "leanprover/lean4:v4.30.0-rc1", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-de...
ablate_38d04708816f_11
0c81c17123d96290
lean
lean
github.com/Verified-zkEVM/evm-asm
7d5875858bc3727250adb6880c8339048365b1b6
EvmAsm/Codegen/Proofs/HandlerSpecs.lean
HandlerSpecs
11
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
2
22
[ { "theorem_name": "evmAddHandlerSpec", "depth": 1, "n_commands": 0, "n_lines": 21, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n intro sum0 carry0 psum1 carry1a result1 carry1b carry1 psum2 carry2a result2 carry2b carry2 psum3 carry3a result3 carry3...
[ { "name": "cleanRetHandlerSpec", "text": "/-- Lift a verified body spec to a handler subroutine spec.\n\n Given:\n * `h_body` — the body's verified `cpsTripleWithin` spec from\n `Evm64/<Op>/Spec.lean`. Its exit PC must be `base + 4*body.length`\n and its CodeReq must be `CodeReq.ofProg base ...
[ { "name": "evmXorHandlerSpec", "fan_in": 0, "n_deps_direct": 1, "n_deps_transitive": 1, "n_lines": 39, "n_chars": 2245, "n_subproofs": 7, "n_tactics": 19, "cyclomatic": 1, "n_automation": 4, "n_rewrites": 3, "n_structural": 1, "automation_only": false, "max_ne...
1
/- EvmAsm.Codegen.Proofs.HandlerSpecs Phase 4 of the codegen-proofs roadmap: lift verified body specs from `Evm64/<Op>/Spec.lean` to **dispatcher-handler-level** specs that also account for the M5b dispatcher's wrapping (preBody + tail). This file delivers the **first** Phase 4 instance: a reusable template...
/- EvmAsm.Codegen.Proofs.HandlerSpecs Phase 4 of the codegen-proofs roadmap: lift verified body specs from `Evm64/<Op>/Spec.lean` to **dispatcher-handler-level** specs that also account for the M5b dispatcher's wrapping (preBody + tail). This file delivers the **first** Phase 4 instance: a reusable template...
@@ -76,6 +76,194 @@ /-- Helper: 4 * (nSteps : Nat) as a 64-bit Word. -/ private def fourTimes (nSteps : Nat) : Word := BitVec.ofNat 64 (4 * nSteps) +/-- Lift a verified body spec to a handler subroutine spec. + + Given: + * `h_body` — the body's verified `cpsTripleWithin` spec from + `Evm64/<Op>/Spec.lea...
{ "repo": "evm-asm", "git_repo": "github.com/Verified-zkEVM/evm-asm", "revision": "7d5875858bc3727250adb6880c8339048365b1b6", "lean_toolchain": "leanprover/lean4:v4.30.0-rc1", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-de...
ablate_38d04708816f_12
67471d8c871f92ee
lean
lean
github.com/Verified-zkEVM/evm-asm
7d5875858bc3727250adb6880c8339048365b1b6
EvmAsm/Codegen/Proofs/HandlerSpecs.lean
HandlerSpecs
12
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
2
22
[ { "theorem_name": "evmAddHandlerSpec", "depth": 1, "n_commands": 0, "n_lines": 21, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n intro sum0 carry0 psum1 carry1a result1 carry1b carry1 psum2 carry2a result2 carry2b carry2 psum3 carry3a result3 carry3...
[ { "name": "cleanRetHandlerSpec", "text": "/-- Lift a verified body spec to a handler subroutine spec.\n\n Given:\n * `h_body` — the body's verified `cpsTripleWithin` spec from\n `Evm64/<Op>/Spec.lean`. Its exit PC must be `base + 4*body.length`\n and its CodeReq must be `CodeReq.ofProg base ...
[ { "name": "evmNotHandlerSpec", "fan_in": 0, "n_deps_direct": 1, "n_deps_transitive": 1, "n_lines": 38, "n_chars": 1878, "n_subproofs": 7, "n_tactics": 19, "cyclomatic": 1, "n_automation": 4, "n_rewrites": 3, "n_structural": 2, "automation_only": false, "max_ne...
1
/- EvmAsm.Codegen.Proofs.HandlerSpecs Phase 4 of the codegen-proofs roadmap: lift verified body specs from `Evm64/<Op>/Spec.lean` to **dispatcher-handler-level** specs that also account for the M5b dispatcher's wrapping (preBody + tail). This file delivers the **first** Phase 4 instance: a reusable template...
/- EvmAsm.Codegen.Proofs.HandlerSpecs Phase 4 of the codegen-proofs roadmap: lift verified body specs from `Evm64/<Op>/Spec.lean` to **dispatcher-handler-level** specs that also account for the M5b dispatcher's wrapping (preBody + tail). This file delivers the **first** Phase 4 instance: a reusable template...
@@ -76,6 +76,194 @@ /-- Helper: 4 * (nSteps : Nat) as a 64-bit Word. -/ private def fourTimes (nSteps : Nat) : Word := BitVec.ofNat 64 (4 * nSteps) +/-- Lift a verified body spec to a handler subroutine spec. + + Given: + * `h_body` — the body's verified `cpsTripleWithin` spec from + `Evm64/<Op>/Spec.lea...
{ "repo": "evm-asm", "git_repo": "github.com/Verified-zkEVM/evm-asm", "revision": "7d5875858bc3727250adb6880c8339048365b1b6", "lean_toolchain": "leanprover/lean4:v4.30.0-rc1", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-de...
ablate_38d04708816f_13
df95268bf5f8ec87
lean
lean
github.com/Verified-zkEVM/evm-asm
7d5875858bc3727250adb6880c8339048365b1b6
EvmAsm/Codegen/Proofs/HandlerSpecs.lean
HandlerSpecs
13
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
2
22
[ { "theorem_name": "evmAddHandlerSpec", "depth": 1, "n_commands": 0, "n_lines": 21, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n intro sum0 carry0 psum1 carry1a result1 carry1b carry1 psum2 carry2a result2 carry2b carry2 psum3 carry3a result3 carry3...
[ { "name": "cleanRetHandlerSpec", "text": "/-- Lift a verified body spec to a handler subroutine spec.\n\n Given:\n * `h_body` — the body's verified `cpsTripleWithin` spec from\n `Evm64/<Op>/Spec.lean`. Its exit PC must be `base + 4*body.length`\n and its CodeReq must be `CodeReq.ofProg base ...
[ { "name": "evmPush0HandlerSpec", "fan_in": 0, "n_deps_direct": 1, "n_deps_transitive": 1, "n_lines": 41, "n_chars": 2132, "n_subproofs": 7, "n_tactics": 18, "cyclomatic": 1, "n_automation": 5, "n_rewrites": 3, "n_structural": 1, "automation_only": false, "max_...
1
/- EvmAsm.Codegen.Proofs.HandlerSpecs Phase 4 of the codegen-proofs roadmap: lift verified body specs from `Evm64/<Op>/Spec.lean` to **dispatcher-handler-level** specs that also account for the M5b dispatcher's wrapping (preBody + tail). This file delivers the **first** Phase 4 instance: a reusable template...
/- EvmAsm.Codegen.Proofs.HandlerSpecs Phase 4 of the codegen-proofs roadmap: lift verified body specs from `Evm64/<Op>/Spec.lean` to **dispatcher-handler-level** specs that also account for the M5b dispatcher's wrapping (preBody + tail). This file delivers the **first** Phase 4 instance: a reusable template...
@@ -76,6 +76,194 @@ /-- Helper: 4 * (nSteps : Nat) as a 64-bit Word. -/ private def fourTimes (nSteps : Nat) : Word := BitVec.ofNat 64 (4 * nSteps) +/-- Lift a verified body spec to a handler subroutine spec. + + Given: + * `h_body` — the body's verified `cpsTripleWithin` spec from + `Evm64/<Op>/Spec.lea...
{ "repo": "evm-asm", "git_repo": "github.com/Verified-zkEVM/evm-asm", "revision": "7d5875858bc3727250adb6880c8339048365b1b6", "lean_toolchain": "leanprover/lean4:v4.30.0-rc1", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-de...
ablate_38d04708816f_14
6dbe1e6ac74d6041
lean
lean
github.com/Verified-zkEVM/evm-asm
7d5875858bc3727250adb6880c8339048365b1b6
EvmAsm/Codegen/Proofs/HandlerSpecs.lean
HandlerSpecs
14
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
2
22
[ { "theorem_name": "evmAddHandlerSpec", "depth": 1, "n_commands": 0, "n_lines": 21, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n intro sum0 carry0 psum1 carry1a result1 carry1b carry1 psum2 carry2a result2 carry2b carry2 psum3 carry3a result3 carry3...
[ { "name": "cleanRetHandlerSpec", "text": "/-- Lift a verified body spec to a handler subroutine spec.\n\n Given:\n * `h_body` — the body's verified `cpsTripleWithin` spec from\n `Evm64/<Op>/Spec.lean`. Its exit PC must be `base + 4*body.length`\n and its CodeReq must be `CodeReq.ofProg base ...
[ { "name": "evmMStore8HandlerSpec", "fan_in": 0, "n_deps_direct": 1, "n_deps_transitive": 1, "n_lines": 71, "n_chars": 3623, "n_subproofs": 7, "n_tactics": 30, "cyclomatic": 1, "n_automation": 4, "n_rewrites": 3, "n_structural": 2, "automation_only": false, "ma...
1
/- EvmAsm.Codegen.Proofs.HandlerSpecs Phase 4 of the codegen-proofs roadmap: lift verified body specs from `Evm64/<Op>/Spec.lean` to **dispatcher-handler-level** specs that also account for the M5b dispatcher's wrapping (preBody + tail). This file delivers the **first** Phase 4 instance: a reusable template...
/- EvmAsm.Codegen.Proofs.HandlerSpecs Phase 4 of the codegen-proofs roadmap: lift verified body specs from `Evm64/<Op>/Spec.lean` to **dispatcher-handler-level** specs that also account for the M5b dispatcher's wrapping (preBody + tail). This file delivers the **first** Phase 4 instance: a reusable template...
@@ -76,6 +76,194 @@ /-- Helper: 4 * (nSteps : Nat) as a 64-bit Word. -/ private def fourTimes (nSteps : Nat) : Word := BitVec.ofNat 64 (4 * nSteps) +/-- Lift a verified body spec to a handler subroutine spec. + + Given: + * `h_body` — the body's verified `cpsTripleWithin` spec from + `Evm64/<Op>/Spec.lea...
{ "repo": "evm-asm", "git_repo": "github.com/Verified-zkEVM/evm-asm", "revision": "7d5875858bc3727250adb6880c8339048365b1b6", "lean_toolchain": "leanprover/lean4:v4.30.0-rc1", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-de...
ablate_38d04708816f_15
10ddcd9eb463ade7
lean
lean
github.com/Verified-zkEVM/evm-asm
7d5875858bc3727250adb6880c8339048365b1b6
EvmAsm/Codegen/Proofs/HandlerSpecs.lean
HandlerSpecs
15
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
2
22
[ { "theorem_name": "evmAddHandlerSpec", "depth": 1, "n_commands": 0, "n_lines": 21, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n intro sum0 carry0 psum1 carry1a result1 carry1b carry1 psum2 carry2a result2 carry2b carry2 psum3 carry3a result3 carry3...
[ { "name": "cleanRetHandlerSpec", "text": "/-- Lift a verified body spec to a handler subroutine spec.\n\n Given:\n * `h_body` — the body's verified `cpsTripleWithin` spec from\n `Evm64/<Op>/Spec.lean`. Its exit PC must be `base + 4*body.length`\n and its CodeReq must be `CodeReq.ofProg base ...
[ { "name": "evmDupHandlerSpec", "fan_in": 0, "n_deps_direct": 1, "n_deps_transitive": 1, "n_lines": 52, "n_chars": 3027, "n_subproofs": 7, "n_tactics": 22, "cyclomatic": 1, "n_automation": 3, "n_rewrites": 4, "n_structural": 1, "automation_only": false, "max_ne...
1
/- EvmAsm.Codegen.Proofs.HandlerSpecs Phase 4 of the codegen-proofs roadmap: lift verified body specs from `Evm64/<Op>/Spec.lean` to **dispatcher-handler-level** specs that also account for the M5b dispatcher's wrapping (preBody + tail). This file delivers the **first** Phase 4 instance: a reusable template...
/- EvmAsm.Codegen.Proofs.HandlerSpecs Phase 4 of the codegen-proofs roadmap: lift verified body specs from `Evm64/<Op>/Spec.lean` to **dispatcher-handler-level** specs that also account for the M5b dispatcher's wrapping (preBody + tail). This file delivers the **first** Phase 4 instance: a reusable template...
@@ -76,6 +76,194 @@ /-- Helper: 4 * (nSteps : Nat) as a 64-bit Word. -/ private def fourTimes (nSteps : Nat) : Word := BitVec.ofNat 64 (4 * nSteps) +/-- Lift a verified body spec to a handler subroutine spec. + + Given: + * `h_body` — the body's verified `cpsTripleWithin` spec from + `Evm64/<Op>/Spec.lea...
{ "repo": "evm-asm", "git_repo": "github.com/Verified-zkEVM/evm-asm", "revision": "7d5875858bc3727250adb6880c8339048365b1b6", "lean_toolchain": "leanprover/lean4:v4.30.0-rc1", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-de...
ablate_38d04708816f_16
d45ec461970befef
lean
lean
github.com/Verified-zkEVM/evm-asm
7d5875858bc3727250adb6880c8339048365b1b6
EvmAsm/Codegen/Proofs/HandlerSpecs.lean
HandlerSpecs
16
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
2
22
[ { "theorem_name": "evmAddHandlerSpec", "depth": 1, "n_commands": 0, "n_lines": 21, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n intro sum0 carry0 psum1 carry1a result1 carry1b carry1 psum2 carry2a result2 carry2b carry2 psum3 carry3a result3 carry3...
[ { "name": "cleanRetHandlerSpec", "text": "/-- Lift a verified body spec to a handler subroutine spec.\n\n Given:\n * `h_body` — the body's verified `cpsTripleWithin` spec from\n `Evm64/<Op>/Spec.lean`. Its exit PC must be `base + 4*body.length`\n and its CodeReq must be `CodeReq.ofProg base ...
[ { "name": "evmSwapHandlerSpec", "fan_in": 0, "n_deps_direct": 1, "n_deps_transitive": 1, "n_lines": 51, "n_chars": 2989, "n_subproofs": 7, "n_tactics": 22, "cyclomatic": 1, "n_automation": 3, "n_rewrites": 4, "n_structural": 1, "automation_only": false, "max_n...
1
/- EvmAsm.Codegen.Proofs.HandlerSpecs Phase 4 of the codegen-proofs roadmap: lift verified body specs from `Evm64/<Op>/Spec.lean` to **dispatcher-handler-level** specs that also account for the M5b dispatcher's wrapping (preBody + tail). This file delivers the **first** Phase 4 instance: a reusable template...
/- EvmAsm.Codegen.Proofs.HandlerSpecs Phase 4 of the codegen-proofs roadmap: lift verified body specs from `Evm64/<Op>/Spec.lean` to **dispatcher-handler-level** specs that also account for the M5b dispatcher's wrapping (preBody + tail). This file delivers the **first** Phase 4 instance: a reusable template...
@@ -76,6 +76,194 @@ /-- Helper: 4 * (nSteps : Nat) as a 64-bit Word. -/ private def fourTimes (nSteps : Nat) : Word := BitVec.ofNat 64 (4 * nSteps) +/-- Lift a verified body spec to a handler subroutine spec. + + Given: + * `h_body` — the body's verified `cpsTripleWithin` spec from + `Evm64/<Op>/Spec.lea...
{ "repo": "evm-asm", "git_repo": "github.com/Verified-zkEVM/evm-asm", "revision": "7d5875858bc3727250adb6880c8339048365b1b6", "lean_toolchain": "leanprover/lean4:v4.30.0-rc1", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-de...
ablate_38d04708816f_17
2f0197de8428d4df
lean
lean
github.com/Verified-zkEVM/evm-asm
7d5875858bc3727250adb6880c8339048365b1b6
EvmAsm/Codegen/Proofs/HandlerSpecs.lean
HandlerSpecs
17
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
2
22
[ { "theorem_name": "evmAddHandlerSpec", "depth": 1, "n_commands": 0, "n_lines": 21, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n intro sum0 carry0 psum1 carry1a result1 carry1b carry1 psum2 carry2a result2 carry2b carry2 psum3 carry3a result3 carry3...
[ { "name": "cleanRetHandlerSpec", "text": "/-- Lift a verified body spec to a handler subroutine spec.\n\n Given:\n * `h_body` — the body's verified `cpsTripleWithin` spec from\n `Evm64/<Op>/Spec.lean`. Its exit PC must be `base + 4*body.length`\n and its CodeReq must be `CodeReq.ofProg base ...
[ { "name": "evmMSizeHandlerSpec", "fan_in": 0, "n_deps_direct": 1, "n_deps_transitive": 1, "n_lines": 51, "n_chars": 2815, "n_subproofs": 7, "n_tactics": 22, "cyclomatic": 1, "n_automation": 4, "n_rewrites": 3, "n_structural": 1, "automation_only": false, "max_...
1
/- EvmAsm.Codegen.Proofs.HandlerSpecs Phase 4 of the codegen-proofs roadmap: lift verified body specs from `Evm64/<Op>/Spec.lean` to **dispatcher-handler-level** specs that also account for the M5b dispatcher's wrapping (preBody + tail). This file delivers the **first** Phase 4 instance: a reusable template...
/- EvmAsm.Codegen.Proofs.HandlerSpecs Phase 4 of the codegen-proofs roadmap: lift verified body specs from `Evm64/<Op>/Spec.lean` to **dispatcher-handler-level** specs that also account for the M5b dispatcher's wrapping (preBody + tail). This file delivers the **first** Phase 4 instance: a reusable template...
@@ -76,6 +76,194 @@ /-- Helper: 4 * (nSteps : Nat) as a 64-bit Word. -/ private def fourTimes (nSteps : Nat) : Word := BitVec.ofNat 64 (4 * nSteps) +/-- Lift a verified body spec to a handler subroutine spec. + + Given: + * `h_body` — the body's verified `cpsTripleWithin` spec from + `Evm64/<Op>/Spec.lea...
{ "repo": "evm-asm", "git_repo": "github.com/Verified-zkEVM/evm-asm", "revision": "7d5875858bc3727250adb6880c8339048365b1b6", "lean_toolchain": "leanprover/lean4:v4.30.0-rc1", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-de...
ablate_38d04708816f_18
254a11e64ed15e03
lean
lean
github.com/Verified-zkEVM/evm-asm
7d5875858bc3727250adb6880c8339048365b1b6
EvmAsm/Codegen/Proofs/HandlerSpecs.lean
HandlerSpecs
18
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
2
22
[ { "theorem_name": "evmAddHandlerSpec", "depth": 1, "n_commands": 0, "n_lines": 21, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n intro sum0 carry0 psum1 carry1a result1 carry1b carry1 psum2 carry2a result2 carry2b carry2 psum3 carry3a result3 carry3...
[ { "name": "cleanRetHandlerSpec", "text": "/-- Lift a verified body spec to a handler subroutine spec.\n\n Given:\n * `h_body` — the body's verified `cpsTripleWithin` spec from\n `Evm64/<Op>/Spec.lean`. Its exit PC must be `base + 4*body.length`\n and its CodeReq must be `CodeReq.ofProg base ...
[ { "name": "evmEnvLoadHandlerSpec", "fan_in": 0, "n_deps_direct": 1, "n_deps_transitive": 1, "n_lines": 83, "n_chars": 4665, "n_subproofs": 7, "n_tactics": 33, "cyclomatic": 1, "n_automation": 4, "n_rewrites": 3, "n_structural": 1, "automation_only": false, "ma...
1
/- EvmAsm.Codegen.Proofs.HandlerSpecs Phase 4 of the codegen-proofs roadmap: lift verified body specs from `Evm64/<Op>/Spec.lean` to **dispatcher-handler-level** specs that also account for the M5b dispatcher's wrapping (preBody + tail). This file delivers the **first** Phase 4 instance: a reusable template...
/- EvmAsm.Codegen.Proofs.HandlerSpecs Phase 4 of the codegen-proofs roadmap: lift verified body specs from `Evm64/<Op>/Spec.lean` to **dispatcher-handler-level** specs that also account for the M5b dispatcher's wrapping (preBody + tail). This file delivers the **first** Phase 4 instance: a reusable template...
@@ -76,6 +76,194 @@ /-- Helper: 4 * (nSteps : Nat) as a 64-bit Word. -/ private def fourTimes (nSteps : Nat) : Word := BitVec.ofNat 64 (4 * nSteps) +/-- Lift a verified body spec to a handler subroutine spec. + + Given: + * `h_body` — the body's verified `cpsTripleWithin` spec from + `Evm64/<Op>/Spec.lea...
{ "repo": "evm-asm", "git_repo": "github.com/Verified-zkEVM/evm-asm", "revision": "7d5875858bc3727250adb6880c8339048365b1b6", "lean_toolchain": "leanprover/lean4:v4.30.0-rc1", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-de...
ablate_38d04708816f_19
2355c012aa258e78
lean
lean
github.com/Verified-zkEVM/evm-asm
7d5875858bc3727250adb6880c8339048365b1b6
EvmAsm/Codegen/Proofs/HandlerSpecs.lean
HandlerSpecs
19
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
2
22
[ { "theorem_name": "evmAddHandlerSpec", "depth": 1, "n_commands": 0, "n_lines": 21, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n intro sum0 carry0 psum1 carry1a result1 carry1b carry1 psum2 carry2a result2 carry2b carry2 psum3 carry3a result3 carry3...
[ { "name": "cleanRetHandlerSpec", "text": "/-- Lift a verified body spec to a handler subroutine spec.\n\n Given:\n * `h_body` — the body's verified `cpsTripleWithin` spec from\n `Evm64/<Op>/Spec.lean`. Its exit PC must be `base + 4*body.length`\n and its CodeReq must be `CodeReq.ofProg base ...
[ { "name": "evmMStoreHandlerSpec", "fan_in": 0, "n_deps_direct": 1, "n_deps_transitive": 1, "n_lines": 92, "n_chars": 5687, "n_subproofs": 5, "n_tactics": 32, "cyclomatic": 1, "n_automation": 3, "n_rewrites": 2, "n_structural": 2, "automation_only": false, "max...
1
/- EvmAsm.Codegen.Proofs.HandlerSpecs Phase 4 of the codegen-proofs roadmap: lift verified body specs from `Evm64/<Op>/Spec.lean` to **dispatcher-handler-level** specs that also account for the M5b dispatcher's wrapping (preBody + tail). This file delivers the **first** Phase 4 instance: a reusable template...
/- EvmAsm.Codegen.Proofs.HandlerSpecs Phase 4 of the codegen-proofs roadmap: lift verified body specs from `Evm64/<Op>/Spec.lean` to **dispatcher-handler-level** specs that also account for the M5b dispatcher's wrapping (preBody + tail). This file delivers the **first** Phase 4 instance: a reusable template...
@@ -76,6 +76,194 @@ /-- Helper: 4 * (nSteps : Nat) as a 64-bit Word. -/ private def fourTimes (nSteps : Nat) : Word := BitVec.ofNat 64 (4 * nSteps) +/-- Lift a verified body spec to a handler subroutine spec. + + Given: + * `h_body` — the body's verified `cpsTripleWithin` spec from + `Evm64/<Op>/Spec.lea...
{ "repo": "evm-asm", "git_repo": "github.com/Verified-zkEVM/evm-asm", "revision": "7d5875858bc3727250adb6880c8339048365b1b6", "lean_toolchain": "leanprover/lean4:v4.30.0-rc1", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-de...
ablate_38d04708816f_20
18e35ea143cdd1a6
lean
lean
github.com/Verified-zkEVM/evm-asm
7d5875858bc3727250adb6880c8339048365b1b6
EvmAsm/Codegen/Proofs/HandlerSpecs.lean
HandlerSpecs
20
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
2
22
[ { "theorem_name": "evmAddHandlerSpec", "depth": 1, "n_commands": 0, "n_lines": 21, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n intro sum0 carry0 psum1 carry1a result1 carry1b carry1 psum2 carry2a result2 carry2b carry2 psum3 carry3a result3 carry3...
[ { "name": "cleanRetHandlerSpec", "text": "/-- Lift a verified body spec to a handler subroutine spec.\n\n Given:\n * `h_body` — the body's verified `cpsTripleWithin` spec from\n `Evm64/<Op>/Spec.lean`. Its exit PC must be `base + 4*body.length`\n and its CodeReq must be `CodeReq.ofProg base ...
[ { "name": "evmMLoadHandlerSpec", "fan_in": 0, "n_deps_direct": 1, "n_deps_transitive": 1, "n_lines": 90, "n_chars": 5207, "n_subproofs": 5, "n_tactics": 35, "cyclomatic": 1, "n_automation": 3, "n_rewrites": 2, "n_structural": 2, "automation_only": false, "max_...
1
/- EvmAsm.Codegen.Proofs.HandlerSpecs Phase 4 of the codegen-proofs roadmap: lift verified body specs from `Evm64/<Op>/Spec.lean` to **dispatcher-handler-level** specs that also account for the M5b dispatcher's wrapping (preBody + tail). This file delivers the **first** Phase 4 instance: a reusable template...
/- EvmAsm.Codegen.Proofs.HandlerSpecs Phase 4 of the codegen-proofs roadmap: lift verified body specs from `Evm64/<Op>/Spec.lean` to **dispatcher-handler-level** specs that also account for the M5b dispatcher's wrapping (preBody + tail). This file delivers the **first** Phase 4 instance: a reusable template...
@@ -76,6 +76,194 @@ /-- Helper: 4 * (nSteps : Nat) as a 64-bit Word. -/ private def fourTimes (nSteps : Nat) : Word := BitVec.ofNat 64 (4 * nSteps) +/-- Lift a verified body spec to a handler subroutine spec. + + Given: + * `h_body` — the body's verified `cpsTripleWithin` spec from + `Evm64/<Op>/Spec.lea...
{ "repo": "evm-asm", "git_repo": "github.com/Verified-zkEVM/evm-asm", "revision": "7d5875858bc3727250adb6880c8339048365b1b6", "lean_toolchain": "leanprover/lean4:v4.30.0-rc1", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-de...
ablate_38d04708816f_21
621385745acafd33
lean
lean
github.com/Verified-zkEVM/evm-asm
7d5875858bc3727250adb6880c8339048365b1b6
EvmAsm/Codegen/Proofs/HandlerSpecs.lean
HandlerSpecs
21
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
2
1
[ { "theorem_name": "evmPush1HandlerSpec", "depth": 1, "n_commands": 0, "n_lines": 21, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n intro nsp\n have h0 := EvmAsm.Evm64.evm_push1_stack_spec_within sp codePtr v7Old d0 d1 d2 d3 codeWord codeDwordAddr\n...
[ { "name": "passthroughRetHandlerSpec", "text": "/-- Handler lift for an x10-PRESERVING body: the body reads `x10` (e.g. PUSHn\n fetching its immediate from the EVM code pointer) and leaves it unchanged,\n so `x10` appears in the body spec's P and Q at the same value. Threads `x10`\n through the bod...
[ { "name": "evmPush1HandlerSpec", "fan_in": 0, "n_deps_direct": 1, "n_deps_transitive": 1, "n_lines": 56, "n_chars": 3864, "n_subproofs": 3, "n_tactics": 22, "cyclomatic": 1, "n_automation": 4, "n_rewrites": 2, "n_structural": 2, "automation_only": false, "max_...
1
/- EvmAsm.Codegen.Proofs.HandlerSpecs Phase 4 of the codegen-proofs roadmap: lift verified body specs from `Evm64/<Op>/Spec.lean` to **dispatcher-handler-level** specs that also account for the M5b dispatcher's wrapping (preBody + tail). This file delivers the **first** Phase 4 instance: a reusable template...
/- EvmAsm.Codegen.Proofs.HandlerSpecs Phase 4 of the codegen-proofs roadmap: lift verified body specs from `Evm64/<Op>/Spec.lean` to **dispatcher-handler-level** specs that also account for the M5b dispatcher's wrapping (preBody + tail). This file delivers the **first** Phase 4 instance: a reusable template...
@@ -76,6 +76,94 @@ /-- Helper: 4 * (nSteps : Nat) as a 64-bit Word. -/ private def fourTimes (nSteps : Nat) : Word := BitVec.ofNat 64 (4 * nSteps) +/-- Handler lift for an x10-PRESERVING body: the body reads `x10` (e.g. PUSHn + fetching its immediate from the EVM code pointer) and leaves it unchanged, + so `x...
{ "repo": "evm-asm", "git_repo": "github.com/Verified-zkEVM/evm-asm", "revision": "7d5875858bc3727250adb6880c8339048365b1b6", "lean_toolchain": "leanprover/lean4:v4.30.0-rc1", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-de...
ablate_38d04708816f_22
29e56771f0afb0aa
lean
lean
github.com/Verified-zkEVM/evm-asm
7d5875858bc3727250adb6880c8339048365b1b6
EvmAsm/Codegen/Proofs/HandlerSpecs.lean
HandlerSpecs
22
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
2
22
[ { "theorem_name": "evmAddHandlerSpec", "depth": 1, "n_commands": 0, "n_lines": 21, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n intro sum0 carry0 psum1 carry1a result1 carry1b carry1 psum2 carry2a result2 carry2b carry2 psum3 carry3a result3 carry3...
[ { "name": "cleanRetHandlerSpec", "text": "/-- Lift a verified body spec to a handler subroutine spec.\n\n Given:\n * `h_body` — the body's verified `cpsTripleWithin` spec from\n `Evm64/<Op>/Spec.lean`. Its exit PC must be `base + 4*body.length`\n and its CodeReq must be `CodeReq.ofProg base ...
[ { "name": "evmCallDataSizeHandlerSpec", "fan_in": 0, "n_deps_direct": 1, "n_deps_transitive": 1, "n_lines": 49, "n_chars": 2836, "n_subproofs": 7, "n_tactics": 23, "cyclomatic": 1, "n_automation": 4, "n_rewrites": 3, "n_structural": 1, "automation_only": false, ...
1
/- EvmAsm.Codegen.Proofs.HandlerSpecs Phase 4 of the codegen-proofs roadmap: lift verified body specs from `Evm64/<Op>/Spec.lean` to **dispatcher-handler-level** specs that also account for the M5b dispatcher's wrapping (preBody + tail). This file delivers the **first** Phase 4 instance: a reusable template...
/- EvmAsm.Codegen.Proofs.HandlerSpecs Phase 4 of the codegen-proofs roadmap: lift verified body specs from `Evm64/<Op>/Spec.lean` to **dispatcher-handler-level** specs that also account for the M5b dispatcher's wrapping (preBody + tail). This file delivers the **first** Phase 4 instance: a reusable template...
@@ -76,6 +76,194 @@ /-- Helper: 4 * (nSteps : Nat) as a 64-bit Word. -/ private def fourTimes (nSteps : Nat) : Word := BitVec.ofNat 64 (4 * nSteps) +/-- Lift a verified body spec to a handler subroutine spec. + + Given: + * `h_body` — the body's verified `cpsTripleWithin` spec from + `Evm64/<Op>/Spec.lea...
{ "repo": "evm-asm", "git_repo": "github.com/Verified-zkEVM/evm-asm", "revision": "7d5875858bc3727250adb6880c8339048365b1b6", "lean_toolchain": "leanprover/lean4:v4.30.0-rc1", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-de...
ablate_b9c76847c1e5_0
d2b638931cec4684
lean
lean
github.com/Verified-zkEVM/evm-asm
7d5875858bc3727250adb6880c8339048365b1b6
EvmAsm/Evm64/DivMod/Spec/CallAddbackV5.lean
CallAddbackV5
0
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
15
1
[ { "theorem_name": "n4CallAddbackBeqQHatV5_eq_direct", "depth": 1, "n_commands": 0, "n_lines": 5, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n rw [n4CallAddbackBeqQHatV5_eq_normalized]\n rw [n4CallAddbackBeqU4_eq_direct hshift_nz]\n rw [n4CallAddb...
[ { "name": "n4CallAddbackBeqQHatV5_eq_normalized", "text": "theorem n4CallAddbackBeqQHatV5_eq_normalized {a b : EvmWord} :\n n4CallAddbackBeqQHatV5 a b =\n div128Quot_v5\n (n4CallAddbackBeqU4 a b)\n (n4CallAddbackBeqU3 a b)\n (n4CallAddbackBeqB3Prime b) :=\n rfl\n\n", "fan_i...
[ { "name": "n4CallAddbackBeqQHatV5_eq_direct", "fan_in": 2, "n_deps_direct": 1, "n_deps_transitive": 1, "n_lines": 19, "n_chars": 903, "n_subproofs": 0, "n_tactics": 5, "cyclomatic": 1, "n_automation": 0, "n_rewrites": 4, "n_structural": 0, "automation_only": false...
1
/- EvmAsm.Evm64.DivMod.Spec.CallAddbackV5 V5 mirror of the n=4 call+addback-BEQ dispatcher predicate family. These are the V5 analogs of the predicates in `EvmAsm.Evm64.DivMod.Spec.CallAddback`: identical in structure, but referencing the repaired trial quotient `div128Quot_v5` (and the V5 trial call quot...
/- EvmAsm.Evm64.DivMod.Spec.CallAddbackV5 V5 mirror of the n=4 call+addback-BEQ dispatcher predicate family. These are the V5 analogs of the predicates in `EvmAsm.Evm64.DivMod.Spec.CallAddback`: identical in structure, but referencing the repaired trial quotient `div128Quot_v5` (and the V5 trial call quot...
@@ -37,6 +37,14 @@ let u3 := ((a.getLimbN 3) <<< shift) ||| ((a.getLimbN 2) >>> antiShift) div128Quot_v5 u4 u3 b3' +theorem n4CallAddbackBeqQHatV5_eq_normalized {a b : EvmWord} : + n4CallAddbackBeqQHatV5 a b = + div128Quot_v5 + (n4CallAddbackBeqU4 a b) + (n4CallAddbackBeqU3 a b) + (...
{ "repo": "evm-asm", "git_repo": "github.com/Verified-zkEVM/evm-asm", "revision": "7d5875858bc3727250adb6880c8339048365b1b6", "lean_toolchain": "leanprover/lean4:v4.30.0-rc1", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-de...
ablate_b9c76847c1e5_1
fa28165ec0469207
lean
lean
github.com/Verified-zkEVM/evm-asm
7d5875858bc3727250adb6880c8339048365b1b6
EvmAsm/Evm64/DivMod/Spec/CallAddbackV5.lean
CallAddbackV5
1
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
15
2
[ { "theorem_name": "n4CallAddbackBeqCarryV5_eq_direct", "depth": 1, "n_commands": 0, "n_lines": 11, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n rw [n4CallAddbackBeqCarryV5_eq_normalized]\n rw [n4CallAddbackBeqQHatV5_eq_direct hshift_nz]\n rw [n4C...
[ { "name": "n4CallAddbackBeqQHatV5_eq_direct", "text": "theorem n4CallAddbackBeqQHatV5_eq_direct {a b : EvmWord}\n (hshift_nz : (clzResult (b.getLimbN 3)).1 ≠ 0) :\n n4CallAddbackBeqQHatV5 a b =\n div128Quot_v5\n ((a.getLimbN 3) >>> (64 - (clzResult (b.getLimbN 3)).1.toNat))\n (((a.g...
[ { "name": "n4CallAddbackBeqCarryV5_eq_direct", "fan_in": 1, "n_deps_direct": 2, "n_deps_transitive": 3, "n_lines": 46, "n_chars": 2189, "n_subproofs": 0, "n_tactics": 11, "cyclomatic": 1, "n_automation": 0, "n_rewrites": 10, "n_structural": 0, "automation_only": f...
3
/- EvmAsm.Evm64.DivMod.Spec.CallAddbackV5 V5 mirror of the n=4 call+addback-BEQ dispatcher predicate family. These are the V5 analogs of the predicates in `EvmAsm.Evm64.DivMod.Spec.CallAddback`: identical in structure, but referencing the repaired trial quotient `div128Quot_v5` (and the V5 trial call quot...
/- EvmAsm.Evm64.DivMod.Spec.CallAddbackV5 V5 mirror of the n=4 call+addback-BEQ dispatcher predicate family. These are the V5 analogs of the predicates in `EvmAsm.Evm64.DivMod.Spec.CallAddback`: identical in structure, but referencing the repaired trial quotient `div128Quot_v5` (and the V5 trial call quot...
@@ -45,6 +45,24 @@ (n4CallAddbackBeqB3Prime b) := rfl +theorem n4CallAddbackBeqQHatV5_eq_direct {a b : EvmWord} + (hshift_nz : (clzResult (b.getLimbN 3)).1 ≠ 0) : + n4CallAddbackBeqQHatV5 a b = + div128Quot_v5 + ((a.getLimbN 3) >>> (64 - (clzResult (b.getLimbN 3)).1.toNat)) + (((a...
{ "repo": "evm-asm", "git_repo": "github.com/Verified-zkEVM/evm-asm", "revision": "7d5875858bc3727250adb6880c8339048365b1b6", "lean_toolchain": "leanprover/lean4:v4.30.0-rc1", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-de...
ablate_b9c76847c1e5_2
dffda230b3f3435e
lean
lean
github.com/Verified-zkEVM/evm-asm
7d5875858bc3727250adb6880c8339048365b1b6
EvmAsm/Evm64/DivMod/Spec/CallAddbackV5.lean
CallAddbackV5
2
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
15
2
[ { "theorem_name": "n4CallAddbackBeqCarryV5_eq_direct", "depth": 1, "n_commands": 0, "n_lines": 11, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n rw [n4CallAddbackBeqCarryV5_eq_normalized]\n rw [n4CallAddbackBeqQHatV5_eq_direct hshift_nz]\n rw [n4C...
[ { "name": "n4CallAddbackBeqQHatV5_eq_direct", "text": "theorem n4CallAddbackBeqQHatV5_eq_direct {a b : EvmWord}\n (hshift_nz : (clzResult (b.getLimbN 3)).1 ≠ 0) :\n n4CallAddbackBeqQHatV5 a b =\n div128Quot_v5\n ((a.getLimbN 3) >>> (64 - (clzResult (b.getLimbN 3)).1.toNat))\n (((a.g...
[ { "name": "n4CallAddbackBeqQOutV5_eq_direct", "fan_in": 0, "n_deps_direct": 3, "n_deps_transitive": 5, "n_lines": 37, "n_chars": 1776, "n_subproofs": 0, "n_tactics": 4, "cyclomatic": 1, "n_automation": 0, "n_rewrites": 3, "n_structural": 0, "automation_only": fals...
5
/- EvmAsm.Evm64.DivMod.Spec.CallAddbackV5 V5 mirror of the n=4 call+addback-BEQ dispatcher predicate family. These are the V5 analogs of the predicates in `EvmAsm.Evm64.DivMod.Spec.CallAddback`: identical in structure, but referencing the repaired trial quotient `div128Quot_v5` (and the V5 trial call quot...
/- EvmAsm.Evm64.DivMod.Spec.CallAddbackV5 V5 mirror of the n=4 call+addback-BEQ dispatcher predicate family. These are the V5 analogs of the predicates in `EvmAsm.Evm64.DivMod.Spec.CallAddback`: identical in structure, but referencing the repaired trial quotient `div128Quot_v5` (and the V5 trial call quot...
@@ -45,6 +45,24 @@ (n4CallAddbackBeqB3Prime b) := rfl +theorem n4CallAddbackBeqQHatV5_eq_direct {a b : EvmWord} + (hshift_nz : (clzResult (b.getLimbN 3)).1 ≠ 0) : + n4CallAddbackBeqQHatV5 a b = + div128Quot_v5 + ((a.getLimbN 3) >>> (64 - (clzResult (b.getLimbN 3)).1.toNat)) + (((a...
{ "repo": "evm-asm", "git_repo": "github.com/Verified-zkEVM/evm-asm", "revision": "7d5875858bc3727250adb6880c8339048365b1b6", "lean_toolchain": "leanprover/lean4:v4.30.0-rc1", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-de...
ablate_b9c76847c1e5_3
a6a0f1eff053673a
lean
lean
github.com/Verified-zkEVM/evm-asm
7d5875858bc3727250adb6880c8339048365b1b6
EvmAsm/Evm64/DivMod/Spec/CallAddbackV5.lean
CallAddbackV5
3
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
15
2
[ { "theorem_name": "n4CallAddbackBeqCarryV5_eq_direct", "depth": 1, "n_commands": 0, "n_lines": 11, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n rw [n4CallAddbackBeqCarryV5_eq_normalized]\n rw [n4CallAddbackBeqQHatV5_eq_direct hshift_nz]\n rw [n4C...
[ { "name": "n4CallAddbackBeqCarryV5_eq_normalized", "text": "theorem n4CallAddbackBeqCarryV5_eq_normalized {a b : EvmWord} :\n n4CallAddbackBeqCarryV5 a b =\n (let qHat := n4CallAddbackBeqQHatV5 a b\n let ms := mulsubN4 qHat\n (n4CallAddbackBeqB0Prime b)\n (n4CallAddbackBeqB1Prime...
[ { "name": "n4CallAddbackBeqIterWithDoubleAddback_qOutV5_of_borrow", "fan_in": 0, "n_deps_direct": 2, "n_deps_transitive": 2, "n_lines": 52, "n_chars": 2111, "n_subproofs": 4, "n_tactics": 24, "cyclomatic": 1, "n_automation": 0, "n_rewrites": 5, "n_structural": 4, ...
2
/- EvmAsm.Evm64.DivMod.Spec.CallAddbackV5 V5 mirror of the n=4 call+addback-BEQ dispatcher predicate family. These are the V5 analogs of the predicates in `EvmAsm.Evm64.DivMod.Spec.CallAddback`: identical in structure, but referencing the repaired trial quotient `div128Quot_v5` (and the V5 trial call quot...
/- EvmAsm.Evm64.DivMod.Spec.CallAddbackV5 V5 mirror of the n=4 call+addback-BEQ dispatcher predicate family. These are the V5 analogs of the predicates in `EvmAsm.Evm64.DivMod.Spec.CallAddback`: identical in structure, but referencing the repaired trial quotient `div128Quot_v5` (and the V5 trial call quot...
@@ -53,6 +53,25 @@ let ms := mulsubN4 qHat b0' b1' b2' b3' u0 u1 u2 u3 addbackN4_carry ms.1 ms.2.1 ms.2.2.1 ms.2.2.2.1 b0' b1' b2' b3' +theorem n4CallAddbackBeqCarryV5_eq_normalized {a b : EvmWord} : + n4CallAddbackBeqCarryV5 a b = + (let qHat := n4CallAddbackBeqQHatV5 a b + let ms := mulsubN4 qHa...
{ "repo": "evm-asm", "git_repo": "github.com/Verified-zkEVM/evm-asm", "revision": "7d5875858bc3727250adb6880c8339048365b1b6", "lean_toolchain": "leanprover/lean4:v4.30.0-rc1", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-de...
ablate_b9c76847c1e5_4
08e2ba289fabcaf5
lean
lean
github.com/Verified-zkEVM/evm-asm
7d5875858bc3727250adb6880c8339048365b1b6
EvmAsm/Evm64/DivMod/Spec/CallAddbackV5.lean
CallAddbackV5
4
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
15
1
[ { "theorem_name": "n4CallAddbackBeqQOutV5_toNat_of_carry_eq_zero", "depth": 1, "n_commands": 0, "n_lines": 2, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n rw [n4CallAddbackBeqQOutV5_of_carry_eq_zero h_carry]", "n_chars": 58, "n_subproofs": ...
[ { "name": "n4CallAddbackBeqQOutV5_of_carry_eq_zero", "text": "/-- The zero-carry call+addback-BEQ case decrements the trial quotient twice. -/\ntheorem n4CallAddbackBeqQOutV5_of_carry_eq_zero {a b : EvmWord}\n (h_carry : n4CallAddbackBeqCarryV5 a b = 0) :\n n4CallAddbackBeqQOutV5 a b =\n n4CallAd...
[ { "name": "n4CallAddbackBeqQOutV5_toNat_of_carry_eq_zero", "fan_in": 1, "n_deps_direct": 1, "n_deps_transitive": 1, "n_lines": 8, "n_chars": 370, "n_subproofs": 0, "n_tactics": 2, "cyclomatic": 1, "n_automation": 0, "n_rewrites": 1, "n_structural": 0, "automation_...
1
/- EvmAsm.Evm64.DivMod.Spec.CallAddbackV5 V5 mirror of the n=4 call+addback-BEQ dispatcher predicate family. These are the V5 analogs of the predicates in `EvmAsm.Evm64.DivMod.Spec.CallAddback`: identical in structure, but referencing the repaired trial quotient `div128Quot_v5` (and the V5 trial call quot...
/- EvmAsm.Evm64.DivMod.Spec.CallAddbackV5 V5 mirror of the n=4 call+addback-BEQ dispatcher predicate family. These are the V5 analogs of the predicates in `EvmAsm.Evm64.DivMod.Spec.CallAddback`: identical in structure, but referencing the repaired trial quotient `div128Quot_v5` (and the V5 trial call quot...
@@ -60,11 +60,19 @@ if carry = 0 then qHat + signExtend12 4095 + signExtend12 4095 else qHat + signExtend12 4095 +/-- The zero-carry call+addback-BEQ case decrements the trial quotient twice. -/ +theorem n4CallAddbackBeqQOutV5_of_carry_eq_zero {a b : EvmWord} + (h_carry : n4CallAddbackBeqCarryV5 a b = 0) : +...
{ "repo": "evm-asm", "git_repo": "github.com/Verified-zkEVM/evm-asm", "revision": "7d5875858bc3727250adb6880c8339048365b1b6", "lean_toolchain": "leanprover/lean4:v4.30.0-rc1", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-de...
ablate_b9c76847c1e5_5
09faaba6d05fb792
lean
lean
github.com/Verified-zkEVM/evm-asm
7d5875858bc3727250adb6880c8339048365b1b6
EvmAsm/Evm64/DivMod/Spec/CallAddbackV5.lean
CallAddbackV5
5
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
15
1
[ { "theorem_name": "n4CallAddbackBeqQOutV5_toNat_of_carry_ne_zero", "depth": 1, "n_commands": 0, "n_lines": 2, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n rw [n4CallAddbackBeqQOutV5_of_carry_ne_zero h_carry]", "n_chars": 58, "n_subproofs": ...
[ { "name": "n4CallAddbackBeqQOutV5_of_carry_ne_zero", "text": "/-- The nonzero-carry call+addback-BEQ case decrements the trial quotient once. -/\ntheorem n4CallAddbackBeqQOutV5_of_carry_ne_zero {a b : EvmWord}\n (h_carry : n4CallAddbackBeqCarryV5 a b ≠ 0) :\n n4CallAddbackBeqQOutV5 a b =\n n4Call...
[ { "name": "n4CallAddbackBeqQOutV5_toNat_of_carry_ne_zero", "fan_in": 1, "n_deps_direct": 1, "n_deps_transitive": 1, "n_lines": 12, "n_chars": 561, "n_subproofs": 0, "n_tactics": 2, "cyclomatic": 1, "n_automation": 0, "n_rewrites": 1, "n_structural": 0, "automation...
1
/- EvmAsm.Evm64.DivMod.Spec.CallAddbackV5 V5 mirror of the n=4 call+addback-BEQ dispatcher predicate family. These are the V5 analogs of the predicates in `EvmAsm.Evm64.DivMod.Spec.CallAddback`: identical in structure, but referencing the repaired trial quotient `div128Quot_v5` (and the V5 trial call quot...
/- EvmAsm.Evm64.DivMod.Spec.CallAddbackV5 V5 mirror of the n=4 call+addback-BEQ dispatcher predicate family. These are the V5 analogs of the predicates in `EvmAsm.Evm64.DivMod.Spec.CallAddback`: identical in structure, but referencing the repaired trial quotient `div128Quot_v5` (and the V5 trial call quot...
@@ -60,11 +60,20 @@ if carry = 0 then qHat + signExtend12 4095 + signExtend12 4095 else qHat + signExtend12 4095 +/-- The nonzero-carry call+addback-BEQ case decrements the trial quotient once. -/ +theorem n4CallAddbackBeqQOutV5_of_carry_ne_zero {a b : EvmWord} + (h_carry : n4CallAddbackBeqCarryV5 a b ≠ 0) :...
{ "repo": "evm-asm", "git_repo": "github.com/Verified-zkEVM/evm-asm", "revision": "7d5875858bc3727250adb6880c8339048365b1b6", "lean_toolchain": "leanprover/lean4:v4.30.0-rc1", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-de...
ablate_b9c76847c1e5_6
3edccfc701b853c2
lean
lean
github.com/Verified-zkEVM/evm-asm
7d5875858bc3727250adb6880c8339048365b1b6
EvmAsm/Evm64/DivMod/Spec/CallAddbackV5.lean
CallAddbackV5
6
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
15
2
[ { "theorem_name": "n4CallAddbackBeqQHatBranchEqQTrueV5_of_carry_eq_zero", "depth": 1, "n_commands": 0, "n_lines": 2, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": "\n (n4CallAddbackBeqQHatBranchEqQTrueV5_carry_eq_zero_iff h_carry).2 h_qHat", "n_chars":...
[ { "name": "n4CallAddbackBeqQHatBranchEqQTrueV5_carry_eq_zero_iff", "text": "theorem n4CallAddbackBeqQHatBranchEqQTrueV5_carry_eq_zero_iff {a b : EvmWord}\n (h_carry : n4CallAddbackBeqCarryV5 a b = 0) :\n n4CallAddbackBeqQHatBranchEqQTrueV5 a b ↔\n (n4CallAddbackBeqQHatV5 a b + signExtend12 4095 +...
[ { "name": "n4CallAddbackBeqQHatBranchEqQTrueV5_of_carry_eq_zero", "fan_in": 0, "n_deps_direct": 1, "n_deps_transitive": 1, "n_lines": 9, "n_chars": 382, "n_subproofs": 0, "n_tactics": 1, "cyclomatic": 1, "n_automation": 0, "n_rewrites": 0, "n_structural": 0, "auto...
1
/- EvmAsm.Evm64.DivMod.Spec.CallAddbackV5 V5 mirror of the n=4 call+addback-BEQ dispatcher predicate family. These are the V5 analogs of the predicates in `EvmAsm.Evm64.DivMod.Spec.CallAddback`: identical in structure, but referencing the repaired trial quotient `div128Quot_v5` (and the V5 trial call quot...
/- EvmAsm.Evm64.DivMod.Spec.CallAddbackV5 V5 mirror of the n=4 call+addback-BEQ dispatcher predicate family. These are the V5 analogs of the predicates in `EvmAsm.Evm64.DivMod.Spec.CallAddback`: identical in structure, but referencing the repaired trial quotient `div128Quot_v5` (and the V5 trial call quot...
@@ -69,12 +69,20 @@ (n4CallAddbackBeqQHatV5 a b + signExtend12 4095).toNat = n4CallAddbackBeqQTrue a b +theorem n4CallAddbackBeqQHatBranchEqQTrueV5_carry_eq_zero_iff {a b : EvmWord} + (h_carry : n4CallAddbackBeqCarryV5 a b = 0) : + n4CallAddbackBeqQHatBranchEqQTrueV5 a b ↔ + (n4CallAddbackBeqQH...
{ "repo": "evm-asm", "git_repo": "github.com/Verified-zkEVM/evm-asm", "revision": "7d5875858bc3727250adb6880c8339048365b1b6", "lean_toolchain": "leanprover/lean4:v4.30.0-rc1", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-de...
ablate_b9c76847c1e5_7
06aa94b26d48d8c5
lean
lean
github.com/Verified-zkEVM/evm-asm
7d5875858bc3727250adb6880c8339048365b1b6
EvmAsm/Evm64/DivMod/Spec/CallAddbackV5.lean
CallAddbackV5
7
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
15
2
[ { "theorem_name": "n4CallAddbackBeqQHatBranchEqQTrueV5_of_carry_eq_zero", "depth": 1, "n_commands": 0, "n_lines": 2, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": "\n (n4CallAddbackBeqQHatBranchEqQTrueV5_carry_eq_zero_iff h_carry).2 h_qHat", "n_chars":...
[ { "name": "n4CallAddbackBeqQHatBranchEqQTrueV5_carry_eq_zero_iff", "text": "theorem n4CallAddbackBeqQHatBranchEqQTrueV5_carry_eq_zero_iff {a b : EvmWord}\n (h_carry : n4CallAddbackBeqCarryV5 a b = 0) :\n n4CallAddbackBeqQHatBranchEqQTrueV5 a b ↔\n (n4CallAddbackBeqQHatV5 a b + signExtend12 4095 +...
[ { "name": "n4CallAddbackBeqQHatBranchEqQTrueV5_carry_eq_zero", "fan_in": 0, "n_deps_direct": 1, "n_deps_transitive": 1, "n_lines": 8, "n_chars": 371, "n_subproofs": 0, "n_tactics": 1, "cyclomatic": 1, "n_automation": 0, "n_rewrites": 0, "n_structural": 0, "automat...
1
/- EvmAsm.Evm64.DivMod.Spec.CallAddbackV5 V5 mirror of the n=4 call+addback-BEQ dispatcher predicate family. These are the V5 analogs of the predicates in `EvmAsm.Evm64.DivMod.Spec.CallAddback`: identical in structure, but referencing the repaired trial quotient `div128Quot_v5` (and the V5 trial call quot...
/- EvmAsm.Evm64.DivMod.Spec.CallAddbackV5 V5 mirror of the n=4 call+addback-BEQ dispatcher predicate family. These are the V5 analogs of the predicates in `EvmAsm.Evm64.DivMod.Spec.CallAddback`: identical in structure, but referencing the repaired trial quotient `div128Quot_v5` (and the V5 trial call quot...
@@ -69,11 +69,19 @@ (n4CallAddbackBeqQHatV5 a b + signExtend12 4095).toNat = n4CallAddbackBeqQTrue a b +theorem n4CallAddbackBeqQHatBranchEqQTrueV5_carry_eq_zero_iff {a b : EvmWord} + (h_carry : n4CallAddbackBeqCarryV5 a b = 0) : + n4CallAddbackBeqQHatBranchEqQTrueV5 a b ↔ + (n4CallAddbackBeqQH...
{ "repo": "evm-asm", "git_repo": "github.com/Verified-zkEVM/evm-asm", "revision": "7d5875858bc3727250adb6880c8339048365b1b6", "lean_toolchain": "leanprover/lean4:v4.30.0-rc1", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-de...
ablate_b9c76847c1e5_8
cb5a2a2b6f8023ad
lean
lean
github.com/Verified-zkEVM/evm-asm
7d5875858bc3727250adb6880c8339048365b1b6
EvmAsm/Evm64/DivMod/Spec/CallAddbackV5.lean
CallAddbackV5
8
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
15
2
[ { "theorem_name": "n4CallAddbackBeqQHatBranchEqQTrueV5_of_carry_ne_zero", "depth": 1, "n_commands": 0, "n_lines": 2, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": "\n (n4CallAddbackBeqQHatBranchEqQTrueV5_carry_ne_zero_iff h_carry).2 h_qHat", "n_chars":...
[ { "name": "n4CallAddbackBeqQHatBranchEqQTrueV5_carry_ne_zero_iff", "text": "theorem n4CallAddbackBeqQHatBranchEqQTrueV5_carry_ne_zero_iff {a b : EvmWord}\n (h_carry : n4CallAddbackBeqCarryV5 a b ≠ 0) :\n n4CallAddbackBeqQHatBranchEqQTrueV5 a b ↔\n (n4CallAddbackBeqQHatV5 a b + signExtend12 4095)....
[ { "name": "n4CallAddbackBeqQHatBranchEqQTrueV5_of_carry_ne_zero", "fan_in": 0, "n_deps_direct": 1, "n_deps_transitive": 1, "n_lines": 9, "n_chars": 364, "n_subproofs": 0, "n_tactics": 1, "cyclomatic": 1, "n_automation": 0, "n_rewrites": 0, "n_structural": 0, "auto...
1
/- EvmAsm.Evm64.DivMod.Spec.CallAddbackV5 V5 mirror of the n=4 call+addback-BEQ dispatcher predicate family. These are the V5 analogs of the predicates in `EvmAsm.Evm64.DivMod.Spec.CallAddback`: identical in structure, but referencing the repaired trial quotient `div128Quot_v5` (and the V5 trial call quot...
/- EvmAsm.Evm64.DivMod.Spec.CallAddbackV5 V5 mirror of the n=4 call+addback-BEQ dispatcher predicate family. These are the V5 analogs of the predicates in `EvmAsm.Evm64.DivMod.Spec.CallAddback`: identical in structure, but referencing the repaired trial quotient `div128Quot_v5` (and the V5 trial call quot...
@@ -69,12 +69,20 @@ (n4CallAddbackBeqQHatV5 a b + signExtend12 4095).toNat = n4CallAddbackBeqQTrue a b +theorem n4CallAddbackBeqQHatBranchEqQTrueV5_carry_ne_zero_iff {a b : EvmWord} + (h_carry : n4CallAddbackBeqCarryV5 a b ≠ 0) : + n4CallAddbackBeqQHatBranchEqQTrueV5 a b ↔ + (n4CallAddbackBeqQH...
{ "repo": "evm-asm", "git_repo": "github.com/Verified-zkEVM/evm-asm", "revision": "7d5875858bc3727250adb6880c8339048365b1b6", "lean_toolchain": "leanprover/lean4:v4.30.0-rc1", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-de...
ablate_b9c76847c1e5_9
dbc844e616bd513c
lean
lean
github.com/Verified-zkEVM/evm-asm
7d5875858bc3727250adb6880c8339048365b1b6
EvmAsm/Evm64/DivMod/Spec/CallAddbackV5.lean
CallAddbackV5
9
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
15
2
[ { "theorem_name": "n4CallAddbackBeqQHatBranchEqQTrueV5_of_carry_ne_zero", "depth": 1, "n_commands": 0, "n_lines": 2, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": "\n (n4CallAddbackBeqQHatBranchEqQTrueV5_carry_ne_zero_iff h_carry).2 h_qHat", "n_chars":...
[ { "name": "n4CallAddbackBeqQHatBranchEqQTrueV5_carry_ne_zero_iff", "text": "theorem n4CallAddbackBeqQHatBranchEqQTrueV5_carry_ne_zero_iff {a b : EvmWord}\n (h_carry : n4CallAddbackBeqCarryV5 a b ≠ 0) :\n n4CallAddbackBeqQHatBranchEqQTrueV5 a b ↔\n (n4CallAddbackBeqQHatV5 a b + signExtend12 4095)....
[ { "name": "n4CallAddbackBeqQHatBranchEqQTrueV5_carry_ne_zero", "fan_in": 0, "n_deps_direct": 1, "n_deps_transitive": 1, "n_lines": 8, "n_chars": 353, "n_subproofs": 0, "n_tactics": 1, "cyclomatic": 1, "n_automation": 0, "n_rewrites": 0, "n_structural": 0, "automat...
1
/- EvmAsm.Evm64.DivMod.Spec.CallAddbackV5 V5 mirror of the n=4 call+addback-BEQ dispatcher predicate family. These are the V5 analogs of the predicates in `EvmAsm.Evm64.DivMod.Spec.CallAddback`: identical in structure, but referencing the repaired trial quotient `div128Quot_v5` (and the V5 trial call quot...
/- EvmAsm.Evm64.DivMod.Spec.CallAddbackV5 V5 mirror of the n=4 call+addback-BEQ dispatcher predicate family. These are the V5 analogs of the predicates in `EvmAsm.Evm64.DivMod.Spec.CallAddback`: identical in structure, but referencing the repaired trial quotient `div128Quot_v5` (and the V5 trial call quot...
@@ -69,11 +69,19 @@ (n4CallAddbackBeqQHatV5 a b + signExtend12 4095).toNat = n4CallAddbackBeqQTrue a b +theorem n4CallAddbackBeqQHatBranchEqQTrueV5_carry_ne_zero_iff {a b : EvmWord} + (h_carry : n4CallAddbackBeqCarryV5 a b ≠ 0) : + n4CallAddbackBeqQHatBranchEqQTrueV5 a b ↔ + (n4CallAddbackBeqQH...
{ "repo": "evm-asm", "git_repo": "github.com/Verified-zkEVM/evm-asm", "revision": "7d5875858bc3727250adb6880c8339048365b1b6", "lean_toolchain": "leanprover/lean4:v4.30.0-rc1", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-de...
ablate_b9c76847c1e5_10
4411e5b38de3e944
lean
lean
github.com/Verified-zkEVM/evm-asm
7d5875858bc3727250adb6880c8339048365b1b6
EvmAsm/Evm64/DivMod/Spec/CallAddbackV5.lean
CallAddbackV5
10
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
15
1
[ { "theorem_name": "n4CallAddbackBeqQOutV5_toNat_of_carry_eq_zero", "depth": 1, "n_commands": 0, "n_lines": 2, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n rw [n4CallAddbackBeqQOutV5_of_carry_eq_zero h_carry]", "n_chars": 58, "n_subproofs": ...
[ { "name": "n4CallAddbackBeqQOutV5_of_carry_eq_zero", "text": "/-- The zero-carry call+addback-BEQ case decrements the trial quotient twice. -/\ntheorem n4CallAddbackBeqQOutV5_of_carry_eq_zero {a b : EvmWord}\n (h_carry : n4CallAddbackBeqCarryV5 a b = 0) :\n n4CallAddbackBeqQOutV5 a b =\n n4CallAd...
[ { "name": "n4CallAddbackBeqQOutV5_toNat_eq_qTrue_carry_eq_zero_iff", "fan_in": 1, "n_deps_direct": 1, "n_deps_transitive": 2, "n_lines": 8, "n_chars": 386, "n_subproofs": 0, "n_tactics": 2, "cyclomatic": 1, "n_automation": 0, "n_rewrites": 1, "n_structural": 0, "a...
2
/- EvmAsm.Evm64.DivMod.Spec.CallAddbackV5 V5 mirror of the n=4 call+addback-BEQ dispatcher predicate family. These are the V5 analogs of the predicates in `EvmAsm.Evm64.DivMod.Spec.CallAddback`: identical in structure, but referencing the repaired trial quotient `div128Quot_v5` (and the V5 trial call quot...
/- EvmAsm.Evm64.DivMod.Spec.CallAddbackV5 V5 mirror of the n=4 call+addback-BEQ dispatcher predicate family. These are the V5 analogs of the predicates in `EvmAsm.Evm64.DivMod.Spec.CallAddback`: identical in structure, but referencing the repaired trial quotient `div128Quot_v5` (and the V5 trial call quot...
@@ -60,11 +60,19 @@ if carry = 0 then qHat + signExtend12 4095 + signExtend12 4095 else qHat + signExtend12 4095 +/-- The zero-carry call+addback-BEQ case decrements the trial quotient twice. -/ +theorem n4CallAddbackBeqQOutV5_of_carry_eq_zero {a b : EvmWord} + (h_carry : n4CallAddbackBeqCarryV5 a b = 0) : +...
{ "repo": "evm-asm", "git_repo": "github.com/Verified-zkEVM/evm-asm", "revision": "7d5875858bc3727250adb6880c8339048365b1b6", "lean_toolchain": "leanprover/lean4:v4.30.0-rc1", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-de...
ablate_b9c76847c1e5_11
8395ed844dd96dce
lean
lean
github.com/Verified-zkEVM/evm-asm
7d5875858bc3727250adb6880c8339048365b1b6
EvmAsm/Evm64/DivMod/Spec/CallAddbackV5.lean
CallAddbackV5
11
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
15
1
[ { "theorem_name": "n4CallAddbackBeqQOutV5_toNat_of_carry_ne_zero", "depth": 1, "n_commands": 0, "n_lines": 2, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n rw [n4CallAddbackBeqQOutV5_of_carry_ne_zero h_carry]", "n_chars": 58, "n_subproofs": ...
[ { "name": "n4CallAddbackBeqQOutV5_of_carry_ne_zero", "text": "/-- The nonzero-carry call+addback-BEQ case decrements the trial quotient once. -/\ntheorem n4CallAddbackBeqQOutV5_of_carry_ne_zero {a b : EvmWord}\n (h_carry : n4CallAddbackBeqCarryV5 a b ≠ 0) :\n n4CallAddbackBeqQOutV5 a b =\n n4Call...
[ { "name": "n4CallAddbackBeqQOutV5_toNat_eq_qTrue_carry_ne_zero_iff", "fan_in": 1, "n_deps_direct": 1, "n_deps_transitive": 2, "n_lines": 8, "n_chars": 368, "n_subproofs": 0, "n_tactics": 2, "cyclomatic": 1, "n_automation": 0, "n_rewrites": 1, "n_structural": 0, "a...
2
/- EvmAsm.Evm64.DivMod.Spec.CallAddbackV5 V5 mirror of the n=4 call+addback-BEQ dispatcher predicate family. These are the V5 analogs of the predicates in `EvmAsm.Evm64.DivMod.Spec.CallAddback`: identical in structure, but referencing the repaired trial quotient `div128Quot_v5` (and the V5 trial call quot...
/- EvmAsm.Evm64.DivMod.Spec.CallAddbackV5 V5 mirror of the n=4 call+addback-BEQ dispatcher predicate family. These are the V5 analogs of the predicates in `EvmAsm.Evm64.DivMod.Spec.CallAddback`: identical in structure, but referencing the repaired trial quotient `div128Quot_v5` (and the V5 trial call quot...
@@ -60,11 +60,20 @@ if carry = 0 then qHat + signExtend12 4095 + signExtend12 4095 else qHat + signExtend12 4095 +/-- The nonzero-carry call+addback-BEQ case decrements the trial quotient once. -/ +theorem n4CallAddbackBeqQOutV5_of_carry_ne_zero {a b : EvmWord} + (h_carry : n4CallAddbackBeqCarryV5 a b ≠ 0) :...
{ "repo": "evm-asm", "git_repo": "github.com/Verified-zkEVM/evm-asm", "revision": "7d5875858bc3727250adb6880c8339048365b1b6", "lean_toolchain": "leanprover/lean4:v4.30.0-rc1", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-de...
ablate_b9c76847c1e5_12
6dc803e004d6ce1b
lean
lean
github.com/Verified-zkEVM/evm-asm
7d5875858bc3727250adb6880c8339048365b1b6
EvmAsm/Evm64/DivMod/Spec/CallAddbackV5.lean
CallAddbackV5
12
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
15
1
[ { "theorem_name": "n4CallAddbackBeqQOutV5_toNat_of_carry_ne_zero", "depth": 1, "n_commands": 0, "n_lines": 2, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n rw [n4CallAddbackBeqQOutV5_of_carry_ne_zero h_carry]", "n_chars": 58, "n_subproofs": ...
[ { "name": "n4CallAddbackBeqQOutV5_of_carry_ne_zero", "text": "/-- The nonzero-carry call+addback-BEQ case decrements the trial quotient once. -/\ntheorem n4CallAddbackBeqQOutV5_of_carry_ne_zero {a b : EvmWord}\n (h_carry : n4CallAddbackBeqCarryV5 a b ≠ 0) :\n n4CallAddbackBeqQOutV5 a b =\n n4Call...
[ { "name": "n4CallAddbackBeqQOutV5_toNat_eq_qTrue_qHat_branch_iff", "fan_in": 3, "n_deps_direct": 2, "n_deps_transitive": 6, "n_lines": 15, "n_chars": 688, "n_subproofs": 0, "n_tactics": 6, "cyclomatic": 1, "n_automation": 0, "n_rewrites": 2, "n_structural": 2, "au...
6
/- EvmAsm.Evm64.DivMod.Spec.CallAddbackV5 V5 mirror of the n=4 call+addback-BEQ dispatcher predicate family. These are the V5 analogs of the predicates in `EvmAsm.Evm64.DivMod.Spec.CallAddback`: identical in structure, but referencing the repaired trial quotient `div128Quot_v5` (and the V5 trial call quot...
/- EvmAsm.Evm64.DivMod.Spec.CallAddbackV5 V5 mirror of the n=4 call+addback-BEQ dispatcher predicate family. These are the V5 analogs of the predicates in `EvmAsm.Evm64.DivMod.Spec.CallAddback`: identical in structure, but referencing the repaired trial quotient `div128Quot_v5` (and the V5 trial call quot...
@@ -67,6 +67,14 @@ n4CallAddbackBeqQHatV5 a b + signExtend12 4095 + signExtend12 4095 := by simp [n4CallAddbackBeqQOutV5, h_carry] +/-- The nonzero-carry call+addback-BEQ case decrements the trial quotient once. -/ +theorem n4CallAddbackBeqQOutV5_of_carry_ne_zero {a b : EvmWord} + (h_carry : n4CallAddbac...
{ "repo": "evm-asm", "git_repo": "github.com/Verified-zkEVM/evm-asm", "revision": "7d5875858bc3727250adb6880c8339048365b1b6", "lean_toolchain": "leanprover/lean4:v4.30.0-rc1", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-de...
ablate_b9c76847c1e5_13
76abc6070fce293f
lean
lean
github.com/Verified-zkEVM/evm-asm
7d5875858bc3727250adb6880c8339048365b1b6
EvmAsm/Evm64/DivMod/Spec/CallAddbackV5.lean
CallAddbackV5
13
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
15
1
[ { "theorem_name": "n4CallAddbackBeqQOutV5_toNat_eq_qTrue_carry_eq_zero_iff", "depth": 1, "n_commands": 0, "n_lines": 2, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n rw [n4CallAddbackBeqQOutV5_toNat_of_carry_eq_zero h_carry]", "n_chars": 64, ...
[ { "name": "n4CallAddbackBeqQOutV5_toNat_of_carry_eq_zero", "text": "/-- `toNat` form of the zero-carry double-decrement qOut case. -/\ntheorem n4CallAddbackBeqQOutV5_toNat_of_carry_eq_zero {a b : EvmWord}\n (h_carry : n4CallAddbackBeqCarryV5 a b = 0) :\n (n4CallAddbackBeqQOutV5 a b).toNat =\n (n4...
[ { "name": "n4CallAddbackBeqQOutV5_toNat_eq_qTrue_of_qHat_branch", "fan_in": 0, "n_deps_direct": 1, "n_deps_transitive": 7, "n_lines": 13, "n_chars": 582, "n_subproofs": 0, "n_tactics": 1, "cyclomatic": 1, "n_automation": 0, "n_rewrites": 0, "n_structural": 0, "aut...
7
/- EvmAsm.Evm64.DivMod.Spec.CallAddbackV5 V5 mirror of the n=4 call+addback-BEQ dispatcher predicate family. These are the V5 analogs of the predicates in `EvmAsm.Evm64.DivMod.Spec.CallAddback`: identical in structure, but referencing the repaired trial quotient `div128Quot_v5` (and the V5 trial call quot...
/- EvmAsm.Evm64.DivMod.Spec.CallAddbackV5 V5 mirror of the n=4 call+addback-BEQ dispatcher predicate family. These are the V5 analogs of the predicates in `EvmAsm.Evm64.DivMod.Spec.CallAddback`: identical in structure, but referencing the repaired trial quotient `div128Quot_v5` (and the V5 trial call quot...
@@ -75,6 +75,13 @@ rw [n4CallAddbackBeqQOutV5] rw [if_neg h_carry] +/-- `toNat` form of the zero-carry double-decrement qOut case. -/ +theorem n4CallAddbackBeqQOutV5_toNat_of_carry_eq_zero {a b : EvmWord} + (h_carry : n4CallAddbackBeqCarryV5 a b = 0) : + (n4CallAddbackBeqQOutV5 a b).toNat = + (n4Call...
{ "repo": "evm-asm", "git_repo": "github.com/Verified-zkEVM/evm-asm", "revision": "7d5875858bc3727250adb6880c8339048365b1b6", "lean_toolchain": "leanprover/lean4:v4.30.0-rc1", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-de...
ablate_b9c76847c1e5_14
0068cd82e4c07ec8
lean
lean
github.com/Verified-zkEVM/evm-asm
7d5875858bc3727250adb6880c8339048365b1b6
EvmAsm/Evm64/DivMod/Spec/CallAddbackV5.lean
CallAddbackV5
14
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
15
1
[ { "theorem_name": "n4CallAddbackBeqQOutV5_toNat_eq_qTrue_carry_eq_zero_iff", "depth": 1, "n_commands": 0, "n_lines": 2, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n rw [n4CallAddbackBeqQOutV5_toNat_of_carry_eq_zero h_carry]", "n_chars": 64, ...
[ { "name": "n4CallAddbackBeqQOutV5_toNat_of_carry_eq_zero", "text": "/-- `toNat` form of the zero-carry double-decrement qOut case. -/\ntheorem n4CallAddbackBeqQOutV5_toNat_of_carry_eq_zero {a b : EvmWord}\n (h_carry : n4CallAddbackBeqCarryV5 a b = 0) :\n (n4CallAddbackBeqQOutV5 a b).toNat =\n (n4...
[ { "name": "n4CallAddbackBeqQOutV5_toNat_eq_qTrue_qHat_branch", "fan_in": 0, "n_deps_direct": 1, "n_deps_transitive": 7, "n_lines": 12, "n_chars": 561, "n_subproofs": 0, "n_tactics": 1, "cyclomatic": 1, "n_automation": 0, "n_rewrites": 0, "n_structural": 0, "automa...
7
/- EvmAsm.Evm64.DivMod.Spec.CallAddbackV5 V5 mirror of the n=4 call+addback-BEQ dispatcher predicate family. These are the V5 analogs of the predicates in `EvmAsm.Evm64.DivMod.Spec.CallAddback`: identical in structure, but referencing the repaired trial quotient `div128Quot_v5` (and the V5 trial call quot...
/- EvmAsm.Evm64.DivMod.Spec.CallAddbackV5 V5 mirror of the n=4 call+addback-BEQ dispatcher predicate family. These are the V5 analogs of the predicates in `EvmAsm.Evm64.DivMod.Spec.CallAddback`: identical in structure, but referencing the repaired trial quotient `div128Quot_v5` (and the V5 trial call quot...
@@ -75,6 +75,13 @@ rw [n4CallAddbackBeqQOutV5] rw [if_neg h_carry] +/-- `toNat` form of the zero-carry double-decrement qOut case. -/ +theorem n4CallAddbackBeqQOutV5_toNat_of_carry_eq_zero {a b : EvmWord} + (h_carry : n4CallAddbackBeqCarryV5 a b = 0) : + (n4CallAddbackBeqQOutV5 a b).toNat = + (n4Call...
{ "repo": "evm-asm", "git_repo": "github.com/Verified-zkEVM/evm-asm", "revision": "7d5875858bc3727250adb6880c8339048365b1b6", "lean_toolchain": "leanprover/lean4:v4.30.0-rc1", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-de...
ablate_b9c76847c1e5_15
a291a32d9c442717
lean
lean
github.com/Verified-zkEVM/evm-asm
7d5875858bc3727250adb6880c8339048365b1b6
EvmAsm/Evm64/DivMod/Spec/CallAddbackV5.lean
CallAddbackV5
15
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
15
1
[ { "theorem_name": "n4CallAddbackBeqQOutV5_toNat_eq_qTrue_carry_eq_zero_iff", "depth": 1, "n_commands": 0, "n_lines": 2, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n rw [n4CallAddbackBeqQOutV5_toNat_of_carry_eq_zero h_carry]", "n_chars": 64, ...
[ { "name": "n4CallAddbackBeqQOutV5_toNat_of_carry_eq_zero", "text": "/-- `toNat` form of the zero-carry double-decrement qOut case. -/\ntheorem n4CallAddbackBeqQOutV5_toNat_of_carry_eq_zero {a b : EvmWord}\n (h_carry : n4CallAddbackBeqCarryV5 a b = 0) :\n (n4CallAddbackBeqQOutV5 a b).toNat =\n (n4...
[ { "name": "n4CallAddbackBeqQOutV5_toNat_eq_qTrue_qHatBranchEqQTrue_iff", "fan_in": 2, "n_deps_direct": 1, "n_deps_transitive": 7, "n_lines": 6, "n_chars": 272, "n_subproofs": 0, "n_tactics": 2, "cyclomatic": 1, "n_automation": 0, "n_rewrites": 0, "n_structural": 1, ...
7
/- EvmAsm.Evm64.DivMod.Spec.CallAddbackV5 V5 mirror of the n=4 call+addback-BEQ dispatcher predicate family. These are the V5 analogs of the predicates in `EvmAsm.Evm64.DivMod.Spec.CallAddback`: identical in structure, but referencing the repaired trial quotient `div128Quot_v5` (and the V5 trial call quot...
/- EvmAsm.Evm64.DivMod.Spec.CallAddbackV5 V5 mirror of the n=4 call+addback-BEQ dispatcher predicate family. These are the V5 analogs of the predicates in `EvmAsm.Evm64.DivMod.Spec.CallAddback`: identical in structure, but referencing the repaired trial quotient `div128Quot_v5` (and the V5 trial call quot...
@@ -75,6 +75,13 @@ rw [n4CallAddbackBeqQOutV5] rw [if_neg h_carry] +/-- `toNat` form of the zero-carry double-decrement qOut case. -/ +theorem n4CallAddbackBeqQOutV5_toNat_of_carry_eq_zero {a b : EvmWord} + (h_carry : n4CallAddbackBeqCarryV5 a b = 0) : + (n4CallAddbackBeqQOutV5 a b).toNat = + (n4Call...
{ "repo": "evm-asm", "git_repo": "github.com/Verified-zkEVM/evm-asm", "revision": "7d5875858bc3727250adb6880c8339048365b1b6", "lean_toolchain": "leanprover/lean4:v4.30.0-rc1", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-de...
ablate_b9c76847c1e5_16
40f6d3269b3c58ce
lean
lean
github.com/Verified-zkEVM/evm-asm
7d5875858bc3727250adb6880c8339048365b1b6
EvmAsm/Evm64/DivMod/Spec/CallAddbackV5.lean
CallAddbackV5
16
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
15
1
[ { "theorem_name": "n4CallAddbackBeqQOutV5_toNat_eq_qTrue_carry_ne_zero_iff", "depth": 1, "n_commands": 0, "n_lines": 2, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n rw [n4CallAddbackBeqQOutV5_toNat_of_carry_ne_zero h_carry]", "n_chars": 64, ...
[ { "name": "n4CallAddbackBeqQOutV5_toNat_of_carry_ne_zero", "text": "/-- `toNat` form of the nonzero-carry single-decrement qOut case. -/\ntheorem n4CallAddbackBeqQOutV5_toNat_of_carry_ne_zero {a b : EvmWord}\n (h_carry : n4CallAddbackBeqCarryV5 a b ≠ 0) :\n (n4CallAddbackBeqQOutV5 a b).toNat =\n ...
[ { "name": "n4CallAddbackBeqQOutV5_toNat_eq_qTrue_of_qHatBranchEqQTrue", "fan_in": 0, "n_deps_direct": 1, "n_deps_transitive": 8, "n_lines": 7, "n_chars": 362, "n_subproofs": 0, "n_tactics": 1, "cyclomatic": 1, "n_automation": 0, "n_rewrites": 0, "n_structural": 0, ...
8
/- EvmAsm.Evm64.DivMod.Spec.CallAddbackV5 V5 mirror of the n=4 call+addback-BEQ dispatcher predicate family. These are the V5 analogs of the predicates in `EvmAsm.Evm64.DivMod.Spec.CallAddback`: identical in structure, but referencing the repaired trial quotient `div128Quot_v5` (and the V5 trial call quot...
/- EvmAsm.Evm64.DivMod.Spec.CallAddbackV5 V5 mirror of the n=4 call+addback-BEQ dispatcher predicate family. These are the V5 analogs of the predicates in `EvmAsm.Evm64.DivMod.Spec.CallAddback`: identical in structure, but referencing the repaired trial quotient `div128Quot_v5` (and the V5 trial call quot...
@@ -82,6 +82,17 @@ (n4CallAddbackBeqQHatV5 a b + signExtend12 4095 + signExtend12 4095).toNat := by rw [n4CallAddbackBeqQOutV5_of_carry_eq_zero h_carry] +/-- `toNat` form of the nonzero-carry single-decrement qOut case. -/ +theorem n4CallAddbackBeqQOutV5_toNat_of_carry_ne_zero {a b : EvmWord} + (h_carry ...
{ "repo": "evm-asm", "git_repo": "github.com/Verified-zkEVM/evm-asm", "revision": "7d5875858bc3727250adb6880c8339048365b1b6", "lean_toolchain": "leanprover/lean4:v4.30.0-rc1", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-de...
ablate_b9c76847c1e5_17
c8bae3b0af8b76b3
lean
lean
github.com/Verified-zkEVM/evm-asm
7d5875858bc3727250adb6880c8339048365b1b6
EvmAsm/Evm64/DivMod/Spec/CallAddbackV5.lean
CallAddbackV5
17
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
15
1
[ { "theorem_name": "n4CallAddbackBeqQOutV5_toNat_eq_qTrue_carry_ne_zero_iff", "depth": 1, "n_commands": 0, "n_lines": 2, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n rw [n4CallAddbackBeqQOutV5_toNat_of_carry_ne_zero h_carry]", "n_chars": 64, ...
[ { "name": "n4CallAddbackBeqQOutV5_toNat_of_carry_ne_zero", "text": "/-- `toNat` form of the nonzero-carry single-decrement qOut case. -/\ntheorem n4CallAddbackBeqQOutV5_toNat_of_carry_ne_zero {a b : EvmWord}\n (h_carry : n4CallAddbackBeqCarryV5 a b ≠ 0) :\n (n4CallAddbackBeqQOutV5 a b).toNat =\n ...
[ { "name": "n4CallAddbackBeqQOutV5_toNat_eq_qTrue_qHatBranchEqQTrue", "fan_in": 0, "n_deps_direct": 1, "n_deps_transitive": 8, "n_lines": 11, "n_chars": 555, "n_subproofs": 0, "n_tactics": 1, "cyclomatic": 1, "n_automation": 0, "n_rewrites": 0, "n_structural": 0, "...
8
/- EvmAsm.Evm64.DivMod.Spec.CallAddbackV5 V5 mirror of the n=4 call+addback-BEQ dispatcher predicate family. These are the V5 analogs of the predicates in `EvmAsm.Evm64.DivMod.Spec.CallAddback`: identical in structure, but referencing the repaired trial quotient `div128Quot_v5` (and the V5 trial call quot...
/- EvmAsm.Evm64.DivMod.Spec.CallAddbackV5 V5 mirror of the n=4 call+addback-BEQ dispatcher predicate family. These are the V5 analogs of the predicates in `EvmAsm.Evm64.DivMod.Spec.CallAddback`: identical in structure, but referencing the repaired trial quotient `div128Quot_v5` (and the V5 trial call quot...
@@ -82,6 +82,17 @@ (n4CallAddbackBeqQHatV5 a b + signExtend12 4095 + signExtend12 4095).toNat := by rw [n4CallAddbackBeqQOutV5_of_carry_eq_zero h_carry] +/-- `toNat` form of the nonzero-carry single-decrement qOut case. -/ +theorem n4CallAddbackBeqQOutV5_toNat_of_carry_ne_zero {a b : EvmWord} + (h_carry ...
{ "repo": "evm-asm", "git_repo": "github.com/Verified-zkEVM/evm-asm", "revision": "7d5875858bc3727250adb6880c8339048365b1b6", "lean_toolchain": "leanprover/lean4:v4.30.0-rc1", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-de...
ablate_3b9e67390fc7_0
71b3b027c10e90dd
lean
lean
github.com/Verified-zkEVM/evm-asm
7d5875858bc3727250adb6880c8339048365b1b6
EvmAsm/Evm64/DivMod/Compose/FullPathN2V5Families.lean
FullPathN2V5Families
0
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
1
1
[ { "theorem_name": "evm_div_n2_denorm_epilogue_bundled_spec_noNop_v5Final_exact_x1_frame", "depth": 1, "n_commands": 0, "n_lines": 18, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n have hDenorm := evm_div_n2_denorm_epilogue_bundled_spec_noNop_v5Final...
[ { "name": "evm_div_n2_denorm_epilogue_bundled_spec_noNop_v5Final", "text": "theorem evm_div_n2_denorm_epilogue_bundled_spec_noNop_v5Final\n (bltu_2 bltu_1 bltu_0 : Bool)\n (sp base a0 a1 a2 a3 b0 b1 b2 b3 : Word)\n (hshift_nz : fullDivN2Shift b1 ≠ 0) :\n cpsTripleWithin (2 + 23 + 10) (base + den...
[ { "name": "evm_div_n2_denorm_epilogue_bundled_spec_noNop_v5Final_exact_x1_frame", "fan_in": 0, "n_deps_direct": 1, "n_deps_transitive": 1, "n_lines": 34, "n_chars": 1572, "n_subproofs": 2, "n_tactics": 18, "cyclomatic": 1, "n_automation": 0, "n_rewrites": 2, "n_struct...
1
/- EvmAsm.Evm64.DivMod.Compose.FullPathN2V5Families N2 V5 iteration family: R0V5/R1V5/R2V5/C3V5/DenormPreV5/etc. Mirrors FullPathN3V4.lean (lines 141-275) for n=2. -/ import EvmAsm.Evm64.DivMod.Compose.FullPathN2V5NoNopFull import EvmAsm.Evm64.DivMod.Compose.DenormEpilogueV5 import EvmAsm.Evm64.DivMod.Compose.F...
/- EvmAsm.Evm64.DivMod.Compose.FullPathN2V5Families N2 V5 iteration family: R0V5/R1V5/R2V5/C3V5/DenormPreV5/etc. Mirrors FullPathN3V4.lean (lines 141-275) for n=2. -/ import EvmAsm.Evm64.DivMod.Compose.FullPathN2V5NoNopFull import EvmAsm.Evm64.DivMod.Compose.DenormEpilogueV5 import EvmAsm.Evm64.DivMod.Compose.F...
@@ -184,6 +184,36 @@ -- _unfold lemmas for the @[irreducible] V5 assertion bundles -- ============================================================================ +theorem evm_div_n2_denorm_epilogue_bundled_spec_noNop_v5Final + (bltu_2 bltu_1 bltu_0 : Bool) + (sp base a0 a1 a2 a3 b0 b1 b2 b3 : Word) + (hsh...
{ "repo": "evm-asm", "git_repo": "github.com/Verified-zkEVM/evm-asm", "revision": "7d5875858bc3727250adb6880c8339048365b1b6", "lean_toolchain": "leanprover/lean4:v4.30.0-rc1", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-de...
ablate_3a23a84aa89b_0
d65c08f2dbc6704d
lean
lean
github.com/Verified-zkEVM/evm-asm
7d5875858bc3727250adb6880c8339048365b1b6
EvmAsm/Evm64/Env/StackSpec.lean
StackSpec
0
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
4
1
[ { "theorem_name": "evm_env_load_raw_spec_within", "depth": 1, "n_commands": 0, "n_lines": 54, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n -- ADDI x12 x12 -32 : decrement EVM SP. Normalise (nsp+32)+(-32)=nsp.\n have LADDI := addi_spec_gen_same_wit...
[ { "name": "field_offset_add_lt_2048", "text": "/-- Bound on the per-limb load offset: the largest field offset is\n `chainIdOff = 384`, and `8*i ≤ 24`, so `field.offset + 8*i ≤ 408`,\n well under 2048. Used to discharge `signExtend12_ofNat_small`. -/\ntheorem field_offset_add_lt_2048\n (field : Si...
[ { "name": "evm_env_load_raw_spec_within", "fan_in": 1, "n_deps_direct": 1, "n_deps_transitive": 1, "n_lines": 100, "n_chars": 5500, "n_subproofs": 13, "n_tactics": 48, "cyclomatic": 1, "n_automation": 9, "n_rewrites": 22, "n_structural": 0, "automation_only": fals...
1
/- EvmAsm.Evm64.Env.StackSpec Stack-level cpsTripleWithin specification for the parameterized `evm_env_load envBaseReg tmpReg field` program (see `EvmAsm.Evm64.Env.Program`). Slice 5 of GH #103 (parent issue, this slice `evm-asm-3fvb`). Authored by @pirapira; implemented by Hermes-bot (evm-hermes). The...
/- EvmAsm.Evm64.Env.StackSpec Stack-level cpsTripleWithin specification for the parameterized `evm_env_load envBaseReg tmpReg field` program (see `EvmAsm.Evm64.Env.Program`). Slice 5 of GH #103 (parent issue, this slice `evm-asm-3fvb`). Authored by @pirapira; implemented by Hermes-bot (evm-hermes). The...
@@ -34,6 +34,14 @@ open EvmAsm.Rv64 open SimpleEnvField +/-- Bound on the per-limb load offset: the largest field offset is + `chainIdOff = 384`, and `8*i ≤ 24`, so `field.offset + 8*i ≤ 408`, + well under 2048. Used to discharge `signExtend12_ofNat_small`. -/ +theorem field_offset_add_lt_2048 + (field : ...
{ "repo": "evm-asm", "git_repo": "github.com/Verified-zkEVM/evm-asm", "revision": "7d5875858bc3727250adb6880c8339048365b1b6", "lean_toolchain": "leanprover/lean4:v4.30.0-rc1", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-de...
ablate_3a23a84aa89b_1
6066a8c6e7e2d179
lean
lean
github.com/Verified-zkEVM/evm-asm
7d5875858bc3727250adb6880c8339048365b1b6
EvmAsm/Evm64/Env/StackSpec.lean
StackSpec
1
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
4
1
[ { "theorem_name": "evm_env_load_stack_spec_within", "depth": 1, "n_commands": 0, "n_lines": 24, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": "\n cpsTripleWithin_weaken\n (fun _ hp => by\n rw [SimpleEnvField.envIs_split envAddr field env,\n ...
[ { "name": "evmWordIs_field_unfold", "text": "/-- Unfold `cellIs envAddr field env` into four limb-level memory atoms\n with the offset spelling `envAddr + ofNat 64 (field.offset + 8*i)`\n that `env_one_limb_spec_within` produces, so the stack-form lift\n can fan the envIs cell out into the four ↦ₘ ...
[ { "name": "evm_env_load_stack_spec_within", "fan_in": 0, "n_deps_direct": 3, "n_deps_transitive": 4, "n_lines": 46, "n_chars": 2207, "n_subproofs": 0, "n_tactics": 23, "cyclomatic": 1, "n_automation": 1, "n_rewrites": 3, "n_structural": 0, "automation_only": false...
4
/- EvmAsm.Evm64.Env.StackSpec Stack-level cpsTripleWithin specification for the parameterized `evm_env_load envBaseReg tmpReg field` program (see `EvmAsm.Evm64.Env.Program`). Slice 5 of GH #103 (parent issue, this slice `evm-asm-3fvb`). Authored by @pirapira; implemented by Hermes-bot (evm-hermes). The...
/- EvmAsm.Evm64.Env.StackSpec Stack-level cpsTripleWithin specification for the parameterized `evm_env_load envBaseReg tmpReg field` program (see `EvmAsm.Evm64.Env.Program`). Slice 5 of GH #103 (parent issue, this slice `evm-asm-3fvb`). Authored by @pirapira; implemented by Hermes-bot (evm-hermes). The...
@@ -34,6 +34,29 @@ open EvmAsm.Rv64 open SimpleEnvField +/-- Unfold `cellIs envAddr field env` into four limb-level memory atoms + with the offset spelling `envAddr + ofNat 64 (field.offset + 8*i)` + that `env_one_limb_spec_within` produces, so the stack-form lift + can fan the envIs cell out into the four...
{ "repo": "evm-asm", "git_repo": "github.com/Verified-zkEVM/evm-asm", "revision": "7d5875858bc3727250adb6880c8339048365b1b6", "lean_toolchain": "leanprover/lean4:v4.30.0-rc1", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-de...
ablate_ff992c34bec7_0
96c25234ac48d426
lean
lean
github.com/Verified-zkEVM/evm-asm
7d5875858bc3727250adb6880c8339048365b1b6
EvmAsm/Stateless/VM/Precompiles.lean
Precompiles
0
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
2
1
[ { "theorem_name": "acceleratorInputFromCallData_pairs_length", "depth": 1, "n_commands": 0, "n_lines": 2, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n simp [acceleratorInputFromCallData, pairingPairsFromEvmBytes_length]", "n_chars": 74, "n_...
[ { "name": "pairingPairsFromEvmBytes_length", "text": "theorem pairingPairsFromEvmBytes_length\n (memory : MemoryReader) (pairsStart numPairs : Nat) :\n (pairingPairsFromEvmBytes memory pairsStart numPairs).length = numPairs := by\n simp [pairingPairsFromEvmBytes]\n\n", "fan_in": 1, "n_lines":...
[ { "name": "acceleratorInputFromCallData_pairs_length", "fan_in": 0, "n_deps_direct": 1, "n_deps_transitive": 1, "n_lines": 7, "n_chars": 291, "n_subproofs": 0, "n_tactics": 2, "cyclomatic": 1, "n_automation": 1, "n_rewrites": 0, "n_structural": 0, "automation_only...
1
/- EvmAsm.Stateless.VM.Precompiles Dispatch and pure framing helpers for precompile addresses (0x01..0x14 + 0x100 for P256VERIFY). ## Implementation status Per the project plan (see `~/.claude/plans/please-cut-a-branch-warm-wand.md` and `PLAN.md` "Stateless Guest"), precompile dispatch started as an un...
/- EvmAsm.Stateless.VM.Precompiles Dispatch and pure framing helpers for precompile addresses (0x01..0x14 + 0x100 for P256VERIFY). ## Implementation status Per the project plan (see `~/.claude/plans/please-cut-a-branch-warm-wand.md` and `PLAN.md` "Stateless Guest"), precompile dispatch started as an un...
@@ -1069,10 +1069,16 @@ output := emptyOutput gasCharged := 0 } +theorem pairingPairsFromEvmBytes_length + (memory : MemoryReader) (pairsStart numPairs : Nat) : + (pairingPairsFromEvmBytes memory pairsStart numPairs).length = numPairs := by + simp [pairingPairsFromEvmBytes] + theorem accelerator...
{ "repo": "evm-asm", "git_repo": "github.com/Verified-zkEVM/evm-asm", "revision": "7d5875858bc3727250adb6880c8339048365b1b6", "lean_toolchain": "leanprover/lean4:v4.30.0-rc1", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-de...
ablate_ff992c34bec7_1
02d2633d604920df
lean
lean
github.com/Verified-zkEVM/evm-asm
7d5875858bc3727250adb6880c8339048365b1b6
EvmAsm/Stateless/VM/Precompiles.lean
Precompiles
1
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
2
1
[ { "theorem_name": "execute_output_eok_length", "depth": 1, "n_commands": 0, "n_lines": 3, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n simp [execute_output_eok accelerator memory dataStart dataLength h_valid h_status,\n outputFromVerified_length...
[ { "name": "outputFromVerified_length", "text": "theorem outputFromVerified_length (verified : Bool) :\n (outputFromVerified verified).length = 32 := by\n cases verified <;> simp [outputFromVerified, successWordOutput_length, zeroWordOutput_length]\n\n", "fan_in": 1, "n_lines": 5, "n_chars": ...
[ { "name": "execute_output_eok_length", "fan_in": 0, "n_deps_direct": 2, "n_deps_transitive": 4, "n_lines": 11, "n_chars": 509, "n_subproofs": 0, "n_tactics": 3, "cyclomatic": 1, "n_automation": 1, "n_rewrites": 0, "n_structural": 0, "automation_only": true, "m...
1
/- EvmAsm.Stateless.VM.Precompiles Dispatch and pure framing helpers for precompile addresses (0x01..0x14 + 0x100 for P256VERIFY). ## Implementation status Per the project plan (see `~/.claude/plans/please-cut-a-branch-warm-wand.md` and `PLAN.md` "Stateless Guest"), precompile dispatch started as an un...
/- EvmAsm.Stateless.VM.Precompiles Dispatch and pure framing helpers for precompile addresses (0x01..0x14 + 0x100 for P256VERIFY). ## Implementation status Per the project plan (see `~/.claude/plans/please-cut-a-branch-warm-wand.md` and `PLAN.md` "Stateless Guest"), precompile dispatch started as an un...
@@ -1164,13 +1164,19 @@ EvmAsm.EL.Bls12PairingEcallBridge.executeBls12PairingEcall, EvmAsm.EL.Bls12PairingEcallBridge.requestFromInput] +theorem outputFromVerified_length (verified : Bool) : + (outputFromVerified verified).length = 32 := by + cases verified <;> simp [outputFromVerified, successWordOutpu...
{ "repo": "evm-asm", "git_repo": "github.com/Verified-zkEVM/evm-asm", "revision": "7d5875858bc3727250adb6880c8339048365b1b6", "lean_toolchain": "leanprover/lean4:v4.30.0-rc1", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-de...
ablate_d732b77664fb_0
3de170ab618994ed
lean
lean
github.com/Verified-zkEVM/evm-asm
7d5875858bc3727250adb6880c8339048365b1b6
EvmAsm/Evm64/Mcopy/Result.lean
Result
0
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
4
3
[ { "theorem_name": "mcopyFwdContent_zero", "depth": 1, "n_commands": 0, "n_lines": 7, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n apply List.ext_getElem\n · rw [mcopyFwdContent_length mem copied destOff 0 (by omega) h_win]\n · intro j hj _\n h...
[ { "name": "mcopyFwdContent_getElem", "text": "/-- Element characterization of the forward content: index `j` reads the copied\n slice inside the written window `[destOff, destOff+i)` (at `copied[j-destOff]`)\n and the original `mem` elsewhere. -/\ntheorem mcopyFwdContent_getElem (mem copied : List α) ...
[ { "name": "mcopyFwdContent_zero", "fan_in": 0, "n_deps_direct": 2, "n_deps_transitive": 2, "n_lines": 12, "n_chars": 564, "n_subproofs": 1, "n_tactics": 8, "cyclomatic": 1, "n_automation": 4, "n_rewrites": 3, "n_structural": 3, "automation_only": false, "max_n...
1
/- EvmAsm.Evm64.Mcopy.Result Pure list model of the EVM `MCOPY` opcode (0x5e, EIP-5656) — the `memmove` reference semantics and the two per-direction loop-content abstractions. The reference (execution-specs `cancun/vm/instructions/memory.py::mcopy`) reads the ORIGINAL source bytes then writes them at the d...
/- EvmAsm.Evm64.Mcopy.Result Pure list model of the EVM `MCOPY` opcode (0x5e, EIP-5656) — the `memmove` reference semantics and the two per-direction loop-content abstractions. The reference (execution-specs `cancun/vm/instructions/memory.py::mcopy`) reads the ORIGINAL source bytes then writes them at the d...
@@ -54,13 +54,47 @@ List.length_drop] omega +/-- Element characterization of the forward content: index `j` reads the copied + slice inside the written window `[destOff, destOff+i)` (at `copied[j-destOff]`) + and the original `mem` elsewhere. -/ +theorem mcopyFwdContent_getElem (mem copied : List α) (de...
{ "repo": "evm-asm", "git_repo": "github.com/Verified-zkEVM/evm-asm", "revision": "7d5875858bc3727250adb6880c8339048365b1b6", "lean_toolchain": "leanprover/lean4:v4.30.0-rc1", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-de...
ablate_d732b77664fb_1
bde30974b14675a9
lean
lean
github.com/Verified-zkEVM/evm-asm
7d5875858bc3727250adb6880c8339048365b1b6
EvmAsm/Evm64/Mcopy/Result.lean
Result
1
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
4
3
[ { "theorem_name": "mcopyFwdContent_zero", "depth": 1, "n_commands": 0, "n_lines": 7, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n apply List.ext_getElem\n · rw [mcopyFwdContent_length mem copied destOff 0 (by omega) h_win]\n · intro j hj _\n h...
[ { "name": "mcopyFwdContent_getElem", "text": "/-- Element characterization of the forward content: index `j` reads the copied\n slice inside the written window `[destOff, destOff+i)` (at `copied[j-destOff]`)\n and the original `mem` elsewhere. -/\ntheorem mcopyFwdContent_getElem (mem copied : List α) ...
[ { "name": "mcopyFwdContent_set", "fan_in": 0, "n_deps_direct": 2, "n_deps_transitive": 2, "n_lines": 31, "n_chars": 1391, "n_subproofs": 1, "n_tactics": 24, "cyclomatic": 1, "n_automation": 9, "n_rewrites": 10, "n_structural": 4, "automation_only": false, "max...
1
/- EvmAsm.Evm64.Mcopy.Result Pure list model of the EVM `MCOPY` opcode (0x5e, EIP-5656) — the `memmove` reference semantics and the two per-direction loop-content abstractions. The reference (execution-specs `cancun/vm/instructions/memory.py::mcopy`) reads the ORIGINAL source bytes then writes them at the d...
/- EvmAsm.Evm64.Mcopy.Result Pure list model of the EVM `MCOPY` opcode (0x5e, EIP-5656) — the `memmove` reference semantics and the two per-direction loop-content abstractions. The reference (execution-specs `cancun/vm/instructions/memory.py::mcopy`) reads the ORIGINAL source bytes then writes them at the d...
@@ -54,6 +54,37 @@ List.length_drop] omega +/-- Element characterization of the forward content: index `j` reads the copied + slice inside the written window `[destOff, destOff+i)` (at `copied[j-destOff]`) + and the original `mem` elsewhere. -/ +theorem mcopyFwdContent_getElem (mem copied : List α) (des...
{ "repo": "evm-asm", "git_repo": "github.com/Verified-zkEVM/evm-asm", "revision": "7d5875858bc3727250adb6880c8339048365b1b6", "lean_toolchain": "leanprover/lean4:v4.30.0-rc1", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-de...
ablate_d732b77664fb_2
eb7e948c7307e753
lean
lean
github.com/Verified-zkEVM/evm-asm
7d5875858bc3727250adb6880c8339048365b1b6
EvmAsm/Evm64/Mcopy/Result.lean
Result
2
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
4
3
[ { "theorem_name": "mcopyFwdContent_zero", "depth": 1, "n_commands": 0, "n_lines": 7, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n apply List.ext_getElem\n · rw [mcopyFwdContent_length mem copied destOff 0 (by omega) h_win]\n · intro j hj _\n h...
[ { "name": "mcopyFwdContent_getElem", "text": "/-- Element characterization of the forward content: index `j` reads the copied\n slice inside the written window `[destOff, destOff+i)` (at `copied[j-destOff]`)\n and the original `mem` elsewhere. -/\ntheorem mcopyFwdContent_getElem (mem copied : List α) ...
[ { "name": "mcopyFwdContent_getElem_src", "fan_in": 0, "n_deps_direct": 4, "n_deps_transitive": 2, "n_lines": 19, "n_chars": 973, "n_subproofs": 0, "n_tactics": 5, "cyclomatic": 2, "n_automation": 5, "n_rewrites": 3, "n_structural": 1, "automation_only": false, ...
1
/- EvmAsm.Evm64.Mcopy.Result Pure list model of the EVM `MCOPY` opcode (0x5e, EIP-5656) — the `memmove` reference semantics and the two per-direction loop-content abstractions. The reference (execution-specs `cancun/vm/instructions/memory.py::mcopy`) reads the ORIGINAL source bytes then writes them at the d...
/- EvmAsm.Evm64.Mcopy.Result Pure list model of the EVM `MCOPY` opcode (0x5e, EIP-5656) — the `memmove` reference semantics and the two per-direction loop-content abstractions. The reference (execution-specs `cancun/vm/instructions/memory.py::mcopy`) reads the ORIGINAL source bytes then writes them at the d...
@@ -54,6 +54,37 @@ List.length_drop] omega +/-- Element characterization of the forward content: index `j` reads the copied + slice inside the written window `[destOff, destOff+i)` (at `copied[j-destOff]`) + and the original `mem` elsewhere. -/ +theorem mcopyFwdContent_getElem (mem copied : List α) (des...
{ "repo": "evm-asm", "git_repo": "github.com/Verified-zkEVM/evm-asm", "revision": "7d5875858bc3727250adb6880c8339048365b1b6", "lean_toolchain": "leanprover/lean4:v4.30.0-rc1", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-de...
ablate_d732b77664fb_3
2e191172ac7b4daa
lean
lean
github.com/Verified-zkEVM/evm-asm
7d5875858bc3727250adb6880c8339048365b1b6
EvmAsm/Evm64/Mcopy/Result.lean
Result
3
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
4
3
[ { "theorem_name": "mcopyBwdContent_zero", "depth": 1, "n_commands": 0, "n_lines": 9, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n apply List.ext_getElem\n · rw [mcopyBwdContent_length mem copied destOff len 0 (by omega) h_clen h_win]\n · intro j ...
[ { "name": "mcopyBwdContent_getElem", "text": "/-- Element characterization of the backward content: index `j` reads the copied\n slice inside the written suffix window `[destOff+len-k, destOff+len)` (at\n `copied[j-destOff]`) and the original `mem` elsewhere. -/\ntheorem mcopyBwdContent_getElem (mem c...
[ { "name": "mcopyBwdContent_zero", "fan_in": 0, "n_deps_direct": 2, "n_deps_transitive": 2, "n_lines": 14, "n_chars": 640, "n_subproofs": 1, "n_tactics": 9, "cyclomatic": 1, "n_automation": 4, "n_rewrites": 3, "n_structural": 3, "automation_only": false, "max_n...
1
/- EvmAsm.Evm64.Mcopy.Result Pure list model of the EVM `MCOPY` opcode (0x5e, EIP-5656) — the `memmove` reference semantics and the two per-direction loop-content abstractions. The reference (execution-specs `cancun/vm/instructions/memory.py::mcopy`) reads the ORIGINAL source bytes then writes them at the d...
/- EvmAsm.Evm64.Mcopy.Result Pure list model of the EVM `MCOPY` opcode (0x5e, EIP-5656) — the `memmove` reference semantics and the two per-direction loop-content abstractions. The reference (execution-specs `cancun/vm/instructions/memory.py::mcopy`) reads the ORIGINAL source bytes then writes them at the d...
@@ -55,13 +55,50 @@ List.length_drop, h_clen] omega +/-- Element characterization of the backward content: index `j` reads the copied + slice inside the written suffix window `[destOff+len-k, destOff+len)` (at + `copied[j-destOff]`) and the original `mem` elsewhere. -/ +theorem mcopyBwdContent_getElem (...
{ "repo": "evm-asm", "git_repo": "github.com/Verified-zkEVM/evm-asm", "revision": "7d5875858bc3727250adb6880c8339048365b1b6", "lean_toolchain": "leanprover/lean4:v4.30.0-rc1", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-de...
ablate_d732b77664fb_4
8c8b15c6a9677bf7
lean
lean
github.com/Verified-zkEVM/evm-asm
7d5875858bc3727250adb6880c8339048365b1b6
EvmAsm/Evm64/Mcopy/Result.lean
Result
4
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
4
3
[ { "theorem_name": "mcopyBwdContent_zero", "depth": 1, "n_commands": 0, "n_lines": 9, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n apply List.ext_getElem\n · rw [mcopyBwdContent_length mem copied destOff len 0 (by omega) h_clen h_win]\n · intro j ...
[ { "name": "mcopyBwdContent_getElem", "text": "/-- Element characterization of the backward content: index `j` reads the copied\n slice inside the written suffix window `[destOff+len-k, destOff+len)` (at\n `copied[j-destOff]`) and the original `mem` elsewhere. -/\ntheorem mcopyBwdContent_getElem (mem c...
[ { "name": "mcopyBwdContent_set", "fan_in": 0, "n_deps_direct": 2, "n_deps_transitive": 2, "n_lines": 32, "n_chars": 1550, "n_subproofs": 1, "n_tactics": 25, "cyclomatic": 1, "n_automation": 9, "n_rewrites": 10, "n_structural": 4, "automation_only": false, "max...
1
/- EvmAsm.Evm64.Mcopy.Result Pure list model of the EVM `MCOPY` opcode (0x5e, EIP-5656) — the `memmove` reference semantics and the two per-direction loop-content abstractions. The reference (execution-specs `cancun/vm/instructions/memory.py::mcopy`) reads the ORIGINAL source bytes then writes them at the d...
/- EvmAsm.Evm64.Mcopy.Result Pure list model of the EVM `MCOPY` opcode (0x5e, EIP-5656) — the `memmove` reference semantics and the two per-direction loop-content abstractions. The reference (execution-specs `cancun/vm/instructions/memory.py::mcopy`) reads the ORIGINAL source bytes then writes them at the d...
@@ -55,6 +55,38 @@ List.length_drop, h_clen] omega +/-- Element characterization of the backward content: index `j` reads the copied + slice inside the written suffix window `[destOff+len-k, destOff+len)` (at + `copied[j-destOff]`) and the original `mem` elsewhere. -/ +theorem mcopyBwdContent_getElem (m...
{ "repo": "evm-asm", "git_repo": "github.com/Verified-zkEVM/evm-asm", "revision": "7d5875858bc3727250adb6880c8339048365b1b6", "lean_toolchain": "leanprover/lean4:v4.30.0-rc1", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-de...
ablate_d732b77664fb_5
2da7576d21ed2f79
lean
lean
github.com/Verified-zkEVM/evm-asm
7d5875858bc3727250adb6880c8339048365b1b6
EvmAsm/Evm64/Mcopy/Result.lean
Result
5
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
4
3
[ { "theorem_name": "mcopyBwdContent_zero", "depth": 1, "n_commands": 0, "n_lines": 9, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n apply List.ext_getElem\n · rw [mcopyBwdContent_length mem copied destOff len 0 (by omega) h_clen h_win]\n · intro j ...
[ { "name": "mcopyBwdContent_getElem", "text": "/-- Element characterization of the backward content: index `j` reads the copied\n slice inside the written suffix window `[destOff+len-k, destOff+len)` (at\n `copied[j-destOff]`) and the original `mem` elsewhere. -/\ntheorem mcopyBwdContent_getElem (mem c...
[ { "name": "mcopyBwdContent_getElem_src", "fan_in": 0, "n_deps_direct": 4, "n_deps_transitive": 2, "n_lines": 19, "n_chars": 991, "n_subproofs": 0, "n_tactics": 4, "cyclomatic": 1, "n_automation": 3, "n_rewrites": 1, "n_structural": 0, "automation_only": false, ...
1
/- EvmAsm.Evm64.Mcopy.Result Pure list model of the EVM `MCOPY` opcode (0x5e, EIP-5656) — the `memmove` reference semantics and the two per-direction loop-content abstractions. The reference (execution-specs `cancun/vm/instructions/memory.py::mcopy`) reads the ORIGINAL source bytes then writes them at the d...
/- EvmAsm.Evm64.Mcopy.Result Pure list model of the EVM `MCOPY` opcode (0x5e, EIP-5656) — the `memmove` reference semantics and the two per-direction loop-content abstractions. The reference (execution-specs `cancun/vm/instructions/memory.py::mcopy`) reads the ORIGINAL source bytes then writes them at the d...
@@ -55,6 +55,38 @@ List.length_drop, h_clen] omega +/-- Element characterization of the backward content: index `j` reads the copied + slice inside the written suffix window `[destOff+len-k, destOff+len)` (at + `copied[j-destOff]`) and the original `mem` elsewhere. -/ +theorem mcopyBwdContent_getElem (m...
{ "repo": "evm-asm", "git_repo": "github.com/Verified-zkEVM/evm-asm", "revision": "7d5875858bc3727250adb6880c8339048365b1b6", "lean_toolchain": "leanprover/lean4:v4.30.0-rc1", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-de...
ablate_d732b77664fb_6
60cd24f6b617c923
lean
lean
github.com/Verified-zkEVM/evm-asm
7d5875858bc3727250adb6880c8339048365b1b6
EvmAsm/Evm64/Mcopy/Result.lean
Result
6
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
4
2
[ { "theorem_name": "mcopyFwdContent_result", "depth": 1, "n_commands": 0, "n_lines": 4, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n have htk : copied.take len = copied := by rw [← hclen]; exact List.take_length\n rw [mcopyFwdContent, htk]\n exact...
[ { "name": "full_eq_mcopyResult", "text": "/-- Both directions land on `mcopyResult` once `copied` is the source slice:\n the shared full-window shape equals `mcopyResult`. -/\ntheorem full_eq_mcopyResult (mem copied : List α) (destOff srcOff len : Nat)\n (h_copied : copied = (mem.drop srcOff).take len...
[ { "name": "mcopyFwdContent_result", "fan_in": 0, "n_deps_direct": 1, "n_deps_transitive": 1, "n_lines": 9, "n_chars": 490, "n_subproofs": 1, "n_tactics": 5, "cyclomatic": 1, "n_automation": 0, "n_rewrites": 2, "n_structural": 2, "automation_only": false, "max_...
1
/- EvmAsm.Evm64.Mcopy.Result Pure list model of the EVM `MCOPY` opcode (0x5e, EIP-5656) — the `memmove` reference semantics and the two per-direction loop-content abstractions. The reference (execution-specs `cancun/vm/instructions/memory.py::mcopy`) reads the ORIGINAL source bytes then writes them at the d...
/- EvmAsm.Evm64.Mcopy.Result Pure list model of the EVM `MCOPY` opcode (0x5e, EIP-5656) — the `memmove` reference semantics and the two per-direction loop-content abstractions. The reference (execution-specs `cancun/vm/instructions/memory.py::mcopy`) reads the ORIGINAL source bytes then writes them at the d...
@@ -47,10 +47,21 @@ def mcopyBwdContent (mem copied : List α) (destOff len k : Nat) : List α := mem.take (destOff + len - k) ++ copied.drop (len - k) ++ mem.drop (destOff + len) +/-- Both directions land on `mcopyResult` once `copied` is the source slice: + the shared full-window shape equals `mcopyResult`. -/...
{ "repo": "evm-asm", "git_repo": "github.com/Verified-zkEVM/evm-asm", "revision": "7d5875858bc3727250adb6880c8339048365b1b6", "lean_toolchain": "leanprover/lean4:v4.30.0-rc1", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-de...
ablate_d732b77664fb_7
63edb8b8637be6be
lean
lean
github.com/Verified-zkEVM/evm-asm
7d5875858bc3727250adb6880c8339048365b1b6
EvmAsm/Evm64/Mcopy/Result.lean
Result
7
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
4
2
[ { "theorem_name": "mcopyFwdContent_result", "depth": 1, "n_commands": 0, "n_lines": 4, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n have htk : copied.take len = copied := by rw [← hclen]; exact List.take_length\n rw [mcopyFwdContent, htk]\n exact...
[ { "name": "full_eq_mcopyResult", "text": "/-- Both directions land on `mcopyResult` once `copied` is the source slice:\n the shared full-window shape equals `mcopyResult`. -/\ntheorem full_eq_mcopyResult (mem copied : List α) (destOff srcOff len : Nat)\n (h_copied : copied = (mem.drop srcOff).take len...
[ { "name": "mcopyBwdContent_result", "fan_in": 0, "n_deps_direct": 2, "n_deps_transitive": 2, "n_lines": 8, "n_chars": 382, "n_subproofs": 0, "n_tactics": 3, "cyclomatic": 1, "n_automation": 0, "n_rewrites": 1, "n_structural": 1, "automation_only": false, "max_...
2
/- EvmAsm.Evm64.Mcopy.Result Pure list model of the EVM `MCOPY` opcode (0x5e, EIP-5656) — the `memmove` reference semantics and the two per-direction loop-content abstractions. The reference (execution-specs `cancun/vm/instructions/memory.py::mcopy`) reads the ORIGINAL source bytes then writes them at the d...
/- EvmAsm.Evm64.Mcopy.Result Pure list model of the EVM `MCOPY` opcode (0x5e, EIP-5656) — the `memmove` reference semantics and the two per-direction loop-content abstractions. The reference (execution-specs `cancun/vm/instructions/memory.py::mcopy`) reads the ORIGINAL source bytes then writes them at the d...
@@ -53,10 +53,20 @@ = mem.take destOff ++ copied ++ mem.drop (destOff + len) := by simp only [mcopyBwdContent, Nat.sub_self, List.drop_zero, Nat.add_sub_cancel] +/-- Both directions land on `mcopyResult` once `copied` is the source slice: + the shared full-window shape equals `mcopyResult`. -/ +theorem f...
{ "repo": "evm-asm", "git_repo": "github.com/Verified-zkEVM/evm-asm", "revision": "7d5875858bc3727250adb6880c8339048365b1b6", "lean_toolchain": "leanprover/lean4:v4.30.0-rc1", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-de...
ablate_fa4b0fe64dd6_0
61bd3e71a5aee649
lean
lean
github.com/Verified-zkEVM/evm-asm
7d5875858bc3727250adb6880c8339048365b1b6
EvmAsm/Evm64/DivMod/Compose/FullPathN2V5NoNopJ0ExitMod.lean
FullPathN2V5NoNopJ0ExitMod
0
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
1
1
[ { "theorem_name": "divK_loop_body_n2_max_j0_exact_loopIterScratch_v5_noNop_modCode", "depth": 1, "n_commands": 0, "n_lines": 50, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n by_cases hborrow :\n BitVec.ult uTop\n (mulsubN4_c3 (signExten...
[ { "name": "divK_loop_body_n2_max_addback_j0_beq_norm_v5_noNop_modCode", "text": "/-- v5 n=2 max+addback j=0 norm body over `modCode_noNop_v5`. -/\ntheorem divK_loop_body_n2_max_addback_j0_beq_norm_v5_noNop_modCode (sp base : Word)\n (jOld v5Old v6Old v7Old v10Old v11Old v2Old : Word)\n (v0 v1 v2 v3 u0...
[ { "name": "divK_loop_body_n2_max_j0_exact_loopIterScratch_v5_noNop_modCode", "fan_in": 0, "n_deps_direct": 1, "n_deps_transitive": 1, "n_lines": 75, "n_chars": 3303, "n_subproofs": 6, "n_tactics": 50, "cyclomatic": 1, "n_automation": 2, "n_rewrites": 4, "n_structural"...
1
/- EvmAsm.Evm64.DivMod.Compose.FullPathN2V5NoNopJ0ExitMod MOD mirror of `FullPathN2V5NoNopJ0Exit`: the n=2 j=0 EXIT iter bodies (call + max, loopBodyOff → denormOff) over `modCode_noNop_v5`. Byte-for-byte the DIV proofs — the max+addback j=0 norm body is an extend-swap (`_sub_modCode_noNop_v5`); the base ca...
/- EvmAsm.Evm64.DivMod.Compose.FullPathN2V5NoNopJ0ExitMod MOD mirror of `FullPathN2V5NoNopJ0Exit`: the n=2 j=0 EXIT iter bodies (call + max, loopBodyOff → denormOff) over `modCode_noNop_v5`. Byte-for-byte the DIV proofs — the max+addback j=0 norm body is an extend-swap (`_sub_modCode_noNop_v5`); the base ca...
@@ -23,6 +23,33 @@ open EvmAsm.Rv64 open EvmAsm.Rv64.AddrNorm (se12_32 se12_40 se12_48 se12_56) +/-- v5 n=2 max+addback j=0 norm body over `modCode_noNop_v5`. -/ +theorem divK_loop_body_n2_max_addback_j0_beq_norm_v5_noNop_modCode (sp base : Word) + (jOld v5Old v6Old v7Old v10Old v11Old v2Old : Word) + (v0 v1 ...
{ "repo": "evm-asm", "git_repo": "github.com/Verified-zkEVM/evm-asm", "revision": "7d5875858bc3727250adb6880c8339048365b1b6", "lean_toolchain": "leanprover/lean4:v4.30.0-rc1", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-de...
ablate_2c542cb928c5_0
76272d354a5f60f7
lean
lean
github.com/Verified-zkEVM/evm-asm
7d5875858bc3727250adb6880c8339048365b1b6
EvmAsm/Evm64/DivMod/Spec/N1QuotientStackBridge.lean
N1QuotientStackBridge
0
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
28
1
[ { "theorem_name": "fullDivN1NormV_limb0_ne_zero_of_b0_ne_zero", "depth": 1, "n_commands": 0, "n_lines": 10, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n intro h_zero\n have h_ge : (b0 <<< ((clzResult b0).1.toNat % 64)).toNat ≥ 2^63 :=\n b3_shif...
[ { "name": "fullDivN1NormV_limb0_eq", "text": "/-- The low normalized n=1 divisor limb is the shifted original low limb. -/\ntheorem fullDivN1NormV_limb0_eq\n (b0 b1 b2 b3 : Word) :\n (fullDivN1NormV b0 b1 b2 b3).1 =\n b0 <<< ((fullDivN1Shift b0).toNat % 64) := by\n unfold fullDivN1NormV\n simp\...
[ { "name": "fullDivN1NormV_limb0_ne_zero_of_b0_ne_zero", "fan_in": 1, "n_deps_direct": 1, "n_deps_transitive": 1, "n_lines": 15, "n_chars": 537, "n_subproofs": 3, "n_tactics": 10, "cyclomatic": 1, "n_automation": 2, "n_rewrites": 2, "n_structural": 1, "automation_o...
1
/- EvmAsm.Evm64.DivMod.Spec.N1QuotientStackBridge Explicit-limb n=1 quotient bridge for Unified stack wrapper call sites. -/ import EvmAsm.Evm64.DivMod.Spec.N1QuotientWord import EvmAsm.Evm64.EvmWordArith.DivN4Overestimate import EvmAsm.Evm64.EvmWordArith.KnuthTheoremB namespace EvmAsm.Evm64 open EvmAsm.Rv64 /...
/- EvmAsm.Evm64.DivMod.Spec.N1QuotientStackBridge Explicit-limb n=1 quotient bridge for Unified stack wrapper call sites. -/ import EvmAsm.Evm64.DivMod.Spec.N1QuotientWord import EvmAsm.Evm64.EvmWordArith.DivN4Overestimate import EvmAsm.Evm64.EvmWordArith.KnuthTheoremB namespace EvmAsm.Evm64 open EvmAsm.Rv64 /...
@@ -12,10 +12,27 @@ open EvmAsm.Rv64 +/-- The low normalized n=1 divisor limb is the shifted original low limb. -/ +theorem fullDivN1NormV_limb0_eq + (b0 b1 b2 b3 : Word) : + (fullDivN1NormV b0 b1 b2 b3).1 = + b0 <<< ((fullDivN1Shift b0).toNat % 64) := by + unfold fullDivN1NormV + simp + /-- A nonzer...
{ "repo": "evm-asm", "git_repo": "github.com/Verified-zkEVM/evm-asm", "revision": "7d5875858bc3727250adb6880c8339048365b1b6", "lean_toolchain": "leanprover/lean4:v4.30.0-rc1", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-de...
ablate_2c542cb928c5_1
43af4b31c639c06c
lean
lean
github.com/Verified-zkEVM/evm-asm
7d5875858bc3727250adb6880c8339048365b1b6
EvmAsm/Evm64/DivMod/Spec/N1QuotientStackBridge.lean
N1QuotientStackBridge
1
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
28
1
[ { "theorem_name": "fullDivN1NormV_low3_or_zero_ne_zero_of_b0_ne_zero", "depth": 1, "n_commands": 0, "n_lines": 13, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n intro h_zero\n have h_limb0_ne :=\n fullDivN1NormV_limb0_ne_zero_of_b0_ne_zero b0 b1...
[ { "name": "fullDivN1NormV_limb0_ne_zero_of_b0_ne_zero", "text": "/-- A nonzero n=1 divisor has a nonzero low normalized divisor limb. -/\ntheorem fullDivN1NormV_limb0_ne_zero_of_b0_ne_zero\n (b0 b1 b2 b3 : Word) (hb0nz : b0 ≠ 0) :\n (fullDivN1NormV b0 b1 b2 b3).1 ≠ 0 := by\n intro h_zero\n have h_ge...
[ { "name": "fullDivN1NormV_low3_or_zero_ne_zero_of_b0_ne_zero", "fan_in": 1, "n_deps_direct": 1, "n_deps_transitive": 2, "n_lines": 20, "n_chars": 768, "n_subproofs": 2, "n_tactics": 16, "cyclomatic": 7, "n_automation": 2, "n_rewrites": 0, "n_structural": 7, "autom...
2
/- EvmAsm.Evm64.DivMod.Spec.N1QuotientStackBridge Explicit-limb n=1 quotient bridge for Unified stack wrapper call sites. -/ import EvmAsm.Evm64.DivMod.Spec.N1QuotientWord import EvmAsm.Evm64.EvmWordArith.DivN4Overestimate import EvmAsm.Evm64.EvmWordArith.KnuthTheoremB namespace EvmAsm.Evm64 open EvmAsm.Rv64 /...
/- EvmAsm.Evm64.DivMod.Spec.N1QuotientStackBridge Explicit-limb n=1 quotient bridge for Unified stack wrapper call sites. -/ import EvmAsm.Evm64.DivMod.Spec.N1QuotientWord import EvmAsm.Evm64.EvmWordArith.DivN4Overestimate import EvmAsm.Evm64.EvmWordArith.KnuthTheoremB namespace EvmAsm.Evm64 open EvmAsm.Rv64 /...
@@ -20,12 +20,38 @@ unfold fullDivN1NormV simp +/-- A nonzero n=1 divisor has a nonzero low normalized divisor limb. -/ +theorem fullDivN1NormV_limb0_ne_zero_of_b0_ne_zero + (b0 b1 b2 b3 : Word) (hb0nz : b0 ≠ 0) : + (fullDivN1NormV b0 b1 b2 b3).1 ≠ 0 := by + intro h_zero + have h_ge : (b0 <<< ((clzResul...
{ "repo": "evm-asm", "git_repo": "github.com/Verified-zkEVM/evm-asm", "revision": "7d5875858bc3727250adb6880c8339048365b1b6", "lean_toolchain": "leanprover/lean4:v4.30.0-rc1", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-de...
ablate_2c542cb928c5_2
025ae4082fcbd428
lean
lean
github.com/Verified-zkEVM/evm-asm
7d5875858bc3727250adb6880c8339048365b1b6
EvmAsm/Evm64/DivMod/Spec/N1QuotientStackBridge.lean
N1QuotientStackBridge
2
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
28
1
[ { "theorem_name": "fullDivN1NormV_low3_or_zero_ne_zero_of_shape", "depth": 1, "n_commands": 0, "n_lines": 3, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n exact fullDivN1NormV_low3_or_zero_ne_zero_of_b0_ne_zero b0 b1 b2 b3\n (fullDivN1_b0_ne_zero...
[ { "name": "fullDivN1NormV_low3_or_zero_ne_zero_of_b0_ne_zero", "text": "/-- Nonzero shape needed by the `v3 = 0` n=1 conservation lemma. -/\ntheorem fullDivN1NormV_low3_or_zero_ne_zero_of_b0_ne_zero\n (b0 b1 b2 b3 : Word) (hb0nz : b0 ≠ 0) :\n (fullDivN1NormV b0 b1 b2 b3).1 |||\n (fullDivN1NormV...
[ { "name": "fullDivN1NormV_low3_or_zero_ne_zero_of_shape", "fan_in": 1, "n_deps_direct": 2, "n_deps_transitive": 4, "n_lines": 13, "n_chars": 579, "n_subproofs": 0, "n_tactics": 3, "cyclomatic": 1, "n_automation": 0, "n_rewrites": 0, "n_structural": 1, "automation_...
4
/- EvmAsm.Evm64.DivMod.Spec.N1QuotientStackBridge Explicit-limb n=1 quotient bridge for Unified stack wrapper call sites. -/ import EvmAsm.Evm64.DivMod.Spec.N1QuotientWord import EvmAsm.Evm64.EvmWordArith.DivN4Overestimate import EvmAsm.Evm64.EvmWordArith.KnuthTheoremB namespace EvmAsm.Evm64 open EvmAsm.Rv64 /...
/- EvmAsm.Evm64.DivMod.Spec.N1QuotientStackBridge Explicit-limb n=1 quotient bridge for Unified stack wrapper call sites. -/ import EvmAsm.Evm64.DivMod.Spec.N1QuotientWord import EvmAsm.Evm64.EvmWordArith.DivN4Overestimate import EvmAsm.Evm64.EvmWordArith.KnuthTheoremB namespace EvmAsm.Evm64 open EvmAsm.Rv64 /...
@@ -34,6 +34,25 @@ rfl omega +/-- Nonzero shape needed by the `v3 = 0` n=1 conservation lemma. -/ +theorem fullDivN1NormV_low3_or_zero_ne_zero_of_b0_ne_zero + (b0 b1 b2 b3 : Word) (hb0nz : b0 ≠ 0) : + (fullDivN1NormV b0 b1 b2 b3).1 ||| + (fullDivN1NormV b0 b1 b2 b3).2.1 ||| + (fullDivN1Nor...
{ "repo": "evm-asm", "git_repo": "github.com/Verified-zkEVM/evm-asm", "revision": "7d5875858bc3727250adb6880c8339048365b1b6", "lean_toolchain": "leanprover/lean4:v4.30.0-rc1", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-de...
ablate_2c542cb928c5_3
5926aa5040288d59
lean
lean
github.com/Verified-zkEVM/evm-asm
7d5875858bc3727250adb6880c8339048365b1b6
EvmAsm/Evm64/DivMod/Spec/N1QuotientStackBridge.lean
N1QuotientStackBridge
3
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
28
2
[ { "theorem_name": "fullDivN1NormV_carry2_zeroTop_of_shape", "depth": 1, "n_commands": 0, "n_lines": 3, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n rw [← fullDivN1NormV_limb3_eq_zero_of_shape b0 b1 b2 b3 hb2z hb3z]\n exact hcarry2", "n_chars":...
[ { "name": "fullDivN1NormV_limb3_eq_zero_of_shape", "text": "/-- Under the n=1 divisor shape, the high normalized divisor limb is zero. -/\ntheorem fullDivN1NormV_limb3_eq_zero_of_shape\n (b0 b1 b2 b3 : Word) (hb2z : b2 = 0) (hb3z : b3 = 0) :\n (fullDivN1NormV b0 b1 b2 b3).2.2.2 = 0 := by\n subst b2\n...
[ { "name": "fullDivN1NormV_carry2_zeroTop_of_shape", "fan_in": 1, "n_deps_direct": 1, "n_deps_transitive": 1, "n_lines": 19, "n_chars": 673, "n_subproofs": 0, "n_tactics": 3, "cyclomatic": 1, "n_automation": 0, "n_rewrites": 1, "n_structural": 1, "automation_only":...
1
/- EvmAsm.Evm64.DivMod.Spec.N1QuotientStackBridge Explicit-limb n=1 quotient bridge for Unified stack wrapper call sites. -/ import EvmAsm.Evm64.DivMod.Spec.N1QuotientWord import EvmAsm.Evm64.EvmWordArith.DivN4Overestimate import EvmAsm.Evm64.EvmWordArith.KnuthTheoremB namespace EvmAsm.Evm64 open EvmAsm.Rv64 /...
/- EvmAsm.Evm64.DivMod.Spec.N1QuotientStackBridge Explicit-limb n=1 quotient bridge for Unified stack wrapper call sites. -/ import EvmAsm.Evm64.DivMod.Spec.N1QuotientWord import EvmAsm.Evm64.EvmWordArith.DivN4Overestimate import EvmAsm.Evm64.EvmWordArith.KnuthTheoremB namespace EvmAsm.Evm64 open EvmAsm.Rv64 /...
@@ -12,6 +12,15 @@ open EvmAsm.Rv64 +/-- Under the n=1 divisor shape, the high normalized divisor limb is zero. -/ +theorem fullDivN1NormV_limb3_eq_zero_of_shape + (b0 b1 b2 b3 : Word) (hb2z : b2 = 0) (hb3z : b3 = 0) : + (fullDivN1NormV b0 b1 b2 b3).2.2.2 = 0 := by + subst b2 + subst b3 + unfold fullDivN1...
{ "repo": "evm-asm", "git_repo": "github.com/Verified-zkEVM/evm-asm", "revision": "7d5875858bc3727250adb6880c8339048365b1b6", "lean_toolchain": "leanprover/lean4:v4.30.0-rc1", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-de...
ablate_2c542cb928c5_4
0f193c146eb15c6c
lean
lean
github.com/Verified-zkEVM/evm-asm
7d5875858bc3727250adb6880c8339048365b1b6
EvmAsm/Evm64/DivMod/Spec/N1QuotientStackBridge.lean
N1QuotientStackBridge
4
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
28
1
[ { "theorem_name": "iterN1_fullDivN1NormV_val256_conservation_of_shape", "depth": 1, "n_commands": 0, "n_lines": 10, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n dsimp only\n rw [fullDivN1NormV_limb3_eq_zero_of_shape b0 b1 b2 b3 hb2z hb3z]\n exact...
[ { "name": "fullDivN1NormV_low3_or_zero_ne_zero_of_shape", "text": "/-- Runtime n=1 divisor-shape form of the nonzero hypothesis needed by the\n `v3 = 0` conservation lemma. -/\ntheorem fullDivN1NormV_low3_or_zero_ne_zero_of_shape\n (b0 b1 b2 b3 : Word)\n (hbnz : b0 ||| b1 ||| b2 ||| b3 ≠ 0)\n (h...
[ { "name": "iterN1_fullDivN1NormV_val256_conservation_of_shape", "fan_in": 4, "n_deps_direct": 3, "n_deps_transitive": 7, "n_lines": 28, "n_chars": 1282, "n_subproofs": 0, "n_tactics": 10, "cyclomatic": 1, "n_automation": 0, "n_rewrites": 1, "n_structural": 1, "aut...
7
/- EvmAsm.Evm64.DivMod.Spec.N1QuotientStackBridge Explicit-limb n=1 quotient bridge for Unified stack wrapper call sites. -/ import EvmAsm.Evm64.DivMod.Spec.N1QuotientWord import EvmAsm.Evm64.EvmWordArith.DivN4Overestimate import EvmAsm.Evm64.EvmWordArith.KnuthTheoremB namespace EvmAsm.Evm64 open EvmAsm.Rv64 /...
/- EvmAsm.Evm64.DivMod.Spec.N1QuotientStackBridge Explicit-limb n=1 quotient bridge for Unified stack wrapper call sites. -/ import EvmAsm.Evm64.DivMod.Spec.N1QuotientWord import EvmAsm.Evm64.EvmWordArith.DivN4Overestimate import EvmAsm.Evm64.EvmWordArith.KnuthTheoremB namespace EvmAsm.Evm64 open EvmAsm.Rv64 /...
@@ -64,6 +64,18 @@ subst b3 simpa using hbnz +/-- Runtime n=1 divisor-shape form of the nonzero hypothesis needed by the + `v3 = 0` conservation lemma. -/ +theorem fullDivN1NormV_low3_or_zero_ne_zero_of_shape + (b0 b1 b2 b3 : Word) + (hbnz : b0 ||| b1 ||| b2 ||| b3 ≠ 0) + (hb1z : b1 = 0) (hb2z : b2 ...
{ "repo": "evm-asm", "git_repo": "github.com/Verified-zkEVM/evm-asm", "revision": "7d5875858bc3727250adb6880c8339048365b1b6", "lean_toolchain": "leanprover/lean4:v4.30.0-rc1", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-de...
ablate_2c542cb928c5_5
b4edf1d24413ce41
lean
lean
github.com/Verified-zkEVM/evm-asm
7d5875858bc3727250adb6880c8339048365b1b6
EvmAsm/Evm64/DivMod/Spec/N1QuotientStackBridge.lean
N1QuotientStackBridge
5
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
28
2
[ { "theorem_name": "fullDivN1NormV_carry2_zeroTop_of_shape", "depth": 1, "n_commands": 0, "n_lines": 3, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n rw [← fullDivN1NormV_limb3_eq_zero_of_shape b0 b1 b2 b3 hb2z hb3z]\n exact hcarry2", "n_chars":...
[ { "name": "fullDivN1NormV_limb3_eq_zero_of_shape", "text": "/-- Under the n=1 divisor shape, the high normalized divisor limb is zero. -/\ntheorem fullDivN1NormV_limb3_eq_zero_of_shape\n (b0 b1 b2 b3 : Word) (hb2z : b2 = 0) (hb3z : b3 = 0) :\n (fullDivN1NormV b0 b1 b2 b3).2.2.2 = 0 := by\n subst b2\n...
[ { "name": "fullDivN1R3_val256_conservation_of_shape", "fan_in": 1, "n_deps_direct": 1, "n_deps_transitive": 8, "n_lines": 29, "n_chars": 1110, "n_subproofs": 1, "n_tactics": 11, "cyclomatic": 1, "n_automation": 1, "n_rewrites": 1, "n_structural": 0, "automation_on...
8
/- EvmAsm.Evm64.DivMod.Spec.N1QuotientStackBridge Explicit-limb n=1 quotient bridge for Unified stack wrapper call sites. -/ import EvmAsm.Evm64.DivMod.Spec.N1QuotientWord import EvmAsm.Evm64.EvmWordArith.DivN4Overestimate import EvmAsm.Evm64.EvmWordArith.KnuthTheoremB namespace EvmAsm.Evm64 open EvmAsm.Rv64 /...
/- EvmAsm.Evm64.DivMod.Spec.N1QuotientStackBridge Explicit-limb n=1 quotient bridge for Unified stack wrapper call sites. -/ import EvmAsm.Evm64.DivMod.Spec.N1QuotientWord import EvmAsm.Evm64.EvmWordArith.DivN4Overestimate import EvmAsm.Evm64.EvmWordArith.KnuthTheoremB namespace EvmAsm.Evm64 open EvmAsm.Rv64 /...
@@ -76,6 +76,15 @@ exact fullDivN1NormV_low3_or_zero_ne_zero_of_b0_ne_zero b0 b1 b2 b3 (fullDivN1_b0_ne_zero_of_shape b0 b1 b2 b3 hbnz hb1z hb2z hb3z) +/-- Under the n=1 divisor shape, the high normalized divisor limb is zero. -/ +theorem fullDivN1NormV_limb3_eq_zero_of_shape + (b0 b1 b2 b3 : Word) (hb2z :...
{ "repo": "evm-asm", "git_repo": "github.com/Verified-zkEVM/evm-asm", "revision": "7d5875858bc3727250adb6880c8339048365b1b6", "lean_toolchain": "leanprover/lean4:v4.30.0-rc1", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-de...
ablate_2c542cb928c5_6
b70bdca67fbce62e
lean
lean
github.com/Verified-zkEVM/evm-asm
7d5875858bc3727250adb6880c8339048365b1b6
EvmAsm/Evm64/DivMod/Spec/N1QuotientStackBridge.lean
N1QuotientStackBridge
6
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
28
2
[ { "theorem_name": "fullDivN1NormV_carry2_zeroTop_of_shape", "depth": 1, "n_commands": 0, "n_lines": 3, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n rw [← fullDivN1NormV_limb3_eq_zero_of_shape b0 b1 b2 b3 hb2z hb3z]\n exact hcarry2", "n_chars":...
[ { "name": "fullDivN1NormV_limb3_eq_zero_of_shape", "text": "/-- Under the n=1 divisor shape, the high normalized divisor limb is zero. -/\ntheorem fullDivN1NormV_limb3_eq_zero_of_shape\n (b0 b1 b2 b3 : Word) (hb2z : b2 = 0) (hb3z : b3 = 0) :\n (fullDivN1NormV b0 b1 b2 b3).2.2.2 = 0 := by\n subst b2\n...
[ { "name": "fullDivN1R2_val256_conservation_of_shape", "fan_in": 1, "n_deps_direct": 1, "n_deps_transitive": 8, "n_lines": 34, "n_chars": 1402, "n_subproofs": 1, "n_tactics": 14, "cyclomatic": 1, "n_automation": 1, "n_rewrites": 1, "n_structural": 0, "automation_on...
8
/- EvmAsm.Evm64.DivMod.Spec.N1QuotientStackBridge Explicit-limb n=1 quotient bridge for Unified stack wrapper call sites. -/ import EvmAsm.Evm64.DivMod.Spec.N1QuotientWord import EvmAsm.Evm64.EvmWordArith.DivN4Overestimate import EvmAsm.Evm64.EvmWordArith.KnuthTheoremB namespace EvmAsm.Evm64 open EvmAsm.Rv64 /...
/- EvmAsm.Evm64.DivMod.Spec.N1QuotientStackBridge Explicit-limb n=1 quotient bridge for Unified stack wrapper call sites. -/ import EvmAsm.Evm64.DivMod.Spec.N1QuotientWord import EvmAsm.Evm64.EvmWordArith.DivN4Overestimate import EvmAsm.Evm64.EvmWordArith.KnuthTheoremB namespace EvmAsm.Evm64 open EvmAsm.Rv64 /...
@@ -76,6 +76,15 @@ exact fullDivN1NormV_low3_or_zero_ne_zero_of_b0_ne_zero b0 b1 b2 b3 (fullDivN1_b0_ne_zero_of_shape b0 b1 b2 b3 hbnz hb1z hb2z hb3z) +/-- Under the n=1 divisor shape, the high normalized divisor limb is zero. -/ +theorem fullDivN1NormV_limb3_eq_zero_of_shape + (b0 b1 b2 b3 : Word) (hb2z :...
{ "repo": "evm-asm", "git_repo": "github.com/Verified-zkEVM/evm-asm", "revision": "7d5875858bc3727250adb6880c8339048365b1b6", "lean_toolchain": "leanprover/lean4:v4.30.0-rc1", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-de...
ablate_2c542cb928c5_7
a12b2e63f1ca5565
lean
lean
github.com/Verified-zkEVM/evm-asm
7d5875858bc3727250adb6880c8339048365b1b6
EvmAsm/Evm64/DivMod/Spec/N1QuotientStackBridge.lean
N1QuotientStackBridge
7
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
28
2
[ { "theorem_name": "fullDivN1NormV_carry2_zeroTop_of_shape", "depth": 1, "n_commands": 0, "n_lines": 3, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n rw [← fullDivN1NormV_limb3_eq_zero_of_shape b0 b1 b2 b3 hb2z hb3z]\n exact hcarry2", "n_chars":...
[ { "name": "fullDivN1NormV_limb3_eq_zero_of_shape", "text": "/-- Under the n=1 divisor shape, the high normalized divisor limb is zero. -/\ntheorem fullDivN1NormV_limb3_eq_zero_of_shape\n (b0 b1 b2 b3 : Word) (hb2z : b2 = 0) (hb3z : b3 = 0) :\n (fullDivN1NormV b0 b1 b2 b3).2.2.2 = 0 := by\n subst b2\n...
[ { "name": "fullDivN1R1_val256_conservation_of_shape", "fan_in": 1, "n_deps_direct": 1, "n_deps_transitive": 8, "n_lines": 34, "n_chars": 1446, "n_subproofs": 1, "n_tactics": 14, "cyclomatic": 1, "n_automation": 1, "n_rewrites": 1, "n_structural": 0, "automation_on...
8
/- EvmAsm.Evm64.DivMod.Spec.N1QuotientStackBridge Explicit-limb n=1 quotient bridge for Unified stack wrapper call sites. -/ import EvmAsm.Evm64.DivMod.Spec.N1QuotientWord import EvmAsm.Evm64.EvmWordArith.DivN4Overestimate import EvmAsm.Evm64.EvmWordArith.KnuthTheoremB namespace EvmAsm.Evm64 open EvmAsm.Rv64 /...
/- EvmAsm.Evm64.DivMod.Spec.N1QuotientStackBridge Explicit-limb n=1 quotient bridge for Unified stack wrapper call sites. -/ import EvmAsm.Evm64.DivMod.Spec.N1QuotientWord import EvmAsm.Evm64.EvmWordArith.DivN4Overestimate import EvmAsm.Evm64.EvmWordArith.KnuthTheoremB namespace EvmAsm.Evm64 open EvmAsm.Rv64 /...
@@ -76,6 +76,15 @@ exact fullDivN1NormV_low3_or_zero_ne_zero_of_b0_ne_zero b0 b1 b2 b3 (fullDivN1_b0_ne_zero_of_shape b0 b1 b2 b3 hbnz hb1z hb2z hb3z) +/-- Under the n=1 divisor shape, the high normalized divisor limb is zero. -/ +theorem fullDivN1NormV_limb3_eq_zero_of_shape + (b0 b1 b2 b3 : Word) (hb2z :...
{ "repo": "evm-asm", "git_repo": "github.com/Verified-zkEVM/evm-asm", "revision": "7d5875858bc3727250adb6880c8339048365b1b6", "lean_toolchain": "leanprover/lean4:v4.30.0-rc1", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-de...
ablate_2c542cb928c5_8
7a7a3c81a6f19f59
lean
lean
github.com/Verified-zkEVM/evm-asm
7d5875858bc3727250adb6880c8339048365b1b6
EvmAsm/Evm64/DivMod/Spec/N1QuotientStackBridge.lean
N1QuotientStackBridge
8
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
28
2
[ { "theorem_name": "fullDivN1NormV_carry2_zeroTop_of_shape", "depth": 1, "n_commands": 0, "n_lines": 3, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n rw [← fullDivN1NormV_limb3_eq_zero_of_shape b0 b1 b2 b3 hb2z hb3z]\n exact hcarry2", "n_chars":...
[ { "name": "fullDivN1NormV_limb3_eq_zero_of_shape", "text": "/-- Under the n=1 divisor shape, the high normalized divisor limb is zero. -/\ntheorem fullDivN1NormV_limb3_eq_zero_of_shape\n (b0 b1 b2 b3 : Word) (hb2z : b2 = 0) (hb3z : b3 = 0) :\n (fullDivN1NormV b0 b1 b2 b3).2.2.2 = 0 := by\n subst b2\n...
[ { "name": "fullDivN1R0_val256_conservation_of_shape", "fan_in": 1, "n_deps_direct": 1, "n_deps_transitive": 8, "n_lines": 34, "n_chars": 1491, "n_subproofs": 1, "n_tactics": 14, "cyclomatic": 1, "n_automation": 1, "n_rewrites": 1, "n_structural": 0, "automation_on...
8
/- EvmAsm.Evm64.DivMod.Spec.N1QuotientStackBridge Explicit-limb n=1 quotient bridge for Unified stack wrapper call sites. -/ import EvmAsm.Evm64.DivMod.Spec.N1QuotientWord import EvmAsm.Evm64.EvmWordArith.DivN4Overestimate import EvmAsm.Evm64.EvmWordArith.KnuthTheoremB namespace EvmAsm.Evm64 open EvmAsm.Rv64 /...
/- EvmAsm.Evm64.DivMod.Spec.N1QuotientStackBridge Explicit-limb n=1 quotient bridge for Unified stack wrapper call sites. -/ import EvmAsm.Evm64.DivMod.Spec.N1QuotientWord import EvmAsm.Evm64.EvmWordArith.DivN4Overestimate import EvmAsm.Evm64.EvmWordArith.KnuthTheoremB namespace EvmAsm.Evm64 open EvmAsm.Rv64 /...
@@ -76,6 +76,15 @@ exact fullDivN1NormV_low3_or_zero_ne_zero_of_b0_ne_zero b0 b1 b2 b3 (fullDivN1_b0_ne_zero_of_shape b0 b1 b2 b3 hbnz hb1z hb2z hb3z) +/-- Under the n=1 divisor shape, the high normalized divisor limb is zero. -/ +theorem fullDivN1NormV_limb3_eq_zero_of_shape + (b0 b1 b2 b3 : Word) (hb2z :...
{ "repo": "evm-asm", "git_repo": "github.com/Verified-zkEVM/evm-asm", "revision": "7d5875858bc3727250adb6880c8339048365b1b6", "lean_toolchain": "leanprover/lean4:v4.30.0-rc1", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-de...
ablate_2c542cb928c5_9
4db878366aafa827
lean
lean
github.com/Verified-zkEVM/evm-asm
7d5875858bc3727250adb6880c8339048365b1b6
EvmAsm/Evm64/DivMod/Spec/N1QuotientStackBridge.lean
N1QuotientStackBridge
9
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
28
4
[ { "theorem_name": "fullDivN1R3_val256_conservation_of_shape", "depth": 1, "n_commands": 0, "n_lines": 11, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n dsimp only\n unfold fullDivN1R3\n dsimp only\n have h := iterN1_fullDivN1NormV_val256_conserva...
[ { "name": "iterN1_fullDivN1NormV_val256_conservation_of_shape", "text": "/-- One n=1 iteration preserves the val256 Euclidean identity under the runtime\n n=1 divisor-shape hypotheses. -/\ntheorem iterN1_fullDivN1NormV_val256_conservation_of_shape\n (bltu : Bool) (b0 b1 b2 b3 u0 u1 u2 u3 uTop : Word)\...
[ { "name": "fullDivN1NormalizedConservation_of_step_conservation", "fan_in": 1, "n_deps_direct": 8, "n_deps_transitive": 16, "n_lines": 105, "n_chars": 5342, "n_subproofs": 4, "n_tactics": 83, "cyclomatic": 1, "n_automation": 5, "n_rewrites": 12, "n_structural": 4, ...
16
/- EvmAsm.Evm64.DivMod.Spec.N1QuotientStackBridge Explicit-limb n=1 quotient bridge for Unified stack wrapper call sites. -/ import EvmAsm.Evm64.DivMod.Spec.N1QuotientWord import EvmAsm.Evm64.EvmWordArith.DivN4Overestimate import EvmAsm.Evm64.EvmWordArith.KnuthTheoremB namespace EvmAsm.Evm64 open EvmAsm.Rv64 /...
/- EvmAsm.Evm64.DivMod.Spec.N1QuotientStackBridge Explicit-limb n=1 quotient bridge for Unified stack wrapper call sites. -/ import EvmAsm.Evm64.DivMod.Spec.N1QuotientWord import EvmAsm.Evm64.EvmWordArith.DivN4Overestimate import EvmAsm.Evm64.EvmWordArith.KnuthTheoremB namespace EvmAsm.Evm64 open EvmAsm.Rv64 /...
@@ -103,6 +103,33 @@ rw [← fullDivN1NormV_limb3_eq_zero_of_shape b0 b1 b2 b3 hb2z hb3z] exact hcarry2 +/-- One n=1 iteration preserves the val256 Euclidean identity under the runtime + n=1 divisor-shape hypotheses. -/ +theorem iterN1_fullDivN1NormV_val256_conservation_of_shape + (bltu : Bool) (b0 b1 b2 b3...
{ "repo": "evm-asm", "git_repo": "github.com/Verified-zkEVM/evm-asm", "revision": "7d5875858bc3727250adb6880c8339048365b1b6", "lean_toolchain": "leanprover/lean4:v4.30.0-rc1", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-de...
ablate_2c542cb928c5_10
32615e9e50587446
lean
lean
github.com/Verified-zkEVM/evm-asm
7d5875858bc3727250adb6880c8339048365b1b6
EvmAsm/Evm64/DivMod/Spec/N1QuotientStackBridge.lean
N1QuotientStackBridge
10
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
28
4
[ { "theorem_name": "fullDivN1R3_val256_conservation_of_shape", "depth": 1, "n_commands": 0, "n_lines": 11, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n dsimp only\n unfold fullDivN1R3\n dsimp only\n have h := iterN1_fullDivN1NormV_val256_conserva...
[ { "name": "iterN1_fullDivN1NormV_val256_conservation_of_shape", "text": "/-- One n=1 iteration preserves the val256 Euclidean identity under the runtime\n n=1 divisor-shape hypotheses. -/\ntheorem iterN1_fullDivN1NormV_val256_conservation_of_shape\n (bltu : Bool) (b0 b1 b2 b3 u0 u1 u2 u3 uTop : Word)\...
[ { "name": "fullDivN1NormalizedMulSubEq_of_step_conservation", "fan_in": 1, "n_deps_direct": 2, "n_deps_transitive": 18, "n_lines": 28, "n_chars": 1318, "n_subproofs": 0, "n_tactics": 7, "cyclomatic": 1, "n_automation": 0, "n_rewrites": 0, "n_structural": 1, "autom...
18
/- EvmAsm.Evm64.DivMod.Spec.N1QuotientStackBridge Explicit-limb n=1 quotient bridge for Unified stack wrapper call sites. -/ import EvmAsm.Evm64.DivMod.Spec.N1QuotientWord import EvmAsm.Evm64.EvmWordArith.DivN4Overestimate import EvmAsm.Evm64.EvmWordArith.KnuthTheoremB namespace EvmAsm.Evm64 open EvmAsm.Rv64 /...
/- EvmAsm.Evm64.DivMod.Spec.N1QuotientStackBridge Explicit-limb n=1 quotient bridge for Unified stack wrapper call sites. -/ import EvmAsm.Evm64.DivMod.Spec.N1QuotientWord import EvmAsm.Evm64.EvmWordArith.DivN4Overestimate import EvmAsm.Evm64.EvmWordArith.KnuthTheoremB namespace EvmAsm.Evm64 open EvmAsm.Rv64 /...
@@ -103,6 +103,33 @@ rw [← fullDivN1NormV_limb3_eq_zero_of_shape b0 b1 b2 b3 hb2z hb3z] exact hcarry2 +/-- One n=1 iteration preserves the val256 Euclidean identity under the runtime + n=1 divisor-shape hypotheses. -/ +theorem iterN1_fullDivN1NormV_val256_conservation_of_shape + (bltu : Bool) (b0 b1 b2 b3...
{ "repo": "evm-asm", "git_repo": "github.com/Verified-zkEVM/evm-asm", "revision": "7d5875858bc3727250adb6880c8339048365b1b6", "lean_toolchain": "leanprover/lean4:v4.30.0-rc1", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-de...
ablate_2c542cb928c5_11
d6c36679693e5953
lean
lean
github.com/Verified-zkEVM/evm-asm
7d5875858bc3727250adb6880c8339048365b1b6
EvmAsm/Evm64/DivMod/Spec/N1QuotientStackBridge.lean
N1QuotientStackBridge
11
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
28
1
[ { "theorem_name": "fullDivN1NormalizedConservation_of_step_conservation", "depth": 1, "n_commands": 0, "n_lines": 83, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n unfold fullDivN1NormalizedConservation\n rw [← fullDivN1NormU_val256_eq_scaled a0 a1...
[ { "name": "fullDivN1R3_val256_conservation_of_shape", "text": "/-- Val256 conservation specialized to the first n=1 schoolbook iteration. -/\ntheorem fullDivN1R3_val256_conservation_of_shape\n (bltu_3 : Bool) (a0 a1 a2 a3 b0 b1 b2 b3 : Word)\n (hbnz : b0 ||| b1 ||| b2 ||| b3 ≠ 0)\n (hb1z : b1 = 0) ...
[ { "name": "fullDivN1NormalizedMulSubEq_of_raw_step_conservation", "fan_in": 0, "n_deps_direct": 1, "n_deps_transitive": 19, "n_lines": 40, "n_chars": 1816, "n_subproofs": 1, "n_tactics": 13, "cyclomatic": 1, "n_automation": 0, "n_rewrites": 2, "n_structural": 2, "...
19
/- EvmAsm.Evm64.DivMod.Spec.N1QuotientStackBridge Explicit-limb n=1 quotient bridge for Unified stack wrapper call sites. -/ import EvmAsm.Evm64.DivMod.Spec.N1QuotientWord import EvmAsm.Evm64.EvmWordArith.DivN4Overestimate import EvmAsm.Evm64.EvmWordArith.KnuthTheoremB namespace EvmAsm.Evm64 open EvmAsm.Rv64 /...
/- EvmAsm.Evm64.DivMod.Spec.N1QuotientStackBridge Explicit-limb n=1 quotient bridge for Unified stack wrapper call sites. -/ import EvmAsm.Evm64.DivMod.Spec.N1QuotientWord import EvmAsm.Evm64.EvmWordArith.DivN4Overestimate import EvmAsm.Evm64.EvmWordArith.KnuthTheoremB namespace EvmAsm.Evm64 open EvmAsm.Rv64 /...
@@ -130,6 +130,34 @@ (fullDivN1NormV_low3_or_zero_ne_zero_of_shape b0 b1 b2 b3 hbnz hb1z hb2z hb3z) (fullDivN1NormV_carry2_zeroTop_of_shape b0 b1 b2 b3 hb2z hb3z hcarry2) +/-- Val256 conservation specialized to the first n=1 schoolbook iteration. -/ +theorem fullDivN1R3_val256_conservation_of_shape + (bl...
{ "repo": "evm-asm", "git_repo": "github.com/Verified-zkEVM/evm-asm", "revision": "7d5875858bc3727250adb6880c8339048365b1b6", "lean_toolchain": "leanprover/lean4:v4.30.0-rc1", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-de...
ablate_2c542cb928c5_12
8fa7993f13a685a3
lean
lean
github.com/Verified-zkEVM/evm-asm
7d5875858bc3727250adb6880c8339048365b1b6
EvmAsm/Evm64/DivMod/Spec/N1QuotientStackBridge.lean
N1QuotientStackBridge
12
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
28
2
[ { "theorem_name": "fullDivN1QuotientWord_eq_div_of_normalized_mulsub_overestimate", "depth": 1, "n_commands": 0, "n_lines": 5, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n exact fullDivN1QuotientWord_eq_div_of_normalized_mulsub_remainder_lt\n bl...
[ { "name": "fullDivN1QuotientWord_eq_div_of_normalized_mulsub_remainder_lt", "text": "/-- n=1 quotient bridge from the normalized Euclidean equation and normalized\n final-remainder bound. -/\ntheorem fullDivN1QuotientWord_eq_div_of_normalized_mulsub_remainder_lt\n (bltu_3 bltu_2 bltu_1 bltu_0 : Bool)\...
[ { "name": "fullDivN1QuotientWord_eq_div_of_normalized_mulsub_overestimate", "fan_in": 1, "n_deps_direct": 2, "n_deps_transitive": 2, "n_lines": 30, "n_chars": 1400, "n_subproofs": 0, "n_tactics": 5, "cyclomatic": 1, "n_automation": 0, "n_rewrites": 0, "n_structural": ...
2
/- EvmAsm.Evm64.DivMod.Spec.N1QuotientStackBridge Explicit-limb n=1 quotient bridge for Unified stack wrapper call sites. -/ import EvmAsm.Evm64.DivMod.Spec.N1QuotientWord import EvmAsm.Evm64.EvmWordArith.DivN4Overestimate import EvmAsm.Evm64.EvmWordArith.KnuthTheoremB namespace EvmAsm.Evm64 open EvmAsm.Rv64 /...
/- EvmAsm.Evm64.DivMod.Spec.N1QuotientStackBridge Explicit-limb n=1 quotient bridge for Unified stack wrapper call sites. -/ import EvmAsm.Evm64.DivMod.Spec.N1QuotientWord import EvmAsm.Evm64.EvmWordArith.DivN4Overestimate import EvmAsm.Evm64.EvmWordArith.KnuthTheoremB namespace EvmAsm.Evm64 open EvmAsm.Rv64 /...
@@ -102,6 +102,53 @@ (a0 a1 a2 a3 b0 b1 b2 b3 : Word) : Prop := (fullDivN1R1 bltu_3 bltu_2 bltu_1 a0 a1 a2 a3 b0 b1 b2 b3).2.2.2.2.2 = 0 +/-- n=1 quotient bridge from the normalized Euclidean equation and normalized + final-remainder bound. -/ +theorem fullDivN1QuotientWord_eq_div_of_normalized_mulsub_rema...
{ "repo": "evm-asm", "git_repo": "github.com/Verified-zkEVM/evm-asm", "revision": "7d5875858bc3727250adb6880c8339048365b1b6", "lean_toolchain": "leanprover/lean4:v4.30.0-rc1", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-de...
ablate_2c542cb928c5_13
6025b866432b6a77
lean
lean
github.com/Verified-zkEVM/evm-asm
7d5875858bc3727250adb6880c8339048365b1b6
EvmAsm/Evm64/DivMod/Spec/N1QuotientStackBridge.lean
N1QuotientStackBridge
13
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
28
1
[ { "theorem_name": "fullDivN1QuotientWord_eq_div_of_normalized_mulsub_overestimate", "depth": 1, "n_commands": 0, "n_lines": 5, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n exact fullDivN1QuotientWord_eq_div_of_normalized_mulsub_remainder_lt\n bl...
[ { "name": "fullDivN1NormalizedRemainderLt_of_mulsub_overestimate", "text": "/-- The normalized n=1 Euclidean equation plus the legacy quotient\n overestimate gives the normalized final-remainder bound. -/\ntheorem fullDivN1NormalizedRemainderLt_of_mulsub_overestimate\n (bltu_3 bltu_2 bltu_1 bltu_0 : B...
[ { "name": "fullDivN1QuotientWord_eq_div_of_limbs_normalized_mulsub_overestimate", "fan_in": 0, "n_deps_direct": 1, "n_deps_transitive": 3, "n_lines": 57, "n_chars": 2209, "n_subproofs": 1, "n_tactics": 33, "cyclomatic": 3, "n_automation": 0, "n_rewrites": 10, "n_struc...
3
/- EvmAsm.Evm64.DivMod.Spec.N1QuotientStackBridge Explicit-limb n=1 quotient bridge for Unified stack wrapper call sites. -/ import EvmAsm.Evm64.DivMod.Spec.N1QuotientWord import EvmAsm.Evm64.EvmWordArith.DivN4Overestimate import EvmAsm.Evm64.EvmWordArith.KnuthTheoremB namespace EvmAsm.Evm64 open EvmAsm.Rv64 /...
/- EvmAsm.Evm64.DivMod.Spec.N1QuotientStackBridge Explicit-limb n=1 quotient bridge for Unified stack wrapper call sites. -/ import EvmAsm.Evm64.DivMod.Spec.N1QuotientWord import EvmAsm.Evm64.EvmWordArith.DivN4Overestimate import EvmAsm.Evm64.EvmWordArith.KnuthTheoremB namespace EvmAsm.Evm64 open EvmAsm.Rv64 /...
@@ -149,6 +149,46 @@ match i with | 0 => b0 | 1 => b1 | 2 => b2 | 3 => b3) exact hdiv +/-- The normalized n=1 Euclidean equation plus the legacy quotient + overestimate gives the normalized final-remainder bound. -/ +theorem fullDivN1NormalizedRemainderLt_of_mulsub_overestimate + (bltu_3 bltu_2 bl...
{ "repo": "evm-asm", "git_repo": "github.com/Verified-zkEVM/evm-asm", "revision": "7d5875858bc3727250adb6880c8339048365b1b6", "lean_toolchain": "leanprover/lean4:v4.30.0-rc1", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-de...