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_70abc6c8fc92_18 | 349c8f02270ee8ab | lean | lean | github.com/Verified-zkEVM/evm-asm | 7d5875858bc3727250adb6880c8339048365b1b6 | EvmAsm/Evm64/EvmWordArith/Div128Shift0.lean | Div128Shift0 | 18 | lemma_delete | null | null | false | 0.5 | 1 | 1 | false | 0 | inf | 0 | inf | 42 | 29 | 3 | [
{
"theorem_name": "div128Quot_shift0_dHi_ne",
"depth": 1,
"n_commands": 0,
"n_lines": 5,
"is_leaf": true,
"centrality": 0,
"method": "deleted-dep",
"proof_text": " by\n intro h\n have h_ge := div128Quot_shift0_dHi_ge b3 hb3_ge\n have h_toNat : (b3 >>> (32 : BitVec 6).toNat).toNat ... | [
{
"name": "div128Quot_shift0_dHi_ge",
"text": "/-- Under b3 ≥ 2^63, dHi = b3 >> 32 has toNat ≥ 2^31. -/\ntheorem div128Quot_shift0_dHi_ge (b3 : Word) (hb3_ge : b3.toNat ≥ 2^63) :\n (b3 >>> (32 : BitVec 6).toNat).toNat ≥ 2^31 := by\n rw [show (32 : BitVec 6).toNat = 32 from by decide]\n rw [BitVec.toNat... | [
{
"name": "div128Quot_shift0_q0c_toNat_le_one",
"fan_in": 1,
"n_deps_direct": 2,
"n_deps_transitive": 21,
"n_lines": 27,
"n_chars": 1327,
"n_subproofs": 0,
"n_tactics": 4,
"cyclomatic": 1,
"n_automation": 1,
"n_rewrites": 1,
"n_structural": 1,
"automation_only": f... | 21 | /-
EvmAsm.Evm64.EvmWordArith.Div128Shift0
Lemmas about `div128Quot 0 a3 b3` under shift=0 normalization
(`b3 ≥ 2^63`). Under this regime, uHi=0 ⟹ un21 < 2^32 ⟹ Phase 2a
doesn't correct ⟹ rhat2c < 2^32 ⟹ the Phase 2b false-positive
(counterexample from #1138) CAN'T fire. So the algorithm is correct
in this ... | /-
EvmAsm.Evm64.EvmWordArith.Div128Shift0
Lemmas about `div128Quot 0 a3 b3` under shift=0 normalization
(`b3 ≥ 2^63`). Under this regime, uHi=0 ⟹ un21 < 2^32 ⟹ Phase 2a
doesn't correct ⟹ rhat2c < 2^32 ⟹ the Phase 2b false-positive
(counterexample from #1138) CAN'T fire. So the algorithm is correct
in this ... | @@ -267,9 +267,21 @@
-- `div128Quot_shift0_ge_a3_div_b3` is defined below (after dHi_ne et al).
+/-- Under b3 ≥ 2^63, dHi = b3 >> 32 has toNat ≥ 2^31. -/
+theorem div128Quot_shift0_dHi_ge (b3 : Word) (hb3_ge : b3.toNat ≥ 2^63) :
+ (b3 >>> (32 : BitVec 6).toNat).toNat ≥ 2^31 := by
+ rw [show (32 : BitVec 6).toN... | {
"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_70abc6c8fc92_19 | d947dd8f830b6caf | lean | lean | github.com/Verified-zkEVM/evm-asm | 7d5875858bc3727250adb6880c8339048365b1b6 | EvmAsm/Evm64/EvmWordArith/Div128Shift0.lean | Div128Shift0 | 19 | lemma_delete | null | null | false | 0.5 | 1 | 1 | false | 0 | inf | 0 | inf | 42 | 29 | 3 | [
{
"theorem_name": "div128Quot_shift0_dHi_ne",
"depth": 1,
"n_commands": 0,
"n_lines": 5,
"is_leaf": true,
"centrality": 0,
"method": "deleted-dep",
"proof_text": " by\n intro h\n have h_ge := div128Quot_shift0_dHi_ge b3 hb3_ge\n have h_toNat : (b3 >>> (32 : BitVec 6).toNat).toNat ... | [
{
"name": "div128Quot_shift0_dHi_ge",
"text": "/-- Under b3 ≥ 2^63, dHi = b3 >> 32 has toNat ≥ 2^31. -/\ntheorem div128Quot_shift0_dHi_ge (b3 : Word) (hb3_ge : b3.toNat ≥ 2^63) :\n (b3 >>> (32 : BitVec 6).toNat).toNat ≥ 2^31 := by\n rw [show (32 : BitVec 6).toNat = 32 from by decide]\n rw [BitVec.toNat... | [
{
"name": "div128Quot_shift0_q0_prime_toNat_le_one",
"fan_in": 1,
"n_deps_direct": 2,
"n_deps_transitive": 23,
"n_lines": 32,
"n_chars": 1585,
"n_subproofs": 0,
"n_tactics": 4,
"cyclomatic": 1,
"n_automation": 1,
"n_rewrites": 0,
"n_structural": 2,
"automation_onl... | 23 | /-
EvmAsm.Evm64.EvmWordArith.Div128Shift0
Lemmas about `div128Quot 0 a3 b3` under shift=0 normalization
(`b3 ≥ 2^63`). Under this regime, uHi=0 ⟹ un21 < 2^32 ⟹ Phase 2a
doesn't correct ⟹ rhat2c < 2^32 ⟹ the Phase 2b false-positive
(counterexample from #1138) CAN'T fire. So the algorithm is correct
in this ... | /-
EvmAsm.Evm64.EvmWordArith.Div128Shift0
Lemmas about `div128Quot 0 a3 b3` under shift=0 normalization
(`b3 ≥ 2^63`). Under this regime, uHi=0 ⟹ un21 < 2^32 ⟹ Phase 2a
doesn't correct ⟹ rhat2c < 2^32 ⟹ the Phase 2b false-positive
(counterexample from #1138) CAN'T fire. So the algorithm is correct
in this ... | @@ -267,9 +267,21 @@
-- `div128Quot_shift0_ge_a3_div_b3` is defined below (after dHi_ne et al).
+/-- Under b3 ≥ 2^63, dHi = b3 >> 32 has toNat ≥ 2^31. -/
+theorem div128Quot_shift0_dHi_ge (b3 : Word) (hb3_ge : b3.toNat ≥ 2^63) :
+ (b3 >>> (32 : BitVec 6).toNat).toNat ≥ 2^31 := by
+ rw [show (32 : BitVec 6).toN... | {
"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_70abc6c8fc92_20 | b1c4671d56445353 | lean | lean | github.com/Verified-zkEVM/evm-asm | 7d5875858bc3727250adb6880c8339048365b1b6 | EvmAsm/Evm64/EvmWordArith/Div128Shift0.lean | Div128Shift0 | 20 | lemma_delete | null | null | false | 0.5 | 1 | 1 | false | 0 | inf | 0 | inf | 42 | 29 | 3 | [
{
"theorem_name": "div128Quot_shift0_dHi_ne",
"depth": 1,
"n_commands": 0,
"n_lines": 5,
"is_leaf": true,
"centrality": 0,
"method": "deleted-dep",
"proof_text": " by\n intro h\n have h_ge := div128Quot_shift0_dHi_ge b3 hb3_ge\n have h_toNat : (b3 >>> (32 : BitVec 6).toNat).toNat ... | [
{
"name": "div128Quot_shift0_dHi_ge",
"text": "/-- Under b3 ≥ 2^63, dHi = b3 >> 32 has toNat ≥ 2^31. -/\ntheorem div128Quot_shift0_dHi_ge (b3 : Word) (hb3_ge : b3.toNat ≥ 2^63) :\n (b3 >>> (32 : BitVec 6).toNat).toNat ≥ 2^31 := by\n rw [show (32 : BitVec 6).toNat = 32 from by decide]\n rw [BitVec.toNat... | [
{
"name": "div128Quot_shift0_le_one",
"fan_in": 0,
"n_deps_direct": 3,
"n_deps_transitive": 24,
"n_lines": 29,
"n_chars": 1251,
"n_subproofs": 5,
"n_tactics": 17,
"cyclomatic": 1,
"n_automation": 2,
"n_rewrites": 4,
"n_structural": 2,
"automation_only": false,
... | 24 | /-
EvmAsm.Evm64.EvmWordArith.Div128Shift0
Lemmas about `div128Quot 0 a3 b3` under shift=0 normalization
(`b3 ≥ 2^63`). Under this regime, uHi=0 ⟹ un21 < 2^32 ⟹ Phase 2a
doesn't correct ⟹ rhat2c < 2^32 ⟹ the Phase 2b false-positive
(counterexample from #1138) CAN'T fire. So the algorithm is correct
in this ... | /-
EvmAsm.Evm64.EvmWordArith.Div128Shift0
Lemmas about `div128Quot 0 a3 b3` under shift=0 normalization
(`b3 ≥ 2^63`). Under this regime, uHi=0 ⟹ un21 < 2^32 ⟹ Phase 2a
doesn't correct ⟹ rhat2c < 2^32 ⟹ the Phase 2b false-positive
(counterexample from #1138) CAN'T fire. So the algorithm is correct
in this ... | @@ -267,9 +267,21 @@
-- `div128Quot_shift0_ge_a3_div_b3` is defined below (after dHi_ne et al).
+/-- Under b3 ≥ 2^63, dHi = b3 >> 32 has toNat ≥ 2^31. -/
+theorem div128Quot_shift0_dHi_ge (b3 : Word) (hb3_ge : b3.toNat ≥ 2^63) :
+ (b3 >>> (32 : BitVec 6).toNat).toNat ≥ 2^31 := by
+ rw [show (32 : BitVec 6).toN... | {
"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_70abc6c8fc92_21 | 34fa035cde8b426f | lean | lean | github.com/Verified-zkEVM/evm-asm | 7d5875858bc3727250adb6880c8339048365b1b6 | EvmAsm/Evm64/EvmWordArith/Div128Shift0.lean | Div128Shift0 | 21 | lemma_delete | null | null | false | 0.5 | 1 | 1 | false | 0 | inf | 0 | inf | 42 | 29 | 1 | [
{
"theorem_name": "div128Quot_shift0_ge_a3_div_b3",
"depth": 1,
"n_commands": 0,
"n_lines": 54,
"is_leaf": true,
"centrality": 0,
"method": "deleted-dep",
"proof_text": " by\n -- Setup: standard arithmetic facts under shift=0.\n have hdHi_ne := div128Quot_shift0_dHi_ne b3 hb3_ge\n ... | [
{
"name": "lo32_toNat_lt_pow32",
"text": "/-- Structural bound: `((a << 32) >> 32).toNat < 2^32` (low 32 bits of a). -/\ntheorem lo32_toNat_lt_pow32 (a : Word) :\n ((a <<< (32 : BitVec 6).toNat) >>> (32 : BitVec 6).toNat).toNat < 2^32 := by\n rw [show (32 : BitVec 6).toNat = 32 from by decide]\n rw [Bi... | [
{
"name": "div128Quot_shift0_ge_a3_div_b3",
"fan_in": 2,
"n_deps_direct": 7,
"n_deps_transitive": 17,
"n_lines": 68,
"n_chars": 3201,
"n_subproofs": 17,
"n_tactics": 45,
"cyclomatic": 1,
"n_automation": 5,
"n_rewrites": 7,
"n_structural": 2,
"automation_only": fal... | 17 | /-
EvmAsm.Evm64.EvmWordArith.Div128Shift0
Lemmas about `div128Quot 0 a3 b3` under shift=0 normalization
(`b3 ≥ 2^63`). Under this regime, uHi=0 ⟹ un21 < 2^32 ⟹ Phase 2a
doesn't correct ⟹ rhat2c < 2^32 ⟹ the Phase 2b false-positive
(counterexample from #1138) CAN'T fire. So the algorithm is correct
in this ... | /-
EvmAsm.Evm64.EvmWordArith.Div128Shift0
Lemmas about `div128Quot 0 a3 b3` under shift=0 normalization
(`b3 ≥ 2^63`). Under this regime, uHi=0 ⟹ un21 < 2^32 ⟹ Phase 2a
doesn't correct ⟹ rhat2c < 2^32 ⟹ the Phase 2b false-positive
(counterexample from #1138) CAN'T fire. So the algorithm is correct
in this ... | @@ -228,6 +228,20 @@
div128Quot_shift0_cu_q1_dlo_eq_zero dHi dLo div_un1 hdHi_ne]
simp
+/-- Structural bound: `((a << 32) >> 32).toNat < 2^32` (low 32 bits of a). -/
+theorem lo32_toNat_lt_pow32 (a : Word) :
+ ((a <<< (32 : BitVec 6).toNat) >>> (32 : BitVec 6).toNat).toNat < 2^32 := by
+ rw [show (32 : ... | {
"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_70abc6c8fc92_22 | 8f8674139169bcee | lean | lean | github.com/Verified-zkEVM/evm-asm | 7d5875858bc3727250adb6880c8339048365b1b6 | EvmAsm/Evm64/EvmWordArith/Div128Shift0.lean | Div128Shift0 | 22 | lemma_delete | null | null | false | 0.5 | 1 | 1 | false | 0 | inf | 0 | inf | 42 | 29 | 2 | [
{
"theorem_name": "div128Quot_shift0_q0_le_one",
"depth": 1,
"n_commands": 0,
"n_lines": 8,
"is_leaf": true,
"centrality": 0,
"method": "deleted-dep",
"proof_text": " by\n simp only []\n rw [div128Quot_shift0_q0_eq (b3 >>> (32 : BitVec 6).toNat)\n ((b3 <<< (32 : BitVec 6).to... | [
{
"name": "hi32_toNat_lt_pow32",
"text": "/-- Structural bound: `(a >>> 32).toNat < 2^32` (high 32 bits of a fit in 32 bits). -/\ntheorem hi32_toNat_lt_pow32 (a : Word) :\n (a >>> (32 : BitVec 6).toNat).toNat < 2^32 := by\n rw [show (32 : BitVec 6).toNat = 32 from by decide]\n rw [BitVec.toNat_ushiftRi... | [
{
"name": "div128Quot_shift0_eq_zero_implies_a3_lt_b3",
"fan_in": 0,
"n_deps_direct": 1,
"n_deps_transitive": 18,
"n_lines": 16,
"n_chars": 636,
"n_subproofs": 5,
"n_tactics": 11,
"cyclomatic": 1,
"n_automation": 2,
"n_rewrites": 2,
"n_structural": 1,
"automation_... | 18 | /-
EvmAsm.Evm64.EvmWordArith.Div128Shift0
Lemmas about `div128Quot 0 a3 b3` under shift=0 normalization
(`b3 ≥ 2^63`). Under this regime, uHi=0 ⟹ un21 < 2^32 ⟹ Phase 2a
doesn't correct ⟹ rhat2c < 2^32 ⟹ the Phase 2b false-positive
(counterexample from #1138) CAN'T fire. So the algorithm is correct
in this ... | /-
EvmAsm.Evm64.EvmWordArith.Div128Shift0
Lemmas about `div128Quot 0 a3 b3` under shift=0 normalization
(`b3 ≥ 2^63`). Under this regime, uHi=0 ⟹ un21 < 2^32 ⟹ Phase 2a
doesn't correct ⟹ rhat2c < 2^32 ⟹ the Phase 2b false-positive
(counterexample from #1138) CAN'T fire. So the algorithm is correct
in this ... | @@ -242,6 +242,28 @@
rw [Nat.mul_div_cancel _ (by positivity : 0 < (2:Nat)^32)]
exact Nat.mod_lt _ (by positivity)
+/-- Structural bound: `(a >>> 32).toNat < 2^32` (high 32 bits of a fit in 32 bits). -/
+theorem hi32_toNat_lt_pow32 (a : Word) :
+ (a >>> (32 : BitVec 6).toNat).toNat < 2^32 := by
+ rw [show (... | {
"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_70abc6c8fc92_23 | 27325df7b6b32691 | lean | lean | github.com/Verified-zkEVM/evm-asm | 7d5875858bc3727250adb6880c8339048365b1b6 | EvmAsm/Evm64/EvmWordArith/Div128Shift0.lean | Div128Shift0 | 23 | lemma_delete | null | null | false | 0.5 | 1 | 1 | false | 0 | inf | 0 | inf | 42 | 29 | 2 | [
{
"theorem_name": "div128Quot_shift0_q0_le_one",
"depth": 1,
"n_commands": 0,
"n_lines": 8,
"is_leaf": true,
"centrality": 0,
"method": "deleted-dep",
"proof_text": " by\n simp only []\n rw [div128Quot_shift0_q0_eq (b3 >>> (32 : BitVec 6).toNat)\n ((b3 <<< (32 : BitVec 6).to... | [
{
"name": "hi32_toNat_lt_pow32",
"text": "/-- Structural bound: `(a >>> 32).toNat < 2^32` (high 32 bits of a fit in 32 bits). -/\ntheorem hi32_toNat_lt_pow32 (a : Word) :\n (a >>> (32 : BitVec 6).toNat).toNat < 2^32 := by\n rw [show (32 : BitVec 6).toNat = 32 from by decide]\n rw [BitVec.toNat_ushiftRi... | [
{
"name": "div128Quot_shift0_ge_val256_div",
"fan_in": 0,
"n_deps_direct": 2,
"n_deps_transitive": 20,
"n_lines": 19,
"n_chars": 811,
"n_subproofs": 2,
"n_tactics": 4,
"cyclomatic": 1,
"n_automation": 1,
"n_rewrites": 0,
"n_structural": 0,
"automation_only": false... | 20 | /-
EvmAsm.Evm64.EvmWordArith.Div128Shift0
Lemmas about `div128Quot 0 a3 b3` under shift=0 normalization
(`b3 ≥ 2^63`). Under this regime, uHi=0 ⟹ un21 < 2^32 ⟹ Phase 2a
doesn't correct ⟹ rhat2c < 2^32 ⟹ the Phase 2b false-positive
(counterexample from #1138) CAN'T fire. So the algorithm is correct
in this ... | /-
EvmAsm.Evm64.EvmWordArith.Div128Shift0
Lemmas about `div128Quot 0 a3 b3` under shift=0 normalization
(`b3 ≥ 2^63`). Under this regime, uHi=0 ⟹ un21 < 2^32 ⟹ Phase 2a
doesn't correct ⟹ rhat2c < 2^32 ⟹ the Phase 2b false-positive
(counterexample from #1138) CAN'T fire. So the algorithm is correct
in this ... | @@ -312,6 +312,28 @@
rw [Nat.mul_div_cancel _ (by positivity : 0 < (2:Nat)^32)]
exact Nat.mod_lt _ (by positivity)
+/-- Structural bound: `(a >>> 32).toNat < 2^32` (high 32 bits of a fit in 32 bits). -/
+theorem hi32_toNat_lt_pow32 (a : Word) :
+ (a >>> (32 : BitVec 6).toNat).toNat < 2^32 := by
+ rw [show (... | {
"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_d015e099455f_0 | 2e16c37aba664fde | lean | lean | github.com/Verified-zkEVM/evm-asm | 7d5875858bc3727250adb6880c8339048365b1b6 | EvmAsm/Evm64/DivMod/CallableV4Mod.lean | CallableV4Mod | 0 | lemma_delete | null | null | false | 0.5 | 1 | 1 | false | 0 | inf | 0 | inf | 42 | 28 | 1 | [
{
"theorem_name": "evm_mod_callable_code_v4_ret_sub",
"depth": 1,
"n_commands": 0,
"n_lines": 5,
"is_leaf": true,
"centrality": 0,
"method": "deleted-dep",
"proof_text": " by\n intro a i h\n apply callable_b12_mod_v4\n unfold cc_ret_code cc_ret\n simpa [CodeReq.ofProg] using h",
... | [
{
"name": "callable_b12_mod_v4",
"text": "private theorem callable_b12_mod_v4 {b : Word} :\n ∀ a i, (cc_ret_code (b + nopOff)) a = some i →\n (evm_mod_callable_code_v4 b) a = some i := by\n unfold evm_mod_callable_code_v4; simp only [CodeReq.unionAll_cons]\n skipBlockCC; skipBlockCC; skipBlockCC; ... | [
{
"name": "evm_mod_callable_code_v4_ret_sub",
"fan_in": 5,
"n_deps_direct": 1,
"n_deps_transitive": 1,
"n_lines": 9,
"n_chars": 298,
"n_subproofs": 0,
"n_tactics": 5,
"cyclomatic": 1,
"n_automation": 1,
"n_rewrites": 1,
"n_structural": 2,
"automation_only": false,... | 1 | import EvmAsm.Evm64.DivMod.Callable
import EvmAsm.Evm64.DivMod.Spec.N3V4StackPre
import EvmAsm.Evm64.DivMod.Spec.N3V4StackPreAnyX9
namespace EvmAsm.Evm64
open EvmAsm.Rv64
open EvmAsm.Rv64.CodeReq in
theorem evm_mod_callable_code_v4_eq_ofProg (base : Word) :
evm_mod_callable_code_v4 base = CodeReq.ofProg base evm... | import EvmAsm.Evm64.DivMod.Callable
import EvmAsm.Evm64.DivMod.Spec.N3V4StackPre
import EvmAsm.Evm64.DivMod.Spec.N3V4StackPreAnyX9
namespace EvmAsm.Evm64
open EvmAsm.Rv64
open EvmAsm.Rv64.CodeReq in
theorem evm_mod_callable_code_v4_eq_ofProg (base : Word) :
evm_mod_callable_code_v4 base = CodeReq.ofProg base evm... | @@ -56,9 +56,20 @@
show (base + nopOff) + BitVec.ofNat 64 (4 * 1) = base + div128Off
bv_omega]
+private theorem callable_b12_mod_v4 {b : Word} :
+ ∀ a i, (cc_ret_code (b + nopOff)) a = some i →
+ (evm_mod_callable_code_v4 b) a = some i := by
+ unfold evm_mod_callable_code_v4; simp only [CodeReq.uni... | {
"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_d015e099455f_1 | 8b91e9de5e4ae96d | lean | lean | github.com/Verified-zkEVM/evm-asm | 7d5875858bc3727250adb6880c8339048365b1b6 | EvmAsm/Evm64/DivMod/CallableV4Mod.lean | CallableV4Mod | 1 | lemma_delete | null | null | false | 0.5 | 1 | 1 | false | 0 | inf | 0 | inf | 42 | 28 | 2 | [
{
"theorem_name": "sharedDivModCodeNoNop_v4_sub_mod_callable_code_v4",
"depth": 1,
"n_commands": 0,
"n_lines": 15,
"is_leaf": true,
"centrality": 0,
"method": "deleted-dep",
"proof_text": " by\n unfold sharedDivModCodeNoNop_v4; simp only [CodeReq.unionAll_cons]\n exact CodeReq.unio... | [
{
"name": "callable_b3_mod_v4",
"text": "private theorem callable_b3_mod_v4 {b : Word} :\n ∀ a i, (CodeReq.ofProg (b + phaseC2Off) (divK_phaseC2 172)) a = some i →\n (evm_mod_callable_code_v4 b) a = some i := by\n unfold evm_mod_callable_code_v4; simp only [CodeReq.unionAll_cons]\n skipBlock; skip... | [
{
"name": "sharedDivModCodeNoNop_v4_sub_mod_callable_code_v4",
"fan_in": 3,
"n_deps_direct": 12,
"n_deps_transitive": 12,
"n_lines": 19,
"n_chars": 938,
"n_subproofs": 0,
"n_tactics": 16,
"cyclomatic": 1,
"n_automation": 2,
"n_rewrites": 1,
"n_structural": 1,
"aut... | 12 | import EvmAsm.Evm64.DivMod.Callable
import EvmAsm.Evm64.DivMod.Spec.N3V4StackPre
import EvmAsm.Evm64.DivMod.Spec.N3V4StackPreAnyX9
namespace EvmAsm.Evm64
open EvmAsm.Rv64
open EvmAsm.Rv64.CodeReq in
theorem evm_mod_callable_code_v4_eq_ofProg (base : Word) :
evm_mod_callable_code_v4 base = CodeReq.ofProg base evm... | import EvmAsm.Evm64.DivMod.Callable
import EvmAsm.Evm64.DivMod.Spec.N3V4StackPre
import EvmAsm.Evm64.DivMod.Spec.N3V4StackPreAnyX9
namespace EvmAsm.Evm64
open EvmAsm.Rv64
open EvmAsm.Rv64.CodeReq in
theorem evm_mod_callable_code_v4_eq_ofProg (base : Word) :
evm_mod_callable_code_v4 base = CodeReq.ofProg base evm... | @@ -71,6 +71,11 @@
(evm_mod_callable_code_v4 b) a = some i := by
unfold evm_mod_callable_code_v4; simp only [CodeReq.unionAll_cons]
skipBlock; skipBlock; exact CodeReq.union_mono_left
+private theorem callable_b3_mod_v4 {b : Word} :
+ ∀ a i, (CodeReq.ofProg (b + phaseC2Off) (divK_phaseC2 172)) 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_d015e099455f_2 | a70aef7ddf0b19ef | lean | lean | github.com/Verified-zkEVM/evm-asm | 7d5875858bc3727250adb6880c8339048365b1b6 | EvmAsm/Evm64/DivMod/CallableV4Mod.lean | CallableV4Mod | 2 | lemma_delete | null | null | false | 0.5 | 1 | 1 | false | 0 | inf | 0 | inf | 42 | 28 | 2 | [
{
"theorem_name": "sharedDivModCodeNoNop_v4_sub_mod_callable_code_v4",
"depth": 1,
"n_commands": 0,
"n_lines": 15,
"is_leaf": true,
"centrality": 0,
"method": "deleted-dep",
"proof_text": " by\n unfold sharedDivModCodeNoNop_v4; simp only [CodeReq.unionAll_cons]\n exact CodeReq.unio... | [
{
"name": "callable_b4_mod_v4",
"text": "private theorem callable_b4_mod_v4 {b : Word} :\n ∀ a i, (CodeReq.ofProg (b + normBOff) divK_normB) a = some i →\n (evm_mod_callable_code_v4 b) a = some i := by\n unfold evm_mod_callable_code_v4; simp only [CodeReq.unionAll_cons]\n skipBlock; skipBlock; ski... | [
{
"name": "modCode_noNop_v4_sub_mod_callable_code_v4",
"fan_in": 2,
"n_deps_direct": 13,
"n_deps_transitive": 13,
"n_lines": 22,
"n_chars": 1092,
"n_subproofs": 0,
"n_tactics": 17,
"cyclomatic": 1,
"n_automation": 2,
"n_rewrites": 1,
"n_structural": 1,
"automation... | 13 | import EvmAsm.Evm64.DivMod.Callable
import EvmAsm.Evm64.DivMod.Spec.N3V4StackPre
import EvmAsm.Evm64.DivMod.Spec.N3V4StackPreAnyX9
namespace EvmAsm.Evm64
open EvmAsm.Rv64
open EvmAsm.Rv64.CodeReq in
theorem evm_mod_callable_code_v4_eq_ofProg (base : Word) :
evm_mod_callable_code_v4 base = CodeReq.ofProg base evm... | import EvmAsm.Evm64.DivMod.Callable
import EvmAsm.Evm64.DivMod.Spec.N3V4StackPre
import EvmAsm.Evm64.DivMod.Spec.N3V4StackPreAnyX9
namespace EvmAsm.Evm64
open EvmAsm.Rv64
open EvmAsm.Rv64.CodeReq in
theorem evm_mod_callable_code_v4_eq_ofProg (base : Word) :
evm_mod_callable_code_v4 base = CodeReq.ofProg base evm... | @@ -76,6 +76,11 @@
(evm_mod_callable_code_v4 b) a = some i := by
unfold evm_mod_callable_code_v4; simp only [CodeReq.unionAll_cons]
skipBlock; skipBlock; skipBlock; exact CodeReq.union_mono_left
+private theorem callable_b4_mod_v4 {b : Word} :
+ ∀ a i, (CodeReq.ofProg (b + normBOff) divK_normB) 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_d015e099455f_3 | d4ba872d16a3bb56 | lean | lean | github.com/Verified-zkEVM/evm-asm | 7d5875858bc3727250adb6880c8339048365b1b6 | EvmAsm/Evm64/DivMod/CallableV4Mod.lean | CallableV4Mod | 3 | lemma_delete | null | null | false | 0.5 | 1 | 1 | false | 0 | inf | 0 | inf | 42 | 28 | 2 | [
{
"theorem_name": "sharedDivModCodeNoNop_v4_sub_mod_callable_code_v4",
"depth": 1,
"n_commands": 0,
"n_lines": 15,
"is_leaf": true,
"centrality": 0,
"method": "deleted-dep",
"proof_text": " by\n unfold sharedDivModCodeNoNop_v4; simp only [CodeReq.unionAll_cons]\n exact CodeReq.unio... | [
{
"name": "callable_b5_mod_v4",
"text": "private theorem callable_b5_mod_v4 {b : Word} :\n ∀ a i, (CodeReq.ofProg (b + normAOff) (divK_normA 40)) a = some i →\n (evm_mod_callable_code_v4 b) a = some i := by\n unfold evm_mod_callable_code_v4; simp only [CodeReq.unionAll_cons]\n skipBlock; skipBlock... | [
{
"name": "evm_mod_callable_v4_spec_from_noNop_preserving_x1",
"fan_in": 1,
"n_deps_direct": 2,
"n_deps_transitive": 15,
"n_lines": 34,
"n_chars": 1603,
"n_subproofs": 4,
"n_tactics": 14,
"cyclomatic": 1,
"n_automation": 0,
"n_rewrites": 2,
"n_structural": 1,
"aut... | 15 | import EvmAsm.Evm64.DivMod.Callable
import EvmAsm.Evm64.DivMod.Spec.N3V4StackPre
import EvmAsm.Evm64.DivMod.Spec.N3V4StackPreAnyX9
namespace EvmAsm.Evm64
open EvmAsm.Rv64
open EvmAsm.Rv64.CodeReq in
theorem evm_mod_callable_code_v4_eq_ofProg (base : Word) :
evm_mod_callable_code_v4 base = CodeReq.ofProg base evm... | import EvmAsm.Evm64.DivMod.Callable
import EvmAsm.Evm64.DivMod.Spec.N3V4StackPre
import EvmAsm.Evm64.DivMod.Spec.N3V4StackPreAnyX9
namespace EvmAsm.Evm64
open EvmAsm.Rv64
open EvmAsm.Rv64.CodeReq in
theorem evm_mod_callable_code_v4_eq_ofProg (base : Word) :
evm_mod_callable_code_v4 base = CodeReq.ofProg base evm... | @@ -81,6 +81,11 @@
(evm_mod_callable_code_v4 b) a = some i := by
unfold evm_mod_callable_code_v4; simp only [CodeReq.unionAll_cons]
skipBlock; skipBlock; skipBlock; skipBlock; exact CodeReq.union_mono_left
+private theorem callable_b5_mod_v4 {b : Word} :
+ ∀ a i, (CodeReq.ofProg (b + normAOff) (divK_nor... | {
"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_d015e099455f_4 | d4748221c7ca1e8f | lean | lean | github.com/Verified-zkEVM/evm-asm | 7d5875858bc3727250adb6880c8339048365b1b6 | EvmAsm/Evm64/DivMod/CallableV4Mod.lean | CallableV4Mod | 4 | lemma_delete | null | null | false | 0.5 | 1 | 1 | false | 0 | inf | 0 | inf | 42 | 28 | 2 | [
{
"theorem_name": "sharedDivModCodeNoNop_v4_sub_mod_callable_code_v4",
"depth": 1,
"n_commands": 0,
"n_lines": 15,
"is_leaf": true,
"centrality": 0,
"method": "deleted-dep",
"proof_text": " by\n unfold sharedDivModCodeNoNop_v4; simp only [CodeReq.unionAll_cons]\n exact CodeReq.unio... | [
{
"name": "callable_b5_mod_v4",
"text": "private theorem callable_b5_mod_v4 {b : Word} :\n ∀ a i, (CodeReq.ofProg (b + normAOff) (divK_normA 40)) a = some i →\n (evm_mod_callable_code_v4 b) a = some i := by\n unfold evm_mod_callable_code_v4; simp only [CodeReq.unionAll_cons]\n skipBlock; skipBlock... | [
{
"name": "evm_mod_callable_v4_spec_from_noNop_preserving_x1_framed",
"fan_in": 0,
"n_deps_direct": 1,
"n_deps_transitive": 16,
"n_lines": 28,
"n_chars": 1315,
"n_subproofs": 0,
"n_tactics": 7,
"cyclomatic": 1,
"n_automation": 0,
"n_rewrites": 0,
"n_structural": 1,
... | 16 | import EvmAsm.Evm64.DivMod.Callable
import EvmAsm.Evm64.DivMod.Spec.N3V4StackPre
import EvmAsm.Evm64.DivMod.Spec.N3V4StackPreAnyX9
namespace EvmAsm.Evm64
open EvmAsm.Rv64
open EvmAsm.Rv64.CodeReq in
theorem evm_mod_callable_code_v4_eq_ofProg (base : Word) :
evm_mod_callable_code_v4 base = CodeReq.ofProg base evm... | import EvmAsm.Evm64.DivMod.Callable
import EvmAsm.Evm64.DivMod.Spec.N3V4StackPre
import EvmAsm.Evm64.DivMod.Spec.N3V4StackPreAnyX9
namespace EvmAsm.Evm64
open EvmAsm.Rv64
open EvmAsm.Rv64.CodeReq in
theorem evm_mod_callable_code_v4_eq_ofProg (base : Word) :
evm_mod_callable_code_v4 base = CodeReq.ofProg base evm... | @@ -81,6 +81,11 @@
(evm_mod_callable_code_v4 b) a = some i := by
unfold evm_mod_callable_code_v4; simp only [CodeReq.unionAll_cons]
skipBlock; skipBlock; skipBlock; skipBlock; exact CodeReq.union_mono_left
+private theorem callable_b5_mod_v4 {b : Word} :
+ ∀ a i, (CodeReq.ofProg (b + normAOff) (divK_nor... | {
"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_d015e099455f_5 | 28764ccbbe74b914 | lean | lean | github.com/Verified-zkEVM/evm-asm | 7d5875858bc3727250adb6880c8339048365b1b6 | EvmAsm/Evm64/DivMod/CallableV4Mod.lean | CallableV4Mod | 5 | lemma_delete | null | null | false | 0.5 | 1 | 1 | false | 0 | inf | 0 | inf | 42 | 28 | 2 | [
{
"theorem_name": "sharedDivModCodeNoNop_v4_sub_mod_callable_code_v4",
"depth": 1,
"n_commands": 0,
"n_lines": 15,
"is_leaf": true,
"centrality": 0,
"method": "deleted-dep",
"proof_text": " by\n unfold sharedDivModCodeNoNop_v4; simp only [CodeReq.unionAll_cons]\n exact CodeReq.unio... | [
{
"name": "callable_b5_mod_v4",
"text": "private theorem callable_b5_mod_v4 {b : Word} :\n ∀ a i, (CodeReq.ofProg (b + normAOff) (divK_normA 40)) a = some i →\n (evm_mod_callable_code_v4 b) a = some i := by\n unfold evm_mod_callable_code_v4; simp only [CodeReq.unionAll_cons]\n skipBlock; skipBlock... | [
{
"name": "evm_mod_callable_v4_spec_from_noNop_preserving_x1_noX9",
"fan_in": 1,
"n_deps_direct": 2,
"n_deps_transitive": 15,
"n_lines": 35,
"n_chars": 1644,
"n_subproofs": 3,
"n_tactics": 11,
"cyclomatic": 1,
"n_automation": 0,
"n_rewrites": 0,
"n_structural": 1,
... | 15 | import EvmAsm.Evm64.DivMod.Callable
import EvmAsm.Evm64.DivMod.Spec.N3V4StackPre
import EvmAsm.Evm64.DivMod.Spec.N3V4StackPreAnyX9
namespace EvmAsm.Evm64
open EvmAsm.Rv64
open EvmAsm.Rv64.CodeReq in
theorem evm_mod_callable_code_v4_eq_ofProg (base : Word) :
evm_mod_callable_code_v4 base = CodeReq.ofProg base evm... | import EvmAsm.Evm64.DivMod.Callable
import EvmAsm.Evm64.DivMod.Spec.N3V4StackPre
import EvmAsm.Evm64.DivMod.Spec.N3V4StackPreAnyX9
namespace EvmAsm.Evm64
open EvmAsm.Rv64
open EvmAsm.Rv64.CodeReq in
theorem evm_mod_callable_code_v4_eq_ofProg (base : Word) :
evm_mod_callable_code_v4 base = CodeReq.ofProg base evm... | @@ -81,6 +81,11 @@
(evm_mod_callable_code_v4 b) a = some i := by
unfold evm_mod_callable_code_v4; simp only [CodeReq.unionAll_cons]
skipBlock; skipBlock; skipBlock; skipBlock; exact CodeReq.union_mono_left
+private theorem callable_b5_mod_v4 {b : Word} :
+ ∀ a i, (CodeReq.ofProg (b + normAOff) (divK_nor... | {
"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_d015e099455f_6 | 996fdf08e746dc3a | lean | lean | github.com/Verified-zkEVM/evm-asm | 7d5875858bc3727250adb6880c8339048365b1b6 | EvmAsm/Evm64/DivMod/CallableV4Mod.lean | CallableV4Mod | 6 | lemma_delete | null | null | false | 0.5 | 1 | 1 | false | 0 | inf | 0 | inf | 42 | 28 | 2 | [
{
"theorem_name": "sharedDivModCodeNoNop_v4_sub_mod_callable_code_v4",
"depth": 1,
"n_commands": 0,
"n_lines": 15,
"is_leaf": true,
"centrality": 0,
"method": "deleted-dep",
"proof_text": " by\n unfold sharedDivModCodeNoNop_v4; simp only [CodeReq.unionAll_cons]\n exact CodeReq.unio... | [
{
"name": "callable_b5_mod_v4",
"text": "private theorem callable_b5_mod_v4 {b : Word} :\n ∀ a i, (CodeReq.ofProg (b + normAOff) (divK_normA 40)) a = some i →\n (evm_mod_callable_code_v4 b) a = some i := by\n unfold evm_mod_callable_code_v4; simp only [CodeReq.unionAll_cons]\n skipBlock; skipBlock... | [
{
"name": "evm_mod_callable_v4_spec_from_modCode_noNop_noX9",
"fan_in": 0,
"n_deps_direct": 2,
"n_deps_transitive": 16,
"n_lines": 34,
"n_chars": 1646,
"n_subproofs": 3,
"n_tactics": 11,
"cyclomatic": 1,
"n_automation": 0,
"n_rewrites": 0,
"n_structural": 1,
"auto... | 16 | import EvmAsm.Evm64.DivMod.Callable
import EvmAsm.Evm64.DivMod.Spec.N3V4StackPre
import EvmAsm.Evm64.DivMod.Spec.N3V4StackPreAnyX9
namespace EvmAsm.Evm64
open EvmAsm.Rv64
open EvmAsm.Rv64.CodeReq in
theorem evm_mod_callable_code_v4_eq_ofProg (base : Word) :
evm_mod_callable_code_v4 base = CodeReq.ofProg base evm... | import EvmAsm.Evm64.DivMod.Callable
import EvmAsm.Evm64.DivMod.Spec.N3V4StackPre
import EvmAsm.Evm64.DivMod.Spec.N3V4StackPreAnyX9
namespace EvmAsm.Evm64
open EvmAsm.Rv64
open EvmAsm.Rv64.CodeReq in
theorem evm_mod_callable_code_v4_eq_ofProg (base : Word) :
evm_mod_callable_code_v4 base = CodeReq.ofProg base evm... | @@ -81,6 +81,11 @@
(evm_mod_callable_code_v4 b) a = some i := by
unfold evm_mod_callable_code_v4; simp only [CodeReq.unionAll_cons]
skipBlock; skipBlock; skipBlock; skipBlock; exact CodeReq.union_mono_left
+private theorem callable_b5_mod_v4 {b : Word} :
+ ∀ a i, (CodeReq.ofProg (b + normAOff) (divK_nor... | {
"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_d015e099455f_7 | 04a429f5f56ee531 | lean | lean | github.com/Verified-zkEVM/evm-asm | 7d5875858bc3727250adb6880c8339048365b1b6 | EvmAsm/Evm64/DivMod/CallableV4Mod.lean | CallableV4Mod | 7 | lemma_delete | null | null | false | 0.5 | 1 | 1 | false | 0 | inf | 0 | inf | 42 | 28 | 2 | [
{
"theorem_name": "sharedDivModCodeNoNop_v4_sub_mod_callable_code_v4",
"depth": 1,
"n_commands": 0,
"n_lines": 15,
"is_leaf": true,
"centrality": 0,
"method": "deleted-dep",
"proof_text": " by\n unfold sharedDivModCodeNoNop_v4; simp only [CodeReq.unionAll_cons]\n exact CodeReq.unio... | [
{
"name": "callable_b5_mod_v4",
"text": "private theorem callable_b5_mod_v4 {b : Word} :\n ∀ a i, (CodeReq.ofProg (b + normAOff) (divK_normA 40)) a = some i →\n (evm_mod_callable_code_v4 b) a = some i := by\n unfold evm_mod_callable_code_v4; simp only [CodeReq.unionAll_cons]\n skipBlock; skipBlock... | [
{
"name": "evm_mod_callable_bzero_v4_preserving_x1_noX9_spec",
"fan_in": 0,
"n_deps_direct": 1,
"n_deps_transitive": 16,
"n_lines": 24,
"n_chars": 1121,
"n_subproofs": 0,
"n_tactics": 10,
"cyclomatic": 1,
"n_automation": 0,
"n_rewrites": 0,
"n_structural": 1,
"aut... | 16 | import EvmAsm.Evm64.DivMod.Callable
import EvmAsm.Evm64.DivMod.Spec.N3V4StackPre
import EvmAsm.Evm64.DivMod.Spec.N3V4StackPreAnyX9
namespace EvmAsm.Evm64
open EvmAsm.Rv64
open EvmAsm.Rv64.CodeReq in
theorem evm_mod_callable_code_v4_eq_ofProg (base : Word) :
evm_mod_callable_code_v4 base = CodeReq.ofProg base evm... | import EvmAsm.Evm64.DivMod.Callable
import EvmAsm.Evm64.DivMod.Spec.N3V4StackPre
import EvmAsm.Evm64.DivMod.Spec.N3V4StackPreAnyX9
namespace EvmAsm.Evm64
open EvmAsm.Rv64
open EvmAsm.Rv64.CodeReq in
theorem evm_mod_callable_code_v4_eq_ofProg (base : Word) :
evm_mod_callable_code_v4 base = CodeReq.ofProg base evm... | @@ -81,6 +81,11 @@
(evm_mod_callable_code_v4 b) a = some i := by
unfold evm_mod_callable_code_v4; simp only [CodeReq.unionAll_cons]
skipBlock; skipBlock; skipBlock; skipBlock; exact CodeReq.union_mono_left
+private theorem callable_b5_mod_v4 {b : Word} :
+ ∀ a i, (CodeReq.ofProg (b + normAOff) (divK_nor... | {
"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_d015e099455f_8 | a01364d1f8077204 | lean | lean | github.com/Verified-zkEVM/evm-asm | 7d5875858bc3727250adb6880c8339048365b1b6 | EvmAsm/Evm64/DivMod/CallableV4Mod.lean | CallableV4Mod | 8 | lemma_delete | null | null | false | 0.5 | 1 | 1 | false | 0 | inf | 0 | inf | 42 | 28 | 2 | [
{
"theorem_name": "sharedDivModCodeNoNop_v4_sub_mod_callable_code_v4",
"depth": 1,
"n_commands": 0,
"n_lines": 15,
"is_leaf": true,
"centrality": 0,
"method": "deleted-dep",
"proof_text": " by\n unfold sharedDivModCodeNoNop_v4; simp only [CodeReq.unionAll_cons]\n exact CodeReq.unio... | [
{
"name": "callable_b5_mod_v4",
"text": "private theorem callable_b5_mod_v4 {b : Word} :\n ∀ a i, (CodeReq.ofProg (b + normAOff) (divK_normA 40)) a = some i →\n (evm_mod_callable_code_v4 b) a = some i := by\n unfold evm_mod_callable_code_v4; simp only [CodeReq.unionAll_cons]\n skipBlock; skipBlock... | [
{
"name": "evm_mod_callable_v4_spec_from_modCode_noNop_preserving_x1_x9out_body_frame_transform",
"fan_in": 1,
"n_deps_direct": 2,
"n_deps_transitive": 16,
"n_lines": 51,
"n_chars": 2508,
"n_subproofs": 4,
"n_tactics": 25,
"cyclomatic": 1,
"n_automation": 0,
"n_rewrites":... | 16 | import EvmAsm.Evm64.DivMod.Callable
import EvmAsm.Evm64.DivMod.Spec.N3V4StackPre
import EvmAsm.Evm64.DivMod.Spec.N3V4StackPreAnyX9
namespace EvmAsm.Evm64
open EvmAsm.Rv64
open EvmAsm.Rv64.CodeReq in
theorem evm_mod_callable_code_v4_eq_ofProg (base : Word) :
evm_mod_callable_code_v4 base = CodeReq.ofProg base evm... | import EvmAsm.Evm64.DivMod.Callable
import EvmAsm.Evm64.DivMod.Spec.N3V4StackPre
import EvmAsm.Evm64.DivMod.Spec.N3V4StackPreAnyX9
namespace EvmAsm.Evm64
open EvmAsm.Rv64
open EvmAsm.Rv64.CodeReq in
theorem evm_mod_callable_code_v4_eq_ofProg (base : Word) :
evm_mod_callable_code_v4 base = CodeReq.ofProg base evm... | @@ -81,6 +81,11 @@
(evm_mod_callable_code_v4 b) a = some i := by
unfold evm_mod_callable_code_v4; simp only [CodeReq.unionAll_cons]
skipBlock; skipBlock; skipBlock; skipBlock; exact CodeReq.union_mono_left
+private theorem callable_b5_mod_v4 {b : Word} :
+ ∀ a i, (CodeReq.ofProg (b + normAOff) (divK_nor... | {
"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_d015e099455f_9 | 05e42024259efd13 | lean | lean | github.com/Verified-zkEVM/evm-asm | 7d5875858bc3727250adb6880c8339048365b1b6 | EvmAsm/Evm64/DivMod/CallableV4Mod.lean | CallableV4Mod | 9 | lemma_delete | null | null | false | 0.5 | 1 | 1 | false | 0 | inf | 0 | inf | 42 | 28 | 2 | [
{
"theorem_name": "sharedDivModCodeNoNop_v4_sub_mod_callable_code_v4",
"depth": 1,
"n_commands": 0,
"n_lines": 15,
"is_leaf": true,
"centrality": 0,
"method": "deleted-dep",
"proof_text": " by\n unfold sharedDivModCodeNoNop_v4; simp only [CodeReq.unionAll_cons]\n exact CodeReq.unio... | [
{
"name": "callable_b5_mod_v4",
"text": "private theorem callable_b5_mod_v4 {b : Word} :\n ∀ a i, (CodeReq.ofProg (b + normAOff) (divK_normA 40)) a = some i →\n (evm_mod_callable_code_v4 b) a = some i := by\n unfold evm_mod_callable_code_v4; simp only [CodeReq.unionAll_cons]\n skipBlock; skipBlock... | [
{
"name": "evm_mod_callable_v4_spec_from_modCode_noNop_exact_frame_x9out_body_frame_transform",
"fan_in": 2,
"n_deps_direct": 1,
"n_deps_transitive": 17,
"n_lines": 30,
"n_chars": 1588,
"n_subproofs": 0,
"n_tactics": 6,
"cyclomatic": 1,
"n_automation": 0,
"n_rewrites": 1,... | 17 | import EvmAsm.Evm64.DivMod.Callable
import EvmAsm.Evm64.DivMod.Spec.N3V4StackPre
import EvmAsm.Evm64.DivMod.Spec.N3V4StackPreAnyX9
namespace EvmAsm.Evm64
open EvmAsm.Rv64
open EvmAsm.Rv64.CodeReq in
theorem evm_mod_callable_code_v4_eq_ofProg (base : Word) :
evm_mod_callable_code_v4 base = CodeReq.ofProg base evm... | import EvmAsm.Evm64.DivMod.Callable
import EvmAsm.Evm64.DivMod.Spec.N3V4StackPre
import EvmAsm.Evm64.DivMod.Spec.N3V4StackPreAnyX9
namespace EvmAsm.Evm64
open EvmAsm.Rv64
open EvmAsm.Rv64.CodeReq in
theorem evm_mod_callable_code_v4_eq_ofProg (base : Word) :
evm_mod_callable_code_v4 base = CodeReq.ofProg base evm... | @@ -81,6 +81,11 @@
(evm_mod_callable_code_v4 b) a = some i := by
unfold evm_mod_callable_code_v4; simp only [CodeReq.unionAll_cons]
skipBlock; skipBlock; skipBlock; skipBlock; exact CodeReq.union_mono_left
+private theorem callable_b5_mod_v4 {b : Word} :
+ ∀ a i, (CodeReq.ofProg (b + normAOff) (divK_nor... | {
"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_d015e099455f_10 | 1c57bfe94b405fe0 | lean | lean | github.com/Verified-zkEVM/evm-asm | 7d5875858bc3727250adb6880c8339048365b1b6 | EvmAsm/Evm64/DivMod/CallableV4Mod.lean | CallableV4Mod | 10 | lemma_delete | null | null | false | 0.5 | 1 | 1 | false | 0 | inf | 0 | inf | 42 | 28 | 2 | [
{
"theorem_name": "sharedDivModCodeNoNop_v4_sub_mod_callable_code_v4",
"depth": 1,
"n_commands": 0,
"n_lines": 15,
"is_leaf": true,
"centrality": 0,
"method": "deleted-dep",
"proof_text": " by\n unfold sharedDivModCodeNoNop_v4; simp only [CodeReq.unionAll_cons]\n exact CodeReq.unio... | [
{
"name": "callable_b5_mod_v4",
"text": "private theorem callable_b5_mod_v4 {b : Word} :\n ∀ a i, (CodeReq.ofProg (b + normAOff) (divK_normA 40)) a = some i →\n (evm_mod_callable_code_v4 b) a = some i := by\n unfold evm_mod_callable_code_v4; simp only [CodeReq.unionAll_cons]\n skipBlock; skipBlock... | [
{
"name": "evm_mod_callable_v4_n3_stack_pre_to_callable_post_scratch_word",
"fan_in": 1,
"n_deps_direct": 1,
"n_deps_transitive": 18,
"n_lines": 140,
"n_chars": 7158,
"n_subproofs": 2,
"n_tactics": 45,
"cyclomatic": 1,
"n_automation": 1,
"n_rewrites": 1,
"n_structural... | 18 | import EvmAsm.Evm64.DivMod.Callable
import EvmAsm.Evm64.DivMod.Spec.N3V4StackPre
import EvmAsm.Evm64.DivMod.Spec.N3V4StackPreAnyX9
namespace EvmAsm.Evm64
open EvmAsm.Rv64
open EvmAsm.Rv64.CodeReq in
theorem evm_mod_callable_code_v4_eq_ofProg (base : Word) :
evm_mod_callable_code_v4 base = CodeReq.ofProg base evm... | import EvmAsm.Evm64.DivMod.Callable
import EvmAsm.Evm64.DivMod.Spec.N3V4StackPre
import EvmAsm.Evm64.DivMod.Spec.N3V4StackPreAnyX9
namespace EvmAsm.Evm64
open EvmAsm.Rv64
open EvmAsm.Rv64.CodeReq in
theorem evm_mod_callable_code_v4_eq_ofProg (base : Word) :
evm_mod_callable_code_v4 base = CodeReq.ofProg base evm... | @@ -81,6 +81,11 @@
(evm_mod_callable_code_v4 b) a = some i := by
unfold evm_mod_callable_code_v4; simp only [CodeReq.unionAll_cons]
skipBlock; skipBlock; skipBlock; skipBlock; exact CodeReq.union_mono_left
+private theorem callable_b5_mod_v4 {b : Word} :
+ ∀ a i, (CodeReq.ofProg (b + normAOff) (divK_nor... | {
"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_d015e099455f_11 | 9cbb866c570563a8 | lean | lean | github.com/Verified-zkEVM/evm-asm | 7d5875858bc3727250adb6880c8339048365b1b6 | EvmAsm/Evm64/DivMod/CallableV4Mod.lean | CallableV4Mod | 11 | lemma_delete | null | null | false | 0.5 | 1 | 1 | false | 0 | inf | 0 | inf | 42 | 28 | 2 | [
{
"theorem_name": "sharedDivModCodeNoNop_v4_sub_mod_callable_code_v4",
"depth": 1,
"n_commands": 0,
"n_lines": 15,
"is_leaf": true,
"centrality": 0,
"method": "deleted-dep",
"proof_text": " by\n unfold sharedDivModCodeNoNop_v4; simp only [CodeReq.unionAll_cons]\n exact CodeReq.unio... | [
{
"name": "callable_b5_mod_v4",
"text": "private theorem callable_b5_mod_v4 {b : Word} :\n ∀ a i, (CodeReq.ofProg (b + normAOff) (divK_normA 40)) a = some i →\n (evm_mod_callable_code_v4 b) a = some i := by\n unfold evm_mod_callable_code_v4; simp only [CodeReq.unionAll_cons]\n skipBlock; skipBlock... | [
{
"name": "evm_mod_callable_v4_n3_stack_pre_to_callable_post_scratch_word_anyX9",
"fan_in": 0,
"n_deps_direct": 1,
"n_deps_transitive": 18,
"n_lines": 143,
"n_chars": 7215,
"n_subproofs": 2,
"n_tactics": 45,
"cyclomatic": 1,
"n_automation": 1,
"n_rewrites": 1,
"n_stru... | 18 | import EvmAsm.Evm64.DivMod.Callable
import EvmAsm.Evm64.DivMod.Spec.N3V4StackPre
import EvmAsm.Evm64.DivMod.Spec.N3V4StackPreAnyX9
namespace EvmAsm.Evm64
open EvmAsm.Rv64
open EvmAsm.Rv64.CodeReq in
theorem evm_mod_callable_code_v4_eq_ofProg (base : Word) :
evm_mod_callable_code_v4 base = CodeReq.ofProg base evm... | import EvmAsm.Evm64.DivMod.Callable
import EvmAsm.Evm64.DivMod.Spec.N3V4StackPre
import EvmAsm.Evm64.DivMod.Spec.N3V4StackPreAnyX9
namespace EvmAsm.Evm64
open EvmAsm.Rv64
open EvmAsm.Rv64.CodeReq in
theorem evm_mod_callable_code_v4_eq_ofProg (base : Word) :
evm_mod_callable_code_v4 base = CodeReq.ofProg base evm... | @@ -81,6 +81,11 @@
(evm_mod_callable_code_v4 b) a = some i := by
unfold evm_mod_callable_code_v4; simp only [CodeReq.unionAll_cons]
skipBlock; skipBlock; skipBlock; skipBlock; exact CodeReq.union_mono_left
+private theorem callable_b5_mod_v4 {b : Word} :
+ ∀ a i, (CodeReq.ofProg (b + normAOff) (divK_nor... | {
"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_d015e099455f_12 | fc1b0f31767b7831 | lean | lean | github.com/Verified-zkEVM/evm-asm | 7d5875858bc3727250adb6880c8339048365b1b6 | EvmAsm/Evm64/DivMod/CallableV4Mod.lean | CallableV4Mod | 12 | lemma_delete | null | null | false | 0.5 | 1 | 1 | false | 0 | inf | 0 | inf | 42 | 28 | 2 | [
{
"theorem_name": "sharedDivModCodeNoNop_v4_sub_mod_callable_code_v4",
"depth": 1,
"n_commands": 0,
"n_lines": 15,
"is_leaf": true,
"centrality": 0,
"method": "deleted-dep",
"proof_text": " by\n unfold sharedDivModCodeNoNop_v4; simp only [CodeReq.unionAll_cons]\n exact CodeReq.unio... | [
{
"name": "callable_b6_mod_v4",
"text": "private theorem callable_b6_mod_v4 {b : Word} :\n ∀ a i, (CodeReq.ofProg (b + copyAUOff) divK_copyAU) a = some i →\n (evm_mod_callable_code_v4 b) a = some i := by\n unfold evm_mod_callable_code_v4; simp only [CodeReq.unionAll_cons]\n skipBlock; skipBlock; s... | [
{
"name": "evm_mod_callable_v4_n3_stack_pre_to_callable_post_scratch_of_mod_path_conditions",
"fan_in": 1,
"n_deps_direct": 1,
"n_deps_transitive": 19,
"n_lines": 40,
"n_chars": 1976,
"n_subproofs": 2,
"n_tactics": 11,
"cyclomatic": 3,
"n_automation": 1,
"n_rewrites": 0,
... | 19 | import EvmAsm.Evm64.DivMod.Callable
import EvmAsm.Evm64.DivMod.Spec.N3V4StackPre
import EvmAsm.Evm64.DivMod.Spec.N3V4StackPreAnyX9
namespace EvmAsm.Evm64
open EvmAsm.Rv64
open EvmAsm.Rv64.CodeReq in
theorem evm_mod_callable_code_v4_eq_ofProg (base : Word) :
evm_mod_callable_code_v4 base = CodeReq.ofProg base evm... | import EvmAsm.Evm64.DivMod.Callable
import EvmAsm.Evm64.DivMod.Spec.N3V4StackPre
import EvmAsm.Evm64.DivMod.Spec.N3V4StackPreAnyX9
namespace EvmAsm.Evm64
open EvmAsm.Rv64
open EvmAsm.Rv64.CodeReq in
theorem evm_mod_callable_code_v4_eq_ofProg (base : Word) :
evm_mod_callable_code_v4 base = CodeReq.ofProg base evm... | @@ -86,6 +86,11 @@
(evm_mod_callable_code_v4 b) a = some i := by
unfold evm_mod_callable_code_v4; simp only [CodeReq.unionAll_cons]
skipBlock; skipBlock; skipBlock; skipBlock; skipBlock; exact CodeReq.union_mono_left
+private theorem callable_b6_mod_v4 {b : Word} :
+ ∀ a i, (CodeReq.ofProg (b + copyAUOf... | {
"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_d015e099455f_13 | cd3f5a096f35c725 | lean | lean | github.com/Verified-zkEVM/evm-asm | 7d5875858bc3727250adb6880c8339048365b1b6 | EvmAsm/Evm64/DivMod/CallableV4Mod.lean | CallableV4Mod | 13 | lemma_delete | null | null | false | 0.5 | 1 | 1 | false | 0 | inf | 0 | inf | 42 | 28 | 2 | [
{
"theorem_name": "sharedDivModCodeNoNop_v4_sub_mod_callable_code_v4",
"depth": 1,
"n_commands": 0,
"n_lines": 15,
"is_leaf": true,
"centrality": 0,
"method": "deleted-dep",
"proof_text": " by\n unfold sharedDivModCodeNoNop_v4; simp only [CodeReq.unionAll_cons]\n exact CodeReq.unio... | [
{
"name": "callable_b6_mod_v4",
"text": "private theorem callable_b6_mod_v4 {b : Word} :\n ∀ a i, (CodeReq.ofProg (b + copyAUOff) divK_copyAU) a = some i →\n (evm_mod_callable_code_v4 b) a = some i := by\n unfold evm_mod_callable_code_v4; simp only [CodeReq.unionAll_cons]\n skipBlock; skipBlock; s... | [
{
"name": "evm_mod_callable_v4_n3_stack_pre_to_callable_post_scratch_of_val256_path_conditions",
"fan_in": 1,
"n_deps_direct": 1,
"n_deps_transitive": 20,
"n_lines": 43,
"n_chars": 2248,
"n_subproofs": 1,
"n_tactics": 9,
"cyclomatic": 1,
"n_automation": 0,
"n_rewrites": 0... | 20 | import EvmAsm.Evm64.DivMod.Callable
import EvmAsm.Evm64.DivMod.Spec.N3V4StackPre
import EvmAsm.Evm64.DivMod.Spec.N3V4StackPreAnyX9
namespace EvmAsm.Evm64
open EvmAsm.Rv64
open EvmAsm.Rv64.CodeReq in
theorem evm_mod_callable_code_v4_eq_ofProg (base : Word) :
evm_mod_callable_code_v4 base = CodeReq.ofProg base evm... | import EvmAsm.Evm64.DivMod.Callable
import EvmAsm.Evm64.DivMod.Spec.N3V4StackPre
import EvmAsm.Evm64.DivMod.Spec.N3V4StackPreAnyX9
namespace EvmAsm.Evm64
open EvmAsm.Rv64
open EvmAsm.Rv64.CodeReq in
theorem evm_mod_callable_code_v4_eq_ofProg (base : Word) :
evm_mod_callable_code_v4 base = CodeReq.ofProg base evm... | @@ -86,6 +86,11 @@
(evm_mod_callable_code_v4 b) a = some i := by
unfold evm_mod_callable_code_v4; simp only [CodeReq.unionAll_cons]
skipBlock; skipBlock; skipBlock; skipBlock; skipBlock; exact CodeReq.union_mono_left
+private theorem callable_b6_mod_v4 {b : Word} :
+ ∀ a i, (CodeReq.ofProg (b + copyAUOf... | {
"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_d015e099455f_14 | 5e7a3451dd392d73 | lean | lean | github.com/Verified-zkEVM/evm-asm | 7d5875858bc3727250adb6880c8339048365b1b6 | EvmAsm/Evm64/DivMod/CallableV4Mod.lean | CallableV4Mod | 14 | lemma_delete | null | null | false | 0.5 | 1 | 1 | false | 0 | inf | 0 | inf | 42 | 28 | 2 | [
{
"theorem_name": "sharedDivModCodeNoNop_v4_sub_mod_callable_code_v4",
"depth": 1,
"n_commands": 0,
"n_lines": 15,
"is_leaf": true,
"centrality": 0,
"method": "deleted-dep",
"proof_text": " by\n unfold sharedDivModCodeNoNop_v4; simp only [CodeReq.unionAll_cons]\n exact CodeReq.unio... | [
{
"name": "callable_b6_mod_v4",
"text": "private theorem callable_b6_mod_v4 {b : Word} :\n ∀ a i, (CodeReq.ofProg (b + copyAUOff) divK_copyAU) a = some i →\n (evm_mod_callable_code_v4 b) a = some i := by\n unfold evm_mod_callable_code_v4; simp only [CodeReq.unionAll_cons]\n skipBlock; skipBlock; s... | [
{
"name": "evm_mod_callable_v4_n3_stack_pre_to_callable_post_scratch_of_scaled_path_conditions",
"fan_in": 1,
"n_deps_direct": 1,
"n_deps_transitive": 21,
"n_lines": 42,
"n_chars": 2100,
"n_subproofs": 1,
"n_tactics": 10,
"cyclomatic": 1,
"n_automation": 0,
"n_rewrites": ... | 21 | import EvmAsm.Evm64.DivMod.Callable
import EvmAsm.Evm64.DivMod.Spec.N3V4StackPre
import EvmAsm.Evm64.DivMod.Spec.N3V4StackPreAnyX9
namespace EvmAsm.Evm64
open EvmAsm.Rv64
open EvmAsm.Rv64.CodeReq in
theorem evm_mod_callable_code_v4_eq_ofProg (base : Word) :
evm_mod_callable_code_v4 base = CodeReq.ofProg base evm... | import EvmAsm.Evm64.DivMod.Callable
import EvmAsm.Evm64.DivMod.Spec.N3V4StackPre
import EvmAsm.Evm64.DivMod.Spec.N3V4StackPreAnyX9
namespace EvmAsm.Evm64
open EvmAsm.Rv64
open EvmAsm.Rv64.CodeReq in
theorem evm_mod_callable_code_v4_eq_ofProg (base : Word) :
evm_mod_callable_code_v4 base = CodeReq.ofProg base evm... | @@ -86,6 +86,11 @@
(evm_mod_callable_code_v4 b) a = some i := by
unfold evm_mod_callable_code_v4; simp only [CodeReq.unionAll_cons]
skipBlock; skipBlock; skipBlock; skipBlock; skipBlock; exact CodeReq.union_mono_left
+private theorem callable_b6_mod_v4 {b : Word} :
+ ∀ a i, (CodeReq.ofProg (b + copyAUOf... | {
"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_d015e099455f_15 | b47cadfeaf7e7106 | lean | lean | github.com/Verified-zkEVM/evm-asm | 7d5875858bc3727250adb6880c8339048365b1b6 | EvmAsm/Evm64/DivMod/CallableV4Mod.lean | CallableV4Mod | 15 | lemma_delete | null | null | false | 0.5 | 1 | 1 | false | 0 | inf | 0 | inf | 42 | 28 | 2 | [
{
"theorem_name": "sharedDivModCodeNoNop_v4_sub_mod_callable_code_v4",
"depth": 1,
"n_commands": 0,
"n_lines": 15,
"is_leaf": true,
"centrality": 0,
"method": "deleted-dep",
"proof_text": " by\n unfold sharedDivModCodeNoNop_v4; simp only [CodeReq.unionAll_cons]\n exact CodeReq.unio... | [
{
"name": "callable_b6_mod_v4",
"text": "private theorem callable_b6_mod_v4 {b : Word} :\n ∀ a i, (CodeReq.ofProg (b + copyAUOff) divK_copyAU) a = some i →\n (evm_mod_callable_code_v4 b) a = some i := by\n unfold evm_mod_callable_code_v4; simp only [CodeReq.unionAll_cons]\n skipBlock; skipBlock; s... | [
{
"name": "evm_mod_callable_v4_n3_stack_pre_to_callable_post_scratch_of_normalized_path_conditions",
"fan_in": 2,
"n_deps_direct": 1,
"n_deps_transitive": 22,
"n_lines": 40,
"n_chars": 2104,
"n_subproofs": 0,
"n_tactics": 7,
"cyclomatic": 1,
"n_automation": 0,
"n_rewrites... | 22 | import EvmAsm.Evm64.DivMod.Callable
import EvmAsm.Evm64.DivMod.Spec.N3V4StackPre
import EvmAsm.Evm64.DivMod.Spec.N3V4StackPreAnyX9
namespace EvmAsm.Evm64
open EvmAsm.Rv64
open EvmAsm.Rv64.CodeReq in
theorem evm_mod_callable_code_v4_eq_ofProg (base : Word) :
evm_mod_callable_code_v4 base = CodeReq.ofProg base evm... | import EvmAsm.Evm64.DivMod.Callable
import EvmAsm.Evm64.DivMod.Spec.N3V4StackPre
import EvmAsm.Evm64.DivMod.Spec.N3V4StackPreAnyX9
namespace EvmAsm.Evm64
open EvmAsm.Rv64
open EvmAsm.Rv64.CodeReq in
theorem evm_mod_callable_code_v4_eq_ofProg (base : Word) :
evm_mod_callable_code_v4 base = CodeReq.ofProg base evm... | @@ -86,6 +86,11 @@
(evm_mod_callable_code_v4 b) a = some i := by
unfold evm_mod_callable_code_v4; simp only [CodeReq.unionAll_cons]
skipBlock; skipBlock; skipBlock; skipBlock; skipBlock; exact CodeReq.union_mono_left
+private theorem callable_b6_mod_v4 {b : Word} :
+ ∀ a i, (CodeReq.ofProg (b + copyAUOf... | {
"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_d015e099455f_16 | 6598b9960ca2d47f | lean | lean | github.com/Verified-zkEVM/evm-asm | 7d5875858bc3727250adb6880c8339048365b1b6 | EvmAsm/Evm64/DivMod/CallableV4Mod.lean | CallableV4Mod | 16 | lemma_delete | null | null | false | 0.5 | 1 | 1 | false | 0 | inf | 0 | inf | 42 | 28 | 2 | [
{
"theorem_name": "sharedDivModCodeNoNop_v4_sub_mod_callable_code_v4",
"depth": 1,
"n_commands": 0,
"n_lines": 15,
"is_leaf": true,
"centrality": 0,
"method": "deleted-dep",
"proof_text": " by\n unfold sharedDivModCodeNoNop_v4; simp only [CodeReq.unionAll_cons]\n exact CodeReq.unio... | [
{
"name": "callable_b6_mod_v4",
"text": "private theorem callable_b6_mod_v4 {b : Word} :\n ∀ a i, (CodeReq.ofProg (b + copyAUOff) divK_copyAU) a = some i →\n (evm_mod_callable_code_v4 b) a = some i := by\n unfold evm_mod_callable_code_v4; simp only [CodeReq.unionAll_cons]\n skipBlock; skipBlock; s... | [
{
"name": "evm_mod_callable_v4_n3_stack_pre_to_callable_post_scratch_of_normalized_mulsub",
"fan_in": 1,
"n_deps_direct": 1,
"n_deps_transitive": 23,
"n_lines": 42,
"n_chars": 2165,
"n_subproofs": 0,
"n_tactics": 8,
"cyclomatic": 1,
"n_automation": 0,
"n_rewrites": 0,
... | 23 | import EvmAsm.Evm64.DivMod.Callable
import EvmAsm.Evm64.DivMod.Spec.N3V4StackPre
import EvmAsm.Evm64.DivMod.Spec.N3V4StackPreAnyX9
namespace EvmAsm.Evm64
open EvmAsm.Rv64
open EvmAsm.Rv64.CodeReq in
theorem evm_mod_callable_code_v4_eq_ofProg (base : Word) :
evm_mod_callable_code_v4 base = CodeReq.ofProg base evm... | import EvmAsm.Evm64.DivMod.Callable
import EvmAsm.Evm64.DivMod.Spec.N3V4StackPre
import EvmAsm.Evm64.DivMod.Spec.N3V4StackPreAnyX9
namespace EvmAsm.Evm64
open EvmAsm.Rv64
open EvmAsm.Rv64.CodeReq in
theorem evm_mod_callable_code_v4_eq_ofProg (base : Word) :
evm_mod_callable_code_v4 base = CodeReq.ofProg base evm... | @@ -86,6 +86,11 @@
(evm_mod_callable_code_v4 b) a = some i := by
unfold evm_mod_callable_code_v4; simp only [CodeReq.unionAll_cons]
skipBlock; skipBlock; skipBlock; skipBlock; skipBlock; exact CodeReq.union_mono_left
+private theorem callable_b6_mod_v4 {b : Word} :
+ ∀ a i, (CodeReq.ofProg (b + copyAUOf... | {
"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_d015e099455f_17 | 0bd7687727eac901 | lean | lean | github.com/Verified-zkEVM/evm-asm | 7d5875858bc3727250adb6880c8339048365b1b6 | EvmAsm/Evm64/DivMod/CallableV4Mod.lean | CallableV4Mod | 17 | lemma_delete | null | null | false | 0.5 | 1 | 1 | false | 0 | inf | 0 | inf | 42 | 28 | 2 | [
{
"theorem_name": "sharedDivModCodeNoNop_v4_sub_mod_callable_code_v4",
"depth": 1,
"n_commands": 0,
"n_lines": 15,
"is_leaf": true,
"centrality": 0,
"method": "deleted-dep",
"proof_text": " by\n unfold sharedDivModCodeNoNop_v4; simp only [CodeReq.unionAll_cons]\n exact CodeReq.unio... | [
{
"name": "callable_b7_mod_v4",
"text": "private theorem callable_b7_mod_v4 {b : Word} :\n ∀ a i, (CodeReq.ofProg (b + loopSetupOff) (divK_loopSetup 464)) a = some i →\n (evm_mod_callable_code_v4 b) a = some i := by\n unfold evm_mod_callable_code_v4; simp only [CodeReq.unionAll_cons]\n skipBlock; ... | [
{
"name": "evm_mod_callable_v4_n3_stack_pre_to_callable_post_scratch_of_normalized_conservation",
"fan_in": 0,
"n_deps_direct": 1,
"n_deps_transitive": 24,
"n_lines": 42,
"n_chars": 2195,
"n_subproofs": 0,
"n_tactics": 8,
"cyclomatic": 1,
"n_automation": 0,
"n_rewrites": ... | 24 | import EvmAsm.Evm64.DivMod.Callable
import EvmAsm.Evm64.DivMod.Spec.N3V4StackPre
import EvmAsm.Evm64.DivMod.Spec.N3V4StackPreAnyX9
namespace EvmAsm.Evm64
open EvmAsm.Rv64
open EvmAsm.Rv64.CodeReq in
theorem evm_mod_callable_code_v4_eq_ofProg (base : Word) :
evm_mod_callable_code_v4 base = CodeReq.ofProg base evm... | import EvmAsm.Evm64.DivMod.Callable
import EvmAsm.Evm64.DivMod.Spec.N3V4StackPre
import EvmAsm.Evm64.DivMod.Spec.N3V4StackPreAnyX9
namespace EvmAsm.Evm64
open EvmAsm.Rv64
open EvmAsm.Rv64.CodeReq in
theorem evm_mod_callable_code_v4_eq_ofProg (base : Word) :
evm_mod_callable_code_v4 base = CodeReq.ofProg base evm... | @@ -91,6 +91,12 @@
(evm_mod_callable_code_v4 b) a = some i := by
unfold evm_mod_callable_code_v4; simp only [CodeReq.unionAll_cons]
skipBlock; skipBlock; skipBlock; skipBlock; skipBlock; skipBlock; exact CodeReq.union_mono_left
+private theorem callable_b7_mod_v4 {b : Word} :
+ ∀ a i, (CodeReq.ofProg (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_d015e099455f_18 | b67dc37c2391272c | lean | lean | github.com/Verified-zkEVM/evm-asm | 7d5875858bc3727250adb6880c8339048365b1b6 | EvmAsm/Evm64/DivMod/CallableV4Mod.lean | CallableV4Mod | 18 | lemma_delete | null | null | false | 0.5 | 1 | 1 | false | 0 | inf | 0 | inf | 42 | 28 | 2 | [
{
"theorem_name": "sharedDivModCodeNoNop_v4_sub_mod_callable_code_v4",
"depth": 1,
"n_commands": 0,
"n_lines": 15,
"is_leaf": true,
"centrality": 0,
"method": "deleted-dep",
"proof_text": " by\n unfold sharedDivModCodeNoNop_v4; simp only [CodeReq.unionAll_cons]\n exact CodeReq.unio... | [
{
"name": "callable_b6_mod_v4",
"text": "private theorem callable_b6_mod_v4 {b : Word} :\n ∀ a i, (CodeReq.ofProg (b + copyAUOff) divK_copyAU) a = some i →\n (evm_mod_callable_code_v4 b) a = some i := by\n unfold evm_mod_callable_code_v4; simp only [CodeReq.unionAll_cons]\n skipBlock; skipBlock; s... | [
{
"name": "evm_mod_callable_v4_n3_stack_pre_to_callable_post_scratch_of_conservation_path",
"fan_in": 0,
"n_deps_direct": 1,
"n_deps_transitive": 23,
"n_lines": 42,
"n_chars": 2169,
"n_subproofs": 0,
"n_tactics": 8,
"cyclomatic": 1,
"n_automation": 0,
"n_rewrites": 0,
... | 23 | import EvmAsm.Evm64.DivMod.Callable
import EvmAsm.Evm64.DivMod.Spec.N3V4StackPre
import EvmAsm.Evm64.DivMod.Spec.N3V4StackPreAnyX9
namespace EvmAsm.Evm64
open EvmAsm.Rv64
open EvmAsm.Rv64.CodeReq in
theorem evm_mod_callable_code_v4_eq_ofProg (base : Word) :
evm_mod_callable_code_v4 base = CodeReq.ofProg base evm... | import EvmAsm.Evm64.DivMod.Callable
import EvmAsm.Evm64.DivMod.Spec.N3V4StackPre
import EvmAsm.Evm64.DivMod.Spec.N3V4StackPreAnyX9
namespace EvmAsm.Evm64
open EvmAsm.Rv64
open EvmAsm.Rv64.CodeReq in
theorem evm_mod_callable_code_v4_eq_ofProg (base : Word) :
evm_mod_callable_code_v4 base = CodeReq.ofProg base evm... | @@ -86,6 +86,11 @@
(evm_mod_callable_code_v4 b) a = some i := by
unfold evm_mod_callable_code_v4; simp only [CodeReq.unionAll_cons]
skipBlock; skipBlock; skipBlock; skipBlock; skipBlock; exact CodeReq.union_mono_left
+private theorem callable_b6_mod_v4 {b : Word} :
+ ∀ a i, (CodeReq.ofProg (b + copyAUOf... | {
"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_d015e099455f_19 | 5b539a2d9fc473b9 | lean | lean | github.com/Verified-zkEVM/evm-asm | 7d5875858bc3727250adb6880c8339048365b1b6 | EvmAsm/Evm64/DivMod/CallableV4Mod.lean | CallableV4Mod | 19 | lemma_delete | null | null | false | 0.5 | 1 | 1 | false | 0 | inf | 0 | inf | 42 | 28 | 2 | [
{
"theorem_name": "sharedDivModCodeNoNop_v4_sub_mod_callable_code_v4",
"depth": 1,
"n_commands": 0,
"n_lines": 15,
"is_leaf": true,
"centrality": 0,
"method": "deleted-dep",
"proof_text": " by\n unfold sharedDivModCodeNoNop_v4; simp only [CodeReq.unionAll_cons]\n exact CodeReq.unio... | [
{
"name": "callable_b5_mod_v4",
"text": "private theorem callable_b5_mod_v4 {b : Word} :\n ∀ a i, (CodeReq.ofProg (b + normAOff) (divK_normA 40)) a = some i →\n (evm_mod_callable_code_v4 b) a = some i := by\n unfold evm_mod_callable_code_v4; simp only [CodeReq.unionAll_cons]\n skipBlock; skipBlock... | [
{
"name": "evm_mod_callable_v4_spec_from_noNop",
"fan_in": 1,
"n_deps_direct": 2,
"n_deps_transitive": 15,
"n_lines": 36,
"n_chars": 1663,
"n_subproofs": 5,
"n_tactics": 16,
"cyclomatic": 1,
"n_automation": 0,
"n_rewrites": 2,
"n_structural": 1,
"automation_only":... | 15 | import EvmAsm.Evm64.DivMod.Callable
import EvmAsm.Evm64.DivMod.Spec.N3V4StackPre
import EvmAsm.Evm64.DivMod.Spec.N3V4StackPreAnyX9
namespace EvmAsm.Evm64
open EvmAsm.Rv64
open EvmAsm.Rv64.CodeReq in
theorem evm_mod_callable_code_v4_eq_ofProg (base : Word) :
evm_mod_callable_code_v4 base = CodeReq.ofProg base evm... | import EvmAsm.Evm64.DivMod.Callable
import EvmAsm.Evm64.DivMod.Spec.N3V4StackPre
import EvmAsm.Evm64.DivMod.Spec.N3V4StackPreAnyX9
namespace EvmAsm.Evm64
open EvmAsm.Rv64
open EvmAsm.Rv64.CodeReq in
theorem evm_mod_callable_code_v4_eq_ofProg (base : Word) :
evm_mod_callable_code_v4 base = CodeReq.ofProg base evm... | @@ -81,6 +81,11 @@
(evm_mod_callable_code_v4 b) a = some i := by
unfold evm_mod_callable_code_v4; simp only [CodeReq.unionAll_cons]
skipBlock; skipBlock; skipBlock; skipBlock; exact CodeReq.union_mono_left
+private theorem callable_b5_mod_v4 {b : Word} :
+ ∀ a i, (CodeReq.ofProg (b + normAOff) (divK_nor... | {
"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_d015e099455f_20 | 3550e5698e7f4481 | lean | lean | github.com/Verified-zkEVM/evm-asm | 7d5875858bc3727250adb6880c8339048365b1b6 | EvmAsm/Evm64/DivMod/CallableV4Mod.lean | CallableV4Mod | 20 | lemma_delete | null | null | false | 0.5 | 1 | 1 | false | 0 | inf | 0 | inf | 42 | 28 | 2 | [
{
"theorem_name": "sharedDivModCodeNoNop_v4_sub_mod_callable_code_v4",
"depth": 1,
"n_commands": 0,
"n_lines": 15,
"is_leaf": true,
"centrality": 0,
"method": "deleted-dep",
"proof_text": " by\n unfold sharedDivModCodeNoNop_v4; simp only [CodeReq.unionAll_cons]\n exact CodeReq.unio... | [
{
"name": "callable_b5_mod_v4",
"text": "private theorem callable_b5_mod_v4 {b : Word} :\n ∀ a i, (CodeReq.ofProg (b + normAOff) (divK_normA 40)) a = some i →\n (evm_mod_callable_code_v4 b) a = some i := by\n unfold evm_mod_callable_code_v4; simp only [CodeReq.unionAll_cons]\n skipBlock; skipBlock... | [
{
"name": "evm_mod_callable_v4_spec_from_noNop_framed",
"fan_in": 0,
"n_deps_direct": 1,
"n_deps_transitive": 16,
"n_lines": 28,
"n_chars": 1281,
"n_subproofs": 0,
"n_tactics": 7,
"cyclomatic": 1,
"n_automation": 0,
"n_rewrites": 0,
"n_structural": 1,
"automation_... | 16 | import EvmAsm.Evm64.DivMod.Callable
import EvmAsm.Evm64.DivMod.Spec.N3V4StackPre
import EvmAsm.Evm64.DivMod.Spec.N3V4StackPreAnyX9
namespace EvmAsm.Evm64
open EvmAsm.Rv64
open EvmAsm.Rv64.CodeReq in
theorem evm_mod_callable_code_v4_eq_ofProg (base : Word) :
evm_mod_callable_code_v4 base = CodeReq.ofProg base evm... | import EvmAsm.Evm64.DivMod.Callable
import EvmAsm.Evm64.DivMod.Spec.N3V4StackPre
import EvmAsm.Evm64.DivMod.Spec.N3V4StackPreAnyX9
namespace EvmAsm.Evm64
open EvmAsm.Rv64
open EvmAsm.Rv64.CodeReq in
theorem evm_mod_callable_code_v4_eq_ofProg (base : Word) :
evm_mod_callable_code_v4 base = CodeReq.ofProg base evm... | @@ -81,6 +81,11 @@
(evm_mod_callable_code_v4 b) a = some i := by
unfold evm_mod_callable_code_v4; simp only [CodeReq.unionAll_cons]
skipBlock; skipBlock; skipBlock; skipBlock; exact CodeReq.union_mono_left
+private theorem callable_b5_mod_v4 {b : Word} :
+ ∀ a i, (CodeReq.ofProg (b + normAOff) (divK_nor... | {
"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_2d25d341352f_0 | a0b2f2820470297b | lean | lean | github.com/Verified-zkEVM/evm-asm | 7d5875858bc3727250adb6880c8339048365b1b6 | EvmAsm/Rv64/RLP/ContentToU256Be.lean | ContentToU256Be | 0 | lemma_delete | null | null | false | 0.5 | 1 | 1 | false | 0 | inf | 0 | inf | 42 | 10 | 5 | [
{
"theorem_name": "rlp_content_to_u256_be_too_long_spec_within",
"depth": 1,
"n_commands": 0,
"n_lines": 77,
"is_leaf": true,
"centrality": 0,
"method": "deleted-dep",
"proof_text": " by\n -- Phase A: zero the 32-byte output and load 32 into t0 (idx 0..4), base → base + 20.\n have ... | [
{
"name": "rlp_content_to_u256_be_prog_length",
"text": "theorem rlp_content_to_u256_be_prog_length :\n rlp_content_to_u256_be_prog.length = 26 := rfl\n\n",
"fan_in": 5,
"n_lines": 4,
"n_chars": 97,
"n_subproofs": 0,
"n_tactics": 1,
"cyclomatic": 1,
"n_automation": 1,
"n_r... | [
{
"name": "rlp_content_to_u256_be_too_long_spec_within",
"fan_in": 1,
"n_deps_direct": 1,
"n_deps_transitive": 1,
"n_lines": 101,
"n_chars": 6118,
"n_subproofs": 18,
"n_tactics": 74,
"cyclomatic": 2,
"n_automation": 13,
"n_rewrites": 8,
"n_structural": 5,
"automat... | 1 | /-
EvmAsm.Rv64.RLP.ContentToU256Be
A verified RISC-V leaf subroutine that is a **drop-in replacement** for the
(currently unverified) codegen guest function `rlp_content_to_u256_be`
emitted as a raw assembly string by
`EvmAsm/Codegen/Programs/RlpWalk.lean` (`rlpContentToU256BeFunction`).
The guest routine... | /-
EvmAsm.Rv64.RLP.ContentToU256Be
A verified RISC-V leaf subroutine that is a **drop-in replacement** for the
(currently unverified) codegen guest function `rlp_content_to_u256_be`
emitted as a raw assembly string by
`EvmAsm/Codegen/Programs/RlpWalk.lean` (`rlpContentToU256BeFunction`).
The guest routine... | @@ -146,6 +146,9 @@
.LI .x10 (2 : Word), -- 24
.JALR .x0 .x1 0 ] -- 25
+theorem rlp_content_to_u256_be_prog_length :
+ rlp_content_to_u256_be_prog.length = 26 := rfl
+
/-- The drop-in body as a `CodeReq` rooted at `base`. -/
abbrev rlp_content_to_u256_be_code (base : Word) : CodeReq :=
... | {
"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_2d25d341352f_1 | a5a3bf8e9ae51e6d | lean | lean | github.com/Verified-zkEVM/evm-asm | 7d5875858bc3727250adb6880c8339048365b1b6 | EvmAsm/Rv64/RLP/ContentToU256Be.lean | ContentToU256Be | 1 | lemma_delete | null | null | false | 0.5 | 1 | 1 | false | 0 | inf | 0 | inf | 42 | 10 | 5 | [
{
"theorem_name": "rlp_content_to_u256_be_too_long_spec_within",
"depth": 1,
"n_commands": 0,
"n_lines": 77,
"is_leaf": true,
"centrality": 0,
"method": "deleted-dep",
"proof_text": " by\n -- Phase A: zero the 32-byte output and load 32 into t0 (idx 0..4), base → base + 20.\n have ... | [
{
"name": "rlp_content_to_u256_be_prog_length",
"text": "theorem rlp_content_to_u256_be_prog_length :\n rlp_content_to_u256_be_prog.length = 26 := rfl\n\n",
"fan_in": 5,
"n_lines": 4,
"n_chars": 97,
"n_subproofs": 0,
"n_tactics": 1,
"cyclomatic": 1,
"n_automation": 1,
"n_r... | [
{
"name": "rlp_content_to_u256_be_noncanonical_spec_within",
"fan_in": 1,
"n_deps_direct": 1,
"n_deps_transitive": 1,
"n_lines": 185,
"n_chars": 12009,
"n_subproofs": 45,
"n_tactics": 153,
"cyclomatic": 1,
"n_automation": 32,
"n_rewrites": 28,
"n_structural": 8,
"... | 1 | /-
EvmAsm.Rv64.RLP.ContentToU256Be
A verified RISC-V leaf subroutine that is a **drop-in replacement** for the
(currently unverified) codegen guest function `rlp_content_to_u256_be`
emitted as a raw assembly string by
`EvmAsm/Codegen/Programs/RlpWalk.lean` (`rlpContentToU256BeFunction`).
The guest routine... | /-
EvmAsm.Rv64.RLP.ContentToU256Be
A verified RISC-V leaf subroutine that is a **drop-in replacement** for the
(currently unverified) codegen guest function `rlp_content_to_u256_be`
emitted as a raw assembly string by
`EvmAsm/Codegen/Programs/RlpWalk.lean` (`rlpContentToU256BeFunction`).
The guest routine... | @@ -146,6 +146,9 @@
.LI .x10 (2 : Word), -- 24
.JALR .x0 .x1 0 ] -- 25
+theorem rlp_content_to_u256_be_prog_length :
+ rlp_content_to_u256_be_prog.length = 26 := rfl
+
/-- The drop-in body as a `CodeReq` rooted at `base`. -/
abbrev rlp_content_to_u256_be_code (base : Word) : CodeReq :=
... | {
"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_2d25d341352f_2 | 05c4a17b19c67088 | lean | lean | github.com/Verified-zkEVM/evm-asm | 7d5875858bc3727250adb6880c8339048365b1b6 | EvmAsm/Rv64/RLP/ContentToU256Be.lean | ContentToU256Be | 2 | lemma_delete | null | null | false | 0.5 | 1 | 1 | false | 0 | inf | 0 | inf | 42 | 10 | 2 | [
{
"theorem_name": "copyN_length",
"depth": 1,
"n_commands": 0,
"n_lines": 4,
"is_leaf": true,
"centrality": 0,
"method": "deleted-dep",
"proof_text": " by\n induction n generalizing dst di si with\n | zero => rfl\n | succ k ih => rw [copyN_succ, ih, List.length_set]",
"n_chars... | [
{
"name": "copyN_succ",
"text": "theorem copyN_succ (dst src : List (BitVec 8)) (di si k : Nat) :\n copyN dst src di si (k + 1)\n = copyN (dst.set di (getByteAt src si)) src (di + 1) (si + 1) k := rfl\n\n",
"fan_in": 2,
"n_lines": 5,
"n_chars": 175,
"n_subproofs": 0,
"n_tactics":... | [
{
"name": "copyN_length",
"fan_in": 0,
"n_deps_direct": 1,
"n_deps_transitive": 1,
"n_lines": 7,
"n_chars": 234,
"n_subproofs": 0,
"n_tactics": 4,
"cyclomatic": 2,
"n_automation": 1,
"n_rewrites": 1,
"n_structural": 1,
"automation_only": false,
"max_nesting": ... | 1 | /-
EvmAsm.Rv64.RLP.ContentToU256Be
A verified RISC-V leaf subroutine that is a **drop-in replacement** for the
(currently unverified) codegen guest function `rlp_content_to_u256_be`
emitted as a raw assembly string by
`EvmAsm/Codegen/Programs/RlpWalk.lean` (`rlpContentToU256BeFunction`).
The guest routine... | /-
EvmAsm.Rv64.RLP.ContentToU256Be
A verified RISC-V leaf subroutine that is a **drop-in replacement** for the
(currently unverified) codegen guest function `rlp_content_to_u256_be`
emitted as a raw assembly string by
`EvmAsm/Codegen/Programs/RlpWalk.lean` (`rlpContentToU256BeFunction`).
The guest routine... | @@ -206,11 +206,15 @@
| 0 => dst
| k + 1 => copyN (dst.set di (getByteAt src si)) src (di + 1) (si + 1) k
+theorem copyN_succ (dst src : List (BitVec 8)) (di si k : Nat) :
+ copyN dst src di si (k + 1)
+ = copyN (dst.set di (getByteAt src si)) src (di + 1) (si + 1) k := rfl
+
theorem copyN_length (dst ... | {
"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_2d25d341352f_3 | dc2bb20c89da9953 | lean | lean | github.com/Verified-zkEVM/evm-asm | 7d5875858bc3727250adb6880c8339048365b1b6 | EvmAsm/Rv64/RLP/ContentToU256Be.lean | ContentToU256Be | 3 | lemma_delete | null | null | false | 0.5 | 1 | 1 | false | 0 | inf | 0 | inf | 42 | 10 | 5 | [
{
"theorem_name": "rlp_content_to_u256_be_too_long_spec_within",
"depth": 1,
"n_commands": 0,
"n_lines": 77,
"is_leaf": true,
"centrality": 0,
"method": "deleted-dep",
"proof_text": " by\n -- Phase A: zero the 32-byte output and load 32 into t0 (idx 0..4), base → base + 20.\n have ... | [
{
"name": "rlp_content_to_u256_be_prog_length",
"text": "theorem rlp_content_to_u256_be_prog_length :\n rlp_content_to_u256_be_prog.length = 26 := rfl\n\n",
"fan_in": 5,
"n_lines": 4,
"n_chars": 97,
"n_subproofs": 0,
"n_tactics": 1,
"cyclomatic": 1,
"n_automation": 1,
"n_r... | [
{
"name": "cu256_loop_spec_within",
"fan_in": 1,
"n_deps_direct": 3,
"n_deps_transitive": 3,
"n_lines": 132,
"n_chars": 8952,
"n_subproofs": 36,
"n_tactics": 122,
"cyclomatic": 2,
"n_automation": 34,
"n_rewrites": 25,
"n_structural": 9,
"automation_only": false,
... | 3 | /-
EvmAsm.Rv64.RLP.ContentToU256Be
A verified RISC-V leaf subroutine that is a **drop-in replacement** for the
(currently unverified) codegen guest function `rlp_content_to_u256_be`
emitted as a raw assembly string by
`EvmAsm/Codegen/Programs/RlpWalk.lean` (`rlpContentToU256BeFunction`).
The guest routine... | /-
EvmAsm.Rv64.RLP.ContentToU256Be
A verified RISC-V leaf subroutine that is a **drop-in replacement** for the
(currently unverified) codegen guest function `rlp_content_to_u256_be`
emitted as a raw assembly string by
`EvmAsm/Codegen/Programs/RlpWalk.lean` (`rlpContentToU256BeFunction`).
The guest routine... | @@ -146,6 +146,9 @@
.LI .x10 (2 : Word), -- 24
.JALR .x0 .x1 0 ] -- 25
+theorem rlp_content_to_u256_be_prog_length :
+ rlp_content_to_u256_be_prog.length = 26 := rfl
+
/-- The drop-in body as a `CodeReq` rooted at `base`. -/
abbrev rlp_content_to_u256_be_code (base : Word) : CodeReq :=
... | {
"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_2d25d341352f_4 | eebc9efde0f2078f | lean | lean | github.com/Verified-zkEVM/evm-asm | 7d5875858bc3727250adb6880c8339048365b1b6 | EvmAsm/Rv64/RLP/ContentToU256Be.lean | ContentToU256Be | 4 | lemma_delete | null | null | false | 0.5 | 1 | 1 | false | 0 | inf | 0 | inf | 42 | 10 | 2 | [
{
"theorem_name": "copyN_length",
"depth": 1,
"n_commands": 0,
"n_lines": 4,
"is_leaf": true,
"centrality": 0,
"method": "deleted-dep",
"proof_text": " by\n induction n generalizing dst di si with\n | zero => rfl\n | succ k ih => rw [copyN_succ, ih, List.length_set]",
"n_chars... | [
{
"name": "copyN_succ",
"text": "theorem copyN_succ (dst src : List (BitVec 8)) (di si k : Nat) :\n copyN dst src di si (k + 1)\n = copyN (dst.set di (getByteAt src si)) src (di + 1) (si + 1) k := rfl\n\n",
"fan_in": 2,
"n_lines": 5,
"n_chars": 175,
"n_subproofs": 0,
"n_tactics":... | [
{
"name": "rlp_content_to_u256_be_success_spec_within",
"fan_in": 1,
"n_deps_direct": 4,
"n_deps_transitive": 6,
"n_lines": 215,
"n_chars": 14597,
"n_subproofs": 51,
"n_tactics": 191,
"cyclomatic": 1,
"n_automation": 41,
"n_rewrites": 39,
"n_structural": 12,
"auto... | 6 | /-
EvmAsm.Rv64.RLP.ContentToU256Be
A verified RISC-V leaf subroutine that is a **drop-in replacement** for the
(currently unverified) codegen guest function `rlp_content_to_u256_be`
emitted as a raw assembly string by
`EvmAsm/Codegen/Programs/RlpWalk.lean` (`rlpContentToU256BeFunction`).
The guest routine... | /-
EvmAsm.Rv64.RLP.ContentToU256Be
A verified RISC-V leaf subroutine that is a **drop-in replacement** for the
(currently unverified) codegen guest function `rlp_content_to_u256_be`
emitted as a raw assembly string by
`EvmAsm/Codegen/Programs/RlpWalk.lean` (`rlpContentToU256BeFunction`).
The guest routine... | @@ -212,6 +212,10 @@
theorem copyN_zero (dst src : List (BitVec 8)) (di si : Nat) :
copyN dst src di si 0 = dst := rfl
+theorem copyN_succ (dst src : List (BitVec 8)) (di si k : Nat) :
+ copyN dst src di si (k + 1)
+ = copyN (dst.set di (getByteAt src si)) src (di + 1) (si + 1) k := rfl
+
/-- The 4-dwo... | {
"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_2d25d341352f_5 | 37aefaa06ce8c775 | lean | lean | github.com/Verified-zkEVM/evm-asm | 7d5875858bc3727250adb6880c8339048365b1b6 | EvmAsm/Rv64/RLP/ContentToU256Be.lean | ContentToU256Be | 5 | lemma_delete | null | null | false | 0.5 | 1 | 1 | false | 0 | inf | 0 | inf | 42 | 10 | 5 | [
{
"theorem_name": "rlp_content_to_u256_be_too_long_spec_within",
"depth": 1,
"n_commands": 0,
"n_lines": 77,
"is_leaf": true,
"centrality": 0,
"method": "deleted-dep",
"proof_text": " by\n -- Phase A: zero the 32-byte output and load 32 into t0 (idx 0..4), base → base + 20.\n have ... | [
{
"name": "rlp_content_to_u256_be_prog_length",
"text": "theorem rlp_content_to_u256_be_prog_length :\n rlp_content_to_u256_be_prog.length = 26 := rfl\n\n",
"fan_in": 5,
"n_lines": 4,
"n_chars": 97,
"n_subproofs": 0,
"n_tactics": 1,
"cyclomatic": 1,
"n_automation": 1,
"n_r... | [
{
"name": "rlp_content_to_u256_be_empty_spec_within",
"fan_in": 1,
"n_deps_direct": 2,
"n_deps_transitive": 2,
"n_lines": 107,
"n_chars": 7186,
"n_subproofs": 25,
"n_tactics": 91,
"cyclomatic": 1,
"n_automation": 15,
"n_rewrites": 15,
"n_structural": 5,
"automatio... | 2 | /-
EvmAsm.Rv64.RLP.ContentToU256Be
A verified RISC-V leaf subroutine that is a **drop-in replacement** for the
(currently unverified) codegen guest function `rlp_content_to_u256_be`
emitted as a raw assembly string by
`EvmAsm/Codegen/Programs/RlpWalk.lean` (`rlpContentToU256BeFunction`).
The guest routine... | /-
EvmAsm.Rv64.RLP.ContentToU256Be
A verified RISC-V leaf subroutine that is a **drop-in replacement** for the
(currently unverified) codegen guest function `rlp_content_to_u256_be`
emitted as a raw assembly string by
`EvmAsm/Codegen/Programs/RlpWalk.lean` (`rlpContentToU256BeFunction`).
The guest routine... | @@ -146,6 +146,9 @@
.LI .x10 (2 : Word), -- 24
.JALR .x0 .x1 0 ] -- 25
+theorem rlp_content_to_u256_be_prog_length :
+ rlp_content_to_u256_be_prog.length = 26 := rfl
+
/-- The drop-in body as a `CodeReq` rooted at `base`. -/
abbrev rlp_content_to_u256_be_code (base : Word) : CodeReq :=
... | {
"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_2d25d341352f_6 | 464282539e801651 | lean | lean | github.com/Verified-zkEVM/evm-asm | 7d5875858bc3727250adb6880c8339048365b1b6 | EvmAsm/Rv64/RLP/ContentToU256Be.lean | ContentToU256Be | 6 | lemma_delete | null | null | false | 0.5 | 1 | 1 | false | 0 | inf | 0 | inf | 42 | 10 | 2 | [
{
"theorem_name": "copyN_length",
"depth": 1,
"n_commands": 0,
"n_lines": 4,
"is_leaf": true,
"centrality": 0,
"method": "deleted-dep",
"proof_text": " by\n induction n generalizing dst di si with\n | zero => rfl\n | succ k ih => rw [copyN_succ, ih, List.length_set]",
"n_chars... | [
{
"name": "copyN_succ",
"text": "theorem copyN_succ (dst src : List (BitVec 8)) (di si k : Nat) :\n copyN dst src di si (k + 1)\n = copyN (dst.set di (getByteAt src si)) src (di + 1) (si + 1) k := rfl\n\n",
"fan_in": 2,
"n_lines": 5,
"n_chars": 175,
"n_subproofs": 0,
"n_tactics":... | [
{
"name": "rlp_content_to_u256_be_spec_within",
"fan_in": 0,
"n_deps_direct": 4,
"n_deps_transitive": 10,
"n_lines": 118,
"n_chars": 7242,
"n_subproofs": 17,
"n_tactics": 78,
"cyclomatic": 1,
"n_automation": 20,
"n_rewrites": 6,
"n_structural": 10,
"automation_onl... | 10 | /-
EvmAsm.Rv64.RLP.ContentToU256Be
A verified RISC-V leaf subroutine that is a **drop-in replacement** for the
(currently unverified) codegen guest function `rlp_content_to_u256_be`
emitted as a raw assembly string by
`EvmAsm/Codegen/Programs/RlpWalk.lean` (`rlpContentToU256BeFunction`).
The guest routine... | /-
EvmAsm.Rv64.RLP.ContentToU256Be
A verified RISC-V leaf subroutine that is a **drop-in replacement** for the
(currently unverified) codegen guest function `rlp_content_to_u256_be`
emitted as a raw assembly string by
`EvmAsm/Codegen/Programs/RlpWalk.lean` (`rlpContentToU256BeFunction`).
The guest routine... | @@ -496,6 +496,10 @@
theorem copyN_zero (dst src : List (BitVec 8)) (di si : Nat) :
copyN dst src di si 0 = dst := rfl
+theorem copyN_succ (dst src : List (BitVec 8)) (di si k : Nat) :
+ copyN dst src di si (k + 1)
+ = copyN (dst.set di (getByteAt src si)) src (di + 1) (si + 1) k := rfl
+
/-- The 4-dwo... | {
"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_44784846b42f_0 | fc869a3f4ebabdab | lean | lean | github.com/Verified-zkEVM/evm-asm | 7d5875858bc3727250adb6880c8339048365b1b6 | EvmAsm/Evm64/DivMod/Spec/CallAddbackRuntimeV5.lean | CallAddbackRuntimeV5 | 0 | lemma_delete | null | null | false | 0.5 | 1 | 1 | false | 0 | inf | 0 | inf | 42 | 14 | 1 | [
{
"theorem_name": "n4CallAddbackBeqCarry2Nz_of_runtimeV5",
"depth": 1,
"n_commands": 0,
"n_lines": 11,
"is_leaf": true,
"centrality": 0,
"method": "deleted-dep",
"proof_text": " by\n have h_raw := isAddbackCarry2NzN4CallV5Evm_raw h_carry2\n simp_rw [divKTrialCallV5QHat_eq_div128Quo... | [
{
"name": "isAddbackCarry2NzN4CallV5Evm_raw",
"text": "/-- Eliminate the packaged EvmWord v5 n=4 call-addback carry2 predicate to the\n raw implication consumed by double-addback loop-body proofs. -/\ntheorem isAddbackCarry2NzN4CallV5Evm_raw {a b : EvmWord}\n (hcarry2_nz : isAddbackCarry2NzN4CallV5Evm... | [
{
"name": "n4CallAddbackBeqCarry2Nz_of_runtimeV5",
"fan_in": 1,
"n_deps_direct": 1,
"n_deps_transitive": 1,
"n_lines": 27,
"n_chars": 1088,
"n_subproofs": 1,
"n_tactics": 11,
"cyclomatic": 1,
"n_automation": 1,
"n_rewrites": 3,
"n_structural": 0,
"automation_only"... | 1 | /-
EvmAsm.Evm64.DivMod.Spec.CallAddbackRuntimeV5
V5 mirror of the hq_over-ASSUMING runtime-condition chain that culminates in
`n4CallAddbackBeqSemanticHoldsV5_of_runtime_conditions_legacy`.
This is the V5 analogue of the chain in
`EvmAsm.Evm64.DivMod.Spec.CallAddbackRuntime` that ends in
`n4CallAddbackBeq... | /-
EvmAsm.Evm64.DivMod.Spec.CallAddbackRuntimeV5
V5 mirror of the hq_over-ASSUMING runtime-condition chain that culminates in
`n4CallAddbackBeqSemanticHoldsV5_of_runtime_conditions_legacy`.
This is the V5 analogue of the chain in
`EvmAsm.Evm64.DivMod.Spec.CallAddbackRuntime` that ends in
`n4CallAddbackBeq... | @@ -37,6 +37,43 @@
-- V5 raw-predicate extraction (mirrors `isAddbackCarry2NzN4CallV4Evm_raw`)
-- ============================================================================
+/-- Eliminate the packaged EvmWord v5 n=4 call-addback carry2 predicate to the
+ raw implication consumed by double-addback loop-body pro... | {
"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_44784846b42f_1 | 2cec84824be501c1 | lean | lean | github.com/Verified-zkEVM/evm-asm | 7d5875858bc3727250adb6880c8339048365b1b6 | EvmAsm/Evm64/DivMod/Spec/CallAddbackRuntimeV5.lean | CallAddbackRuntimeV5 | 1 | lemma_delete | null | null | false | 0.5 | 1 | 1 | false | 0 | inf | 0 | inf | 42 | 14 | 2 | [
{
"theorem_name": "n4CallAddbackBeqIterWithDoubleAddback_qOutV5_of_runtime_borrow",
"depth": 1,
"n_commands": 0,
"n_lines": 3,
"is_leaf": true,
"centrality": 0,
"method": "deleted-dep",
"proof_text": "\n n4CallAddbackBeqIterWithDoubleAddback_qOutV5_of_borrow\n (n4CallAddbackBeqBo... | [
{
"name": "n4CallAddbackBeqBorrow_raw_of_runtimeV5",
"text": "/-- The packaged v5 n=4 call-addback runtime borrow predicate implies the raw\n addback branch condition consumed by `iterWithDoubleAddback`. -/\ntheorem n4CallAddbackBeqBorrow_raw_of_runtimeV5 {a b : EvmWord}\n (h_borrow : isAddbackBorrowN... | [
{
"name": "n4CallAddbackBeqIterWithDoubleAddback_qOutV5_of_runtime_borrow",
"fan_in": 1,
"n_deps_direct": 1,
"n_deps_transitive": 1,
"n_lines": 23,
"n_chars": 918,
"n_subproofs": 0,
"n_tactics": 2,
"cyclomatic": 1,
"n_automation": 0,
"n_rewrites": 0,
"n_structural": 0... | 1 | /-
EvmAsm.Evm64.DivMod.Spec.CallAddbackRuntimeV5
V5 mirror of the hq_over-ASSUMING runtime-condition chain that culminates in
`n4CallAddbackBeqSemanticHoldsV5_of_runtime_conditions_legacy`.
This is the V5 analogue of the chain in
`EvmAsm.Evm64.DivMod.Spec.CallAddbackRuntime` that ends in
`n4CallAddbackBeq... | /-
EvmAsm.Evm64.DivMod.Spec.CallAddbackRuntimeV5
V5 mirror of the hq_over-ASSUMING runtime-condition chain that culminates in
`n4CallAddbackBeqSemanticHoldsV5_of_runtime_conditions_legacy`.
This is the V5 analogue of the chain in
`EvmAsm.Evm64.DivMod.Spec.CallAddbackRuntime` that ends in
`n4CallAddbackBeq... | @@ -37,6 +37,67 @@
-- V5 raw-predicate extraction (mirrors `isAddbackCarry2NzN4CallV4Evm_raw`)
-- ============================================================================
+/-- The packaged v5 n=4 call-addback runtime borrow predicate implies the raw
+ addback branch condition consumed by `iterWithDoubleAddba... | {
"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_44784846b42f_2 | ed2d00b50d141dd8 | lean | lean | github.com/Verified-zkEVM/evm-asm | 7d5875858bc3727250adb6880c8339048365b1b6 | EvmAsm/Evm64/DivMod/Spec/CallAddbackRuntimeV5.lean | CallAddbackRuntimeV5 | 2 | lemma_delete | null | null | false | 0.5 | 1 | 1 | false | 0 | inf | 0 | inf | 42 | 14 | 1 | [
{
"theorem_name": "n4CallAddbackBeqCarry2Nz_of_runtimeV5",
"depth": 1,
"n_commands": 0,
"n_lines": 11,
"is_leaf": true,
"centrality": 0,
"method": "deleted-dep",
"proof_text": " by\n have h_raw := isAddbackCarry2NzN4CallV5Evm_raw h_carry2\n simp_rw [divKTrialCallV5QHat_eq_div128Quo... | [
{
"name": "isAddbackCarry2NzN4CallV5Evm_raw",
"text": "/-- Eliminate the packaged EvmWord v5 n=4 call-addback carry2 predicate to the\n raw implication consumed by double-addback loop-body proofs. -/\ntheorem isAddbackCarry2NzN4CallV5Evm_raw {a b : EvmWord}\n (hcarry2_nz : isAddbackCarry2NzN4CallV5Evm... | [
{
"name": "n4CallAddbackBeqIterWithDoubleAddback_val256_conservation_of_runtimeV5",
"fan_in": 1,
"n_deps_direct": 1,
"n_deps_transitive": 2,
"n_lines": 70,
"n_chars": 2523,
"n_subproofs": 0,
"n_tactics": 15,
"cyclomatic": 1,
"n_automation": 0,
"n_rewrites": 0,
"n_stru... | 2 | /-
EvmAsm.Evm64.DivMod.Spec.CallAddbackRuntimeV5
V5 mirror of the hq_over-ASSUMING runtime-condition chain that culminates in
`n4CallAddbackBeqSemanticHoldsV5_of_runtime_conditions_legacy`.
This is the V5 analogue of the chain in
`EvmAsm.Evm64.DivMod.Spec.CallAddbackRuntime` that ends in
`n4CallAddbackBeq... | /-
EvmAsm.Evm64.DivMod.Spec.CallAddbackRuntimeV5
V5 mirror of the hq_over-ASSUMING runtime-condition chain that culminates in
`n4CallAddbackBeqSemanticHoldsV5_of_runtime_conditions_legacy`.
This is the V5 analogue of the chain in
`EvmAsm.Evm64.DivMod.Spec.CallAddbackRuntime` that ends in
`n4CallAddbackBeq... | @@ -37,6 +37,43 @@
-- V5 raw-predicate extraction (mirrors `isAddbackCarry2NzN4CallV4Evm_raw`)
-- ============================================================================
+/-- Eliminate the packaged EvmWord v5 n=4 call-addback carry2 predicate to the
+ raw implication consumed by double-addback loop-body pro... | {
"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_44784846b42f_3 | cdf64f02eb528947 | lean | lean | github.com/Verified-zkEVM/evm-asm | 7d5875858bc3727250adb6880c8339048365b1b6 | EvmAsm/Evm64/DivMod/Spec/CallAddbackRuntimeV5.lean | CallAddbackRuntimeV5 | 3 | lemma_delete | null | null | false | 0.5 | 1 | 1 | false | 0 | inf | 0 | inf | 42 | 14 | 1 | [
{
"theorem_name": "n4CallAddbackBeqCarry2Nz_of_runtimeV5",
"depth": 1,
"n_commands": 0,
"n_lines": 11,
"is_leaf": true,
"centrality": 0,
"method": "deleted-dep",
"proof_text": " by\n have h_raw := isAddbackCarry2NzN4CallV5Evm_raw h_carry2\n simp_rw [divKTrialCallV5QHat_eq_div128Quo... | [
{
"name": "isAddbackCarry2NzN4CallV5Evm_raw",
"text": "/-- Eliminate the packaged EvmWord v5 n=4 call-addback carry2 predicate to the\n raw implication consumed by double-addback loop-body proofs. -/\ntheorem isAddbackCarry2NzN4CallV5Evm_raw {a b : EvmWord}\n (hcarry2_nz : isAddbackCarry2NzN4CallV5Evm... | [
{
"name": "n4CallAddbackBeqIterWithDoubleAddback_val256_conservation_of_runtime_qhat_le_div_plus_oneV5",
"fan_in": 1,
"n_deps_direct": 2,
"n_deps_transitive": 4,
"n_lines": 50,
"n_chars": 1913,
"n_subproofs": 0,
"n_tactics": 5,
"cyclomatic": 1,
"n_automation": 0,
"n_rewri... | 4 | /-
EvmAsm.Evm64.DivMod.Spec.CallAddbackRuntimeV5
V5 mirror of the hq_over-ASSUMING runtime-condition chain that culminates in
`n4CallAddbackBeqSemanticHoldsV5_of_runtime_conditions_legacy`.
This is the V5 analogue of the chain in
`EvmAsm.Evm64.DivMod.Spec.CallAddbackRuntime` that ends in
`n4CallAddbackBeq... | /-
EvmAsm.Evm64.DivMod.Spec.CallAddbackRuntimeV5
V5 mirror of the hq_over-ASSUMING runtime-condition chain that culminates in
`n4CallAddbackBeqSemanticHoldsV5_of_runtime_conditions_legacy`.
This is the V5 analogue of the chain in
`EvmAsm.Evm64.DivMod.Spec.CallAddbackRuntime` that ends in
`n4CallAddbackBeq... | @@ -37,6 +37,43 @@
-- V5 raw-predicate extraction (mirrors `isAddbackCarry2NzN4CallV4Evm_raw`)
-- ============================================================================
+/-- Eliminate the packaged EvmWord v5 n=4 call-addback carry2 predicate to the
+ raw implication consumed by double-addback loop-body pro... | {
"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_44784846b42f_4 | 667a758b3cc62833 | lean | lean | github.com/Verified-zkEVM/evm-asm | 7d5875858bc3727250adb6880c8339048365b1b6 | EvmAsm/Evm64/DivMod/Spec/CallAddbackRuntimeV5.lean | CallAddbackRuntimeV5 | 4 | lemma_delete | null | null | false | 0.5 | 1 | 1 | false | 0 | inf | 0 | inf | 42 | 14 | 1 | [
{
"theorem_name": "n4CallAddbackBeqCarry2Nz_of_runtimeV5",
"depth": 1,
"n_commands": 0,
"n_lines": 11,
"is_leaf": true,
"centrality": 0,
"method": "deleted-dep",
"proof_text": " by\n have h_raw := isAddbackCarry2NzN4CallV5Evm_raw h_carry2\n simp_rw [divKTrialCallV5QHat_eq_div128Quo... | [
{
"name": "isAddbackCarry2NzN4CallV5Evm_raw",
"text": "/-- Eliminate the packaged EvmWord v5 n=4 call-addback carry2 predicate to the\n raw implication consumed by double-addback loop-body proofs. -/\ntheorem isAddbackCarry2NzN4CallV5Evm_raw {a b : EvmWord}\n (hcarry2_nz : isAddbackCarry2NzN4CallV5Evm... | [
{
"name": "n4CallAddbackBeqIterWithDoubleAddback_val256_conservation_of_runtime_top_nonzeroV5",
"fan_in": 1,
"n_deps_direct": 1,
"n_deps_transitive": 5,
"n_lines": 52,
"n_chars": 1977,
"n_subproofs": 0,
"n_tactics": 5,
"cyclomatic": 1,
"n_automation": 0,
"n_rewrites": 0,
... | 5 | /-
EvmAsm.Evm64.DivMod.Spec.CallAddbackRuntimeV5
V5 mirror of the hq_over-ASSUMING runtime-condition chain that culminates in
`n4CallAddbackBeqSemanticHoldsV5_of_runtime_conditions_legacy`.
This is the V5 analogue of the chain in
`EvmAsm.Evm64.DivMod.Spec.CallAddbackRuntime` that ends in
`n4CallAddbackBeq... | /-
EvmAsm.Evm64.DivMod.Spec.CallAddbackRuntimeV5
V5 mirror of the hq_over-ASSUMING runtime-condition chain that culminates in
`n4CallAddbackBeqSemanticHoldsV5_of_runtime_conditions_legacy`.
This is the V5 analogue of the chain in
`EvmAsm.Evm64.DivMod.Spec.CallAddbackRuntime` that ends in
`n4CallAddbackBeq... | @@ -37,6 +37,43 @@
-- V5 raw-predicate extraction (mirrors `isAddbackCarry2NzN4CallV4Evm_raw`)
-- ============================================================================
+/-- Eliminate the packaged EvmWord v5 n=4 call-addback carry2 predicate to the
+ raw implication consumed by double-addback loop-body pro... | {
"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_44784846b42f_5 | 164ff534051de05c | lean | lean | github.com/Verified-zkEVM/evm-asm | 7d5875858bc3727250adb6880c8339048365b1b6 | EvmAsm/Evm64/DivMod/Spec/CallAddbackRuntimeV5.lean | CallAddbackRuntimeV5 | 5 | lemma_delete | null | null | false | 0.5 | 1 | 1 | false | 0 | inf | 0 | inf | 42 | 14 | 2 | [
{
"theorem_name": "n4CallAddbackBeqIterWithDoubleAddback_qOutV5_of_runtime_borrow",
"depth": 1,
"n_commands": 0,
"n_lines": 3,
"is_leaf": true,
"centrality": 0,
"method": "deleted-dep",
"proof_text": "\n n4CallAddbackBeqIterWithDoubleAddback_qOutV5_of_borrow\n (n4CallAddbackBeqBo... | [
{
"name": "n4CallAddbackBeqBorrow_raw_of_runtimeV5",
"text": "/-- The packaged v5 n=4 call-addback runtime borrow predicate implies the raw\n addback branch condition consumed by `iterWithDoubleAddback`. -/\ntheorem n4CallAddbackBeqBorrow_raw_of_runtimeV5 {a b : EvmWord}\n (h_borrow : isAddbackBorrowN... | [
{
"name": "n4CallAddbackBeqIterRNormVal_lt_BNormVal_of_runtimeV5",
"fan_in": 1,
"n_deps_direct": 2,
"n_deps_transitive": 2,
"n_lines": 41,
"n_chars": 1593,
"n_subproofs": 3,
"n_tactics": 19,
"cyclomatic": 1,
"n_automation": 1,
"n_rewrites": 0,
"n_structural": 0,
"... | 2 | /-
EvmAsm.Evm64.DivMod.Spec.CallAddbackRuntimeV5
V5 mirror of the hq_over-ASSUMING runtime-condition chain that culminates in
`n4CallAddbackBeqSemanticHoldsV5_of_runtime_conditions_legacy`.
This is the V5 analogue of the chain in
`EvmAsm.Evm64.DivMod.Spec.CallAddbackRuntime` that ends in
`n4CallAddbackBeq... | /-
EvmAsm.Evm64.DivMod.Spec.CallAddbackRuntimeV5
V5 mirror of the hq_over-ASSUMING runtime-condition chain that culminates in
`n4CallAddbackBeqSemanticHoldsV5_of_runtime_conditions_legacy`.
This is the V5 analogue of the chain in
`EvmAsm.Evm64.DivMod.Spec.CallAddbackRuntime` that ends in
`n4CallAddbackBeq... | @@ -37,6 +37,67 @@
-- V5 raw-predicate extraction (mirrors `isAddbackCarry2NzN4CallV4Evm_raw`)
-- ============================================================================
+/-- The packaged v5 n=4 call-addback runtime borrow predicate implies the raw
+ addback branch condition consumed by `iterWithDoubleAddba... | {
"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_44784846b42f_6 | a307034af119e557 | lean | lean | github.com/Verified-zkEVM/evm-asm | 7d5875858bc3727250adb6880c8339048365b1b6 | EvmAsm/Evm64/DivMod/Spec/CallAddbackRuntimeV5.lean | CallAddbackRuntimeV5 | 6 | lemma_delete | null | null | false | 0.5 | 1 | 1 | false | 0 | inf | 0 | inf | 42 | 14 | 2 | [
{
"theorem_name": "n4CallAddbackBeqIterWithDoubleAddback_qOutV5_of_runtime_borrow",
"depth": 1,
"n_commands": 0,
"n_lines": 3,
"is_leaf": true,
"centrality": 0,
"method": "deleted-dep",
"proof_text": "\n n4CallAddbackBeqIterWithDoubleAddback_qOutV5_of_borrow\n (n4CallAddbackBeqBo... | [
{
"name": "n4CallAddbackBeqBorrow_raw_of_runtimeV5",
"text": "/-- The packaged v5 n=4 call-addback runtime borrow predicate implies the raw\n addback branch condition consumed by `iterWithDoubleAddback`. -/\ntheorem n4CallAddbackBeqBorrow_raw_of_runtimeV5 {a b : EvmWord}\n (h_borrow : isAddbackBorrowN... | [
{
"name": "n4CallAddbackBeqIterRNormVal_lt_BNormVal_of_runtime_top_nonzeroV5",
"fan_in": 0,
"n_deps_direct": 1,
"n_deps_transitive": 3,
"n_lines": 21,
"n_chars": 927,
"n_subproofs": 0,
"n_tactics": 5,
"cyclomatic": 1,
"n_automation": 1,
"n_rewrites": 0,
"n_structural"... | 3 | /-
EvmAsm.Evm64.DivMod.Spec.CallAddbackRuntimeV5
V5 mirror of the hq_over-ASSUMING runtime-condition chain that culminates in
`n4CallAddbackBeqSemanticHoldsV5_of_runtime_conditions_legacy`.
This is the V5 analogue of the chain in
`EvmAsm.Evm64.DivMod.Spec.CallAddbackRuntime` that ends in
`n4CallAddbackBeq... | /-
EvmAsm.Evm64.DivMod.Spec.CallAddbackRuntimeV5
V5 mirror of the hq_over-ASSUMING runtime-condition chain that culminates in
`n4CallAddbackBeqSemanticHoldsV5_of_runtime_conditions_legacy`.
This is the V5 analogue of the chain in
`EvmAsm.Evm64.DivMod.Spec.CallAddbackRuntime` that ends in
`n4CallAddbackBeq... | @@ -37,6 +37,67 @@
-- V5 raw-predicate extraction (mirrors `isAddbackCarry2NzN4CallV4Evm_raw`)
-- ============================================================================
+/-- The packaged v5 n=4 call-addback runtime borrow predicate implies the raw
+ addback branch condition consumed by `iterWithDoubleAddba... | {
"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_44784846b42f_7 | 7668b2e034acc560 | lean | lean | github.com/Verified-zkEVM/evm-asm | 7d5875858bc3727250adb6880c8339048365b1b6 | EvmAsm/Evm64/DivMod/Spec/CallAddbackRuntimeV5.lean | CallAddbackRuntimeV5 | 7 | lemma_delete | null | null | false | 0.5 | 1 | 1 | false | 0 | inf | 0 | inf | 42 | 14 | 2 | [
{
"theorem_name": "n4CallAddbackBeqIterWithDoubleAddback_qOutV5_of_runtime_borrow",
"depth": 1,
"n_commands": 0,
"n_lines": 3,
"is_leaf": true,
"centrality": 0,
"method": "deleted-dep",
"proof_text": "\n n4CallAddbackBeqIterWithDoubleAddback_qOutV5_of_borrow\n (n4CallAddbackBeqBo... | [
{
"name": "n4CallAddbackBeqBorrow_raw_of_runtimeV5",
"text": "/-- The packaged v5 n=4 call-addback runtime borrow predicate implies the raw\n addback branch condition consumed by `iterWithDoubleAddback`. -/\ntheorem n4CallAddbackBeqBorrow_raw_of_runtimeV5 {a b : EvmWord}\n (h_borrow : isAddbackBorrowN... | [
{
"name": "n4CallAddbackBeqQOutV5_val256_conservation_of_runtime_top_nonzero",
"fan_in": 1,
"n_deps_direct": 2,
"n_deps_transitive": 8,
"n_lines": 50,
"n_chars": 1886,
"n_subproofs": 1,
"n_tactics": 6,
"cyclomatic": 1,
"n_automation": 0,
"n_rewrites": 1,
"n_structural... | 8 | /-
EvmAsm.Evm64.DivMod.Spec.CallAddbackRuntimeV5
V5 mirror of the hq_over-ASSUMING runtime-condition chain that culminates in
`n4CallAddbackBeqSemanticHoldsV5_of_runtime_conditions_legacy`.
This is the V5 analogue of the chain in
`EvmAsm.Evm64.DivMod.Spec.CallAddbackRuntime` that ends in
`n4CallAddbackBeq... | /-
EvmAsm.Evm64.DivMod.Spec.CallAddbackRuntimeV5
V5 mirror of the hq_over-ASSUMING runtime-condition chain that culminates in
`n4CallAddbackBeqSemanticHoldsV5_of_runtime_conditions_legacy`.
This is the V5 analogue of the chain in
`EvmAsm.Evm64.DivMod.Spec.CallAddbackRuntime` that ends in
`n4CallAddbackBeq... | @@ -74,6 +74,67 @@
-- V5 borrow / carry2 runtime → raw-condition bridges
-- ============================================================================
+/-- The packaged v5 n=4 call-addback runtime borrow predicate implies the raw
+ addback branch condition consumed by `iterWithDoubleAddback`. -/
+theorem n4Cal... | {
"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_44784846b42f_8 | 6bf220135615ab9f | lean | lean | github.com/Verified-zkEVM/evm-asm | 7d5875858bc3727250adb6880c8339048365b1b6 | EvmAsm/Evm64/DivMod/Spec/CallAddbackRuntimeV5.lean | CallAddbackRuntimeV5 | 8 | lemma_delete | null | null | false | 0.5 | 1 | 1 | false | 0 | inf | 0 | inf | 42 | 14 | 2 | [
{
"theorem_name": "n4CallAddbackBeqIterWithDoubleAddback_qOutV5_of_runtime_borrow",
"depth": 1,
"n_commands": 0,
"n_lines": 3,
"is_leaf": true,
"centrality": 0,
"method": "deleted-dep",
"proof_text": "\n n4CallAddbackBeqIterWithDoubleAddback_qOutV5_of_borrow\n (n4CallAddbackBeqBo... | [
{
"name": "n4CallAddbackBeqBorrow_raw_of_runtimeV5",
"text": "/-- The packaged v5 n=4 call-addback runtime borrow predicate implies the raw\n addback branch condition consumed by `iterWithDoubleAddback`. -/\ntheorem n4CallAddbackBeqBorrow_raw_of_runtimeV5 {a b : EvmWord}\n (h_borrow : isAddbackBorrowN... | [
{
"name": "n4CallAddbackBeqQOutV5_conservation_compact",
"fan_in": 1,
"n_deps_direct": 1,
"n_deps_transitive": 9,
"n_lines": 32,
"n_chars": 1340,
"n_subproofs": 1,
"n_tactics": 6,
"cyclomatic": 1,
"n_automation": 1,
"n_rewrites": 0,
"n_structural": 0,
"automation_... | 9 | /-
EvmAsm.Evm64.DivMod.Spec.CallAddbackRuntimeV5
V5 mirror of the hq_over-ASSUMING runtime-condition chain that culminates in
`n4CallAddbackBeqSemanticHoldsV5_of_runtime_conditions_legacy`.
This is the V5 analogue of the chain in
`EvmAsm.Evm64.DivMod.Spec.CallAddbackRuntime` that ends in
`n4CallAddbackBeq... | /-
EvmAsm.Evm64.DivMod.Spec.CallAddbackRuntimeV5
V5 mirror of the hq_over-ASSUMING runtime-condition chain that culminates in
`n4CallAddbackBeqSemanticHoldsV5_of_runtime_conditions_legacy`.
This is the V5 analogue of the chain in
`EvmAsm.Evm64.DivMod.Spec.CallAddbackRuntime` that ends in
`n4CallAddbackBeq... | @@ -74,6 +74,67 @@
-- V5 borrow / carry2 runtime → raw-condition bridges
-- ============================================================================
+/-- The packaged v5 n=4 call-addback runtime borrow predicate implies the raw
+ addback branch condition consumed by `iterWithDoubleAddback`. -/
+theorem n4Cal... | {
"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_44784846b42f_9 | 116b3f62b3f5fb61 | lean | lean | github.com/Verified-zkEVM/evm-asm | 7d5875858bc3727250adb6880c8339048365b1b6 | EvmAsm/Evm64/DivMod/Spec/CallAddbackRuntimeV5.lean | CallAddbackRuntimeV5 | 9 | lemma_delete | null | null | false | 0.5 | 1 | 1 | false | 0 | inf | 0 | inf | 42 | 14 | 2 | [
{
"theorem_name": "n4CallAddbackBeqIterWithDoubleAddback_qOutV5_of_runtime_borrow",
"depth": 1,
"n_commands": 0,
"n_lines": 3,
"is_leaf": true,
"centrality": 0,
"method": "deleted-dep",
"proof_text": "\n n4CallAddbackBeqIterWithDoubleAddback_qOutV5_of_borrow\n (n4CallAddbackBeqBo... | [
{
"name": "n4CallAddbackBeqBorrow_raw_of_runtimeV5",
"text": "/-- The packaged v5 n=4 call-addback runtime borrow predicate implies the raw\n addback branch condition consumed by `iterWithDoubleAddback`. -/\ntheorem n4CallAddbackBeqBorrow_raw_of_runtimeV5 {a b : EvmWord}\n (h_borrow : isAddbackBorrowN... | [
{
"name": "n4CallAddbackBeqQOutV5_toNat_eq_normalized_div_of_runtime_top_nonzero",
"fan_in": 1,
"n_deps_direct": 1,
"n_deps_transitive": 10,
"n_lines": 31,
"n_chars": 1257,
"n_subproofs": 0,
"n_tactics": 8,
"cyclomatic": 1,
"n_automation": 1,
"n_rewrites": 0,
"n_struc... | 10 | /-
EvmAsm.Evm64.DivMod.Spec.CallAddbackRuntimeV5
V5 mirror of the hq_over-ASSUMING runtime-condition chain that culminates in
`n4CallAddbackBeqSemanticHoldsV5_of_runtime_conditions_legacy`.
This is the V5 analogue of the chain in
`EvmAsm.Evm64.DivMod.Spec.CallAddbackRuntime` that ends in
`n4CallAddbackBeq... | /-
EvmAsm.Evm64.DivMod.Spec.CallAddbackRuntimeV5
V5 mirror of the hq_over-ASSUMING runtime-condition chain that culminates in
`n4CallAddbackBeqSemanticHoldsV5_of_runtime_conditions_legacy`.
This is the V5 analogue of the chain in
`EvmAsm.Evm64.DivMod.Spec.CallAddbackRuntime` that ends in
`n4CallAddbackBeq... | @@ -74,6 +74,67 @@
-- V5 borrow / carry2 runtime → raw-condition bridges
-- ============================================================================
+/-- The packaged v5 n=4 call-addback runtime borrow predicate implies the raw
+ addback branch condition consumed by `iterWithDoubleAddback`. -/
+theorem n4Cal... | {
"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_44784846b42f_10 | f04f466eba752ad9 | lean | lean | github.com/Verified-zkEVM/evm-asm | 7d5875858bc3727250adb6880c8339048365b1b6 | EvmAsm/Evm64/DivMod/Spec/CallAddbackRuntimeV5.lean | CallAddbackRuntimeV5 | 10 | lemma_delete | null | null | false | 0.5 | 1 | 1 | false | 0 | inf | 0 | inf | 42 | 14 | 2 | [
{
"theorem_name": "n4CallAddbackBeqIterWithDoubleAddback_qOutV5_of_runtime_borrow",
"depth": 1,
"n_commands": 0,
"n_lines": 3,
"is_leaf": true,
"centrality": 0,
"method": "deleted-dep",
"proof_text": "\n n4CallAddbackBeqIterWithDoubleAddback_qOutV5_of_borrow\n (n4CallAddbackBeqBo... | [
{
"name": "n4CallAddbackBeqBorrow_raw_of_runtimeV5",
"text": "/-- The packaged v5 n=4 call-addback runtime borrow predicate implies the raw\n addback branch condition consumed by `iterWithDoubleAddback`. -/\ntheorem n4CallAddbackBeqBorrow_raw_of_runtimeV5 {a b : EvmWord}\n (h_borrow : isAddbackBorrowN... | [
{
"name": "n4CallAddbackBeqSemanticHoldsV5_of_runtime_top_nonzero",
"fan_in": 1,
"n_deps_direct": 1,
"n_deps_transitive": 11,
"n_lines": 30,
"n_chars": 1233,
"n_subproofs": 0,
"n_tactics": 5,
"cyclomatic": 1,
"n_automation": 0,
"n_rewrites": 2,
"n_structural": 1,
... | 11 | /-
EvmAsm.Evm64.DivMod.Spec.CallAddbackRuntimeV5
V5 mirror of the hq_over-ASSUMING runtime-condition chain that culminates in
`n4CallAddbackBeqSemanticHoldsV5_of_runtime_conditions_legacy`.
This is the V5 analogue of the chain in
`EvmAsm.Evm64.DivMod.Spec.CallAddbackRuntime` that ends in
`n4CallAddbackBeq... | /-
EvmAsm.Evm64.DivMod.Spec.CallAddbackRuntimeV5
V5 mirror of the hq_over-ASSUMING runtime-condition chain that culminates in
`n4CallAddbackBeqSemanticHoldsV5_of_runtime_conditions_legacy`.
This is the V5 analogue of the chain in
`EvmAsm.Evm64.DivMod.Spec.CallAddbackRuntime` that ends in
`n4CallAddbackBeq... | @@ -74,6 +74,67 @@
-- V5 borrow / carry2 runtime → raw-condition bridges
-- ============================================================================
+/-- The packaged v5 n=4 call-addback runtime borrow predicate implies the raw
+ addback branch condition consumed by `iterWithDoubleAddback`. -/
+theorem n4Cal... | {
"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_44784846b42f_11 | dd6b325b31adee8f | lean | lean | github.com/Verified-zkEVM/evm-asm | 7d5875858bc3727250adb6880c8339048365b1b6 | EvmAsm/Evm64/DivMod/Spec/CallAddbackRuntimeV5.lean | CallAddbackRuntimeV5 | 11 | lemma_delete | null | null | false | 0.5 | 1 | 1 | false | 0 | inf | 0 | inf | 42 | 14 | 2 | [
{
"theorem_name": "n4CallAddbackBeqIterWithDoubleAddback_qOutV5_of_runtime_borrow",
"depth": 1,
"n_commands": 0,
"n_lines": 3,
"is_leaf": true,
"centrality": 0,
"method": "deleted-dep",
"proof_text": "\n n4CallAddbackBeqIterWithDoubleAddback_qOutV5_of_borrow\n (n4CallAddbackBeqBo... | [
{
"name": "n4CallAddbackBeqBorrow_raw_of_runtimeV5",
"text": "/-- The packaged v5 n=4 call-addback runtime borrow predicate implies the raw\n addback branch condition consumed by `iterWithDoubleAddback`. -/\ntheorem n4CallAddbackBeqBorrow_raw_of_runtimeV5 {a b : EvmWord}\n (h_borrow : isAddbackBorrowN... | [
{
"name": "n4CallAddbackBeqSemanticHoldsV5_of_runtime_conditions_legacy",
"fan_in": 0,
"n_deps_direct": 2,
"n_deps_transitive": 13,
"n_lines": 24,
"n_chars": 1248,
"n_subproofs": 0,
"n_tactics": 3,
"cyclomatic": 1,
"n_automation": 0,
"n_rewrites": 0,
"n_structural": 0... | 13 | /-
EvmAsm.Evm64.DivMod.Spec.CallAddbackRuntimeV5
V5 mirror of the hq_over-ASSUMING runtime-condition chain that culminates in
`n4CallAddbackBeqSemanticHoldsV5_of_runtime_conditions_legacy`.
This is the V5 analogue of the chain in
`EvmAsm.Evm64.DivMod.Spec.CallAddbackRuntime` that ends in
`n4CallAddbackBeq... | /-
EvmAsm.Evm64.DivMod.Spec.CallAddbackRuntimeV5
V5 mirror of the hq_over-ASSUMING runtime-condition chain that culminates in
`n4CallAddbackBeqSemanticHoldsV5_of_runtime_conditions_legacy`.
This is the V5 analogue of the chain in
`EvmAsm.Evm64.DivMod.Spec.CallAddbackRuntime` that ends in
`n4CallAddbackBeq... | @@ -74,6 +74,67 @@
-- V5 borrow / carry2 runtime → raw-condition bridges
-- ============================================================================
+/-- The packaged v5 n=4 call-addback runtime borrow predicate implies the raw
+ addback branch condition consumed by `iterWithDoubleAddback`. -/
+theorem n4Cal... | {
"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_245c38e94afd_0 | d4082ddea5f53a2a | lean | lean | github.com/Verified-zkEVM/evm-asm | 7d5875858bc3727250adb6880c8339048365b1b6 | EvmAsm/EL/Secp256k1EcrecoverResultBridge.lean | Secp256k1EcrecoverResultBridge | 0 | lemma_delete | null | null | false | 0.5 | 1 | 1 | false | 0 | inf | 0 | inf | 42 | 1 | 1 | [
{
"theorem_name": "acceleratorOutput_pubkey_length",
"depth": 1,
"n_commands": 0,
"n_lines": 2,
"is_leaf": true,
"centrality": 0,
"method": "deleted-dep",
"proof_text": "\n publicKeyBytesList_length output.pubkey",
"n_chars": 42,
"n_subproofs": 0,
"n_tactics": 1,
"cy... | [
{
"name": "publicKeyBytesList_length",
"text": "theorem publicKeyBytesList_length (pubkey : PublicKeyBytes) :\n (publicKeyBytesList pubkey).length = 64 := by\n simp [publicKeyBytesList]\n\n",
"fan_in": 1,
"n_lines": 5,
"n_chars": 141,
"n_subproofs": 0,
"n_tactics": 2,
"cyclomatic... | [
{
"name": "acceleratorOutput_pubkey_length",
"fan_in": 0,
"n_deps_direct": 1,
"n_deps_transitive": 1,
"n_lines": 5,
"n_chars": 168,
"n_subproofs": 0,
"n_tactics": 1,
"cyclomatic": 1,
"n_automation": 0,
"n_rewrites": 0,
"n_structural": 0,
"automation_only": false,
... | 1 | /-
EvmAsm.EL.Secp256k1EcrecoverResultBridge
Bridge from the `zkvm_secp256k1_ecrecover` accelerator output to the
executable precompile-result surface.
The accelerator returns a 64-byte uncompressed public key payload. Ethereum
ECRECOVER does not return that payload directly: the precompile output is
`left... | /-
EvmAsm.EL.Secp256k1EcrecoverResultBridge
Bridge from the `zkvm_secp256k1_ecrecover` accelerator output to the
executable precompile-result surface.
The accelerator returns a 64-byte uncompressed public key payload. Ethereum
ECRECOVER does not return that payload directly: the precompile output is
`left... | @@ -36,8 +36,13 @@
def publicKeyBytesList (pubkey : PublicKeyBytes) : List Byte :=
List.ofFn pubkey
+theorem publicKeyBytesList_length (pubkey : PublicKeyBytes) :
+ (publicKeyBytesList pubkey).length = 64 := by
+ simp [publicKeyBytesList]
+
theorem acceleratorOutput_pubkey_length (output : AcceleratorOutput)... | {
"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_692af4f3537c_0 | 5f0f5673d8397906 | lean | lean | github.com/Verified-zkEVM/evm-asm | 7d5875858bc3727250adb6880c8339048365b1b6 | EvmAsm/Codegen/Programs/Secp256k1FieldReduceOnceSAsm.lean | Secp256k1FieldReduceOnceSAsm | 0 | lemma_delete | null | null | false | 0.5 | 1 | 1 | false | 0 | inf | 0 | inf | 42 | 11 | 1 | [
{
"theorem_name": "copyPost_to_reducePost",
"depth": 1,
"n_commands": 0,
"n_lines": 27,
"is_leaf": true,
"centrality": 0,
"method": "deleted-dep",
"proof_text": " by\n intro h hp\n unfold copyArmPostFrame at hp\n unfold reduceJoinPost\n extract_pure_deep hp\n obtain ⟨hflag, hp⟩ ... | [
{
"name": "cmpFlag_ne_zero_reduce",
"text": "private theorem cmpFlag_ne_zero_reduce (xs orig : List (BitVec 8))\n (hflag : cmpFlagWord xs ≠ (0 : Word)) :\n reduceOnceFlag xs = (0 : Word) ∧ reduceOnceBytes xs orig = xs := by\n unfold cmpFlagWord reduceOnceFlag reduceOnceBytes at *\n by_cases hlt : be... | [
{
"name": "copyPost_to_reducePost",
"fan_in": 1,
"n_deps_direct": 1,
"n_deps_transitive": 1,
"n_lines": 31,
"n_chars": 1392,
"n_subproofs": 4,
"n_tactics": 27,
"cyclomatic": 1,
"n_automation": 0,
"n_rewrites": 4,
"n_structural": 3,
"automation_only": false,
"m... | 1 | /-
EvmAsm.Codegen.Programs.Secp256k1FieldReduceOnceSAsm
Final branch merge and whole-frame CPS proof for `secf_reduce_once`.
-/
import EvmAsm.Codegen.Programs.Secp256k1FieldReduceOnceSAsmSupport
namespace EvmAsm.Codegen
open EvmAsm.Rv64 EvmAsm.Rv64.SAsm EvmAsm.Crypto
namespace Secp256k1FieldReduceOnceSAsm
pri... | /-
EvmAsm.Codegen.Programs.Secp256k1FieldReduceOnceSAsm
Final branch merge and whole-frame CPS proof for `secf_reduce_once`.
-/
import EvmAsm.Codegen.Programs.Secp256k1FieldReduceOnceSAsmSupport
namespace EvmAsm.Codegen
open EvmAsm.Rv64 EvmAsm.Rv64.SAsm EvmAsm.Crypto
namespace Secp256k1FieldReduceOnceSAsm
pri... | @@ -12,6 +12,14 @@
namespace Secp256k1FieldReduceOnceSAsm
+private theorem cmpFlag_ne_zero_reduce (xs orig : List (BitVec 8))
+ (hflag : cmpFlagWord xs ≠ (0 : Word)) :
+ reduceOnceFlag xs = (0 : Word) ∧ reduceOnceBytes xs orig = xs := by
+ unfold cmpFlagWord reduceOnceFlag reduceOnceBytes at *
+ by_cases h... | {
"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_692af4f3537c_1 | 9ecca71b65bcff8d | lean | lean | github.com/Verified-zkEVM/evm-asm | 7d5875858bc3727250adb6880c8339048365b1b6 | EvmAsm/Codegen/Programs/Secp256k1FieldReduceOnceSAsm.lean | Secp256k1FieldReduceOnceSAsm | 1 | lemma_delete | null | null | false | 0.5 | 1 | 1 | false | 0 | inf | 0 | inf | 42 | 11 | 1 | [
{
"theorem_name": "copyPost_to_reducePost",
"depth": 1,
"n_commands": 0,
"n_lines": 27,
"is_leaf": true,
"centrality": 0,
"method": "deleted-dep",
"proof_text": " by\n intro h hp\n unfold copyArmPostFrame at hp\n unfold reduceJoinPost\n extract_pure_deep hp\n obtain ⟨hflag, hp⟩ ... | [
{
"name": "cmpFlag_ne_zero_reduce",
"text": "private theorem cmpFlag_ne_zero_reduce (xs orig : List (BitVec 8))\n (hflag : cmpFlagWord xs ≠ (0 : Word)) :\n reduceOnceFlag xs = (0 : Word) ∧ reduceOnceBytes xs orig = xs := by\n unfold cmpFlagWord reduceOnceFlag reduceOnceBytes at *\n by_cases hlt : be... | [
{
"name": "copyBranchToReduceJoin_spec",
"fan_in": 1,
"n_deps_direct": 2,
"n_deps_transitive": 3,
"n_lines": 24,
"n_chars": 1184,
"n_subproofs": 4,
"n_tactics": 15,
"cyclomatic": 1,
"n_automation": 0,
"n_rewrites": 2,
"n_structural": 2,
"automation_only": false,
... | 3 | /-
EvmAsm.Codegen.Programs.Secp256k1FieldReduceOnceSAsm
Final branch merge and whole-frame CPS proof for `secf_reduce_once`.
-/
import EvmAsm.Codegen.Programs.Secp256k1FieldReduceOnceSAsmSupport
namespace EvmAsm.Codegen
open EvmAsm.Rv64 EvmAsm.Rv64.SAsm EvmAsm.Crypto
namespace Secp256k1FieldReduceOnceSAsm
pri... | /-
EvmAsm.Codegen.Programs.Secp256k1FieldReduceOnceSAsm
Final branch merge and whole-frame CPS proof for `secf_reduce_once`.
-/
import EvmAsm.Codegen.Programs.Secp256k1FieldReduceOnceSAsmSupport
namespace EvmAsm.Codegen
open EvmAsm.Rv64 EvmAsm.Rv64.SAsm EvmAsm.Crypto
namespace Secp256k1FieldReduceOnceSAsm
pri... | @@ -12,6 +12,14 @@
namespace Secp256k1FieldReduceOnceSAsm
+private theorem cmpFlag_ne_zero_reduce (xs orig : List (BitVec 8))
+ (hflag : cmpFlagWord xs ≠ (0 : Word)) :
+ reduceOnceFlag xs = (0 : Word) ∧ reduceOnceBytes xs orig = xs := by
+ unfold cmpFlagWord reduceOnceFlag reduceOnceBytes at *
+ by_cases h... | {
"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_692af4f3537c_2 | b83e21becf626ffa | lean | lean | github.com/Verified-zkEVM/evm-asm | 7d5875858bc3727250adb6880c8339048365b1b6 | EvmAsm/Codegen/Programs/Secp256k1FieldReduceOnceSAsm.lean | Secp256k1FieldReduceOnceSAsm | 2 | lemma_delete | null | null | false | 0.5 | 1 | 1 | false | 0 | inf | 0 | inf | 42 | 11 | 1 | [
{
"theorem_name": "subPost_to_reducePost",
"depth": 1,
"n_commands": 0,
"n_lines": 27,
"is_leaf": true,
"centrality": 0,
"method": "deleted-dep",
"proof_text": " by\n intro h hp\n unfold subArmPostFrame at hp\n unfold reduceJoinPost\n extract_pure_deep hp\n obtain ⟨hflag, hp⟩ :=... | [
{
"name": "cmpFlag_eq_zero_reduce",
"text": "private theorem cmpFlag_eq_zero_reduce (xs orig : List (BitVec 8))\n (hflag : cmpFlagWord xs = (0 : Word)) :\n reduceOnceFlag xs = (1 : Word) ∧\n reduceOnceBytes xs orig = U256SubBeSAsm.u256SubBeBytes xs secp256k1PBytes orig := by\n unfold cmpFlagWord... | [
{
"name": "subPost_to_reducePost",
"fan_in": 1,
"n_deps_direct": 1,
"n_deps_transitive": 1,
"n_lines": 33,
"n_chars": 1494,
"n_subproofs": 4,
"n_tactics": 27,
"cyclomatic": 1,
"n_automation": 0,
"n_rewrites": 4,
"n_structural": 3,
"automation_only": false,
"ma... | 1 | /-
EvmAsm.Codegen.Programs.Secp256k1FieldReduceOnceSAsm
Final branch merge and whole-frame CPS proof for `secf_reduce_once`.
-/
import EvmAsm.Codegen.Programs.Secp256k1FieldReduceOnceSAsmSupport
namespace EvmAsm.Codegen
open EvmAsm.Rv64 EvmAsm.Rv64.SAsm EvmAsm.Crypto
namespace Secp256k1FieldReduceOnceSAsm
pri... | /-
EvmAsm.Codegen.Programs.Secp256k1FieldReduceOnceSAsm
Final branch merge and whole-frame CPS proof for `secf_reduce_once`.
-/
import EvmAsm.Codegen.Programs.Secp256k1FieldReduceOnceSAsmSupport
namespace EvmAsm.Codegen
open EvmAsm.Rv64 EvmAsm.Rv64.SAsm EvmAsm.Crypto
namespace Secp256k1FieldReduceOnceSAsm
pri... | @@ -12,6 +12,15 @@
namespace Secp256k1FieldReduceOnceSAsm
+private theorem cmpFlag_eq_zero_reduce (xs orig : List (BitVec 8))
+ (hflag : cmpFlagWord xs = (0 : Word)) :
+ reduceOnceFlag xs = (1 : Word) ∧
+ reduceOnceBytes xs orig = U256SubBeSAsm.u256SubBeBytes xs secp256k1PBytes orig := by
+ unfold cmpF... | {
"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_692af4f3537c_3 | 33df94417a4d26cc | lean | lean | github.com/Verified-zkEVM/evm-asm | 7d5875858bc3727250adb6880c8339048365b1b6 | EvmAsm/Codegen/Programs/Secp256k1FieldReduceOnceSAsm.lean | Secp256k1FieldReduceOnceSAsm | 3 | lemma_delete | null | null | false | 0.5 | 1 | 1 | false | 0 | inf | 0 | inf | 42 | 11 | 1 | [
{
"theorem_name": "subPost_to_reducePost",
"depth": 1,
"n_commands": 0,
"n_lines": 27,
"is_leaf": true,
"centrality": 0,
"method": "deleted-dep",
"proof_text": " by\n intro h hp\n unfold subArmPostFrame at hp\n unfold reduceJoinPost\n extract_pure_deep hp\n obtain ⟨hflag, hp⟩ :=... | [
{
"name": "cmpFlag_eq_zero_reduce",
"text": "private theorem cmpFlag_eq_zero_reduce (xs orig : List (BitVec 8))\n (hflag : cmpFlagWord xs = (0 : Word)) :\n reduceOnceFlag xs = (1 : Word) ∧\n reduceOnceBytes xs orig = U256SubBeSAsm.u256SubBeBytes xs secp256k1PBytes orig := by\n unfold cmpFlagWord... | [
{
"name": "subBranchToReduceJoin_spec",
"fan_in": 1,
"n_deps_direct": 2,
"n_deps_transitive": 3,
"n_lines": 33,
"n_chars": 1668,
"n_subproofs": 4,
"n_tactics": 15,
"cyclomatic": 1,
"n_automation": 0,
"n_rewrites": 2,
"n_structural": 2,
"automation_only": false,
... | 3 | /-
EvmAsm.Codegen.Programs.Secp256k1FieldReduceOnceSAsm
Final branch merge and whole-frame CPS proof for `secf_reduce_once`.
-/
import EvmAsm.Codegen.Programs.Secp256k1FieldReduceOnceSAsmSupport
namespace EvmAsm.Codegen
open EvmAsm.Rv64 EvmAsm.Rv64.SAsm EvmAsm.Crypto
namespace Secp256k1FieldReduceOnceSAsm
pri... | /-
EvmAsm.Codegen.Programs.Secp256k1FieldReduceOnceSAsm
Final branch merge and whole-frame CPS proof for `secf_reduce_once`.
-/
import EvmAsm.Codegen.Programs.Secp256k1FieldReduceOnceSAsmSupport
namespace EvmAsm.Codegen
open EvmAsm.Rv64 EvmAsm.Rv64.SAsm EvmAsm.Crypto
namespace Secp256k1FieldReduceOnceSAsm
pri... | @@ -12,6 +12,15 @@
namespace Secp256k1FieldReduceOnceSAsm
+private theorem cmpFlag_eq_zero_reduce (xs orig : List (BitVec 8))
+ (hflag : cmpFlagWord xs = (0 : Word)) :
+ reduceOnceFlag xs = (1 : Word) ∧
+ reduceOnceBytes xs orig = U256SubBeSAsm.u256SubBeBytes xs secp256k1PBytes orig := by
+ unfold cmpF... | {
"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_692af4f3537c_4 | 3a8743050444ff44 | lean | lean | github.com/Verified-zkEVM/evm-asm | 7d5875858bc3727250adb6880c8339048365b1b6 | EvmAsm/Codegen/Programs/Secp256k1FieldReduceOnceSAsm.lean | Secp256k1FieldReduceOnceSAsm | 4 | lemma_delete | null | null | false | 0.5 | 1 | 1 | false | 0 | inf | 0 | inf | 42 | 11 | 1 | [
{
"theorem_name": "copyBranchToReduceJoin_spec",
"depth": 1,
"n_commands": 0,
"n_lines": 15,
"is_leaf": true,
"centrality": 0,
"method": "deleted-dep",
"proof_text": " by\n have hcopy0 := copyArm_spec src dst (GuestAddrs.secf_reduce_once + 48 : Word)\n (0 : Word) (GuestAddrs.secp... | [
{
"name": "copyBranch_to_copyPre",
"text": "private theorem copyBranch_to_copyPre (src dst flag : Word) (xs orig : List (BitVec 8)) :\n ∀ h, copyBranchPostFrame src dst flag xs orig h → copyArmPreFrame src dst flag xs orig h := by\n intro h hp\n unfold copyBranchPostFrame at hp\n unfold copyArmPreFram... | [
{
"name": "reduceBodyBranch_spec",
"fan_in": 1,
"n_deps_direct": 3,
"n_deps_transitive": 9,
"n_lines": 53,
"n_chars": 2858,
"n_subproofs": 5,
"n_tactics": 23,
"cyclomatic": 1,
"n_automation": 2,
"n_rewrites": 0,
"n_structural": 3,
"automation_only": false,
"ma... | 9 | /-
EvmAsm.Codegen.Programs.Secp256k1FieldReduceOnceSAsm
Final branch merge and whole-frame CPS proof for `secf_reduce_once`.
-/
import EvmAsm.Codegen.Programs.Secp256k1FieldReduceOnceSAsmSupport
namespace EvmAsm.Codegen
open EvmAsm.Rv64 EvmAsm.Rv64.SAsm EvmAsm.Crypto
namespace Secp256k1FieldReduceOnceSAsm
pri... | /-
EvmAsm.Codegen.Programs.Secp256k1FieldReduceOnceSAsm
Final branch merge and whole-frame CPS proof for `secf_reduce_once`.
-/
import EvmAsm.Codegen.Programs.Secp256k1FieldReduceOnceSAsmSupport
namespace EvmAsm.Codegen
open EvmAsm.Rv64 EvmAsm.Rv64.SAsm EvmAsm.Crypto
namespace Secp256k1FieldReduceOnceSAsm
pri... | @@ -52,6 +52,27 @@
globalConst (GuestAddrs.secp256k1_p_be : Word) secp256k1PBytes **
((GuestAddrs.secf_cmp : Word) ↦ₘ flag)))
+private theorem copyBranch_to_copyPre (src dst flag : Word) (xs orig : List (BitVec 8)) :
+ ∀ h, copyBranchPostFrame src dst flag xs orig h → copyArmPreFrame src dst flag xs ... | {
"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_692af4f3537c_5 | a04376893c636050 | lean | lean | github.com/Verified-zkEVM/evm-asm | 7d5875858bc3727250adb6880c8339048365b1b6 | EvmAsm/Codegen/Programs/Secp256k1FieldReduceOnceSAsm.lean | Secp256k1FieldReduceOnceSAsm | 5 | lemma_delete | null | null | false | 0.5 | 1 | 1 | false | 0 | inf | 0 | inf | 42 | 11 | 1 | [
{
"theorem_name": "subBranchToReduceJoin_spec",
"depth": 1,
"n_commands": 0,
"n_lines": 15,
"is_leaf": true,
"centrality": 0,
"method": "deleted-dep",
"proof_text": " by\n have hsub0 := subArm_spec src dst (GuestAddrs.secf_reduce_once + 48 : Word)\n (0 : Word) (GuestAddrs.secp256... | [
{
"name": "subBranch_to_subPre",
"text": "private theorem subBranch_to_subPre (src dst flag : Word) (xs orig : List (BitVec 8)) :\n ∀ h, subBranchPostFrame src dst flag xs orig h → subArmPreFrame src dst flag xs orig h := by\n intro h hp\n unfold subBranchPostFrame at hp\n unfold subArmPreFrame\n hav... | [
{
"name": "secfReduceOnceFrame_spec",
"fan_in": 0,
"n_deps_direct": 2,
"n_deps_transitive": 11,
"n_lines": 67,
"n_chars": 3768,
"n_subproofs": 12,
"n_tactics": 41,
"cyclomatic": 1,
"n_automation": 5,
"n_rewrites": 10,
"n_structural": 1,
"automation_only": false,
... | 11 | /-
EvmAsm.Codegen.Programs.Secp256k1FieldReduceOnceSAsm
Final branch merge and whole-frame CPS proof for `secf_reduce_once`.
-/
import EvmAsm.Codegen.Programs.Secp256k1FieldReduceOnceSAsmSupport
namespace EvmAsm.Codegen
open EvmAsm.Rv64 EvmAsm.Rv64.SAsm EvmAsm.Crypto
namespace Secp256k1FieldReduceOnceSAsm
pri... | /-
EvmAsm.Codegen.Programs.Secp256k1FieldReduceOnceSAsm
Final branch merge and whole-frame CPS proof for `secf_reduce_once`.
-/
import EvmAsm.Codegen.Programs.Secp256k1FieldReduceOnceSAsmSupport
namespace EvmAsm.Codegen
open EvmAsm.Rv64 EvmAsm.Rv64.SAsm EvmAsm.Crypto
namespace Secp256k1FieldReduceOnceSAsm
pri... | @@ -96,6 +96,26 @@
globalConst (GuestAddrs.secp256k1_p_be : Word) secp256k1PBytes **
(⌜flag = 0⌝ ** ((.x0 : Reg) ↦ᵣ (0 : Word)) ** ((GuestAddrs.secf_cmp : Word) ↦ₘ flag)))
+private theorem subBranch_to_subPre (src dst flag : Word) (xs orig : List (BitVec 8)) :
+ ∀ h, subBranchPostFrame src dst flag xs or... | {
"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_e4a54b724934_0 | 5d1b8f758885ae21 | lean | lean | github.com/Verified-zkEVM/evm-asm | 7d5875858bc3727250adb6880c8339048365b1b6 | EvmAsm/Evm64/DivMod/Compose/ModShift0LoopSetupN4V4NoNop.lean | ModShift0LoopSetupN4V4NoNop | 0 | lemma_delete | null | null | false | 0.5 | 1 | 1 | false | 0 | inf | 0 | inf | 42 | 3 | 2 | [
{
"theorem_name": "divK_phaseC2_taken_spec_within_mod_v4",
"depth": 1,
"n_commands": 0,
"n_lines": 3,
"is_leaf": true,
"centrality": 0,
"method": "deleted-dep",
"proof_text": " by\n exact cpsTripleWithin_modCode_noNop_v4_to_modCode_v4\n (divK_phaseC2_taken_spec_within_mod_v4_noNo... | [
{
"name": "divK_phaseC2_taken_spec_within_mod_v4_noNop",
"text": "/-- Phase C2 taken over the no-NOP v4 MOD code bundle. -/\ntheorem divK_phaseC2_taken_spec_within_mod_v4_noNop\n (sp shift v2 shiftMem : Word) (base : Word) (hshift_z : shift = 0) :\n cpsTripleWithin 4 (base + phaseC2Off) (base + copyAU... | [
{
"name": "divK_phaseC2_taken_spec_within_mod_v4",
"fan_in": 0,
"n_deps_direct": 1,
"n_deps_transitive": 1,
"n_lines": 12,
"n_chars": 726,
"n_subproofs": 0,
"n_tactics": 3,
"cyclomatic": 1,
"n_automation": 0,
"n_rewrites": 0,
"n_structural": 1,
"automation_only": ... | 1 | /-
EvmAsm.Evm64.DivMod.Compose.ModShift0LoopSetupN4V4NoNop
v4/no-NOP MOD n=4 shift-zero path from entry to loop setup.
-/
import EvmAsm.Evm64.DivMod.Compose.ModFullPathN4V4NoNop
open EvmAsm.Rv64.Tactics
namespace EvmAsm.Evm64
open EvmAsm.Rv64
open EvmAsm.Rv64.AddrNorm (bv64_4mul_3 se12_0)
/-- Phase C2 taken o... | /-
EvmAsm.Evm64.DivMod.Compose.ModShift0LoopSetupN4V4NoNop
v4/no-NOP MOD n=4 shift-zero path from entry to loop setup.
-/
import EvmAsm.Evm64.DivMod.Compose.ModFullPathN4V4NoNop
open EvmAsm.Rv64.Tactics
namespace EvmAsm.Evm64
open EvmAsm.Rv64
open EvmAsm.Rv64.AddrNorm (bv64_4mul_3 se12_0)
/-- Phase C2 taken o... | @@ -13,6 +13,45 @@
open EvmAsm.Rv64
open EvmAsm.Rv64.AddrNorm (bv64_4mul_3 se12_0)
+/-- Phase C2 taken over the no-NOP v4 MOD code bundle. -/
+theorem divK_phaseC2_taken_spec_within_mod_v4_noNop
+ (sp shift v2 shiftMem : Word) (base : Word) (hshift_z : shift = 0) :
+ cpsTripleWithin 4 (base + phaseC2Off) (bas... | {
"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_e4a54b724934_1 | 3f343655d03d6905 | lean | lean | github.com/Verified-zkEVM/evm-asm | 7d5875858bc3727250adb6880c8339048365b1b6 | EvmAsm/Evm64/DivMod/Compose/ModShift0LoopSetupN4V4NoNop.lean | ModShift0LoopSetupN4V4NoNop | 1 | lemma_delete | null | null | false | 0.5 | 1 | 1 | false | 0 | inf | 0 | inf | 42 | 3 | 2 | [
{
"theorem_name": "mod_copyAU_full_spec_within_v4",
"depth": 1,
"n_commands": 0,
"n_lines": 3,
"is_leaf": true,
"centrality": 0,
"method": "deleted-dep",
"proof_text": " by\n exact cpsTripleWithin_modCode_noNop_v4_to_modCode_v4\n (mod_copyAU_full_spec_within_v4_noNop sp a0 a1 a2 ... | [
{
"name": "mod_copyAU_full_spec_within_v4_noNop",
"text": "/-- CopyAU over the no-NOP v4 MOD code bundle. -/\ntheorem mod_copyAU_full_spec_within_v4_noNop (sp : Word)\n (a0 a1 a2 a3 : Word)\n (u0 u1 u2 u3 u4 : Word)\n (v5 : Word) (base : Word) :\n cpsTripleWithin 9 (base + copyAUOff) (base + loo... | [
{
"name": "mod_copyAU_full_spec_within_v4",
"fan_in": 0,
"n_deps_direct": 1,
"n_deps_transitive": 1,
"n_lines": 26,
"n_chars": 1198,
"n_subproofs": 0,
"n_tactics": 3,
"cyclomatic": 1,
"n_automation": 0,
"n_rewrites": 0,
"n_structural": 1,
"automation_only": false,... | 1 | /-
EvmAsm.Evm64.DivMod.Compose.ModShift0LoopSetupN4V4NoNop
v4/no-NOP MOD n=4 shift-zero path from entry to loop setup.
-/
import EvmAsm.Evm64.DivMod.Compose.ModFullPathN4V4NoNop
open EvmAsm.Rv64.Tactics
namespace EvmAsm.Evm64
open EvmAsm.Rv64
open EvmAsm.Rv64.AddrNorm (bv64_4mul_3 se12_0)
/-- CopyAU over the ... | /-
EvmAsm.Evm64.DivMod.Compose.ModShift0LoopSetupN4V4NoNop
v4/no-NOP MOD n=4 shift-zero path from entry to loop setup.
-/
import EvmAsm.Evm64.DivMod.Compose.ModFullPathN4V4NoNop
open EvmAsm.Rv64.Tactics
namespace EvmAsm.Evm64
open EvmAsm.Rv64
open EvmAsm.Rv64.AddrNorm (bv64_4mul_3 se12_0)
/-- CopyAU over the ... | @@ -13,6 +13,34 @@
open EvmAsm.Rv64
open EvmAsm.Rv64.AddrNorm (bv64_4mul_3 se12_0)
+/-- CopyAU over the no-NOP v4 MOD code bundle. -/
+theorem mod_copyAU_full_spec_within_v4_noNop (sp : Word)
+ (a0 a1 a2 a3 : Word)
+ (u0 u1 u2 u3 u4 : Word)
+ (v5 : Word) (base : Word) :
+ cpsTripleWithin 9 (base + copyA... | {
"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_e4a54b724934_2 | cd55ba7f699ff225 | lean | lean | github.com/Verified-zkEVM/evm-asm | 7d5875858bc3727250adb6880c8339048365b1b6 | EvmAsm/Evm64/DivMod/Compose/ModShift0LoopSetupN4V4NoNop.lean | ModShift0LoopSetupN4V4NoNop | 2 | lemma_delete | null | null | false | 0.5 | 1 | 1 | false | 0 | inf | 0 | inf | 42 | 3 | 2 | [
{
"theorem_name": "divK_phaseC2_taken_spec_within_mod_v4",
"depth": 1,
"n_commands": 0,
"n_lines": 3,
"is_leaf": true,
"centrality": 0,
"method": "deleted-dep",
"proof_text": " by\n exact cpsTripleWithin_modCode_noNop_v4_to_modCode_v4\n (divK_phaseC2_taken_spec_within_mod_v4_noNo... | [
{
"name": "divK_phaseC2_taken_spec_within_mod_v4_noNop",
"text": "/-- Phase C2 taken over the no-NOP v4 MOD code bundle. -/\ntheorem divK_phaseC2_taken_spec_within_mod_v4_noNop\n (sp shift v2 shiftMem : Word) (base : Word) (hshift_z : shift = 0) :\n cpsTripleWithin 4 (base + phaseC2Off) (base + copyAU... | [
{
"name": "evm_mod_n4_shift0_to_loopSetup_spec_within_v4_noNop",
"fan_in": 1,
"n_deps_direct": 2,
"n_deps_transitive": 2,
"n_lines": 120,
"n_chars": 7619,
"n_subproofs": 11,
"n_tactics": 80,
"cyclomatic": 1,
"n_automation": 3,
"n_rewrites": 0,
"n_structural": 1,
"... | 2 | /-
EvmAsm.Evm64.DivMod.Compose.ModShift0LoopSetupN4V4NoNop
v4/no-NOP MOD n=4 shift-zero path from entry to loop setup.
-/
import EvmAsm.Evm64.DivMod.Compose.ModFullPathN4V4NoNop
open EvmAsm.Rv64.Tactics
namespace EvmAsm.Evm64
open EvmAsm.Rv64
open EvmAsm.Rv64.AddrNorm (bv64_4mul_3 se12_0)
/-- CopyAU over the ... | /-
EvmAsm.Evm64.DivMod.Compose.ModShift0LoopSetupN4V4NoNop
v4/no-NOP MOD n=4 shift-zero path from entry to loop setup.
-/
import EvmAsm.Evm64.DivMod.Compose.ModFullPathN4V4NoNop
open EvmAsm.Rv64.Tactics
namespace EvmAsm.Evm64
open EvmAsm.Rv64
open EvmAsm.Rv64.AddrNorm (bv64_4mul_3 se12_0)
/-- Phase C2 taken o... | @@ -13,6 +13,45 @@
open EvmAsm.Rv64
open EvmAsm.Rv64.AddrNorm (bv64_4mul_3 se12_0)
+/-- Phase C2 taken over the no-NOP v4 MOD code bundle. -/
+theorem divK_phaseC2_taken_spec_within_mod_v4_noNop
+ (sp shift v2 shiftMem : Word) (base : Word) (hshift_z : shift = 0) :
+ cpsTripleWithin 4 (base + phaseC2Off) (bas... | {
"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_e4a54b724934_3 | 5b8d92dd47584822 | lean | lean | github.com/Verified-zkEVM/evm-asm | 7d5875858bc3727250adb6880c8339048365b1b6 | EvmAsm/Evm64/DivMod/Compose/ModShift0LoopSetupN4V4NoNop.lean | ModShift0LoopSetupN4V4NoNop | 3 | lemma_delete | null | null | false | 0.5 | 1 | 1 | false | 0 | inf | 0 | inf | 42 | 3 | 2 | [
{
"theorem_name": "divK_phaseC2_taken_spec_within_mod_v4",
"depth": 1,
"n_commands": 0,
"n_lines": 3,
"is_leaf": true,
"centrality": 0,
"method": "deleted-dep",
"proof_text": " by\n exact cpsTripleWithin_modCode_noNop_v4_to_modCode_v4\n (divK_phaseC2_taken_spec_within_mod_v4_noNo... | [
{
"name": "divK_phaseC2_taken_spec_within_mod_v4_noNop",
"text": "/-- Phase C2 taken over the no-NOP v4 MOD code bundle. -/\ntheorem divK_phaseC2_taken_spec_within_mod_v4_noNop\n (sp shift v2 shiftMem : Word) (base : Word) (hshift_z : shift = 0) :\n cpsTripleWithin 4 (base + phaseC2Off) (base + copyAU... | [
{
"name": "evm_mod_n4_shift0_to_loopSetup_spec_within_v4",
"fan_in": 0,
"n_deps_direct": 1,
"n_deps_transitive": 3,
"n_lines": 46,
"n_chars": 3124,
"n_subproofs": 0,
"n_tactics": 6,
"cyclomatic": 1,
"n_automation": 0,
"n_rewrites": 0,
"n_structural": 1,
"automatio... | 3 | /-
EvmAsm.Evm64.DivMod.Compose.ModShift0LoopSetupN4V4NoNop
v4/no-NOP MOD n=4 shift-zero path from entry to loop setup.
-/
import EvmAsm.Evm64.DivMod.Compose.ModFullPathN4V4NoNop
open EvmAsm.Rv64.Tactics
namespace EvmAsm.Evm64
open EvmAsm.Rv64
open EvmAsm.Rv64.AddrNorm (bv64_4mul_3 se12_0)
/-- CopyAU over the ... | /-
EvmAsm.Evm64.DivMod.Compose.ModShift0LoopSetupN4V4NoNop
v4/no-NOP MOD n=4 shift-zero path from entry to loop setup.
-/
import EvmAsm.Evm64.DivMod.Compose.ModFullPathN4V4NoNop
open EvmAsm.Rv64.Tactics
namespace EvmAsm.Evm64
open EvmAsm.Rv64
open EvmAsm.Rv64.AddrNorm (bv64_4mul_3 se12_0)
/-- Phase C2 taken o... | @@ -13,6 +13,45 @@
open EvmAsm.Rv64
open EvmAsm.Rv64.AddrNorm (bv64_4mul_3 se12_0)
+/-- Phase C2 taken over the no-NOP v4 MOD code bundle. -/
+theorem divK_phaseC2_taken_spec_within_mod_v4_noNop
+ (sp shift v2 shiftMem : Word) (base : Word) (hshift_z : shift = 0) :
+ cpsTripleWithin 4 (base + phaseC2Off) (bas... | {
"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_3a605ea7e256_0 | 84621cf67e42b294 | lean | lean | github.com/Verified-zkEVM/evm-asm | 7d5875858bc3727250adb6880c8339048365b1b6 | EvmAsm/Evm64/Calldata/StageSpec.lean | StageSpec | 0 | lemma_delete | null | null | false | 0.5 | 1 | 1 | false | 0 | inf | 0 | inf | 42 | 14 | 1 | [
{
"theorem_name": "stage_body_spec_within",
"depth": 1,
"n_commands": 0,
"n_lines": 216,
"is_leaf": true,
"centrality": 0,
"method": "deleted-dep",
"proof_text": " by\n set copyBytes := callDataCopyBytes data normOff 32 with hcb_def\n -- Bounds for the pointer arithmetic / branch c... | [
{
"name": "stage_ult_offsets",
"text": "/-- `BitVec.ult` of two `memBase`-relative pointers reflects the `Nat` order of\n their offsets, when neither addition wraps. -/\ntheorem stage_ult_offsets (memBase : Word) (a b : Nat)\n (ha : memBase.toNat + a < 2 ^ 64) (hb : memBase.toNat + b < 2 ^ 64)\n (h... | [
{
"name": "stage_body_spec_within",
"fan_in": 1,
"n_deps_direct": 4,
"n_deps_transitive": 4,
"n_lines": 255,
"n_chars": 16301,
"n_subproofs": 56,
"n_tactics": 220,
"cyclomatic": 1,
"n_automation": 55,
"n_rewrites": 53,
"n_structural": 11,
"automation_only": false,... | 4 | /-
EvmAsm.Evm64.Calldata.StageSpec
The verified staging step for the ARENA-FREE CALLDATALOAD (bead
evm-asm-t1iqb, phase B): the ≤32-byte copy-with-zero-fill loop that
materializes the CALLDATALOAD window into the aligned staging buffer.
This is the copy-loop verification the CALLDATACOPY slice deferred
(`C... | /-
EvmAsm.Evm64.Calldata.StageSpec
The verified staging step for the ARENA-FREE CALLDATALOAD (bead
evm-asm-t1iqb, phase B): the ≤32-byte copy-with-zero-fill loop that
materializes the CALLDATALOAD window into the aligned staging buffer.
This is the copy-loop verification the CALLDATACOPY slice deferred
(`C... | @@ -110,6 +110,22 @@
congr 1
omega
+/-- `BitVec.ult` of two `memBase`-relative pointers reflects the `Nat` order of
+ their offsets, when neither addition wraps. -/
+theorem stage_ult_offsets (memBase : Word) (a b : Nat)
+ (ha : memBase.toNat + a < 2 ^ 64) (hb : memBase.toNat + b < 2 ^ 64)
+ ... | {
"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_3a605ea7e256_1 | fd671c638c729eae | lean | lean | github.com/Verified-zkEVM/evm-asm | 7d5875858bc3727250adb6880c8339048365b1b6 | EvmAsm/Evm64/Calldata/StageSpec.lean | StageSpec | 1 | lemma_delete | null | null | false | 0.5 | 1 | 1 | false | 0 | inf | 0 | inf | 42 | 14 | 1 | [
{
"theorem_name": "stage_copy_loop_spec_within",
"depth": 1,
"n_commands": 0,
"n_lines": 90,
"is_leaf": true,
"centrality": 0,
"method": "deleted-dep",
"proof_text": " by\n set copyBytes := callDataCopyBytes data normOff 32 with hcb_def\n have hmono17 : ∀ a i, CodeReq.singleton (ba... | [
{
"name": "word_ofNat_succ_ne_zero",
"text": "/-- A successor counter `< 2^64` is nonzero as a word. -/\nprivate theorem word_ofNat_succ_ne_zero (n : Nat) (h : n + 1 < 18446744073709551616) :\n BitVec.ofNat 64 (n + 1) ≠ (0 : Word) := by\n have ht : (BitVec.ofNat 64 (n + 1) : Word).toNat = n + 1 := by\n ... | [
{
"name": "stage_copy_loop_spec_within",
"fan_in": 1,
"n_deps_direct": 3,
"n_deps_transitive": 7,
"n_lines": 125,
"n_chars": 7568,
"n_subproofs": 27,
"n_tactics": 99,
"cyclomatic": 2,
"n_automation": 23,
"n_rewrites": 17,
"n_structural": 7,
"automation_only": fals... | 7 | /-
EvmAsm.Evm64.Calldata.StageSpec
The verified staging step for the ARENA-FREE CALLDATALOAD (bead
evm-asm-t1iqb, phase B): the ≤32-byte copy-with-zero-fill loop that
materializes the CALLDATALOAD window into the aligned staging buffer.
This is the copy-loop verification the CALLDATACOPY slice deferred
(`C... | /-
EvmAsm.Evm64.Calldata.StageSpec
The verified staging step for the ARENA-FREE CALLDATALOAD (bead
evm-asm-t1iqb, phase B): the ≤32-byte copy-with-zero-fill loop that
materializes the CALLDATALOAD window into the aligned staging buffer.
This is the copy-loop verification the CALLDATACOPY slice deferred
(`C... | @@ -388,6 +388,13 @@
rw [BitVec.toNat_add, hs, BitVec.toNat_ofNat, BitVec.toNat_ofNat]
omega
+/-- A successor counter `< 2^64` is nonzero as a word. -/
+private theorem word_ofNat_succ_ne_zero (n : Nat) (h : n + 1 < 18446744073709551616) :
+ BitVec.ofNat 64 (n + 1) ≠ (0 : Word) := by
+ have ht : (BitVec.ofN... | {
"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_3a605ea7e256_2 | dcab4b6758384391 | lean | lean | github.com/Verified-zkEVM/evm-asm | 7d5875858bc3727250adb6880c8339048365b1b6 | EvmAsm/Evm64/Calldata/StageSpec.lean | StageSpec | 2 | lemma_delete | null | null | false | 0.5 | 1 | 1 | false | 0 | inf | 0 | inf | 42 | 14 | 1 | [
{
"theorem_name": "evm_calldataload_staged_core_spec_within",
"depth": 1,
"n_commands": 0,
"n_lines": 135,
"is_leaf": true,
"centrality": 0,
"method": "deleted-dep",
"proof_text": " by\n set cdp := memBase + BitVec.ofNat 64 cdByteOff with hcdp\n set normW := stageNormW offsetWord l... | [
{
"name": "staged_shed_scratch",
"text": "/-- Shed the eleven scratch registers (`x5 x6 x7 x28 x29 x30 x31` and the\n window scratch `x15 x16 x17 x18`) from ownership at the tail of the\n staged-core postcondition. -/\nprivate theorem staged_shed_scratch\n (sp envAddr buf cdp lenW memBase : Word) (... | [
{
"name": "evm_calldataload_staged_core_spec_within",
"fan_in": 1,
"n_deps_direct": 6,
"n_deps_transitive": 13,
"n_lines": 189,
"n_chars": 11661,
"n_subproofs": 25,
"n_tactics": 129,
"cyclomatic": 1,
"n_automation": 16,
"n_rewrites": 26,
"n_structural": 8,
"automa... | 13 | /-
EvmAsm.Evm64.Calldata.StageSpec
The verified staging step for the ARENA-FREE CALLDATALOAD (bead
evm-asm-t1iqb, phase B): the ≤32-byte copy-with-zero-fill loop that
materializes the CALLDATALOAD window into the aligned staging buffer.
This is the copy-loop verification the CALLDATACOPY slice deferred
(`C... | /-
EvmAsm.Evm64.Calldata.StageSpec
The verified staging step for the ARENA-FREE CALLDATALOAD (bead
evm-asm-t1iqb, phase B): the ≤32-byte copy-with-zero-fill loop that
materializes the CALLDATALOAD window into the aligned staging buffer.
This is the copy-loop verification the CALLDATACOPY slice deferred
(`C... | @@ -755,6 +755,42 @@
have h_staged := cpsTripleWithin_extend_code hmono h_core
rwa [show (base + 108 : Word) + 376 = base + 484 from by bv_omega] at h_staged
+/-- Shed the eleven scratch registers (`x5 x6 x7 x28 x29 x30 x31` and the
+ window scratch `x15 x16 x17 x18`) from ownership at the tail of the
+ s... | {
"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_3a605ea7e256_3 | 08e18c62b4ffc5b3 | lean | lean | github.com/Verified-zkEVM/evm-asm | 7d5875858bc3727250adb6880c8339048365b1b6 | EvmAsm/Evm64/Calldata/StageSpec.lean | StageSpec | 3 | lemma_delete | null | null | false | 0.5 | 1 | 1 | false | 0 | inf | 0 | inf | 42 | 14 | 1 | [
{
"theorem_name": "evm_calldataload_staged_stack_spec_within",
"depth": 1,
"n_commands": 0,
"n_lines": 18,
"is_leaf": true,
"centrality": 0,
"method": "deleted-dep",
"proof_text": " by\n have h_core := evm_calldataload_staged_core_spec_within base envAddr sp buf\n memBase cdByteO... | [
{
"name": "evm_calldataload_staged_core_spec_within",
"text": "/-- **The staged CALLDATALOAD core spec** (`base → base + 484`, 401 steps):\n setup preamble ; ≤32-byte copy loop ; finalize store ; window ladder.\n The calldata is modeled via the aligned parent-memory region\n (`bytesRegion memBase m... | [
{
"name": "evm_calldataload_staged_stack_spec_within",
"fan_in": 0,
"n_deps_direct": 1,
"n_deps_transitive": 14,
"n_lines": 66,
"n_chars": 3907,
"n_subproofs": 2,
"n_tactics": 21,
"cyclomatic": 1,
"n_automation": 2,
"n_rewrites": 4,
"n_structural": 1,
"automation_... | 14 | /-
EvmAsm.Evm64.Calldata.StageSpec
The verified staging step for the ARENA-FREE CALLDATALOAD (bead
evm-asm-t1iqb, phase B): the ≤32-byte copy-with-zero-fill loop that
materializes the CALLDATALOAD window into the aligned staging buffer.
This is the copy-loop verification the CALLDATACOPY slice deferred
(`C... | /-
EvmAsm.Evm64.Calldata.StageSpec
The verified staging step for the ARENA-FREE CALLDATALOAD (bead
evm-asm-t1iqb, phase B): the ≤32-byte copy-with-zero-fill loop that
materializes the CALLDATALOAD window into the aligned staging buffer.
This is the copy-loop verification the CALLDATACOPY slice deferred
(`C... | @@ -791,6 +791,194 @@
iterate 9 apply sepConj_mono (regIs_implies_regOwn _)
exact regIs_implies_regOwn _
+/-- **The staged CALLDATALOAD core spec** (`base → base + 484`, 401 steps):
+ setup preamble ; ≤32-byte copy loop ; finalize store ; window ladder.
+ The calldata is modeled via the aligned parent-mem... | {
"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_d5feee8ef618_0 | d6736c983a723582 | lean | lean | github.com/Verified-zkEVM/evm-asm | 7d5875858bc3727250adb6880c8339048365b1b6 | EvmAsm/Evm64/DivMod/Spec/N4C3EqUTopPlusOne.lean | N4C3EqUTopPlusOne | 0 | lemma_delete | null | null | false | 0.5 | 1 | 1 | false | 0 | inf | 0 | inf | 42 | 1 | 1 | [
{
"theorem_name": "n4CallAddbackBeq_c3_eq_uTop_plus_one_of_borrow",
"depth": 1,
"n_commands": 0,
"n_lines": 21,
"is_leaf": true,
"centrality": 0,
"method": "deleted-dep",
"proof_text": " by\n intro hborrow\n have hc3_le := mulsubN4_c3_le_uTop_plus_one (n4CallAddbackBeqQHatV5 a b)\n... | [
{
"name": "n4CallAddbackBeqQHatV5_mul_B3Prime_le_topwindow",
"text": "/-- The v5 trial quotient is the floor of the top window, so `qHat·B3' ≤ U4·2^64 + U3`. -/\ntheorem n4CallAddbackBeqQHatV5_mul_B3Prime_le_topwindow {a b : EvmWord}\n (hb3nz : b.getLimbN 3 ≠ 0)\n (hcall : isCallTrialN4 (a.getLimbN 3)... | [
{
"name": "n4CallAddbackBeq_c3_eq_uTop_plus_one_of_borrow",
"fan_in": 0,
"n_deps_direct": 1,
"n_deps_transitive": 1,
"n_lines": 40,
"n_chars": 2154,
"n_subproofs": 3,
"n_tactics": 22,
"cyclomatic": 1,
"n_automation": 2,
"n_rewrites": 3,
"n_structural": 3,
"automat... | 1 | /-
EvmAsm.Evm64.DivMod.Spec.N4C3EqUTopPlusOne
Discharges the `hc3_of_borrow` obligation of the U4-general
`iterWithDoubleAddback_val256_conservation_gen` (#7653) for the n=4 v5 call path:
on the borrow branch (`U4 < c3`), the four-limb mulsub borrow is exactly
`c3 = U4 + 1`.
Two steps:
* `n4CallAddbackB... | /-
EvmAsm.Evm64.DivMod.Spec.N4C3EqUTopPlusOne
Discharges the `hc3_of_borrow` obligation of the U4-general
`iterWithDoubleAddback_val256_conservation_gen` (#7653) for the n=4 v5 call path:
on the borrow branch (`U4 < c3`), the four-limb mulsub borrow is exactly
`c3 = U4 + 1`.
Two steps:
* `n4CallAddbackB... | @@ -27,6 +27,22 @@
open EvmWord EvmAsm.Rv64
+/-- The v5 trial quotient is the floor of the top window, so `qHat·B3' ≤ U4·2^64 + U3`. -/
+theorem n4CallAddbackBeqQHatV5_mul_B3Prime_le_topwindow {a b : EvmWord}
+ (hb3nz : b.getLimbN 3 ≠ 0)
+ (hcall : isCallTrialN4 (a.getLimbN 3) (b.getLimbN 2) (b.getLimbN 3)) ... | {
"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_a7a6e616a0f7_0 | c697c0665ddac06a | lean | lean | github.com/Verified-zkEVM/evm-asm | 7d5875858bc3727250adb6880c8339048365b1b6 | EvmAsm/Evm64/MulMod/Compose/Reducer.lean | Reducer | 0 | lemma_delete | null | null | false | 0.5 | 1 | 1 | false | 0 | inf | 0 | inf | 42 | 1 | 1 | [
{
"theorem_name": "evm_mulmod_reduce512_evm_mulmod_spec_within",
"depth": 1,
"n_commands": 0,
"n_lines": 5,
"is_leaf": true,
"centrality": 0,
"method": "deleted-dep",
"proof_text": "\n cpsTripleWithin_extend_code\n (h := evm_mulmod_reduce512_spec_within sp (base + 1816)\n v1... | [
{
"name": "evm_mulmod_program_code_reduce512_sub",
"text": "/-- The full reducer block at offset 1816 is subsumed by the top-level\n `evm_mulmod_program_code`. -/\ntheorem evm_mulmod_program_code_reduce512_sub\n (base : Word) :\n ∀ a i, (CodeReq.ofProg (base + 1816) evm_mulmod_reduce512) a = some i... | [
{
"name": "evm_mulmod_reduce512_evm_mulmod_spec_within",
"fan_in": 0,
"n_deps_direct": 1,
"n_deps_transitive": 1,
"n_lines": 38,
"n_chars": 3021,
"n_subproofs": 0,
"n_tactics": 4,
"cyclomatic": 1,
"n_automation": 0,
"n_rewrites": 0,
"n_structural": 0,
"automation_... | 1 | import EvmAsm.Evm64.MulMod.Compose.Base
import EvmAsm.Evm64.MulMod.ReduceOuterInduction
namespace EvmAsm.Evm64.MulMod.Compose
open EvmAsm.Rv64.Tactics
open EvmAsm.Rv64
local macro "evm_mulmod_reduce512_slice_rfl" : tactic =>
`(tactic|
first
| rfl
| (unfold evm_mulmod evm_mulmod_reduce512
... | import EvmAsm.Evm64.MulMod.Compose.Base
import EvmAsm.Evm64.MulMod.ReduceOuterInduction
namespace EvmAsm.Evm64.MulMod.Compose
open EvmAsm.Rv64.Tactics
open EvmAsm.Rv64
local macro "evm_mulmod_reduce512_slice_rfl" : tactic =>
`(tactic|
first
| rfl
| (unfold evm_mulmod evm_mulmod_reduce512
... | @@ -18,6 +18,20 @@
LD OR' BNE SD ADDI JAL MUL MULHU ADD SLTU single seq
rfl))
+/-- The full reducer block at offset 1816 is subsumed by the top-level
+ `evm_mulmod_program_code`. -/
+theorem evm_mulmod_program_code_reduce512_sub
+ (base : Word) :
+ ∀ a i, (CodeReq.ofProg (base + 1816) ... | {
"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_2df0746971e4_0 | 157ecd7ba30ade08 | lean | lean | github.com/Verified-zkEVM/evm-asm | 7d5875858bc3727250adb6880c8339048365b1b6 | EvmAsm/Codegen/CallFramePhase.lean | CallFramePhase | 0 | lemma_delete | null | null | false | 0.5 | 1 | 1 | false | 0 | inf | 0 | inf | 42 | 4 | 1 | [
{
"theorem_name": "phaseD_eq_phaseH",
"depth": 1,
"n_commands": 0,
"n_lines": 3,
"is_leaf": true,
"centrality": 0,
"method": "deleted-dep",
"proof_text": " by\n rw [phaseDView, phaseHView, ← phaseHSegs_sum]\n exact anyBytes_eq_anyTiles base phaseHSegs phaseHSegs_dvd8",
"n_chars... | [
{
"name": "phaseHSegs_sum",
"text": "theorem phaseHSegs_sum : phaseHSegs.sum = frameArrayBytes := by decide\n\n",
"fan_in": 1,
"n_lines": 3,
"n_chars": 72,
"n_subproofs": 0,
"n_tactics": 1,
"cyclomatic": 1,
"n_automation": 1,
"n_rewrites": 0,
"n_structural": 0,
"autom... | [
{
"name": "phaseD_eq_phaseH",
"fan_in": 2,
"n_deps_direct": 2,
"n_deps_transitive": 2,
"n_lines": 8,
"n_chars": 396,
"n_subproofs": 0,
"n_tactics": 3,
"cyclomatic": 1,
"n_automation": 0,
"n_rewrites": 1,
"n_structural": 1,
"automation_only": false,
"max_nestin... | 2 | /-
EvmAsm.Codegen.CallFramePhase
The verified phase-ownership model for the `call_frame_arena` union —
bead `evm-asm-4ch8f.6`'s deferred hard half, instantiating the generic
machinery of `EvmAsm/Rv64/SAsm/PhaseSplit.lean` on the audited inventory
of `EvmAsm/Codegen/RegionMap.lean`.
## What is being modele... | /-
EvmAsm.Codegen.CallFramePhase
The verified phase-ownership model for the `call_frame_arena` union —
bead `evm-asm-4ch8f.6`'s deferred hard half, instantiating the generic
machinery of `EvmAsm/Rv64/SAsm/PhaseSplit.lean` on the audited inventory
of `EvmAsm/Codegen/RegionMap.lean`.
## What is being modele... | @@ -68,6 +68,8 @@
def phaseHSegs : List Nat :=
RegionMap.dataUnionChildren.map (·.size) ++ [unionPadBytes]
+theorem phaseHSegs_sum : phaseHSegs.sum = frameArrayBytes := by decide
+
theorem phaseHSegs_dvd8 : ∀ s ∈ phaseHSegs, 8 ∣ s := by decide
-- ===============================================================... | {
"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_2df0746971e4_1 | 6b5efd5aa463965a | lean | lean | github.com/Verified-zkEVM/evm-asm | 7d5875858bc3727250adb6880c8339048365b1b6 | EvmAsm/Codegen/CallFramePhase.lean | CallFramePhase | 1 | lemma_delete | null | null | false | 0.5 | 1 | 1 | false | 0 | inf | 0 | inf | 42 | 4 | 2 | [
{
"theorem_name": "phaseH_to_phaseD",
"depth": 1,
"n_commands": 0,
"n_lines": 11,
"is_leaf": true,
"centrality": 0,
"method": "deleted-dep",
"proof_text": " by\n have w : ∀ (b : Word) (n : Nat) (bs : List (BitVec 8)), bs.length = n →\n ∀ h', bytesRegion b bs h' → anyBytes b n h... | [
{
"name": "phaseD_eq_phaseH",
"text": "/-- **The phase-repartition theorem**: the two views are the SAME assertion.\n Rewriting across this equality is the phase transition; contents are\n forgotten in both directions by construction. -/\ntheorem phaseD_eq_phaseH (base : Word) : phaseDView base = phas... | [
{
"name": "phaseH_to_phaseD",
"fan_in": 0,
"n_deps_direct": 2,
"n_deps_transitive": 4,
"n_lines": 30,
"n_chars": 1971,
"n_subproofs": 1,
"n_tactics": 11,
"cyclomatic": 1,
"n_automation": 0,
"n_rewrites": 1,
"n_structural": 6,
"automation_only": false,
"max_nes... | 4 | /-
EvmAsm.Codegen.CallFramePhase
The verified phase-ownership model for the `call_frame_arena` union —
bead `evm-asm-4ch8f.6`'s deferred hard half, instantiating the generic
machinery of `EvmAsm/Rv64/SAsm/PhaseSplit.lean` on the audited inventory
of `EvmAsm/Codegen/RegionMap.lean`.
## What is being modele... | /-
EvmAsm.Codegen.CallFramePhase
The verified phase-ownership model for the `call_frame_arena` union —
bead `evm-asm-4ch8f.6`'s deferred hard half, instantiating the generic
machinery of `EvmAsm/Rv64/SAsm/PhaseSplit.lean` on the audited inventory
of `EvmAsm/Codegen/RegionMap.lean`.
## What is being modele... | @@ -84,6 +84,13 @@
havoc'd tile of the same byte range. -/
def phaseHView (base : Word) : Assertion := anyTilesAt base 0 phaseHSegs
+/-- **The phase-repartition theorem**: the two views are the SAME assertion.
+ Rewriting across this equality is the phase transition; contents are
+ forgotten in both direc... | {
"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_2df0746971e4_2 | da862051c7e4f207 | lean | lean | github.com/Verified-zkEVM/evm-asm | 7d5875858bc3727250adb6880c8339048365b1b6 | EvmAsm/Codegen/CallFramePhase.lean | CallFramePhase | 2 | lemma_delete | null | null | false | 0.5 | 1 | 1 | false | 0 | inf | 0 | inf | 42 | 4 | 1 | [
{
"theorem_name": "phaseD_eq_phaseH",
"depth": 1,
"n_commands": 0,
"n_lines": 3,
"is_leaf": true,
"centrality": 0,
"method": "deleted-dep",
"proof_text": " by\n rw [phaseDView, phaseHView, ← phaseHSegs_sum]\n exact anyBytes_eq_anyTiles base phaseHSegs phaseHSegs_dvd8",
"n_chars... | [
{
"name": "phaseHSegs_dvd8",
"text": "theorem phaseHSegs_dvd8 : ∀ s ∈ phaseHSegs, 8 ∣ s := by decide\n\n-- ============================================================================\n-- The two phase views and their equality\n-- ============================================================================\... | [
{
"name": "phaseD_to_phaseH",
"fan_in": 0,
"n_deps_direct": 1,
"n_deps_transitive": 3,
"n_lines": 10,
"n_chars": 509,
"n_subproofs": 0,
"n_tactics": 1,
"cyclomatic": 1,
"n_automation": 0,
"n_rewrites": 0,
"n_structural": 0,
"automation_only": false,
"max_nesti... | 3 | /-
EvmAsm.Codegen.CallFramePhase
The verified phase-ownership model for the `call_frame_arena` union —
bead `evm-asm-4ch8f.6`'s deferred hard half, instantiating the generic
machinery of `EvmAsm/Rv64/SAsm/PhaseSplit.lean` on the audited inventory
of `EvmAsm/Codegen/RegionMap.lean`.
## What is being modele... | /-
EvmAsm.Codegen.CallFramePhase
The verified phase-ownership model for the `call_frame_arena` union —
bead `evm-asm-4ch8f.6`'s deferred hard half, instantiating the generic
machinery of `EvmAsm/Rv64/SAsm/PhaseSplit.lean` on the audited inventory
of `EvmAsm/Codegen/RegionMap.lean`.
## What is being modele... | @@ -70,6 +70,12 @@
theorem phaseHSegs_sum : phaseHSegs.sum = frameArrayBytes := by decide
+theorem phaseHSegs_dvd8 : ∀ s ∈ phaseHSegs, 8 ∣ s := by decide
+
+-- ============================================================================
+-- The two phase views and their equality
+-- ===============================... | {
"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_c2945feddb1f_0 | c2f6c36fbd6364b4 | lean | lean | github.com/Verified-zkEVM/evm-asm | 7d5875858bc3727250adb6880c8339048365b1b6 | EvmAsm/Evm64/TerminatingGas.lean | TerminatingGas | 0 | lemma_delete | null | null | false | 0.5 | 1 | 1 | false | 0 | inf | 0 | inf | 42 | 2 | 3 | [
{
"theorem_name": "terminatingDynamicCost_return_zero_length",
"depth": 1,
"n_commands": 0,
"n_lines": 2,
"is_leaf": true,
"centrality": 0,
"method": "deleted-dep",
"proof_text": " by\n simp [terminatingDynamicCost_return_eq]",
"n_chars": 45,
"n_subproofs": 0,
"n_tactics... | [
{
"name": "terminatingDynamicCost_return_eq",
"text": "theorem terminatingDynamicCost_return_eq (sizeBytes offset length : Nat) :\n terminatingDynamicCost .return_ sizeBytes offset length =\n MemoryGas.returnDynamicCost sizeBytes offset length := rfl\n\n",
"fan_in": 3,
"n_lines": 5,
"n_c... | [
{
"name": "terminatingDynamicCost_return_zero_length",
"fan_in": 0,
"n_deps_direct": 1,
"n_deps_transitive": 1,
"n_lines": 6,
"n_chars": 197,
"n_subproofs": 0,
"n_tactics": 2,
"cyclomatic": 1,
"n_automation": 1,
"n_rewrites": 0,
"n_structural": 0,
"automation_only... | 1 | /-
EvmAsm.Evm64.TerminatingGas
Pure dynamic gas helpers for frame-terminating opcodes (GH #113).
Mirrors the shape of `EvmAsm.Evm64.LogGas`: a `Kind`-keyed wrapper that
dispatches the dynamic gas component of STOP / RETURN / REVERT / INVALID /
SELFDESTRUCT to the appropriate primitive in `EvmAsm.Evm64.Memor... | /-
EvmAsm.Evm64.TerminatingGas
Pure dynamic gas helpers for frame-terminating opcodes (GH #113).
Mirrors the shape of `EvmAsm.Evm64.LogGas`: a `Kind`-keyed wrapper that
dispatches the dynamic gas component of STOP / RETURN / REVERT / INVALID /
SELFDESTRUCT to the appropriate primitive in `EvmAsm.Evm64.Memor... | @@ -45,13 +45,18 @@
(sizeBytes offset length : Nat) :
terminatingDynamicCost .selfdestruct sizeBytes offset length = 0 := rfl
+theorem terminatingDynamicCost_return_eq (sizeBytes offset length : Nat) :
+ terminatingDynamicCost .return_ sizeBytes offset length =
+ MemoryGas.returnDynamicCost sizeByte... | {
"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_c2945feddb1f_1 | 7bd9a42f929f981c | lean | lean | github.com/Verified-zkEVM/evm-asm | 7d5875858bc3727250adb6880c8339048365b1b6 | EvmAsm/Evm64/TerminatingGas.lean | TerminatingGas | 1 | lemma_delete | null | null | false | 0.5 | 1 | 1 | false | 0 | inf | 0 | inf | 42 | 2 | 3 | [
{
"theorem_name": "terminatingDynamicCost_revert_zero_length",
"depth": 1,
"n_commands": 0,
"n_lines": 2,
"is_leaf": true,
"centrality": 0,
"method": "deleted-dep",
"proof_text": " by\n simp [terminatingDynamicCost_revert_eq]",
"n_chars": 45,
"n_subproofs": 0,
"n_tactics... | [
{
"name": "terminatingDynamicCost_revert_eq",
"text": "theorem terminatingDynamicCost_revert_eq (sizeBytes offset length : Nat) :\n terminatingDynamicCost .revert sizeBytes offset length =\n MemoryGas.revertDynamicCost sizeBytes offset length := rfl\n\n",
"fan_in": 3,
"n_lines": 5,
"n_ch... | [
{
"name": "terminatingDynamicCost_revert_zero_length",
"fan_in": 0,
"n_deps_direct": 1,
"n_deps_transitive": 1,
"n_lines": 6,
"n_chars": 196,
"n_subproofs": 0,
"n_tactics": 2,
"cyclomatic": 1,
"n_automation": 1,
"n_rewrites": 0,
"n_structural": 0,
"automation_only... | 1 | /-
EvmAsm.Evm64.TerminatingGas
Pure dynamic gas helpers for frame-terminating opcodes (GH #113).
Mirrors the shape of `EvmAsm.Evm64.LogGas`: a `Kind`-keyed wrapper that
dispatches the dynamic gas component of STOP / RETURN / REVERT / INVALID /
SELFDESTRUCT to the appropriate primitive in `EvmAsm.Evm64.Memor... | /-
EvmAsm.Evm64.TerminatingGas
Pure dynamic gas helpers for frame-terminating opcodes (GH #113).
Mirrors the shape of `EvmAsm.Evm64.LogGas`: a `Kind`-keyed wrapper that
dispatches the dynamic gas component of STOP / RETURN / REVERT / INVALID /
SELFDESTRUCT to the appropriate primitive in `EvmAsm.Evm64.Memor... | @@ -49,6 +49,10 @@
terminatingDynamicCost .return_ sizeBytes offset length =
MemoryGas.returnDynamicCost sizeBytes offset length := rfl
+theorem terminatingDynamicCost_revert_eq (sizeBytes offset length : Nat) :
+ terminatingDynamicCost .revert sizeBytes offset length =
+ MemoryGas.revertDynamicCo... | {
"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_c2945feddb1f_2 | 35b247224992cebc | lean | lean | github.com/Verified-zkEVM/evm-asm | 7d5875858bc3727250adb6880c8339048365b1b6 | EvmAsm/Evm64/TerminatingGas.lean | TerminatingGas | 2 | lemma_delete | null | null | false | 0.5 | 1 | 1 | false | 0 | inf | 0 | inf | 42 | 2 | 3 | [
{
"theorem_name": "terminatingDynamicCost_return_zero_length",
"depth": 1,
"n_commands": 0,
"n_lines": 2,
"is_leaf": true,
"centrality": 0,
"method": "deleted-dep",
"proof_text": " by\n simp [terminatingDynamicCost_return_eq]",
"n_chars": 45,
"n_subproofs": 0,
"n_tactics... | [
{
"name": "terminatingDynamicCost_return_eq",
"text": "theorem terminatingDynamicCost_return_eq (sizeBytes offset length : Nat) :\n terminatingDynamicCost .return_ sizeBytes offset length =\n MemoryGas.returnDynamicCost sizeBytes offset length := rfl\n\n",
"fan_in": 3,
"n_lines": 5,
"n_c... | [
{
"name": "terminatingDynamicCost_return_eq_zero_of_no_growth",
"fan_in": 0,
"n_deps_direct": 1,
"n_deps_transitive": 1,
"n_lines": 8,
"n_chars": 346,
"n_subproofs": 0,
"n_tactics": 3,
"cyclomatic": 1,
"n_automation": 0,
"n_rewrites": 1,
"n_structural": 1,
"automa... | 1 | /-
EvmAsm.Evm64.TerminatingGas
Pure dynamic gas helpers for frame-terminating opcodes (GH #113).
Mirrors the shape of `EvmAsm.Evm64.LogGas`: a `Kind`-keyed wrapper that
dispatches the dynamic gas component of STOP / RETURN / REVERT / INVALID /
SELFDESTRUCT to the appropriate primitive in `EvmAsm.Evm64.Memor... | /-
EvmAsm.Evm64.TerminatingGas
Pure dynamic gas helpers for frame-terminating opcodes (GH #113).
Mirrors the shape of `EvmAsm.Evm64.LogGas`: a `Kind`-keyed wrapper that
dispatches the dynamic gas component of STOP / RETURN / REVERT / INVALID /
SELFDESTRUCT to the appropriate primitive in `EvmAsm.Evm64.Memor... | @@ -45,13 +45,18 @@
(sizeBytes offset length : Nat) :
terminatingDynamicCost .selfdestruct sizeBytes offset length = 0 := rfl
+theorem terminatingDynamicCost_return_eq (sizeBytes offset length : Nat) :
+ terminatingDynamicCost .return_ sizeBytes offset length =
+ MemoryGas.returnDynamicCost sizeByte... | {
"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_c2945feddb1f_3 | 5b56cd46e5fcd34f | lean | lean | github.com/Verified-zkEVM/evm-asm | 7d5875858bc3727250adb6880c8339048365b1b6 | EvmAsm/Evm64/TerminatingGas.lean | TerminatingGas | 3 | lemma_delete | null | null | false | 0.5 | 1 | 1 | false | 0 | inf | 0 | inf | 42 | 2 | 3 | [
{
"theorem_name": "terminatingDynamicCost_revert_zero_length",
"depth": 1,
"n_commands": 0,
"n_lines": 2,
"is_leaf": true,
"centrality": 0,
"method": "deleted-dep",
"proof_text": " by\n simp [terminatingDynamicCost_revert_eq]",
"n_chars": 45,
"n_subproofs": 0,
"n_tactics... | [
{
"name": "terminatingDynamicCost_revert_eq",
"text": "theorem terminatingDynamicCost_revert_eq (sizeBytes offset length : Nat) :\n terminatingDynamicCost .revert sizeBytes offset length =\n MemoryGas.revertDynamicCost sizeBytes offset length := rfl\n\n",
"fan_in": 3,
"n_lines": 5,
"n_ch... | [
{
"name": "terminatingDynamicCost_revert_eq_zero_of_no_growth",
"fan_in": 0,
"n_deps_direct": 1,
"n_deps_transitive": 1,
"n_lines": 8,
"n_chars": 345,
"n_subproofs": 0,
"n_tactics": 3,
"cyclomatic": 1,
"n_automation": 0,
"n_rewrites": 1,
"n_structural": 1,
"automa... | 1 | /-
EvmAsm.Evm64.TerminatingGas
Pure dynamic gas helpers for frame-terminating opcodes (GH #113).
Mirrors the shape of `EvmAsm.Evm64.LogGas`: a `Kind`-keyed wrapper that
dispatches the dynamic gas component of STOP / RETURN / REVERT / INVALID /
SELFDESTRUCT to the appropriate primitive in `EvmAsm.Evm64.Memor... | /-
EvmAsm.Evm64.TerminatingGas
Pure dynamic gas helpers for frame-terminating opcodes (GH #113).
Mirrors the shape of `EvmAsm.Evm64.LogGas`: a `Kind`-keyed wrapper that
dispatches the dynamic gas component of STOP / RETURN / REVERT / INVALID /
SELFDESTRUCT to the appropriate primitive in `EvmAsm.Evm64.Memor... | @@ -49,6 +49,10 @@
terminatingDynamicCost .return_ sizeBytes offset length =
MemoryGas.returnDynamicCost sizeBytes offset length := rfl
+theorem terminatingDynamicCost_revert_eq (sizeBytes offset length : Nat) :
+ terminatingDynamicCost .revert sizeBytes offset length =
+ MemoryGas.revertDynamicCo... | {
"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_c2945feddb1f_4 | 917c4821537aa922 | lean | lean | github.com/Verified-zkEVM/evm-asm | 7d5875858bc3727250adb6880c8339048365b1b6 | EvmAsm/Evm64/TerminatingGas.lean | TerminatingGas | 4 | lemma_delete | null | null | false | 0.5 | 1 | 1 | false | 0 | inf | 0 | inf | 42 | 2 | 3 | [
{
"theorem_name": "terminatingDynamicCost_return_zero_length",
"depth": 1,
"n_commands": 0,
"n_lines": 2,
"is_leaf": true,
"centrality": 0,
"method": "deleted-dep",
"proof_text": " by\n simp [terminatingDynamicCost_return_eq]",
"n_chars": 45,
"n_subproofs": 0,
"n_tactics... | [
{
"name": "terminatingDynamicCost_return_eq",
"text": "theorem terminatingDynamicCost_return_eq (sizeBytes offset length : Nat) :\n terminatingDynamicCost .return_ sizeBytes offset length =\n MemoryGas.returnDynamicCost sizeBytes offset length := rfl\n\n",
"fan_in": 3,
"n_lines": 5,
"n_c... | [
{
"name": "terminatingDynamicCost_return_eq_zero_of_access_le",
"fan_in": 0,
"n_deps_direct": 1,
"n_deps_transitive": 1,
"n_lines": 8,
"n_chars": 335,
"n_subproofs": 0,
"n_tactics": 3,
"cyclomatic": 1,
"n_automation": 0,
"n_rewrites": 1,
"n_structural": 1,
"automa... | 1 | /-
EvmAsm.Evm64.TerminatingGas
Pure dynamic gas helpers for frame-terminating opcodes (GH #113).
Mirrors the shape of `EvmAsm.Evm64.LogGas`: a `Kind`-keyed wrapper that
dispatches the dynamic gas component of STOP / RETURN / REVERT / INVALID /
SELFDESTRUCT to the appropriate primitive in `EvmAsm.Evm64.Memor... | /-
EvmAsm.Evm64.TerminatingGas
Pure dynamic gas helpers for frame-terminating opcodes (GH #113).
Mirrors the shape of `EvmAsm.Evm64.LogGas`: a `Kind`-keyed wrapper that
dispatches the dynamic gas component of STOP / RETURN / REVERT / INVALID /
SELFDESTRUCT to the appropriate primitive in `EvmAsm.Evm64.Memor... | @@ -45,13 +45,18 @@
(sizeBytes offset length : Nat) :
terminatingDynamicCost .selfdestruct sizeBytes offset length = 0 := rfl
+theorem terminatingDynamicCost_return_eq (sizeBytes offset length : Nat) :
+ terminatingDynamicCost .return_ sizeBytes offset length =
+ MemoryGas.returnDynamicCost sizeByte... | {
"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_c2945feddb1f_5 | 452218a3b742af74 | lean | lean | github.com/Verified-zkEVM/evm-asm | 7d5875858bc3727250adb6880c8339048365b1b6 | EvmAsm/Evm64/TerminatingGas.lean | TerminatingGas | 5 | lemma_delete | null | null | false | 0.5 | 1 | 1 | false | 0 | inf | 0 | inf | 42 | 2 | 3 | [
{
"theorem_name": "terminatingDynamicCost_revert_zero_length",
"depth": 1,
"n_commands": 0,
"n_lines": 2,
"is_leaf": true,
"centrality": 0,
"method": "deleted-dep",
"proof_text": " by\n simp [terminatingDynamicCost_revert_eq]",
"n_chars": 45,
"n_subproofs": 0,
"n_tactics... | [
{
"name": "terminatingDynamicCost_revert_eq",
"text": "theorem terminatingDynamicCost_revert_eq (sizeBytes offset length : Nat) :\n terminatingDynamicCost .revert sizeBytes offset length =\n MemoryGas.revertDynamicCost sizeBytes offset length := rfl\n\n",
"fan_in": 3,
"n_lines": 5,
"n_ch... | [
{
"name": "terminatingDynamicCost_revert_eq_zero_of_access_le",
"fan_in": 0,
"n_deps_direct": 1,
"n_deps_transitive": 1,
"n_lines": 8,
"n_chars": 334,
"n_subproofs": 0,
"n_tactics": 3,
"cyclomatic": 1,
"n_automation": 0,
"n_rewrites": 1,
"n_structural": 1,
"automa... | 1 | /-
EvmAsm.Evm64.TerminatingGas
Pure dynamic gas helpers for frame-terminating opcodes (GH #113).
Mirrors the shape of `EvmAsm.Evm64.LogGas`: a `Kind`-keyed wrapper that
dispatches the dynamic gas component of STOP / RETURN / REVERT / INVALID /
SELFDESTRUCT to the appropriate primitive in `EvmAsm.Evm64.Memor... | /-
EvmAsm.Evm64.TerminatingGas
Pure dynamic gas helpers for frame-terminating opcodes (GH #113).
Mirrors the shape of `EvmAsm.Evm64.LogGas`: a `Kind`-keyed wrapper that
dispatches the dynamic gas component of STOP / RETURN / REVERT / INVALID /
SELFDESTRUCT to the appropriate primitive in `EvmAsm.Evm64.Memor... | @@ -49,6 +49,10 @@
terminatingDynamicCost .return_ sizeBytes offset length =
MemoryGas.returnDynamicCost sizeBytes offset length := rfl
+theorem terminatingDynamicCost_revert_eq (sizeBytes offset length : Nat) :
+ terminatingDynamicCost .revert sizeBytes offset length =
+ MemoryGas.revertDynamicCo... | {
"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_bffee6fc4a0d_0 | 66e08d7a89ac60cc | lean | lean | github.com/Verified-zkEVM/evm-asm | 7d5875858bc3727250adb6880c8339048365b1b6 | EvmAsm/Evm64/DivMod/Compose/FullPathN2V5NoNopCallIter.lean | FullPathN2V5NoNopCallIter | 0 | lemma_delete | null | null | false | 0.5 | 1 | 1 | false | 0 | inf | 0 | inf | 42 | 2 | 2 | [
{
"theorem_name": "divK_loop_body_n2_call_j2_exact_loopIterScratch_v5_noNop",
"depth": 1,
"n_commands": 0,
"n_lines": 41,
"is_leaf": true,
"centrality": 0,
"method": "deleted-dep",
"proof_text": " by\n by_cases hborrow :\n BitVec.ult uTop\n (mulsubN4_c3 (divKTrialCallV5Q... | [
{
"name": "loopBodyN2CallSkipJgt0PostV5NoX1_eq_scratch",
"text": "/-- The v5 call+skip j>0 NoX1 post equals the generic scratch-form post with the\n v5 trial values (mirror of `loopBodyN2CallSkipJgt0PostV4NoX1_eq_scratch`). -/\ntheorem loopBodyN2CallSkipJgt0PostV5NoX1_eq_scratch\n (sp base j v0 v1 v2 ... | [
{
"name": "divK_loop_body_n2_call_j2_exact_loopIterScratch_v5_noNop",
"fan_in": 0,
"n_deps_direct": 2,
"n_deps_transitive": 2,
"n_lines": 69,
"n_chars": 3305,
"n_subproofs": 2,
"n_tactics": 42,
"cyclomatic": 1,
"n_automation": 2,
"n_rewrites": 9,
"n_structural": 2,
... | 2 | /-
EvmAsm.Evm64.DivMod.Compose.FullPathN2V5NoNopCallIter
v5/no-NOP iter-ready call-path loop bodies for n=2 (j=2 and j=1), over
`divCode_noNop_v5`. Mirror of `divK_loop_body_n2_call_j{2,1}_exact_loopIterScratch_v4_noNop`
(FullPathN2V4NoNop): case on the c3 borrow guard, dispatch to the v5 call-path
exact-x1... | /-
EvmAsm.Evm64.DivMod.Compose.FullPathN2V5NoNopCallIter
v5/no-NOP iter-ready call-path loop bodies for n=2 (j=2 and j=1), over
`divCode_noNop_v5`. Mirror of `divK_loop_body_n2_call_j{2,1}_exact_loopIterScratch_v4_noNop`
(FullPathN2V4NoNop): case on the c3 borrow guard, dispatch to the v5 call-path
exact-x1... | @@ -19,6 +19,20 @@
open EvmAsm.Rv64
+/-- The v5 call+skip j>0 NoX1 post equals the generic scratch-form post with the
+ v5 trial values (mirror of `loopBodyN2CallSkipJgt0PostV4NoX1_eq_scratch`). -/
+theorem loopBodyN2CallSkipJgt0PostV5NoX1_eq_scratch
+ (sp base j v0 v1 v2 v3 u0 u1 u2 u3 uTop scratchMem : Wor... | {
"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_bffee6fc4a0d_1 | 60fd5571b68ad46c | lean | lean | github.com/Verified-zkEVM/evm-asm | 7d5875858bc3727250adb6880c8339048365b1b6 | EvmAsm/Evm64/DivMod/Compose/FullPathN2V5NoNopCallIter.lean | FullPathN2V5NoNopCallIter | 1 | lemma_delete | null | null | false | 0.5 | 1 | 1 | false | 0 | inf | 0 | inf | 42 | 2 | 2 | [
{
"theorem_name": "divK_loop_body_n2_call_j2_exact_loopIterScratch_v5_noNop",
"depth": 1,
"n_commands": 0,
"n_lines": 41,
"is_leaf": true,
"centrality": 0,
"method": "deleted-dep",
"proof_text": " by\n by_cases hborrow :\n BitVec.ult uTop\n (mulsubN4_c3 (divKTrialCallV5Q... | [
{
"name": "loopBodyN2CallSkipJgt0PostV5NoX1_eq_scratch",
"text": "/-- The v5 call+skip j>0 NoX1 post equals the generic scratch-form post with the\n v5 trial values (mirror of `loopBodyN2CallSkipJgt0PostV4NoX1_eq_scratch`). -/\ntheorem loopBodyN2CallSkipJgt0PostV5NoX1_eq_scratch\n (sp base j v0 v1 v2 ... | [
{
"name": "divK_loop_body_n2_call_j1_exact_loopIterScratch_v5_noNop",
"fan_in": 0,
"n_deps_direct": 2,
"n_deps_transitive": 2,
"n_lines": 69,
"n_chars": 3305,
"n_subproofs": 2,
"n_tactics": 42,
"cyclomatic": 1,
"n_automation": 2,
"n_rewrites": 9,
"n_structural": 2,
... | 2 | /-
EvmAsm.Evm64.DivMod.Compose.FullPathN2V5NoNopCallIter
v5/no-NOP iter-ready call-path loop bodies for n=2 (j=2 and j=1), over
`divCode_noNop_v5`. Mirror of `divK_loop_body_n2_call_j{2,1}_exact_loopIterScratch_v4_noNop`
(FullPathN2V4NoNop): case on the c3 borrow guard, dispatch to the v5 call-path
exact-x1... | /-
EvmAsm.Evm64.DivMod.Compose.FullPathN2V5NoNopCallIter
v5/no-NOP iter-ready call-path loop bodies for n=2 (j=2 and j=1), over
`divCode_noNop_v5`. Mirror of `divK_loop_body_n2_call_j{2,1}_exact_loopIterScratch_v4_noNop`
(FullPathN2V4NoNop): case on the c3 borrow guard, dispatch to the v5 call-path
exact-x1... | @@ -19,6 +19,20 @@
open EvmAsm.Rv64
+/-- The v5 call+skip j>0 NoX1 post equals the generic scratch-form post with the
+ v5 trial values (mirror of `loopBodyN2CallSkipJgt0PostV4NoX1_eq_scratch`). -/
+theorem loopBodyN2CallSkipJgt0PostV5NoX1_eq_scratch
+ (sp base j v0 v1 v2 v3 u0 u1 u2 u3 uTop scratchMem : Wor... | {
"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_7808c8b4772e_0 | db77911cbeeafeed | lean | lean | github.com/Verified-zkEVM/evm-asm | 7d5875858bc3727250adb6880c8339048365b1b6 | EvmAsm/Evm64/DivMod/CallableV5Mod.lean | CallableV5Mod | 0 | lemma_delete | null | null | false | 0.5 | 1 | 1 | false | 0 | inf | 0 | inf | 42 | 14 | 1 | [
{
"theorem_name": "evm_mod_callable_code_v5_ret_sub",
"depth": 1,
"n_commands": 0,
"n_lines": 5,
"is_leaf": true,
"centrality": 0,
"method": "deleted-dep",
"proof_text": " by\n intro a i h\n apply callable_b12_mod_v5\n unfold cc_ret_code cc_ret\n simpa [CodeReq.ofProg] using h",
... | [
{
"name": "callable_b12_mod_v5",
"text": "private theorem callable_b12_mod_v5 {b : Word} :\n ∀ a i, (cc_ret_code (b + nopOff)) a = some i →\n (evm_mod_callable_code_v5 b) a = some i := by\n unfold evm_mod_callable_code_v5; simp only [CodeReq.unionAll_cons]\n skipBlockCC; skipBlockCC; skipBlockCC; ... | [
{
"name": "evm_mod_callable_code_v5_ret_sub",
"fan_in": 0,
"n_deps_direct": 1,
"n_deps_transitive": 1,
"n_lines": 11,
"n_chars": 409,
"n_subproofs": 0,
"n_tactics": 5,
"cyclomatic": 1,
"n_automation": 1,
"n_rewrites": 1,
"n_structural": 2,
"automation_only": false... | 1 | /-
EvmAsm.Evm64.DivMod.CallableV5Mod
v5 LP64-callable MOD adapter: code-subsumption lemmas from the v5 MOD body
surface (`modCode_noNop_v5`) into the callable code `evm_mod_callable_code_v5`,
and the `cc_ret` return-instruction subsumption.
Mechanical mirror of `EvmAsm.Evm64.DivMod.CallableV5Div`, swapping ... | /-
EvmAsm.Evm64.DivMod.CallableV5Mod
v5 LP64-callable MOD adapter: code-subsumption lemmas from the v5 MOD body
surface (`modCode_noNop_v5`) into the callable code `evm_mod_callable_code_v5`,
and the `cc_ret` return-instruction subsumption.
Mechanical mirror of `EvmAsm.Evm64.DivMod.CallableV5Div`, swapping ... | @@ -20,11 +20,22 @@
open EvmAsm.Rv64
+private theorem callable_b12_mod_v5 {b : Word} :
+ ∀ a i, (cc_ret_code (b + nopOff)) a = some i →
+ (evm_mod_callable_code_v5 b) a = some i := by
+ unfold evm_mod_callable_code_v5; simp only [CodeReq.unionAll_cons]
+ skipBlockCC; skipBlockCC; skipBlockCC; skipBlockCC... | {
"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_7808c8b4772e_1 | 0fcec669ec5b2157 | lean | lean | github.com/Verified-zkEVM/evm-asm | 7d5875858bc3727250adb6880c8339048365b1b6 | EvmAsm/Evm64/DivMod/CallableV5Mod.lean | CallableV5Mod | 1 | lemma_delete | null | null | false | 0.5 | 1 | 1 | false | 0 | inf | 0 | inf | 42 | 14 | 1 | [
{
"theorem_name": "modCode_noNop_v5_sub_mod_callable_code_v5",
"depth": 1,
"n_commands": 0,
"n_lines": 16,
"is_leaf": true,
"centrality": 0,
"method": "deleted-dep",
"proof_text": " by\n unfold modCode_noNop_v5; simp only [CodeReq.unionAll_cons]\n exact CodeReq.union_split_mono cal... | [
{
"name": "callable_b9_mod_v5",
"text": "private theorem callable_b9_mod_v5 {b : Word} :\n ∀ a i, (CodeReq.ofProg (b + denormOff) divK_denorm) a = some i →\n (evm_mod_callable_code_v5 b) a = some i := by\n unfold evm_mod_callable_code_v5; simp only [CodeReq.unionAll_cons]\n skipBlock; skipBlock; s... | [
{
"name": "modCode_noNop_v5_sub_mod_callable_code_v5",
"fan_in": 0,
"n_deps_direct": 13,
"n_deps_transitive": 13,
"n_lines": 22,
"n_chars": 1115,
"n_subproofs": 0,
"n_tactics": 17,
"cyclomatic": 1,
"n_automation": 2,
"n_rewrites": 1,
"n_structural": 1,
"automation... | 13 | /-
EvmAsm.Evm64.DivMod.CallableV5Mod
v5 LP64-callable MOD adapter: code-subsumption lemmas from the v5 MOD body
surface (`modCode_noNop_v5`) into the callable code `evm_mod_callable_code_v5`,
and the `cc_ret` return-instruction subsumption.
Mechanical mirror of `EvmAsm.Evm64.DivMod.CallableV5Div`, swapping ... | /-
EvmAsm.Evm64.DivMod.CallableV5Mod
v5 LP64-callable MOD adapter: code-subsumption lemmas from the v5 MOD body
surface (`modCode_noNop_v5`) into the callable code `evm_mod_callable_code_v5`,
and the `cc_ret` return-instruction subsumption.
Mechanical mirror of `EvmAsm.Evm64.DivMod.CallableV5Div`, swapping ... | @@ -67,6 +67,12 @@
unfold evm_mod_callable_code_v5; simp only [CodeReq.unionAll_cons]
skipBlock; skipBlock; skipBlock; skipBlock; skipBlock; skipBlock; skipBlock; skipBlock
exact CodeReq.union_mono_left
+private theorem callable_b9_mod_v5 {b : Word} :
+ ∀ a i, (CodeReq.ofProg (b + denormOff) divK_denorm) 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_5113955ffaaf_0 | 63942d49d19e08e8 | lean | lean | github.com/Verified-zkEVM/evm-asm | 7d5875858bc3727250adb6880c8339048365b1b6 | EvmAsm/Evm64/MulMod/ProductLayoutSpec.lean | ProductLayoutSpec | 0 | lemma_delete | null | null | false | 0.5 | 1 | 1 | false | 0 | inf | 0 | inf | 42 | 2 | 1 | [
{
"theorem_name": "evm_mulmod_product_layout_spec_within",
"depth": 1,
"n_commands": 0,
"n_lines": 9,
"is_leaf": true,
"centrality": 0,
"method": "deleted-dep",
"proof_text": " by\n refine cpsTripleWithin_weaken\n (fun _ hp => hp)\n (fun _ hq => sepConj_mono_right\n (evmM... | [
{
"name": "evmMulModProductLayoutExactScratchPost_to_scratchPost",
"text": "/-- Exact scratch values imply abstract scratch ownership. -/\ntheorem evmMulModProductLayoutExactScratchPost_to_scratchPost (a b : EvmWord) :\n ∀ h, evmMulModProductLayoutExactScratchPost a b h →\n evmMulModProductLayoutScr... | [
{
"name": "evm_mulmod_product_layout_spec_within",
"fan_in": 0,
"n_deps_direct": 2,
"n_deps_transitive": 2,
"n_lines": 23,
"n_chars": 1148,
"n_subproofs": 0,
"n_tactics": 9,
"cyclomatic": 1,
"n_automation": 0,
"n_rewrites": 0,
"n_structural": 2,
"automation_only":... | 2 | /-
EvmAsm.Evm64.MulMod.ProductLayoutSpec
Public product-layout spec for MULMOD.
-/
import EvmAsm.Evm64.MulMod.ProductLayoutCall15
import EvmAsm.Evm64.MulMod.ProductLayoutHighTargets
open EvmAsm.Rv64.Tactics
namespace EvmAsm.Evm64
open EvmAsm.Rv64
/-- Scratch registers clobbered by `evm_mulmod_product_layout`.... | /-
EvmAsm.Evm64.MulMod.ProductLayoutSpec
Public product-layout spec for MULMOD.
-/
import EvmAsm.Evm64.MulMod.ProductLayoutCall15
import EvmAsm.Evm64.MulMod.ProductLayoutHighTargets
open EvmAsm.Rv64.Tactics
namespace EvmAsm.Evm64
open EvmAsm.Rv64
/-- Scratch registers clobbered by `evm_mulmod_product_layout`.... | @@ -40,6 +40,23 @@
(.x14 ↦ᵣ mulModAddPartialHiCarryFromLo (mulModProductLayoutCall14P152 a b)
(mulModProductLayoutCall14P144 a b) (a.getLimbN 3) (b.getLimbN 3))
+/-- Exact scratch values imply abstract scratch ownership. -/
+theorem evmMulModProductLayoutExactScratchPost_to_scratchPost (a b : EvmWord) :
+ ... | {
"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_3e5701d613f4_0 | 0549b35d5e71f833 | lean | lean | github.com/Verified-zkEVM/evm-asm | 7d5875858bc3727250adb6880c8339048365b1b6 | EvmAsm/Evm64/DivMod/LoopBody.lean | LoopBody | 0 | lemma_delete | null | null | false | 0.5 | 1 | 1 | false | 0 | inf | 0 | inf | 42 | 33 | 1 | [
{
"theorem_name": "lb_sub",
"depth": 1,
"n_commands": 0,
"n_lines": 5,
"is_leaf": true,
"centrality": 0,
"method": "deleted-dep",
"proof_text": " by\n subst h_addr; subst h_instr\n exact fun a i h => divK_loopBody_ofProg_sub_sharedCode a i\n (CodeReq.singleton_mono\n (CodeR... | [
{
"name": "divK_loopBody_ofProg_sub_sharedCode",
"text": "/-- The loopBody ofProg (block 8) is subsumed by sharedDivModCode. -/\nprivate theorem divK_loopBody_ofProg_sub_sharedCode {base : Word} :\n ∀ a i, (CodeReq.ofProg (base + loopBodyOff) (divK_loopBody 560 7736)) a = some i →\n (sharedDivModCod... | [
{
"name": "lb_sub",
"fan_in": 6,
"n_deps_direct": 1,
"n_deps_transitive": 1,
"n_lines": 13,
"n_chars": 656,
"n_subproofs": 0,
"n_tactics": 6,
"cyclomatic": 1,
"n_automation": 1,
"n_rewrites": 2,
"n_structural": 1,
"automation_only": false,
"max_nesting": 6
}... | 1 | /-
EvmAsm.Evm64.DivMod.LoopBody
Hierarchical composition of the 114-instruction Knuth Algorithm D main loop body.
Composes sub-specs from LimbSpec.lean into a single cpsBranchWithin for one iteration,
then proves the inductive loop spec via cpsTriple_loop_with_perm.
Issue #87: DIV/MOD loop body composition.... | /-
EvmAsm.Evm64.DivMod.LoopBody
Hierarchical composition of the 114-instruction Knuth Algorithm D main loop body.
Composes sub-specs from LimbSpec.lean into a single cpsBranchWithin for one iteration,
then proves the inductive loop spec via cpsTriple_loop_with_perm.
Issue #87: DIV/MOD loop body composition.... | @@ -30,13 +30,26 @@
-- Section 1: CodeReq subsumption infrastructure for loop body instructions
-- ============================================================================
+/-- The loopBody ofProg (block 8) is subsumed by sharedDivModCode. -/
+private theorem divK_loopBody_ofProg_sub_sharedCode {base : Word} :
... | {
"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_3e5701d613f4_1 | 75267b2542ea8039 | lean | lean | github.com/Verified-zkEVM/evm-asm | 7d5875858bc3727250adb6880c8339048365b1b6 | EvmAsm/Evm64/DivMod/LoopBody.lean | LoopBody | 1 | lemma_delete | null | null | false | 0.5 | 1 | 1 | false | 0 | inf | 0 | inf | 42 | 33 | 1 | [
{
"theorem_name": "lb_sub_v4",
"depth": 1,
"n_commands": 0,
"n_lines": 5,
"is_leaf": true,
"centrality": 0,
"method": "deleted-dep",
"proof_text": " by\n subst h_addr; subst h_instr\n exact fun a i h => divK_loopBody_ofProg_sub_sharedCode_v4 a i\n (CodeReq.singleton_mono\n ... | [
{
"name": "divK_loopBody_ofProg_sub_sharedCode_v4",
"text": "/-- The loopBody ofProg (block 8) is subsumed by sharedDivModCode_v4. -/\nprivate theorem divK_loopBody_ofProg_sub_sharedCode_v4 {base : Word} :\n ∀ a i, (CodeReq.ofProg (base + loopBodyOff) (divK_loopBody 560 7736)) a = some i →\n (shared... | [
{
"name": "lb_sub_v4",
"fan_in": 1,
"n_deps_direct": 1,
"n_deps_transitive": 1,
"n_lines": 13,
"n_chars": 668,
"n_subproofs": 0,
"n_tactics": 6,
"cyclomatic": 1,
"n_automation": 1,
"n_rewrites": 2,
"n_structural": 1,
"automation_only": false,
"max_nesting": 6
... | 1 | /-
EvmAsm.Evm64.DivMod.LoopBody
Hierarchical composition of the 114-instruction Knuth Algorithm D main loop body.
Composes sub-specs from LimbSpec.lean into a single cpsBranchWithin for one iteration,
then proves the inductive loop spec via cpsTriple_loop_with_perm.
Issue #87: DIV/MOD loop body composition.... | /-
EvmAsm.Evm64.DivMod.LoopBody
Hierarchical composition of the 114-instruction Knuth Algorithm D main loop body.
Composes sub-specs from LimbSpec.lean into a single cpsBranchWithin for one iteration,
then proves the inductive loop spec via cpsTriple_loop_with_perm.
Issue #87: DIV/MOD loop body composition.... | @@ -30,13 +30,26 @@
-- Section 1: CodeReq subsumption infrastructure for loop body instructions
-- ============================================================================
+/-- The loopBody ofProg (block 8) is subsumed by sharedDivModCode_v4. -/
+private theorem divK_loopBody_ofProg_sub_sharedCode_v4 {base : Wo... | {
"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_3e5701d613f4_2 | 2f74fc7929acb1e8 | lean | lean | github.com/Verified-zkEVM/evm-asm | 7d5875858bc3727250adb6880c8339048365b1b6 | EvmAsm/Evm64/DivMod/LoopBody.lean | LoopBody | 2 | lemma_delete | null | null | false | 0.5 | 1 | 1 | false | 0 | inf | 0 | inf | 42 | 33 | 1 | [
{
"theorem_name": "lb_sub_noNop_v4",
"depth": 1,
"n_commands": 0,
"n_lines": 5,
"is_leaf": true,
"centrality": 0,
"method": "deleted-dep",
"proof_text": " by\n subst h_addr; subst h_instr\n exact fun a i h => divK_loopBody_ofProg_sub_sharedCodeNoNop_v4 a i\n (CodeReq.singleton_m... | [
{
"name": "divK_loopBody_ofProg_sub_sharedCodeNoNop_v4",
"text": "/-- The loopBody ofProg (block 8) is subsumed by sharedDivModCodeNoNop_v4. -/\nprivate theorem divK_loopBody_ofProg_sub_sharedCodeNoNop_v4 {base : Word} :\n ∀ a i, (CodeReq.ofProg (base + loopBodyOff) (divK_loopBody 560 7736)) a = some i →... | [
{
"name": "lb_sub_noNop_v4",
"fan_in": 1,
"n_deps_direct": 1,
"n_deps_transitive": 1,
"n_lines": 13,
"n_chars": 689,
"n_subproofs": 0,
"n_tactics": 6,
"cyclomatic": 1,
"n_automation": 1,
"n_rewrites": 2,
"n_structural": 1,
"automation_only": false,
"max_nestin... | 1 | /-
EvmAsm.Evm64.DivMod.LoopBody
Hierarchical composition of the 114-instruction Knuth Algorithm D main loop body.
Composes sub-specs from LimbSpec.lean into a single cpsBranchWithin for one iteration,
then proves the inductive loop spec via cpsTriple_loop_with_perm.
Issue #87: DIV/MOD loop body composition.... | /-
EvmAsm.Evm64.DivMod.LoopBody
Hierarchical composition of the 114-instruction Knuth Algorithm D main loop body.
Composes sub-specs from LimbSpec.lean into a single cpsBranchWithin for one iteration,
then proves the inductive loop spec via cpsTriple_loop_with_perm.
Issue #87: DIV/MOD loop body composition.... | @@ -30,13 +30,26 @@
-- Section 1: CodeReq subsumption infrastructure for loop body instructions
-- ============================================================================
+/-- The loopBody ofProg (block 8) is subsumed by sharedDivModCodeNoNop_v4. -/
+private theorem divK_loopBody_ofProg_sub_sharedCodeNoNop_v4 ... | {
"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_3e5701d613f4_3 | 7b571759a75c8c43 | lean | lean | github.com/Verified-zkEVM/evm-asm | 7d5875858bc3727250adb6880c8339048365b1b6 | EvmAsm/Evm64/DivMod/LoopBody.lean | LoopBody | 3 | lemma_delete | null | null | false | 0.5 | 1 | 1 | false | 0 | inf | 0 | inf | 42 | 33 | 1 | [
{
"theorem_name": "divK_mulsub_4limbs_spec_within_of_sub",
"depth": 1,
"n_commands": 0,
"n_lines": 123,
"is_leaf": true,
"centrality": 0,
"method": "deleted-dep",
"proof_text": " by\n unfold divKMulsub4LimbsPre divKMulsub4LimbsPost\n let p0_lo := qHat * v0\n let p0_hi := rv64_mulh... | [
{
"name": "lb_ms2",
"text": "private theorem lb_ms2 {base : Word} : (base + (mulsubOff + 44) : Word) + 44 = base + correctionSkipOff := by bv_addr\n",
"fan_in": 1,
"n_lines": 2,
"n_chars": 118,
"n_subproofs": 0,
"n_tactics": 1,
"cyclomatic": 1,
"n_automation": 0,
"n_rewrites"... | [
{
"name": "divK_mulsub_4limbs_spec_within_of_sub",
"fan_in": 1,
"n_deps_direct": 4,
"n_deps_transitive": 4,
"n_lines": 141,
"n_chars": 7124,
"n_subproofs": 9,
"n_tactics": 110,
"cyclomatic": 1,
"n_automation": 88,
"n_rewrites": 5,
"n_structural": 5,
"automation_on... | 4 | /-
EvmAsm.Evm64.DivMod.LoopBody
Hierarchical composition of the 114-instruction Knuth Algorithm D main loop body.
Composes sub-specs from LimbSpec.lean into a single cpsBranchWithin for one iteration,
then proves the inductive loop spec via cpsTriple_loop_with_perm.
Issue #87: DIV/MOD loop body composition.... | /-
EvmAsm.Evm64.DivMod.LoopBody
Hierarchical composition of the 114-instruction Knuth Algorithm D main loop body.
Composes sub-specs from LimbSpec.lean into a single cpsBranchWithin for one iteration,
then proves the inductive loop spec via cpsTriple_loop_with_perm.
Issue #87: DIV/MOD loop body composition.... | @@ -32,6 +32,7 @@
private theorem lb_ms1 {base : Word} : (base + mulsubOff : Word) + 44 = base + (mulsubOff + 44) := by
rw [BitVec.add_assoc]
+private theorem lb_ms2 {base : Word} : (base + (mulsubOff + 44) : Word) + 44 = base + correctionSkipOff := by bv_addr
private theorem lb_ms3 {base : Word} : (base + corre... | {
"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_3e5701d613f4_4 | 8e88d5f5cd2aa0ec | lean | lean | github.com/Verified-zkEVM/evm-asm | 7d5875858bc3727250adb6880c8339048365b1b6 | EvmAsm/Evm64/DivMod/LoopBody.lean | LoopBody | 4 | lemma_delete | null | null | false | 0.5 | 1 | 1 | false | 0 | inf | 0 | inf | 42 | 33 | 1 | [
{
"theorem_name": "divK_addback_full_spec_within_of_sub",
"depth": 1,
"n_commands": 0,
"n_lines": 115,
"is_leaf": true,
"centrality": 0,
"method": "deleted-dep",
"proof_text": " by\n unfold addbackFullPre addbackFullPost\n let upc0 := u0 + (signExtend12 0 : Word)\n let ac1_0 := if... | [
{
"name": "lb_ab1_end",
"text": "private theorem lb_ab1_end {base : Word} : (base + addbackLimb1Off : Word) + 32 = base + addbackLimb2Off := by bv_addr\n",
"fan_in": 1,
"n_lines": 2,
"n_chars": 119,
"n_subproofs": 0,
"n_tactics": 1,
"cyclomatic": 1,
"n_automation": 0,
"n_rewr... | [
{
"name": "divK_addback_full_spec_within_of_sub",
"fan_in": 3,
"n_deps_direct": 6,
"n_deps_transitive": 6,
"n_lines": 133,
"n_chars": 6981,
"n_subproofs": 13,
"n_tactics": 106,
"cyclomatic": 1,
"n_automation": 74,
"n_rewrites": 7,
"n_structural": 7,
"automation_on... | 6 | /-
EvmAsm.Evm64.DivMod.LoopBody
Hierarchical composition of the 114-instruction Knuth Algorithm D main loop body.
Composes sub-specs from LimbSpec.lean into a single cpsBranchWithin for one iteration,
then proves the inductive loop spec via cpsTriple_loop_with_perm.
Issue #87: DIV/MOD loop body composition.... | /-
EvmAsm.Evm64.DivMod.LoopBody
Hierarchical composition of the 114-instruction Knuth Algorithm D main loop body.
Composes sub-specs from LimbSpec.lean into a single cpsBranchWithin for one iteration,
then proves the inductive loop spec via cpsTriple_loop_with_perm.
Issue #87: DIV/MOD loop body composition.... | @@ -87,6 +87,7 @@
private theorem lb_ab0 {base : Word} : (base + addbackInitOff : Word) + 4 = base + addbackLimb0Off := by bv_addr
private theorem lb_ab0_end {base : Word} : (base + addbackLimb0Off : Word) + 32 = base + addbackLimb1Off := by bv_addr
+private theorem lb_ab1_end {base : Word} : (base + addbackLimb1Of... | {
"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_3e5701d613f4_5 | 1b0742af7f1051b7 | lean | lean | github.com/Verified-zkEVM/evm-asm | 7d5875858bc3727250adb6880c8339048365b1b6 | EvmAsm/Evm64/DivMod/LoopBody.lean | LoopBody | 5 | lemma_delete | null | null | false | 0.5 | 1 | 1 | false | 0 | inf | 0 | inf | 42 | 33 | 6 | [
{
"theorem_name": "divK_addback_full_spec_within",
"depth": 1,
"n_commands": 0,
"n_lines": 3,
"is_leaf": true,
"centrality": 0,
"method": "deleted-dep",
"proof_text": "\n divK_addback_full_spec_within_of_sub sp uBase qHat v0 v1 v2 v3 u0 u1 u2 u3 u4\n v7_init v5_init v2_init base ... | [
{
"name": "lb_sub",
"text": "/-- Helper: singleton at index k of divK_loopBody ⊆ sharedDivModCode base. -/\ntheorem lb_sub {base : Word} (k : Nat) (addr : Word) (instr : Instr)\n (hk : k < (divK_loopBody 560 7736).length)\n (h_addr : addr = (base + loopBodyOff) + BitVec.ofNat 64 (4 * k))\n (h_instr... | [
{
"name": "divK_addback_full_spec_within",
"fan_in": 2,
"n_deps_direct": 2,
"n_deps_transitive": 9,
"n_lines": 13,
"n_chars": 617,
"n_subproofs": 0,
"n_tactics": 2,
"cyclomatic": 1,
"n_automation": 0,
"n_rewrites": 0,
"n_structural": 0,
"automation_only": false,
... | 9 | /-
EvmAsm.Evm64.DivMod.LoopBody
Hierarchical composition of the 114-instruction Knuth Algorithm D main loop body.
Composes sub-specs from LimbSpec.lean into a single cpsBranchWithin for one iteration,
then proves the inductive loop spec via cpsTriple_loop_with_perm.
Issue #87: DIV/MOD loop body composition.... | /-
EvmAsm.Evm64.DivMod.LoopBody
Hierarchical composition of the 114-instruction Knuth Algorithm D main loop body.
Composes sub-specs from LimbSpec.lean into a single cpsBranchWithin for one iteration,
then proves the inductive loop spec via cpsTriple_loop_with_perm.
Issue #87: DIV/MOD loop body composition.... | @@ -39,6 +39,18 @@
skipBlock; skipBlock
exact CodeReq.union_mono_left
+/-- Helper: singleton at index k of divK_loopBody ⊆ sharedDivModCode base. -/
+theorem lb_sub {base : Word} (k : Nat) (addr : Word) (instr : Instr)
+ (hk : k < (divK_loopBody 560 7736).length)
+ (h_addr : addr = (base + loopBodyOff) + ... | {
"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_3e5701d613f4_6 | 1c54778f5121619c | lean | lean | github.com/Verified-zkEVM/evm-asm | 7d5875858bc3727250adb6880c8339048365b1b6 | EvmAsm/Evm64/DivMod/LoopBody.lean | LoopBody | 6 | lemma_delete | null | null | false | 0.5 | 1 | 1 | false | 0 | inf | 0 | inf | 42 | 33 | 1 | [
{
"theorem_name": "divK_addback_full_spec_within_of_sub",
"depth": 1,
"n_commands": 0,
"n_lines": 115,
"is_leaf": true,
"centrality": 0,
"method": "deleted-dep",
"proof_text": " by\n unfold addbackFullPre addbackFullPost\n let upc0 := u0 + (signExtend12 0 : Word)\n let ac1_0 := if... | [
{
"name": "lb_ab1_end",
"text": "private theorem lb_ab1_end {base : Word} : (base + addbackLimb1Off : Word) + 32 = base + addbackLimb2Off := by bv_addr\n",
"fan_in": 1,
"n_lines": 2,
"n_chars": 119,
"n_subproofs": 0,
"n_tactics": 1,
"cyclomatic": 1,
"n_automation": 0,
"n_rewr... | [
{
"name": "divK_addback_full_v4_spec_within_noNop",
"fan_in": 1,
"n_deps_direct": 2,
"n_deps_transitive": 9,
"n_lines": 13,
"n_chars": 659,
"n_subproofs": 0,
"n_tactics": 2,
"cyclomatic": 1,
"n_automation": 0,
"n_rewrites": 0,
"n_structural": 0,
"automation_only":... | 9 | /-
EvmAsm.Evm64.DivMod.LoopBody
Hierarchical composition of the 114-instruction Knuth Algorithm D main loop body.
Composes sub-specs from LimbSpec.lean into a single cpsBranchWithin for one iteration,
then proves the inductive loop spec via cpsTriple_loop_with_perm.
Issue #87: DIV/MOD loop body composition.... | /-
EvmAsm.Evm64.DivMod.LoopBody
Hierarchical composition of the 114-instruction Knuth Algorithm D main loop body.
Composes sub-specs from LimbSpec.lean into a single cpsBranchWithin for one iteration,
then proves the inductive loop spec via cpsTriple_loop_with_perm.
Issue #87: DIV/MOD loop body composition.... | @@ -108,6 +108,7 @@
private theorem lb_ab0 {base : Word} : (base + addbackInitOff : Word) + 4 = base + addbackLimb0Off := by bv_addr
private theorem lb_ab0_end {base : Word} : (base + addbackLimb0Off : Word) + 32 = base + addbackLimb1Off := by bv_addr
+private theorem lb_ab1_end {base : Word} : (base + addbackLimb1... | {
"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_3e5701d613f4_7 | 1cac3262a683c135 | lean | lean | github.com/Verified-zkEVM/evm-asm | 7d5875858bc3727250adb6880c8339048365b1b6 | EvmAsm/Evm64/DivMod/LoopBody.lean | LoopBody | 7 | lemma_delete | null | null | false | 0.5 | 1 | 1 | false | 0 | inf | 0 | inf | 42 | 33 | 1 | [
{
"theorem_name": "divK_addback_full_spec_within_of_sub",
"depth": 1,
"n_commands": 0,
"n_lines": 115,
"is_leaf": true,
"centrality": 0,
"method": "deleted-dep",
"proof_text": " by\n unfold addbackFullPre addbackFullPost\n let upc0 := u0 + (signExtend12 0 : Word)\n let ac1_0 := if... | [
{
"name": "lb_ab0",
"text": "private theorem lb_ab0 {base : Word} : (base + addbackInitOff : Word) + 4 = base + addbackLimb0Off := by bv_addr\n",
"fan_in": 1,
"n_lines": 2,
"n_chars": 113,
"n_subproofs": 0,
"n_tactics": 1,
"cyclomatic": 1,
"n_automation": 0,
"n_rewrites": 0,
... | [
{
"name": "divK_addback_full_spec_within_noNop",
"fan_in": 2,
"n_deps_direct": 2,
"n_deps_transitive": 8,
"n_lines": 13,
"n_chars": 632,
"n_subproofs": 0,
"n_tactics": 2,
"cyclomatic": 1,
"n_automation": 0,
"n_rewrites": 0,
"n_structural": 0,
"automation_only": fa... | 8 | /-
EvmAsm.Evm64.DivMod.LoopBody
Hierarchical composition of the 114-instruction Knuth Algorithm D main loop body.
Composes sub-specs from LimbSpec.lean into a single cpsBranchWithin for one iteration,
then proves the inductive loop spec via cpsTriple_loop_with_perm.
Issue #87: DIV/MOD loop body composition.... | /-
EvmAsm.Evm64.DivMod.LoopBody
Hierarchical composition of the 114-instruction Knuth Algorithm D main loop body.
Composes sub-specs from LimbSpec.lean into a single cpsBranchWithin for one iteration,
then proves the inductive loop spec via cpsTriple_loop_with_perm.
Issue #87: DIV/MOD loop body composition.... | @@ -107,6 +107,7 @@
((sp + signExtend12 48) ↦ₘ v2) ** ((uBase + signExtend12 4080) ↦ₘ un2) **
((sp + signExtend12 56) ↦ₘ v3) ** ((uBase + signExtend12 4072) ↦ₘ un3)
+private theorem lb_ab0 {base : Word} : (base + addbackInitOff : Word) + 4 = base + addbackLimb0Off := by bv_addr
private theorem lb_ab0_end {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_3e5701d613f4_8 | 1f61d4350d5170aa | lean | lean | github.com/Verified-zkEVM/evm-asm | 7d5875858bc3727250adb6880c8339048365b1b6 | EvmAsm/Evm64/DivMod/LoopBody.lean | LoopBody | 8 | lemma_delete | null | null | false | 0.5 | 1 | 1 | false | 0 | inf | 0 | inf | 42 | 33 | 1 | [
{
"theorem_name": "divK_addback_full_spec_within_of_sub",
"depth": 1,
"n_commands": 0,
"n_lines": 115,
"is_leaf": true,
"centrality": 0,
"method": "deleted-dep",
"proof_text": " by\n unfold addbackFullPre addbackFullPost\n let upc0 := u0 + (signExtend12 0 : Word)\n let ac1_0 := if... | [
{
"name": "lb_ab0",
"text": "private theorem lb_ab0 {base : Word} : (base + addbackInitOff : Word) + 4 = base + addbackLimb0Off := by bv_addr\n",
"fan_in": 1,
"n_lines": 2,
"n_chars": 113,
"n_subproofs": 0,
"n_tactics": 1,
"cyclomatic": 1,
"n_automation": 0,
"n_rewrites": 0,
... | [
{
"name": "divK_addback_full_named_spec_within_noNop",
"fan_in": 0,
"n_deps_direct": 1,
"n_deps_transitive": 9,
"n_lines": 21,
"n_chars": 1263,
"n_subproofs": 0,
"n_tactics": 5,
"cyclomatic": 1,
"n_automation": 0,
"n_rewrites": 1,
"n_structural": 1,
"automation_on... | 9 | /-
EvmAsm.Evm64.DivMod.LoopBody
Hierarchical composition of the 114-instruction Knuth Algorithm D main loop body.
Composes sub-specs from LimbSpec.lean into a single cpsBranchWithin for one iteration,
then proves the inductive loop spec via cpsTriple_loop_with_perm.
Issue #87: DIV/MOD loop body composition.... | /-
EvmAsm.Evm64.DivMod.LoopBody
Hierarchical composition of the 114-instruction Knuth Algorithm D main loop body.
Composes sub-specs from LimbSpec.lean into a single cpsBranchWithin for one iteration,
then proves the inductive loop spec via cpsTriple_loop_with_perm.
Issue #87: DIV/MOD loop body composition.... | @@ -107,6 +107,7 @@
((sp + signExtend12 48) ↦ₘ v2) ** ((uBase + signExtend12 4080) ↦ₘ un2) **
((sp + signExtend12 56) ↦ₘ v3) ** ((uBase + signExtend12 4072) ↦ₘ un3)
+private theorem lb_ab0 {base : Word} : (base + addbackInitOff : Word) + 4 = base + addbackLimb0Off := by bv_addr
private theorem lb_ab0_end {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_3e5701d613f4_9 | 1d40e9f35346a789 | lean | lean | github.com/Verified-zkEVM/evm-asm | 7d5875858bc3727250adb6880c8339048365b1b6 | EvmAsm/Evm64/DivMod/LoopBody.lean | LoopBody | 9 | lemma_delete | null | null | false | 0.5 | 1 | 1 | false | 0 | inf | 0 | inf | 42 | 33 | 1 | [
{
"theorem_name": "divK_addback_full_spec_within_of_sub",
"depth": 1,
"n_commands": 0,
"n_lines": 115,
"is_leaf": true,
"centrality": 0,
"method": "deleted-dep",
"proof_text": " by\n unfold addbackFullPre addbackFullPost\n let upc0 := u0 + (signExtend12 0 : Word)\n let ac1_0 := if... | [
{
"name": "lb_ab1_end",
"text": "private theorem lb_ab1_end {base : Word} : (base + addbackLimb1Off : Word) + 32 = base + addbackLimb2Off := by bv_addr\n",
"fan_in": 1,
"n_lines": 2,
"n_chars": 119,
"n_subproofs": 0,
"n_tactics": 1,
"cyclomatic": 1,
"n_automation": 0,
"n_rewr... | [
{
"name": "divK_addback_full_named_v4_spec_within_noNop",
"fan_in": 0,
"n_deps_direct": 1,
"n_deps_transitive": 10,
"n_lines": 19,
"n_chars": 1123,
"n_subproofs": 0,
"n_tactics": 5,
"cyclomatic": 1,
"n_automation": 0,
"n_rewrites": 1,
"n_structural": 1,
"automatio... | 10 | /-
EvmAsm.Evm64.DivMod.LoopBody
Hierarchical composition of the 114-instruction Knuth Algorithm D main loop body.
Composes sub-specs from LimbSpec.lean into a single cpsBranchWithin for one iteration,
then proves the inductive loop spec via cpsTriple_loop_with_perm.
Issue #87: DIV/MOD loop body composition.... | /-
EvmAsm.Evm64.DivMod.LoopBody
Hierarchical composition of the 114-instruction Knuth Algorithm D main loop body.
Composes sub-specs from LimbSpec.lean into a single cpsBranchWithin for one iteration,
then proves the inductive loop spec via cpsTriple_loop_with_perm.
Issue #87: DIV/MOD loop body composition.... | @@ -108,6 +108,7 @@
private theorem lb_ab0 {base : Word} : (base + addbackInitOff : Word) + 4 = base + addbackLimb0Off := by bv_addr
private theorem lb_ab0_end {base : Word} : (base + addbackLimb0Off : Word) + 32 = base + addbackLimb1Off := by bv_addr
+private theorem lb_ab1_end {base : Word} : (base + addbackLimb1... | {
"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_3e5701d613f4_10 | 3c111817edfef3be | lean | lean | github.com/Verified-zkEVM/evm-asm | 7d5875858bc3727250adb6880c8339048365b1b6 | EvmAsm/Evm64/DivMod/LoopBody.lean | LoopBody | 10 | lemma_delete | null | null | false | 0.5 | 1 | 1 | false | 0 | inf | 0 | inf | 42 | 33 | 1 | [
{
"theorem_name": "divK_mulsub_4limbs_spec_within_of_sub",
"depth": 1,
"n_commands": 0,
"n_lines": 123,
"is_leaf": true,
"centrality": 0,
"method": "deleted-dep",
"proof_text": " by\n unfold divKMulsub4LimbsPre divKMulsub4LimbsPost\n let p0_lo := qHat * v0\n let p0_hi := rv64_mulh... | [
{
"name": "lb_ms3",
"text": "private theorem lb_ms3 {base : Word} : (base + correctionSkipOff : Word) + 44 = base + (correctionSkipOff + 44) := by\n rw [BitVec.add_assoc]\n",
"fan_in": 1,
"n_lines": 3,
"n_chars": 142,
"n_subproofs": 0,
"n_tactics": 2,
"cyclomatic": 1,
"n_automat... | [
{
"name": "divK_mulsub_full_spec_within_of_sub",
"fan_in": 3,
"n_deps_direct": 3,
"n_deps_transitive": 7,
"n_lines": 118,
"n_chars": 5914,
"n_subproofs": 6,
"n_tactics": 39,
"cyclomatic": 1,
"n_automation": 18,
"n_rewrites": 3,
"n_structural": 4,
"automation_only"... | 7 | /-
EvmAsm.Evm64.DivMod.LoopBody
Hierarchical composition of the 114-instruction Knuth Algorithm D main loop body.
Composes sub-specs from LimbSpec.lean into a single cpsBranchWithin for one iteration,
then proves the inductive loop spec via cpsTriple_loop_with_perm.
Issue #87: DIV/MOD loop body composition.... | /-
EvmAsm.Evm64.DivMod.LoopBody
Hierarchical composition of the 114-instruction Knuth Algorithm D main loop body.
Composes sub-specs from LimbSpec.lean into a single cpsBranchWithin for one iteration,
then proves the inductive loop spec via cpsTriple_loop_with_perm.
Issue #87: DIV/MOD loop body composition.... | @@ -33,6 +33,8 @@
private theorem lb_ms1 {base : Word} : (base + mulsubOff : Word) + 44 = base + (mulsubOff + 44) := by
rw [BitVec.add_assoc]
private theorem lb_ms2 {base : Word} : (base + (mulsubOff + 44) : Word) + 44 = base + correctionSkipOff := by bv_addr
+private theorem lb_ms3 {base : Word} : (base + correct... | {
"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_3e5701d613f4_11 | 55e6fdb9467ba806 | lean | lean | github.com/Verified-zkEVM/evm-asm | 7d5875858bc3727250adb6880c8339048365b1b6 | EvmAsm/Evm64/DivMod/LoopBody.lean | LoopBody | 11 | lemma_delete | null | null | false | 0.5 | 1 | 1 | false | 0 | inf | 0 | inf | 42 | 33 | 6 | [
{
"theorem_name": "divK_addback_full_spec_within",
"depth": 1,
"n_commands": 0,
"n_lines": 3,
"is_leaf": true,
"centrality": 0,
"method": "deleted-dep",
"proof_text": "\n divK_addback_full_spec_within_of_sub sp uBase qHat v0 v1 v2 v3 u0 u1 u2 u3 u4\n v7_init v5_init v2_init base ... | [
{
"name": "lb_sub",
"text": "/-- Helper: singleton at index k of divK_loopBody ⊆ sharedDivModCode base. -/\ntheorem lb_sub {base : Word} (k : Nat) (addr : Word) (instr : Instr)\n (hk : k < (divK_loopBody 560 7736).length)\n (h_addr : addr = (base + loopBodyOff) + BitVec.ofNat 64 (4 * k))\n (h_instr... | [
{
"name": "divK_mulsub_full_spec_within",
"fan_in": 0,
"n_deps_direct": 2,
"n_deps_transitive": 10,
"n_lines": 64,
"n_chars": 3078,
"n_subproofs": 0,
"n_tactics": 2,
"cyclomatic": 1,
"n_automation": 0,
"n_rewrites": 0,
"n_structural": 0,
"automation_only": false,
... | 10 | /-
EvmAsm.Evm64.DivMod.LoopBody
Hierarchical composition of the 114-instruction Knuth Algorithm D main loop body.
Composes sub-specs from LimbSpec.lean into a single cpsBranchWithin for one iteration,
then proves the inductive loop spec via cpsTriple_loop_with_perm.
Issue #87: DIV/MOD loop body composition.... | /-
EvmAsm.Evm64.DivMod.LoopBody
Hierarchical composition of the 114-instruction Knuth Algorithm D main loop body.
Composes sub-specs from LimbSpec.lean into a single cpsBranchWithin for one iteration,
then proves the inductive loop spec via cpsTriple_loop_with_perm.
Issue #87: DIV/MOD loop body composition.... | @@ -39,6 +39,18 @@
skipBlock; skipBlock
exact CodeReq.union_mono_left
+/-- Helper: singleton at index k of divK_loopBody ⊆ sharedDivModCode base. -/
+theorem lb_sub {base : Word} (k : Nat) (addr : Word) (instr : Instr)
+ (hk : k < (divK_loopBody 560 7736).length)
+ (h_addr : addr = (base + loopBodyOff) + ... | {
"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_3e5701d613f4_12 | eb6bcf69e71da208 | lean | lean | github.com/Verified-zkEVM/evm-asm | 7d5875858bc3727250adb6880c8339048365b1b6 | EvmAsm/Evm64/DivMod/LoopBody.lean | LoopBody | 12 | lemma_delete | null | null | false | 0.5 | 1 | 1 | false | 0 | inf | 0 | inf | 42 | 33 | 1 | [
{
"theorem_name": "divK_mulsub_4limbs_spec_within_of_sub",
"depth": 1,
"n_commands": 0,
"n_lines": 123,
"is_leaf": true,
"centrality": 0,
"method": "deleted-dep",
"proof_text": " by\n unfold divKMulsub4LimbsPre divKMulsub4LimbsPost\n let p0_lo := qHat * v0\n let p0_hi := rv64_mulh... | [
{
"name": "lb_ms3",
"text": "private theorem lb_ms3 {base : Word} : (base + correctionSkipOff : Word) + 44 = base + (correctionSkipOff + 44) := by\n rw [BitVec.add_assoc]\n",
"fan_in": 1,
"n_lines": 3,
"n_chars": 142,
"n_subproofs": 0,
"n_tactics": 2,
"cyclomatic": 1,
"n_automat... | [
{
"name": "divK_mulsub_full_v4_spec_within",
"fan_in": 0,
"n_deps_direct": 2,
"n_deps_transitive": 10,
"n_lines": 10,
"n_chars": 647,
"n_subproofs": 0,
"n_tactics": 4,
"cyclomatic": 1,
"n_automation": 0,
"n_rewrites": 1,
"n_structural": 1,
"automation_only": false... | 10 | /-
EvmAsm.Evm64.DivMod.LoopBody
Hierarchical composition of the 114-instruction Knuth Algorithm D main loop body.
Composes sub-specs from LimbSpec.lean into a single cpsBranchWithin for one iteration,
then proves the inductive loop spec via cpsTriple_loop_with_perm.
Issue #87: DIV/MOD loop body composition.... | /-
EvmAsm.Evm64.DivMod.LoopBody
Hierarchical composition of the 114-instruction Knuth Algorithm D main loop body.
Composes sub-specs from LimbSpec.lean into a single cpsBranchWithin for one iteration,
then proves the inductive loop spec via cpsTriple_loop_with_perm.
Issue #87: DIV/MOD loop body composition.... | @@ -54,6 +54,8 @@
private theorem lb_ms1 {base : Word} : (base + mulsubOff : Word) + 44 = base + (mulsubOff + 44) := by
rw [BitVec.add_assoc]
private theorem lb_ms2 {base : Word} : (base + (mulsubOff + 44) : Word) + 44 = base + correctionSkipOff := by bv_addr
+private theorem lb_ms3 {base : Word} : (base + correct... | {
"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_3e5701d613f4_13 | 567bbc31006923d6 | lean | lean | github.com/Verified-zkEVM/evm-asm | 7d5875858bc3727250adb6880c8339048365b1b6 | EvmAsm/Evm64/DivMod/LoopBody.lean | LoopBody | 13 | lemma_delete | null | null | false | 0.5 | 1 | 1 | false | 0 | inf | 0 | inf | 42 | 33 | 1 | [
{
"theorem_name": "divK_mulsub_4limbs_spec_within_of_sub",
"depth": 1,
"n_commands": 0,
"n_lines": 123,
"is_leaf": true,
"centrality": 0,
"method": "deleted-dep",
"proof_text": " by\n unfold divKMulsub4LimbsPre divKMulsub4LimbsPost\n let p0_lo := qHat * v0\n let p0_hi := rv64_mulh... | [
{
"name": "lb_ms1",
"text": "private theorem lb_ms1 {base : Word} : (base + mulsubOff : Word) + 44 = base + (mulsubOff + 44) := by\n rw [BitVec.add_assoc]\n",
"fan_in": 1,
"n_lines": 3,
"n_chars": 126,
"n_subproofs": 0,
"n_tactics": 2,
"cyclomatic": 1,
"n_automation": 0,
"n_... | [
{
"name": "divK_mulsub_full_spec_within_noNop",
"fan_in": 0,
"n_deps_direct": 2,
"n_deps_transitive": 9,
"n_lines": 65,
"n_chars": 3165,
"n_subproofs": 0,
"n_tactics": 2,
"cyclomatic": 1,
"n_automation": 0,
"n_rewrites": 0,
"n_structural": 0,
"automation_only": fa... | 9 | /-
EvmAsm.Evm64.DivMod.LoopBody
Hierarchical composition of the 114-instruction Knuth Algorithm D main loop body.
Composes sub-specs from LimbSpec.lean into a single cpsBranchWithin for one iteration,
then proves the inductive loop spec via cpsTriple_loop_with_perm.
Issue #87: DIV/MOD loop body composition.... | /-
EvmAsm.Evm64.DivMod.LoopBody
Hierarchical composition of the 114-instruction Knuth Algorithm D main loop body.
Composes sub-specs from LimbSpec.lean into a single cpsBranchWithin for one iteration,
then proves the inductive loop spec via cpsTriple_loop_with_perm.
Issue #87: DIV/MOD loop body composition.... | @@ -52,6 +52,8 @@
-- ============================================================================
-- Mulsub limb base addresses (instrs [22]-[65])
+private theorem lb_ms1 {base : Word} : (base + mulsubOff : Word) + 44 = base + (mulsubOff + 44) := by
+ rw [BitVec.add_assoc]
private theorem lb_ms2 {base : Word} : (... | {
"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_3e5701d613f4_14 | 82a559b6abccb7df | lean | lean | github.com/Verified-zkEVM/evm-asm | 7d5875858bc3727250adb6880c8339048365b1b6 | EvmAsm/Evm64/DivMod/LoopBody.lean | LoopBody | 14 | lemma_delete | null | null | false | 0.5 | 1 | 1 | false | 0 | inf | 0 | inf | 42 | 33 | 1 | [
{
"theorem_name": "divK_addback_full_spec_within_of_sub",
"depth": 1,
"n_commands": 0,
"n_lines": 115,
"is_leaf": true,
"centrality": 0,
"method": "deleted-dep",
"proof_text": " by\n unfold addbackFullPre addbackFullPost\n let upc0 := u0 + (signExtend12 0 : Word)\n let ac1_0 := if... | [
{
"name": "lb_ab0_end",
"text": "private theorem lb_ab0_end {base : Word} : (base + addbackLimb0Off : Word) + 32 = base + addbackLimb1Off := by bv_addr\n",
"fan_in": 1,
"n_lines": 2,
"n_chars": 119,
"n_subproofs": 0,
"n_tactics": 1,
"cyclomatic": 1,
"n_automation": 0,
"n_rewr... | [
{
"name": "divK_correction_addback_spec_within",
"fan_in": 0,
"n_deps_direct": 4,
"n_deps_transitive": 12,
"n_lines": 83,
"n_chars": 4487,
"n_subproofs": 7,
"n_tactics": 35,
"cyclomatic": 1,
"n_automation": 2,
"n_rewrites": 2,
"n_structural": 4,
"automation_only":... | 12 | /-
EvmAsm.Evm64.DivMod.LoopBody
Hierarchical composition of the 114-instruction Knuth Algorithm D main loop body.
Composes sub-specs from LimbSpec.lean into a single cpsBranchWithin for one iteration,
then proves the inductive loop spec via cpsTriple_loop_with_perm.
Issue #87: DIV/MOD loop body composition.... | /-
EvmAsm.Evm64.DivMod.LoopBody
Hierarchical composition of the 114-instruction Knuth Algorithm D main loop body.
Composes sub-specs from LimbSpec.lean into a single cpsBranchWithin for one iteration,
then proves the inductive loop spec via cpsTriple_loop_with_perm.
Issue #87: DIV/MOD loop body composition.... | @@ -107,6 +107,7 @@
((sp + signExtend12 56) ↦ₘ v3) ** ((uBase + signExtend12 4072) ↦ₘ un3)
private theorem lb_ab0 {base : Word} : (base + addbackInitOff : Word) + 4 = base + addbackLimb0Off := by bv_addr
+private theorem lb_ab0_end {base : Word} : (base + addbackLimb0Off : Word) + 32 = base + addbackLimb1Off := 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_3e5701d613f4_15 | 68a7465d38db7a68 | lean | lean | github.com/Verified-zkEVM/evm-asm | 7d5875858bc3727250adb6880c8339048365b1b6 | EvmAsm/Evm64/DivMod/LoopBody.lean | LoopBody | 15 | lemma_delete | null | null | false | 0.5 | 1 | 1 | false | 0 | inf | 0 | inf | 42 | 33 | 1 | [
{
"theorem_name": "divK_addback_full_spec_within_of_sub",
"depth": 1,
"n_commands": 0,
"n_lines": 115,
"is_leaf": true,
"centrality": 0,
"method": "deleted-dep",
"proof_text": " by\n unfold addbackFullPre addbackFullPost\n let upc0 := u0 + (signExtend12 0 : Word)\n let ac1_0 := if... | [
{
"name": "lb_ab1_end",
"text": "private theorem lb_ab1_end {base : Word} : (base + addbackLimb1Off : Word) + 32 = base + addbackLimb2Off := by bv_addr\n",
"fan_in": 1,
"n_lines": 2,
"n_chars": 119,
"n_subproofs": 0,
"n_tactics": 1,
"cyclomatic": 1,
"n_automation": 0,
"n_rewr... | [
{
"name": "divK_correction_addback_spec_within_noNop",
"fan_in": 0,
"n_deps_direct": 4,
"n_deps_transitive": 11,
"n_lines": 84,
"n_chars": 4587,
"n_subproofs": 7,
"n_tactics": 35,
"cyclomatic": 1,
"n_automation": 2,
"n_rewrites": 2,
"n_structural": 4,
"automation_... | 11 | /-
EvmAsm.Evm64.DivMod.LoopBody
Hierarchical composition of the 114-instruction Knuth Algorithm D main loop body.
Composes sub-specs from LimbSpec.lean into a single cpsBranchWithin for one iteration,
then proves the inductive loop spec via cpsTriple_loop_with_perm.
Issue #87: DIV/MOD loop body composition.... | /-
EvmAsm.Evm64.DivMod.LoopBody
Hierarchical composition of the 114-instruction Knuth Algorithm D main loop body.
Composes sub-specs from LimbSpec.lean into a single cpsBranchWithin for one iteration,
then proves the inductive loop spec via cpsTriple_loop_with_perm.
Issue #87: DIV/MOD loop body composition.... | @@ -109,6 +109,7 @@
private theorem lb_ab0 {base : Word} : (base + addbackInitOff : Word) + 4 = base + addbackLimb0Off := by bv_addr
private theorem lb_ab0_end {base : Word} : (base + addbackLimb0Off : Word) + 32 = base + addbackLimb1Off := by bv_addr
+private theorem lb_ab1_end {base : Word} : (base + addbackLimb1... | {
"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_3e5701d613f4_16 | aac8e274361833a4 | lean | lean | github.com/Verified-zkEVM/evm-asm | 7d5875858bc3727250adb6880c8339048365b1b6 | EvmAsm/Evm64/DivMod/LoopBody.lean | LoopBody | 16 | lemma_delete | null | null | false | 0.5 | 1 | 1 | false | 0 | inf | 0 | inf | 42 | 33 | 6 | [
{
"theorem_name": "divK_addback_full_spec_within",
"depth": 1,
"n_commands": 0,
"n_lines": 3,
"is_leaf": true,
"centrality": 0,
"method": "deleted-dep",
"proof_text": "\n divK_addback_full_spec_within_of_sub sp uBase qHat v0 v1 v2 v3 u0 u1 u2 u3 u4\n v7_init v5_init v2_init base ... | [
{
"name": "lb_sub",
"text": "/-- Helper: singleton at index k of divK_loopBody ⊆ sharedDivModCode base. -/\ntheorem lb_sub {base : Word} (k : Nat) (addr : Word) (instr : Instr)\n (hk : k < (divK_loopBody 560 7736).length)\n (h_addr : addr = (base + loopBodyOff) + BitVec.ofNat 64 (4 * k))\n (h_instr... | [
{
"name": "divK_save_trial_load_spec_within",
"fan_in": 0,
"n_deps_direct": 3,
"n_deps_transitive": 4,
"n_lines": 64,
"n_chars": 3240,
"n_subproofs": 5,
"n_tactics": 35,
"cyclomatic": 1,
"n_automation": 26,
"n_rewrites": 2,
"n_structural": 3,
"automation_only": fa... | 4 | /-
EvmAsm.Evm64.DivMod.LoopBody
Hierarchical composition of the 114-instruction Knuth Algorithm D main loop body.
Composes sub-specs from LimbSpec.lean into a single cpsBranchWithin for one iteration,
then proves the inductive loop spec via cpsTriple_loop_with_perm.
Issue #87: DIV/MOD loop body composition.... | /-
EvmAsm.Evm64.DivMod.LoopBody
Hierarchical composition of the 114-instruction Knuth Algorithm D main loop body.
Composes sub-specs from LimbSpec.lean into a single cpsBranchWithin for one iteration,
then proves the inductive loop spec via cpsTriple_loop_with_perm.
Issue #87: DIV/MOD loop body composition.... | @@ -39,6 +39,18 @@
skipBlock; skipBlock
exact CodeReq.union_mono_left
+/-- Helper: singleton at index k of divK_loopBody ⊆ sharedDivModCode base. -/
+theorem lb_sub {base : Word} (k : Nat) (addr : Word) (instr : Instr)
+ (hk : k < (divK_loopBody 560 7736).length)
+ (h_addr : addr = (base + loopBodyOff) + ... | {
"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_3e5701d613f4_17 | c44a1f4d9883ba93 | lean | lean | github.com/Verified-zkEVM/evm-asm | 7d5875858bc3727250adb6880c8339048365b1b6 | EvmAsm/Evm64/DivMod/LoopBody.lean | LoopBody | 17 | lemma_delete | null | null | false | 0.5 | 1 | 1 | false | 0 | inf | 0 | inf | 42 | 33 | 5 | [
{
"theorem_name": "divK_addback_full_spec_within_noNop",
"depth": 1,
"n_commands": 0,
"n_lines": 3,
"is_leaf": true,
"centrality": 0,
"method": "deleted-dep",
"proof_text": "\n divK_addback_full_spec_within_of_sub sp uBase qHat v0 v1 v2 v3 u0 u1 u2 u3 u4\n v7_init v5_init v2_init... | [
{
"name": "lb_sub_noNop",
"text": "/-- Helper: singleton at index k of divK_loopBody ⊆ divCode_noNop base. -/\ntheorem lb_sub_noNop {base : Word} (k : Nat) (addr : Word) (instr : Instr)\n (hk : k < (divK_loopBody 560 7736).length)\n (h_addr : addr = (base + loopBodyOff) + BitVec.ofNat 64 (4 * k))\n ... | [
{
"name": "divK_save_trial_load_spec_within_noNop",
"fan_in": 0,
"n_deps_direct": 3,
"n_deps_transitive": 3,
"n_lines": 62,
"n_chars": 3205,
"n_subproofs": 5,
"n_tactics": 35,
"cyclomatic": 1,
"n_automation": 26,
"n_rewrites": 2,
"n_structural": 3,
"automation_onl... | 3 | /-
EvmAsm.Evm64.DivMod.LoopBody
Hierarchical composition of the 114-instruction Knuth Algorithm D main loop body.
Composes sub-specs from LimbSpec.lean into a single cpsBranchWithin for one iteration,
then proves the inductive loop spec via cpsTriple_loop_with_perm.
Issue #87: DIV/MOD loop body composition.... | /-
EvmAsm.Evm64.DivMod.LoopBody
Hierarchical composition of the 114-instruction Knuth Algorithm D main loop body.
Composes sub-specs from LimbSpec.lean into a single cpsBranchWithin for one iteration,
then proves the inductive loop spec via cpsTriple_loop_with_perm.
Issue #87: DIV/MOD loop body composition.... | @@ -30,6 +30,28 @@
-- Section 1: CodeReq subsumption infrastructure for loop body instructions
-- ============================================================================
+/-- Helper: singleton at index k of divK_loopBody ⊆ divCode_noNop base. -/
+theorem lb_sub_noNop {base : Word} (k : Nat) (addr : Word) (inst... | {
"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_3e5701d613f4_18 | 34401a95585dac04 | lean | lean | github.com/Verified-zkEVM/evm-asm | 7d5875858bc3727250adb6880c8339048365b1b6 | EvmAsm/Evm64/DivMod/LoopBody.lean | LoopBody | 18 | lemma_delete | null | null | false | 0.5 | 1 | 1 | false | 0 | inf | 0 | inf | 42 | 33 | 6 | [
{
"theorem_name": "divK_addback_full_spec_within",
"depth": 1,
"n_commands": 0,
"n_lines": 3,
"is_leaf": true,
"centrality": 0,
"method": "deleted-dep",
"proof_text": "\n divK_addback_full_spec_within_of_sub sp uBase qHat v0 v1 v2 v3 u0 u1 u2 u3 u4\n v7_init v5_init v2_init base ... | [
{
"name": "lb_sub",
"text": "/-- Helper: singleton at index k of divK_loopBody ⊆ sharedDivModCode base. -/\ntheorem lb_sub {base : Word} (k : Nat) (addr : Word) (instr : Instr)\n (hk : k < (divK_loopBody 560 7736).length)\n (h_addr : addr = (base + loopBodyOff) + BitVec.ofNat 64 (4 * k))\n (h_instr... | [
{
"name": "divK_beq_passthrough_within",
"fan_in": 1,
"n_deps_direct": 2,
"n_deps_transitive": 3,
"n_lines": 20,
"n_chars": 1043,
"n_subproofs": 4,
"n_tactics": 13,
"cyclomatic": 1,
"n_automation": 2,
"n_rewrites": 1,
"n_structural": 3,
"automation_only": false,
... | 3 | /-
EvmAsm.Evm64.DivMod.LoopBody
Hierarchical composition of the 114-instruction Knuth Algorithm D main loop body.
Composes sub-specs from LimbSpec.lean into a single cpsBranchWithin for one iteration,
then proves the inductive loop spec via cpsTriple_loop_with_perm.
Issue #87: DIV/MOD loop body composition.... | /-
EvmAsm.Evm64.DivMod.LoopBody
Hierarchical composition of the 114-instruction Knuth Algorithm D main loop body.
Composes sub-specs from LimbSpec.lean into a single cpsBranchWithin for one iteration,
then proves the inductive loop spec via cpsTriple_loop_with_perm.
Issue #87: DIV/MOD loop body composition.... | @@ -39,6 +39,18 @@
skipBlock; skipBlock
exact CodeReq.union_mono_left
+/-- Helper: singleton at index k of divK_loopBody ⊆ sharedDivModCode base. -/
+theorem lb_sub {base : Word} (k : Nat) (addr : Word) (instr : Instr)
+ (hk : k < (divK_loopBody 560 7736).length)
+ (h_addr : addr = (base + loopBodyOff) + ... | {
"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_3e5701d613f4_19 | 0e3bf9bc108d252e | lean | lean | github.com/Verified-zkEVM/evm-asm | 7d5875858bc3727250adb6880c8339048365b1b6 | EvmAsm/Evm64/DivMod/LoopBody.lean | LoopBody | 19 | lemma_delete | null | null | false | 0.5 | 1 | 1 | false | 0 | inf | 0 | inf | 42 | 33 | 5 | [
{
"theorem_name": "divK_addback_full_spec_within_noNop",
"depth": 1,
"n_commands": 0,
"n_lines": 3,
"is_leaf": true,
"centrality": 0,
"method": "deleted-dep",
"proof_text": "\n divK_addback_full_spec_within_of_sub sp uBase qHat v0 v1 v2 v3 u0 u1 u2 u3 u4\n v7_init v5_init v2_init... | [
{
"name": "lb_sub_noNop",
"text": "/-- Helper: singleton at index k of divK_loopBody ⊆ divCode_noNop base. -/\ntheorem lb_sub_noNop {base : Word} (k : Nat) (addr : Word) (instr : Instr)\n (hk : k < (divK_loopBody 560 7736).length)\n (h_addr : addr = (base + loopBodyOff) + BitVec.ofNat 64 (4 * k))\n ... | [
{
"name": "divK_beq_passthrough_within_noNop",
"fan_in": 0,
"n_deps_direct": 2,
"n_deps_transitive": 2,
"n_lines": 19,
"n_chars": 932,
"n_subproofs": 4,
"n_tactics": 13,
"cyclomatic": 1,
"n_automation": 2,
"n_rewrites": 1,
"n_structural": 3,
"automation_only": fal... | 2 | /-
EvmAsm.Evm64.DivMod.LoopBody
Hierarchical composition of the 114-instruction Knuth Algorithm D main loop body.
Composes sub-specs from LimbSpec.lean into a single cpsBranchWithin for one iteration,
then proves the inductive loop spec via cpsTriple_loop_with_perm.
Issue #87: DIV/MOD loop body composition.... | /-
EvmAsm.Evm64.DivMod.LoopBody
Hierarchical composition of the 114-instruction Knuth Algorithm D main loop body.
Composes sub-specs from LimbSpec.lean into a single cpsBranchWithin for one iteration,
then proves the inductive loop spec via cpsTriple_loop_with_perm.
Issue #87: DIV/MOD loop body composition.... | @@ -30,6 +30,28 @@
-- Section 1: CodeReq subsumption infrastructure for loop body instructions
-- ============================================================================
+/-- Helper: singleton at index k of divK_loopBody ⊆ divCode_noNop base. -/
+theorem lb_sub_noNop {base : Word} (k : Nat) (addr : Word) (inst... | {
"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_3e5701d613f4_20 | 886577717e1d7964 | lean | lean | github.com/Verified-zkEVM/evm-asm | 7d5875858bc3727250adb6880c8339048365b1b6 | EvmAsm/Evm64/DivMod/LoopBody.lean | LoopBody | 20 | lemma_delete | null | null | false | 0.5 | 1 | 1 | false | 0 | inf | 0 | inf | 42 | 33 | 1 | [
{
"theorem_name": "divK_addback_full_spec_within_of_sub",
"depth": 1,
"n_commands": 0,
"n_lines": 115,
"is_leaf": true,
"centrality": 0,
"method": "deleted-dep",
"proof_text": " by\n unfold addbackFullPre addbackFullPost\n let upc0 := u0 + (signExtend12 0 : Word)\n let ac1_0 := if... | [
{
"name": "lb_ab0_end",
"text": "private theorem lb_ab0_end {base : Word} : (base + addbackLimb0Off : Word) + 32 = base + addbackLimb1Off := by bv_addr\n",
"fan_in": 1,
"n_lines": 2,
"n_chars": 119,
"n_subproofs": 0,
"n_tactics": 1,
"cyclomatic": 1,
"n_automation": 0,
"n_rewr... | [
{
"name": "divK_double_addback_beq_spec_within",
"fan_in": 1,
"n_deps_direct": 5,
"n_deps_transitive": 13,
"n_lines": 92,
"n_chars": 4757,
"n_subproofs": 12,
"n_tactics": 72,
"cyclomatic": 1,
"n_automation": 4,
"n_rewrites": 5,
"n_structural": 4,
"automation_only"... | 13 | /-
EvmAsm.Evm64.DivMod.LoopBody
Hierarchical composition of the 114-instruction Knuth Algorithm D main loop body.
Composes sub-specs from LimbSpec.lean into a single cpsBranchWithin for one iteration,
then proves the inductive loop spec via cpsTriple_loop_with_perm.
Issue #87: DIV/MOD loop body composition.... | /-
EvmAsm.Evm64.DivMod.LoopBody
Hierarchical composition of the 114-instruction Knuth Algorithm D main loop body.
Composes sub-specs from LimbSpec.lean into a single cpsBranchWithin for one iteration,
then proves the inductive loop spec via cpsTriple_loop_with_perm.
Issue #87: DIV/MOD loop body composition.... | @@ -107,6 +107,7 @@
((sp + signExtend12 56) ↦ₘ v3) ** ((uBase + signExtend12 4072) ↦ₘ un3)
private theorem lb_ab0 {base : Word} : (base + addbackInitOff : Word) + 4 = base + addbackLimb0Off := by bv_addr
+private theorem lb_ab0_end {base : Word} : (base + addbackLimb0Off : Word) + 32 = base + addbackLimb1Off := 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_3e5701d613f4_21 | 3c6fa3962610a00a | lean | lean | github.com/Verified-zkEVM/evm-asm | 7d5875858bc3727250adb6880c8339048365b1b6 | EvmAsm/Evm64/DivMod/LoopBody.lean | LoopBody | 21 | lemma_delete | null | null | false | 0.5 | 1 | 1 | false | 0 | inf | 0 | inf | 42 | 33 | 1 | [
{
"theorem_name": "divK_addback_full_spec_within_of_sub",
"depth": 1,
"n_commands": 0,
"n_lines": 115,
"is_leaf": true,
"centrality": 0,
"method": "deleted-dep",
"proof_text": " by\n unfold addbackFullPre addbackFullPost\n let upc0 := u0 + (signExtend12 0 : Word)\n let ac1_0 := if... | [
{
"name": "lb_ab0_end",
"text": "private theorem lb_ab0_end {base : Word} : (base + addbackLimb0Off : Word) + 32 = base + addbackLimb1Off := by bv_addr\n",
"fan_in": 1,
"n_lines": 2,
"n_chars": 119,
"n_subproofs": 0,
"n_tactics": 1,
"cyclomatic": 1,
"n_automation": 0,
"n_rewr... | [
{
"name": "divK_double_addback_beq_named_spec_within",
"fan_in": 0,
"n_deps_direct": 1,
"n_deps_transitive": 14,
"n_lines": 20,
"n_chars": 1199,
"n_subproofs": 0,
"n_tactics": 7,
"cyclomatic": 1,
"n_automation": 0,
"n_rewrites": 1,
"n_structural": 2,
"automation_o... | 14 | /-
EvmAsm.Evm64.DivMod.LoopBody
Hierarchical composition of the 114-instruction Knuth Algorithm D main loop body.
Composes sub-specs from LimbSpec.lean into a single cpsBranchWithin for one iteration,
then proves the inductive loop spec via cpsTriple_loop_with_perm.
Issue #87: DIV/MOD loop body composition.... | /-
EvmAsm.Evm64.DivMod.LoopBody
Hierarchical composition of the 114-instruction Knuth Algorithm D main loop body.
Composes sub-specs from LimbSpec.lean into a single cpsBranchWithin for one iteration,
then proves the inductive loop spec via cpsTriple_loop_with_perm.
Issue #87: DIV/MOD loop body composition.... | @@ -107,6 +107,7 @@
((sp + signExtend12 56) ↦ₘ v3) ** ((uBase + signExtend12 4072) ↦ₘ un3)
private theorem lb_ab0 {base : Word} : (base + addbackInitOff : Word) + 4 = base + addbackLimb0Off := by bv_addr
+private theorem lb_ab0_end {base : Word} : (base + addbackLimb0Off : Word) + 32 = base + addbackLimb1Off := 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_1547ac58af57_0 | 28cc332201efc2dd | lean | lean | github.com/Verified-zkEVM/evm-asm | 7d5875858bc3727250adb6880c8339048365b1b6 | EvmAsm/Evm64/DivMod/Compose/ModFullPathN3V4NoNopPreloop.lean | ModFullPathN3V4NoNopPreloop | 0 | lemma_delete | null | null | false | 0.5 | 1 | 1 | false | 0 | inf | 0 | inf | 42 | 1 | 2 | [
{
"theorem_name": "evm_mod_n3_to_loopSetup_spec_within_v4_noNop",
"depth": 1,
"n_commands": 0,
"n_lines": 67,
"is_leaf": true,
"centrality": 0,
"method": "deleted-dep",
"proof_text": " by\n let shift := (clzResult b2).1\n let antiShift := signExtend12 (0 : BitVec 12) - shift\n let... | [
{
"name": "evm_mod_n3_to_normB_spec_within_v4_noNop",
"text": "/-- MOD n=3 path from entry to NormA over the no-NOP v4 MOD code bundle. -/\ntheorem evm_mod_n3_to_normB_spec_within_v4_noNop (sp base : Word)\n (b0 b1 b2 b3 v5 v6 v7 v10 : Word)\n (q0 q1 q2 q3 u5 u6 u7 nMem shiftMem : Word)\n (hbnz : b... | [
{
"name": "evm_mod_n3_to_loopSetup_spec_within_v4_noNop",
"fan_in": 0,
"n_deps_direct": 1,
"n_deps_transitive": 1,
"n_lines": 92,
"n_chars": 5634,
"n_subproofs": 8,
"n_tactics": 69,
"cyclomatic": 1,
"n_automation": 4,
"n_rewrites": 3,
"n_structural": 1,
"automatio... | 1 | /-
EvmAsm.Evm64.DivMod.Compose.ModFullPathN3V4NoNopPreloop
v4/no-NOP MOD n=3 preloop wrappers from entry to loop setup.
-/
import EvmAsm.Evm64.DivMod.Compose.ModFullPathN3V4NoNop
open EvmAsm.Rv64.Tactics
namespace EvmAsm.Evm64
open EvmAsm.Rv64
/-- MOD n=3 path from entry to loop body start over the no-NOP v4 ... | /-
EvmAsm.Evm64.DivMod.Compose.ModFullPathN3V4NoNopPreloop
v4/no-NOP MOD n=3 preloop wrappers from entry to loop setup.
-/
import EvmAsm.Evm64.DivMod.Compose.ModFullPathN3V4NoNop
open EvmAsm.Rv64.Tactics
namespace EvmAsm.Evm64
open EvmAsm.Rv64
/-- MOD n=3 path from entry to NormA over the no-NOP v4 MOD code b... | @@ -12,6 +12,65 @@
open EvmAsm.Rv64
+/-- MOD n=3 path from entry to NormA over the no-NOP v4 MOD code bundle. -/
+theorem evm_mod_n3_to_normB_spec_within_v4_noNop (sp base : Word)
+ (b0 b1 b2 b3 v5 v6 v7 v10 : Word)
+ (q0 q1 q2 q3 u5 u6 u7 nMem shiftMem : Word)
+ (hbnz : b0 ||| b1 ||| b2 ||| b3 ≠ 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... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.