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_ad56c5072971_7
dc5eb15e159c3cef
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/YulGeneration/Backends/EvmYulLeanBridgePredicates.lean
EvmYulLeanBridgePredicates
7
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
42
2
[ { "theorem_name": "bridgedStraightStmt_let_tload", "depth": 1, "n_commands": 0, "n_lines": 2, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": "\n BridgedStraightStmt.let_ name _ (bridgedExpr_tload slotExpr hSlot)", "n_chars": 69, "n_subproofs": 0, ...
[ { "name": "bridgedExpr_tload", "text": "theorem bridgedExpr_tload (slotExpr : Compiler.Yul.YulExpr)\n (hSlot : BridgedExpr slotExpr) :\n BridgedExpr\n (Compiler.Yul.YulExpr.call \"tload\" [slotExpr]) := by\n refine BridgedExpr.call \"tload\" _ (Or.inr (Or.inl rfl)) ?_\n intro arg hMem\n simp o...
[ { "name": "bridgedStraightStmt_let_tload", "fan_in": 1, "n_deps_direct": 1, "n_deps_transitive": 1, "n_lines": 7, "n_chars": 288, "n_subproofs": 0, "n_tactics": 1, "cyclomatic": 1, "n_automation": 0, "n_rewrites": 0, "n_structural": 0, "automation_only": false, ...
1
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
@@ -145,10 +145,21 @@ def BridgedStmts (stmts : List Compiler.Yul.YulStmt) : Prop := ∀ stmt ∈ stmts, BridgedStmt stmt +theorem bridgedExpr_tload (slotExpr : Compiler.Yul.YulExpr) + (hSlot : BridgedExpr slotExpr) : + BridgedExpr + (Compiler.Yul.YulExpr.call "tload" [slotExpr]) := by + refine BridgedExp...
{ "repo": "verity", "git_repo": "github.com/lfglabs-dev/verity", "revision": "eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978", "lean_toolchain": "leanprover/lean4:v4.22.0", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-delete-lemm...
ablate_ad56c5072971_8
d62e3e283df0e31c
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/YulGeneration/Backends/EvmYulLeanBridgePredicates.lean
EvmYulLeanBridgePredicates
8
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
42
2
[ { "theorem_name": "bridgedStraightStmt_let_keccak256", "depth": 1, "n_commands": 0, "n_lines": 3, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": "\n BridgedStraightStmt.let_ name _\n (bridgedExpr_keccak256 offsetExpr sizeExpr hOffset hSize)", "n_char...
[ { "name": "bridgedExpr_keccak256", "text": "theorem bridgedExpr_keccak256 (offsetExpr sizeExpr : Compiler.Yul.YulExpr)\n (hOffset : BridgedExpr offsetExpr) (hSize : BridgedExpr sizeExpr) :\n BridgedExpr\n (Compiler.Yul.YulExpr.call \"keccak256\" [offsetExpr, sizeExpr]) := by\n refine BridgedExpr...
[ { "name": "bridgedStraightStmt_let_keccak256", "fan_in": 1, "n_deps_direct": 1, "n_deps_transitive": 1, "n_lines": 10, "n_chars": 393, "n_subproofs": 0, "n_tactics": 2, "cyclomatic": 1, "n_automation": 0, "n_rewrites": 0, "n_structural": 0, "automation_only": fals...
1
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
@@ -145,12 +145,25 @@ def BridgedStmts (stmts : List Compiler.Yul.YulStmt) : Prop := ∀ stmt ∈ stmts, BridgedStmt stmt +theorem bridgedExpr_keccak256 (offsetExpr sizeExpr : Compiler.Yul.YulExpr) + (hOffset : BridgedExpr offsetExpr) (hSize : BridgedExpr sizeExpr) : + BridgedExpr + (Compiler.Yul.YulExpr.c...
{ "repo": "verity", "git_repo": "github.com/lfglabs-dev/verity", "revision": "eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978", "lean_toolchain": "leanprover/lean4:v4.22.0", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-delete-lemm...
ablate_ad56c5072971_9
a29312f59a0d27c7
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/YulGeneration/Backends/EvmYulLeanBridgePredicates.lean
EvmYulLeanBridgePredicates
9
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
42
2
[ { "theorem_name": "bridgedStraightStmt_let_mload", "depth": 1, "n_commands": 0, "n_lines": 2, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": "\n BridgedStraightStmt.let_ name _ (bridgedExpr_mload offsetExpr hOffset)", "n_chars": 73, "n_subproofs": 0...
[ { "name": "bridgedExpr_mload", "text": "theorem bridgedExpr_mload (offsetExpr : Compiler.Yul.YulExpr)\n (hOffset : BridgedExpr offsetExpr) :\n BridgedExpr\n (Compiler.Yul.YulExpr.call \"mload\" [offsetExpr]) := by\n refine BridgedExpr.call \"mload\" _ (Or.inr (Or.inr (Or.inl rfl))) ?_\n intro a...
[ { "name": "bridgedStraightStmt_assign_mload", "fan_in": 1, "n_deps_direct": 1, "n_deps_transitive": 1, "n_lines": 7, "n_chars": 307, "n_subproofs": 0, "n_tactics": 1, "cyclomatic": 1, "n_automation": 0, "n_rewrites": 0, "n_structural": 0, "automation_only": false,...
1
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
@@ -145,10 +145,21 @@ def BridgedStmts (stmts : List Compiler.Yul.YulStmt) : Prop := ∀ stmt ∈ stmts, BridgedStmt stmt +theorem bridgedExpr_mload (offsetExpr : Compiler.Yul.YulExpr) + (hOffset : BridgedExpr offsetExpr) : + BridgedExpr + (Compiler.Yul.YulExpr.call "mload" [offsetExpr]) := by + refine Br...
{ "repo": "verity", "git_repo": "github.com/lfglabs-dev/verity", "revision": "eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978", "lean_toolchain": "leanprover/lean4:v4.22.0", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-delete-lemm...
ablate_ad56c5072971_10
de1f2dcbb99f5eef
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/YulGeneration/Backends/EvmYulLeanBridgePredicates.lean
EvmYulLeanBridgePredicates
10
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
42
2
[ { "theorem_name": "bridgedStraightStmt_let_tload", "depth": 1, "n_commands": 0, "n_lines": 2, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": "\n BridgedStraightStmt.let_ name _ (bridgedExpr_tload slotExpr hSlot)", "n_chars": 69, "n_subproofs": 0, ...
[ { "name": "bridgedExpr_tload", "text": "theorem bridgedExpr_tload (slotExpr : Compiler.Yul.YulExpr)\n (hSlot : BridgedExpr slotExpr) :\n BridgedExpr\n (Compiler.Yul.YulExpr.call \"tload\" [slotExpr]) := by\n refine BridgedExpr.call \"tload\" _ (Or.inr (Or.inl rfl)) ?_\n intro arg hMem\n simp o...
[ { "name": "bridgedStraightStmt_assign_tload", "fan_in": 1, "n_deps_direct": 1, "n_deps_transitive": 1, "n_lines": 7, "n_chars": 295, "n_subproofs": 0, "n_tactics": 1, "cyclomatic": 1, "n_automation": 0, "n_rewrites": 0, "n_structural": 0, "automation_only": false,...
1
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
@@ -145,10 +145,21 @@ def BridgedStmts (stmts : List Compiler.Yul.YulStmt) : Prop := ∀ stmt ∈ stmts, BridgedStmt stmt +theorem bridgedExpr_tload (slotExpr : Compiler.Yul.YulExpr) + (hSlot : BridgedExpr slotExpr) : + BridgedExpr + (Compiler.Yul.YulExpr.call "tload" [slotExpr]) := by + refine BridgedExp...
{ "repo": "verity", "git_repo": "github.com/lfglabs-dev/verity", "revision": "eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978", "lean_toolchain": "leanprover/lean4:v4.22.0", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-delete-lemm...
ablate_ad56c5072971_11
6b0ddb9bd220f5b5
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/YulGeneration/Backends/EvmYulLeanBridgePredicates.lean
EvmYulLeanBridgePredicates
11
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
42
2
[ { "theorem_name": "bridgedStraightStmt_let_keccak256", "depth": 1, "n_commands": 0, "n_lines": 3, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": "\n BridgedStraightStmt.let_ name _\n (bridgedExpr_keccak256 offsetExpr sizeExpr hOffset hSize)", "n_char...
[ { "name": "bridgedExpr_keccak256", "text": "theorem bridgedExpr_keccak256 (offsetExpr sizeExpr : Compiler.Yul.YulExpr)\n (hOffset : BridgedExpr offsetExpr) (hSize : BridgedExpr sizeExpr) :\n BridgedExpr\n (Compiler.Yul.YulExpr.call \"keccak256\" [offsetExpr, sizeExpr]) := by\n refine BridgedExpr...
[ { "name": "bridgedStraightStmt_assign_keccak256", "fan_in": 1, "n_deps_direct": 1, "n_deps_transitive": 1, "n_lines": 10, "n_chars": 400, "n_subproofs": 0, "n_tactics": 2, "cyclomatic": 1, "n_automation": 0, "n_rewrites": 0, "n_structural": 0, "automation_only": f...
1
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
@@ -145,12 +145,25 @@ def BridgedStmts (stmts : List Compiler.Yul.YulStmt) : Prop := ∀ stmt ∈ stmts, BridgedStmt stmt +theorem bridgedExpr_keccak256 (offsetExpr sizeExpr : Compiler.Yul.YulExpr) + (hOffset : BridgedExpr offsetExpr) (hSize : BridgedExpr sizeExpr) : + BridgedExpr + (Compiler.Yul.YulExpr.c...
{ "repo": "verity", "git_repo": "github.com/lfglabs-dev/verity", "revision": "eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978", "lean_toolchain": "leanprover/lean4:v4.22.0", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-delete-lemm...
ablate_ad56c5072971_12
60dcfd044b0ce68b
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/YulGeneration/Backends/EvmYulLeanBridgePredicates.lean
EvmYulLeanBridgePredicates
12
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
42
25
[ { "theorem_name": "bridgedStmt_log_of_bridged_args", "depth": 1, "n_commands": 0, "n_lines": 3, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": "\n bridgedStmt_of_bridgedStraightStmt\n (bridgedStraightStmt_log_of_bridged_args func args hLog hArgs)", "...
[ { "name": "bridgedStmt_of_bridgedStraightStmt", "text": "theorem bridgedStmt_of_bridgedStraightStmt {stmt : Compiler.Yul.YulStmt}\n (hStmt : BridgedStraightStmt stmt) : BridgedStmt stmt :=\n BridgedStmt.straight stmt hStmt\n\n", "fan_in": 25, "n_lines": 5, "n_chars": 169, "n_subproofs": ...
[ { "name": "bridgedStmt_log_of_bridged_args", "fan_in": 2, "n_deps_direct": 2, "n_deps_transitive": 2, "n_lines": 9, "n_chars": 337, "n_subproofs": 0, "n_tactics": 2, "cyclomatic": 1, "n_automation": 0, "n_rewrites": 0, "n_structural": 0, "automation_only": false, ...
2
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
@@ -152,11 +152,17 @@ BridgedStraightStmt (.exprStmt (.call func args)) := BridgedStraightStmt.expr_log func args hLog hArgs +theorem bridgedStmt_of_bridgedStraightStmt {stmt : Compiler.Yul.YulStmt} + (hStmt : BridgedStraightStmt stmt) : BridgedStmt stmt := + BridgedStmt.straight stmt hStmt + theorem bri...
{ "repo": "verity", "git_repo": "github.com/lfglabs-dev/verity", "revision": "eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978", "lean_toolchain": "leanprover/lean4:v4.22.0", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-delete-lemm...
ablate_ad56c5072971_13
b95ae86f588ae582
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/YulGeneration/Backends/EvmYulLeanBridgePredicates.lean
EvmYulLeanBridgePredicates
13
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
42
25
[ { "theorem_name": "bridgedStmt_log_of_bridged_args", "depth": 1, "n_commands": 0, "n_lines": 3, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": "\n bridgedStmt_of_bridgedStraightStmt\n (bridgedStraightStmt_log_of_bridged_args func args hLog hArgs)", "...
[ { "name": "bridgedStmt_of_bridgedStraightStmt", "text": "theorem bridgedStmt_of_bridgedStraightStmt {stmt : Compiler.Yul.YulStmt}\n (hStmt : BridgedStraightStmt stmt) : BridgedStmt stmt :=\n BridgedStmt.straight stmt hStmt\n\n", "fan_in": 25, "n_lines": 5, "n_chars": 169, "n_subproofs": ...
[ { "name": "bridgedStmt_let_mload", "fan_in": 0, "n_deps_direct": 2, "n_deps_transitive": 3, "n_lines": 7, "n_chars": 302, "n_subproofs": 0, "n_tactics": 2, "cyclomatic": 1, "n_automation": 0, "n_rewrites": 0, "n_structural": 0, "automation_only": false, "max_n...
3
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
@@ -161,9 +161,15 @@ (.let_ name (Compiler.Yul.YulExpr.call "mload" [offsetExpr])) := BridgedStraightStmt.let_ name _ (bridgedExpr_mload offsetExpr hOffset) +theorem bridgedStmt_of_bridgedStraightStmt {stmt : Compiler.Yul.YulStmt} + (hStmt : BridgedStraightStmt stmt) : BridgedStmt stmt := + BridgedStmt....
{ "repo": "verity", "git_repo": "github.com/lfglabs-dev/verity", "revision": "eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978", "lean_toolchain": "leanprover/lean4:v4.22.0", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-delete-lemm...
ablate_ad56c5072971_14
7ebd5630475a11bb
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/YulGeneration/Backends/EvmYulLeanBridgePredicates.lean
EvmYulLeanBridgePredicates
14
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
42
25
[ { "theorem_name": "bridgedStmt_log_of_bridged_args", "depth": 1, "n_commands": 0, "n_lines": 3, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": "\n bridgedStmt_of_bridgedStraightStmt\n (bridgedStraightStmt_log_of_bridged_args func args hLog hArgs)", "...
[ { "name": "bridgedStmt_of_bridgedStraightStmt", "text": "theorem bridgedStmt_of_bridgedStraightStmt {stmt : Compiler.Yul.YulStmt}\n (hStmt : BridgedStraightStmt stmt) : BridgedStmt stmt :=\n BridgedStmt.straight stmt hStmt\n\n", "fan_in": 25, "n_lines": 5, "n_chars": 169, "n_subproofs": ...
[ { "name": "bridgedStmt_let_tload", "fan_in": 0, "n_deps_direct": 2, "n_deps_transitive": 3, "n_lines": 7, "n_chars": 290, "n_subproofs": 0, "n_tactics": 2, "cyclomatic": 1, "n_automation": 0, "n_rewrites": 0, "n_structural": 0, "automation_only": false, "max_n...
3
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
@@ -161,9 +161,15 @@ (.let_ name (Compiler.Yul.YulExpr.call "tload" [slotExpr])) := BridgedStraightStmt.let_ name _ (bridgedExpr_tload slotExpr hSlot) +theorem bridgedStmt_of_bridgedStraightStmt {stmt : Compiler.Yul.YulStmt} + (hStmt : BridgedStraightStmt stmt) : BridgedStmt stmt := + BridgedStmt.straig...
{ "repo": "verity", "git_repo": "github.com/lfglabs-dev/verity", "revision": "eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978", "lean_toolchain": "leanprover/lean4:v4.22.0", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-delete-lemm...
ablate_ad56c5072971_15
e6872e90ba9f81f0
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/YulGeneration/Backends/EvmYulLeanBridgePredicates.lean
EvmYulLeanBridgePredicates
15
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
42
25
[ { "theorem_name": "bridgedStmt_log_of_bridged_args", "depth": 1, "n_commands": 0, "n_lines": 3, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": "\n bridgedStmt_of_bridgedStraightStmt\n (bridgedStraightStmt_log_of_bridged_args func args hLog hArgs)", "...
[ { "name": "bridgedStmt_of_bridgedStraightStmt", "text": "theorem bridgedStmt_of_bridgedStraightStmt {stmt : Compiler.Yul.YulStmt}\n (hStmt : BridgedStraightStmt stmt) : BridgedStmt stmt :=\n BridgedStmt.straight stmt hStmt\n\n", "fan_in": 25, "n_lines": 5, "n_chars": 169, "n_subproofs": ...
[ { "name": "bridgedStmt_let_keccak256", "fan_in": 0, "n_deps_direct": 2, "n_deps_transitive": 3, "n_lines": 10, "n_chars": 397, "n_subproofs": 0, "n_tactics": 2, "cyclomatic": 1, "n_automation": 0, "n_rewrites": 0, "n_structural": 0, "automation_only": false, "...
3
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
@@ -165,12 +165,18 @@ BridgedStraightStmt.let_ name _ (bridgedExpr_keccak256 offsetExpr sizeExpr hOffset hSize) +theorem bridgedStmt_of_bridgedStraightStmt {stmt : Compiler.Yul.YulStmt} + (hStmt : BridgedStraightStmt stmt) : BridgedStmt stmt := + BridgedStmt.straight stmt hStmt + theorem bridgedStmt_let_...
{ "repo": "verity", "git_repo": "github.com/lfglabs-dev/verity", "revision": "eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978", "lean_toolchain": "leanprover/lean4:v4.22.0", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-delete-lemm...
ablate_ad56c5072971_16
206b84fac56cc7e9
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/YulGeneration/Backends/EvmYulLeanBridgePredicates.lean
EvmYulLeanBridgePredicates
16
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
42
25
[ { "theorem_name": "bridgedStmt_log_of_bridged_args", "depth": 1, "n_commands": 0, "n_lines": 3, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": "\n bridgedStmt_of_bridgedStraightStmt\n (bridgedStraightStmt_log_of_bridged_args func args hLog hArgs)", "...
[ { "name": "bridgedStmt_of_bridgedStraightStmt", "text": "theorem bridgedStmt_of_bridgedStraightStmt {stmt : Compiler.Yul.YulStmt}\n (hStmt : BridgedStraightStmt stmt) : BridgedStmt stmt :=\n BridgedStmt.straight stmt hStmt\n\n", "fan_in": 25, "n_lines": 5, "n_chars": 169, "n_subproofs": ...
[ { "name": "bridgedStmt_assign_mload", "fan_in": 0, "n_deps_direct": 2, "n_deps_transitive": 3, "n_lines": 8, "n_chars": 316, "n_subproofs": 0, "n_tactics": 2, "cyclomatic": 1, "n_automation": 0, "n_rewrites": 0, "n_structural": 0, "automation_only": false, "ma...
3
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
@@ -161,10 +161,16 @@ (.assign name (Compiler.Yul.YulExpr.call "mload" [offsetExpr])) := BridgedStraightStmt.assign name _ (bridgedExpr_mload offsetExpr hOffset) +theorem bridgedStmt_of_bridgedStraightStmt {stmt : Compiler.Yul.YulStmt} + (hStmt : BridgedStraightStmt stmt) : BridgedStmt stmt := + Bridged...
{ "repo": "verity", "git_repo": "github.com/lfglabs-dev/verity", "revision": "eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978", "lean_toolchain": "leanprover/lean4:v4.22.0", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-delete-lemm...
ablate_ad56c5072971_17
7081008cc8a0acba
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/YulGeneration/Backends/EvmYulLeanBridgePredicates.lean
EvmYulLeanBridgePredicates
17
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
42
25
[ { "theorem_name": "bridgedStmt_log_of_bridged_args", "depth": 1, "n_commands": 0, "n_lines": 3, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": "\n bridgedStmt_of_bridgedStraightStmt\n (bridgedStraightStmt_log_of_bridged_args func args hLog hArgs)", "...
[ { "name": "bridgedStmt_of_bridgedStraightStmt", "text": "theorem bridgedStmt_of_bridgedStraightStmt {stmt : Compiler.Yul.YulStmt}\n (hStmt : BridgedStraightStmt stmt) : BridgedStmt stmt :=\n BridgedStmt.straight stmt hStmt\n\n", "fan_in": 25, "n_lines": 5, "n_chars": 169, "n_subproofs": ...
[ { "name": "bridgedStmt_assign_tload", "fan_in": 0, "n_deps_direct": 2, "n_deps_transitive": 3, "n_lines": 8, "n_chars": 304, "n_subproofs": 0, "n_tactics": 2, "cyclomatic": 1, "n_automation": 0, "n_rewrites": 0, "n_structural": 0, "automation_only": false, "ma...
3
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
@@ -161,10 +161,16 @@ (.assign name (Compiler.Yul.YulExpr.call "tload" [slotExpr])) := BridgedStraightStmt.assign name _ (bridgedExpr_tload slotExpr hSlot) +theorem bridgedStmt_of_bridgedStraightStmt {stmt : Compiler.Yul.YulStmt} + (hStmt : BridgedStraightStmt stmt) : BridgedStmt stmt := + BridgedStmt.s...
{ "repo": "verity", "git_repo": "github.com/lfglabs-dev/verity", "revision": "eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978", "lean_toolchain": "leanprover/lean4:v4.22.0", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-delete-lemm...
ablate_ad56c5072971_18
e94c54dc2c5e0e40
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/YulGeneration/Backends/EvmYulLeanBridgePredicates.lean
EvmYulLeanBridgePredicates
18
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
42
25
[ { "theorem_name": "bridgedStmt_log_of_bridged_args", "depth": 1, "n_commands": 0, "n_lines": 3, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": "\n bridgedStmt_of_bridgedStraightStmt\n (bridgedStraightStmt_log_of_bridged_args func args hLog hArgs)", "...
[ { "name": "bridgedStmt_of_bridgedStraightStmt", "text": "theorem bridgedStmt_of_bridgedStraightStmt {stmt : Compiler.Yul.YulStmt}\n (hStmt : BridgedStraightStmt stmt) : BridgedStmt stmt :=\n BridgedStmt.straight stmt hStmt\n\n", "fan_in": 25, "n_lines": 5, "n_chars": 169, "n_subproofs": ...
[ { "name": "bridgedStmt_assign_keccak256", "fan_in": 0, "n_deps_direct": 2, "n_deps_transitive": 3, "n_lines": 10, "n_chars": 405, "n_subproofs": 0, "n_tactics": 2, "cyclomatic": 1, "n_automation": 0, "n_rewrites": 0, "n_structural": 0, "automation_only": false, ...
3
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
@@ -165,12 +165,18 @@ BridgedStraightStmt.assign name _ (bridgedExpr_keccak256 offsetExpr sizeExpr hOffset hSize) +theorem bridgedStmt_of_bridgedStraightStmt {stmt : Compiler.Yul.YulStmt} + (hStmt : BridgedStraightStmt stmt) : BridgedStmt stmt := + BridgedStmt.straight stmt hStmt + theorem bridgedStmt_as...
{ "repo": "verity", "git_repo": "github.com/lfglabs-dev/verity", "revision": "eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978", "lean_toolchain": "leanprover/lean4:v4.22.0", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-delete-lemm...
ablate_ad56c5072971_19
71da20c08fc612c2
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/YulGeneration/Backends/EvmYulLeanBridgePredicates.lean
EvmYulLeanBridgePredicates
19
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
42
25
[ { "theorem_name": "bridgedStmt_log_of_bridged_args", "depth": 1, "n_commands": 0, "n_lines": 3, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": "\n bridgedStmt_of_bridgedStraightStmt\n (bridgedStraightStmt_log_of_bridged_args func args hLog hArgs)", "...
[ { "name": "bridgedStmt_of_bridgedStraightStmt", "text": "theorem bridgedStmt_of_bridgedStraightStmt {stmt : Compiler.Yul.YulStmt}\n (hStmt : BridgedStraightStmt stmt) : BridgedStmt stmt :=\n BridgedStmt.straight stmt hStmt\n\n", "fan_in": 25, "n_lines": 5, "n_chars": 169, "n_subproofs": ...
[ { "name": "bridgedStmt_mstore_of_bridged_args", "fan_in": 2, "n_deps_direct": 1, "n_deps_transitive": 1, "n_lines": 9, "n_chars": 365, "n_subproofs": 0, "n_tactics": 2, "cyclomatic": 1, "n_automation": 0, "n_rewrites": 0, "n_structural": 0, "automation_only": fals...
1
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
@@ -145,11 +145,17 @@ def BridgedStmts (stmts : List Compiler.Yul.YulStmt) : Prop := ∀ stmt ∈ stmts, BridgedStmt stmt +theorem bridgedStmt_of_bridgedStraightStmt {stmt : Compiler.Yul.YulStmt} + (hStmt : BridgedStraightStmt stmt) : BridgedStmt stmt := + BridgedStmt.straight stmt hStmt + theorem bridgedStmt_ms...
{ "repo": "verity", "git_repo": "github.com/lfglabs-dev/verity", "revision": "eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978", "lean_toolchain": "leanprover/lean4:v4.22.0", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-delete-lemm...
ablate_ad56c5072971_20
7b3d321718773673
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/YulGeneration/Backends/EvmYulLeanBridgePredicates.lean
EvmYulLeanBridgePredicates
20
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
42
25
[ { "theorem_name": "bridgedStmt_log_of_bridged_args", "depth": 1, "n_commands": 0, "n_lines": 3, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": "\n bridgedStmt_of_bridgedStraightStmt\n (bridgedStraightStmt_log_of_bridged_args func args hLog hArgs)", "...
[ { "name": "bridgedStmt_of_bridgedStraightStmt", "text": "theorem bridgedStmt_of_bridgedStraightStmt {stmt : Compiler.Yul.YulStmt}\n (hStmt : BridgedStraightStmt stmt) : BridgedStmt stmt :=\n BridgedStmt.straight stmt hStmt\n\n", "fan_in": 25, "n_lines": 5, "n_chars": 169, "n_subproofs": ...
[ { "name": "bridgedStmt_tstore_of_bridged_args", "fan_in": 2, "n_deps_direct": 1, "n_deps_transitive": 1, "n_lines": 9, "n_chars": 365, "n_subproofs": 0, "n_tactics": 2, "cyclomatic": 1, "n_automation": 0, "n_rewrites": 0, "n_structural": 0, "automation_only": fals...
1
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
@@ -145,11 +145,17 @@ def BridgedStmts (stmts : List Compiler.Yul.YulStmt) : Prop := ∀ stmt ∈ stmts, BridgedStmt stmt +theorem bridgedStmt_of_bridgedStraightStmt {stmt : Compiler.Yul.YulStmt} + (hStmt : BridgedStraightStmt stmt) : BridgedStmt stmt := + BridgedStmt.straight stmt hStmt + theorem bridgedStmt_ts...
{ "repo": "verity", "git_repo": "github.com/lfglabs-dev/verity", "revision": "eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978", "lean_toolchain": "leanprover/lean4:v4.22.0", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-delete-lemm...
ablate_ad56c5072971_21
d6b675a4b0db9210
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/YulGeneration/Backends/EvmYulLeanBridgePredicates.lean
EvmYulLeanBridgePredicates
21
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
42
25
[ { "theorem_name": "bridgedStmt_log_of_bridged_args", "depth": 1, "n_commands": 0, "n_lines": 3, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": "\n bridgedStmt_of_bridgedStraightStmt\n (bridgedStraightStmt_log_of_bridged_args func args hLog hArgs)", "...
[ { "name": "bridgedStmt_of_bridgedStraightStmt", "text": "theorem bridgedStmt_of_bridgedStraightStmt {stmt : Compiler.Yul.YulStmt}\n (hStmt : BridgedStraightStmt stmt) : BridgedStmt stmt :=\n BridgedStmt.straight stmt hStmt\n\n", "fan_in": 25, "n_lines": 5, "n_chars": 169, "n_subproofs": ...
[ { "name": "bridgedStmt_sstore_mapping_of_bridged_args", "fan_in": 2, "n_deps_direct": 1, "n_deps_transitive": 1, "n_lines": 11, "n_chars": 482, "n_subproofs": 0, "n_tactics": 2, "cyclomatic": 1, "n_automation": 0, "n_rewrites": 0, "n_structural": 0, "automation_on...
1
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
@@ -145,13 +145,19 @@ def BridgedStmts (stmts : List Compiler.Yul.YulStmt) : Prop := ∀ stmt ∈ stmts, BridgedStmt stmt +theorem bridgedStmt_of_bridgedStraightStmt {stmt : Compiler.Yul.YulStmt} + (hStmt : BridgedStraightStmt stmt) : BridgedStmt stmt := + BridgedStmt.straight stmt hStmt + theorem bridgedStmt_ss...
{ "repo": "verity", "git_repo": "github.com/lfglabs-dev/verity", "revision": "eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978", "lean_toolchain": "leanprover/lean4:v4.22.0", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-delete-lemm...
ablate_ad56c5072971_22
1c651ee15c39dfcd
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/YulGeneration/Backends/EvmYulLeanBridgePredicates.lean
EvmYulLeanBridgePredicates
22
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
42
25
[ { "theorem_name": "bridgedStmt_log_of_bridged_args", "depth": 1, "n_commands": 0, "n_lines": 3, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": "\n bridgedStmt_of_bridgedStraightStmt\n (bridgedStraightStmt_log_of_bridged_args func args hLog hArgs)", "...
[ { "name": "bridgedStmt_of_bridgedStraightStmt", "text": "theorem bridgedStmt_of_bridgedStraightStmt {stmt : Compiler.Yul.YulStmt}\n (hStmt : BridgedStraightStmt stmt) : BridgedStmt stmt :=\n BridgedStmt.straight stmt hStmt\n\n", "fan_in": 25, "n_lines": 5, "n_chars": 169, "n_subproofs": ...
[ { "name": "bridgedStmt_sstore_lit_of_bridged_val", "fan_in": 2, "n_deps_direct": 1, "n_deps_transitive": 1, "n_lines": 8, "n_chars": 320, "n_subproofs": 0, "n_tactics": 2, "cyclomatic": 1, "n_automation": 0, "n_rewrites": 0, "n_structural": 0, "automation_only": f...
1
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
@@ -145,10 +145,16 @@ def BridgedStmts (stmts : List Compiler.Yul.YulStmt) : Prop := ∀ stmt ∈ stmts, BridgedStmt stmt +theorem bridgedStmt_of_bridgedStraightStmt {stmt : Compiler.Yul.YulStmt} + (hStmt : BridgedStraightStmt stmt) : BridgedStmt stmt := + BridgedStmt.straight stmt hStmt + theorem bridgedStmt_ss...
{ "repo": "verity", "git_repo": "github.com/lfglabs-dev/verity", "revision": "eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978", "lean_toolchain": "leanprover/lean4:v4.22.0", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-delete-lemm...
ablate_ad56c5072971_23
1f7db91f1e01ce57
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/YulGeneration/Backends/EvmYulLeanBridgePredicates.lean
EvmYulLeanBridgePredicates
23
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
42
25
[ { "theorem_name": "bridgedStmt_log_of_bridged_args", "depth": 1, "n_commands": 0, "n_lines": 3, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": "\n bridgedStmt_of_bridgedStraightStmt\n (bridgedStraightStmt_log_of_bridged_args func args hLog hArgs)", "...
[ { "name": "bridgedStmt_of_bridgedStraightStmt", "text": "theorem bridgedStmt_of_bridgedStraightStmt {stmt : Compiler.Yul.YulStmt}\n (hStmt : BridgedStraightStmt stmt) : BridgedStmt stmt :=\n BridgedStmt.straight stmt hStmt\n\n", "fan_in": 25, "n_lines": 5, "n_chars": 169, "n_subproofs": ...
[ { "name": "bridgedStmt_sstore_ident_of_bridged_val", "fan_in": 2, "n_deps_direct": 1, "n_deps_transitive": 1, "n_lines": 8, "n_chars": 341, "n_subproofs": 0, "n_tactics": 2, "cyclomatic": 1, "n_automation": 0, "n_rewrites": 0, "n_structural": 0, "automation_only":...
1
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
@@ -145,10 +145,16 @@ def BridgedStmts (stmts : List Compiler.Yul.YulStmt) : Prop := ∀ stmt ∈ stmts, BridgedStmt stmt +theorem bridgedStmt_of_bridgedStraightStmt {stmt : Compiler.Yul.YulStmt} + (hStmt : BridgedStraightStmt stmt) : BridgedStmt stmt := + BridgedStmt.straight stmt hStmt + theorem bridgedStmt_ss...
{ "repo": "verity", "git_repo": "github.com/lfglabs-dev/verity", "revision": "eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978", "lean_toolchain": "leanprover/lean4:v4.22.0", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-delete-lemm...
ablate_ad56c5072971_24
e2ae61293a3d460a
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/YulGeneration/Backends/EvmYulLeanBridgePredicates.lean
EvmYulLeanBridgePredicates
24
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
42
25
[ { "theorem_name": "bridgedStmt_log_of_bridged_args", "depth": 1, "n_commands": 0, "n_lines": 3, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": "\n bridgedStmt_of_bridgedStraightStmt\n (bridgedStraightStmt_log_of_bridged_args func args hLog hArgs)", "...
[ { "name": "bridgedStmt_of_bridgedStraightStmt", "text": "theorem bridgedStmt_of_bridgedStraightStmt {stmt : Compiler.Yul.YulStmt}\n (hStmt : BridgedStraightStmt stmt) : BridgedStmt stmt :=\n BridgedStmt.straight stmt hStmt\n\n", "fan_in": 25, "n_lines": 5, "n_chars": 169, "n_subproofs": ...
[ { "name": "bridgedStmt_sstore_add_of_bridged_args", "fan_in": 0, "n_deps_direct": 1, "n_deps_transitive": 1, "n_lines": 11, "n_chars": 478, "n_subproofs": 0, "n_tactics": 2, "cyclomatic": 1, "n_automation": 0, "n_rewrites": 0, "n_structural": 0, "automation_only":...
1
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
@@ -145,13 +145,19 @@ def BridgedStmts (stmts : List Compiler.Yul.YulStmt) : Prop := ∀ stmt ∈ stmts, BridgedStmt stmt +theorem bridgedStmt_of_bridgedStraightStmt {stmt : Compiler.Yul.YulStmt} + (hStmt : BridgedStraightStmt stmt) : BridgedStmt stmt := + BridgedStmt.straight stmt hStmt + theorem bridgedStmt_ss...
{ "repo": "verity", "git_repo": "github.com/lfglabs-dev/verity", "revision": "eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978", "lean_toolchain": "leanprover/lean4:v4.22.0", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-delete-lemm...
ablate_ad56c5072971_25
87ef02ba37d02c51
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/YulGeneration/Backends/EvmYulLeanBridgePredicates.lean
EvmYulLeanBridgePredicates
25
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
42
25
[ { "theorem_name": "bridgedStmt_log_of_bridged_args", "depth": 1, "n_commands": 0, "n_lines": 3, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": "\n bridgedStmt_of_bridgedStraightStmt\n (bridgedStraightStmt_log_of_bridged_args func args hLog hArgs)", "...
[ { "name": "bridgedStmt_of_bridgedStraightStmt", "text": "theorem bridgedStmt_of_bridgedStraightStmt {stmt : Compiler.Yul.YulStmt}\n (hStmt : BridgedStraightStmt stmt) : BridgedStmt stmt :=\n BridgedStmt.straight stmt hStmt\n\n", "fan_in": 25, "n_lines": 5, "n_chars": 169, "n_subproofs": ...
[ { "name": "bridgedStmt_stop", "fan_in": 2, "n_deps_direct": 1, "n_deps_transitive": 1, "n_lines": 5, "n_chars": 184, "n_subproofs": 0, "n_tactics": 1, "cyclomatic": 1, "n_automation": 0, "n_rewrites": 0, "n_structural": 0, "automation_only": false, "max_nestin...
1
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
@@ -145,8 +145,13 @@ def BridgedStmts (stmts : List Compiler.Yul.YulStmt) : Prop := ∀ stmt ∈ stmts, BridgedStmt stmt +theorem bridgedStmt_of_bridgedStraightStmt {stmt : Compiler.Yul.YulStmt} + (hStmt : BridgedStraightStmt stmt) : BridgedStmt stmt := + BridgedStmt.straight stmt hStmt + theorem bridgedStmt_sto...
{ "repo": "verity", "git_repo": "github.com/lfglabs-dev/verity", "revision": "eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978", "lean_toolchain": "leanprover/lean4:v4.22.0", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-delete-lemm...
ablate_ad56c5072971_26
2d85fe2dda888d59
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/YulGeneration/Backends/EvmYulLeanBridgePredicates.lean
EvmYulLeanBridgePredicates
26
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
42
25
[ { "theorem_name": "bridgedStmt_log_of_bridged_args", "depth": 1, "n_commands": 0, "n_lines": 3, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": "\n bridgedStmt_of_bridgedStraightStmt\n (bridgedStraightStmt_log_of_bridged_args func args hLog hArgs)", "...
[ { "name": "bridgedStmt_of_bridgedStraightStmt", "text": "theorem bridgedStmt_of_bridgedStraightStmt {stmt : Compiler.Yul.YulStmt}\n (hStmt : BridgedStraightStmt stmt) : BridgedStmt stmt :=\n BridgedStmt.straight stmt hStmt\n\n", "fan_in": 25, "n_lines": 5, "n_chars": 169, "n_subproofs": ...
[ { "name": "bridgedStmt_return_of_bridged_args", "fan_in": 2, "n_deps_direct": 1, "n_deps_transitive": 1, "n_lines": 9, "n_chars": 371, "n_subproofs": 0, "n_tactics": 2, "cyclomatic": 1, "n_automation": 0, "n_rewrites": 0, "n_structural": 0, "automation_only": fals...
1
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
@@ -145,11 +145,17 @@ def BridgedStmts (stmts : List Compiler.Yul.YulStmt) : Prop := ∀ stmt ∈ stmts, BridgedStmt stmt +theorem bridgedStmt_of_bridgedStraightStmt {stmt : Compiler.Yul.YulStmt} + (hStmt : BridgedStraightStmt stmt) : BridgedStmt stmt := + BridgedStmt.straight stmt hStmt + theorem bridgedStmt_re...
{ "repo": "verity", "git_repo": "github.com/lfglabs-dev/verity", "revision": "eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978", "lean_toolchain": "leanprover/lean4:v4.22.0", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-delete-lemm...
ablate_ad56c5072971_27
2e3d9fb87b0c6a38
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/YulGeneration/Backends/EvmYulLeanBridgePredicates.lean
EvmYulLeanBridgePredicates
27
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
42
25
[ { "theorem_name": "bridgedStmt_log_of_bridged_args", "depth": 1, "n_commands": 0, "n_lines": 3, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": "\n bridgedStmt_of_bridgedStraightStmt\n (bridgedStraightStmt_log_of_bridged_args func args hLog hArgs)", "...
[ { "name": "bridgedStmt_of_bridgedStraightStmt", "text": "theorem bridgedStmt_of_bridgedStraightStmt {stmt : Compiler.Yul.YulStmt}\n (hStmt : BridgedStraightStmt stmt) : BridgedStmt stmt :=\n BridgedStmt.straight stmt hStmt\n\n", "fan_in": 25, "n_lines": 5, "n_chars": 169, "n_subproofs": ...
[ { "name": "bridgedStmt_revert", "fan_in": 3, "n_deps_direct": 1, "n_deps_transitive": 1, "n_lines": 7, "n_chars": 267, "n_subproofs": 0, "n_tactics": 2, "cyclomatic": 1, "n_automation": 0, "n_rewrites": 0, "n_structural": 0, "automation_only": false, "max_nest...
1
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
@@ -145,9 +145,15 @@ def BridgedStmts (stmts : List Compiler.Yul.YulStmt) : Prop := ∀ stmt ∈ stmts, BridgedStmt stmt +theorem bridgedStmt_of_bridgedStraightStmt {stmt : Compiler.Yul.YulStmt} + (hStmt : BridgedStraightStmt stmt) : BridgedStmt stmt := + BridgedStmt.straight stmt hStmt + theorem bridgedStmt_rev...
{ "repo": "verity", "git_repo": "github.com/lfglabs-dev/verity", "revision": "eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978", "lean_toolchain": "leanprover/lean4:v4.22.0", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-delete-lemm...
ablate_ad56c5072971_28
37db64e2a1cc329c
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/YulGeneration/Backends/EvmYulLeanBridgePredicates.lean
EvmYulLeanBridgePredicates
28
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
42
25
[ { "theorem_name": "bridgedStmt_log_of_bridged_args", "depth": 1, "n_commands": 0, "n_lines": 3, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": "\n bridgedStmt_of_bridgedStraightStmt\n (bridgedStraightStmt_log_of_bridged_args func args hLog hArgs)", "...
[ { "name": "bridgedStmt_of_bridgedStraightStmt", "text": "theorem bridgedStmt_of_bridgedStraightStmt {stmt : Compiler.Yul.YulStmt}\n (hStmt : BridgedStraightStmt stmt) : BridgedStmt stmt :=\n BridgedStmt.straight stmt hStmt\n\n", "fan_in": 25, "n_lines": 5, "n_chars": 169, "n_subproofs": ...
[ { "name": "bridgedStmt_leave", "fan_in": 2, "n_deps_direct": 1, "n_deps_transitive": 1, "n_lines": 4, "n_chars": 114, "n_subproofs": 0, "n_tactics": 1, "cyclomatic": 1, "n_automation": 0, "n_rewrites": 0, "n_structural": 0, "automation_only": false, "max_nesti...
1
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
@@ -145,7 +145,12 @@ def BridgedStmts (stmts : List Compiler.Yul.YulStmt) : Prop := ∀ stmt ∈ stmts, BridgedStmt stmt -theorem bridgedStmt_leave : BridgedStmt .leave := sorry +theorem bridgedStmt_of_bridgedStraightStmt {stmt : Compiler.Yul.YulStmt} + (hStmt : BridgedStraightStmt stmt) : BridgedStmt stmt := + B...
{ "repo": "verity", "git_repo": "github.com/lfglabs-dev/verity", "revision": "eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978", "lean_toolchain": "leanprover/lean4:v4.22.0", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-delete-lemm...
ablate_ad56c5072971_29
d448e315a658dac9
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/YulGeneration/Backends/EvmYulLeanBridgePredicates.lean
EvmYulLeanBridgePredicates
29
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
42
25
[ { "theorem_name": "bridgedStmt_log_of_bridged_args", "depth": 1, "n_commands": 0, "n_lines": 3, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": "\n bridgedStmt_of_bridgedStraightStmt\n (bridgedStraightStmt_log_of_bridged_args func args hLog hArgs)", "...
[ { "name": "bridgedStmt_of_bridgedStraightStmt", "text": "theorem bridgedStmt_of_bridgedStraightStmt {stmt : Compiler.Yul.YulStmt}\n (hStmt : BridgedStraightStmt stmt) : BridgedStmt stmt :=\n BridgedStmt.straight stmt hStmt\n\n", "fan_in": 25, "n_lines": 5, "n_chars": 169, "n_subproofs": ...
[ { "name": "bridgedStmt_let_of_bridged_val", "fan_in": 2, "n_deps_direct": 1, "n_deps_transitive": 1, "n_lines": 7, "n_chars": 246, "n_subproofs": 0, "n_tactics": 2, "cyclomatic": 1, "n_automation": 0, "n_rewrites": 0, "n_structural": 0, "automation_only": false, ...
1
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
@@ -145,9 +145,15 @@ def BridgedStmts (stmts : List Compiler.Yul.YulStmt) : Prop := ∀ stmt ∈ stmts, BridgedStmt stmt +theorem bridgedStmt_of_bridgedStraightStmt {stmt : Compiler.Yul.YulStmt} + (hStmt : BridgedStraightStmt stmt) : BridgedStmt stmt := + BridgedStmt.straight stmt hStmt + theorem bridgedStmt_let...
{ "repo": "verity", "git_repo": "github.com/lfglabs-dev/verity", "revision": "eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978", "lean_toolchain": "leanprover/lean4:v4.22.0", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-delete-lemm...
ablate_ad56c5072971_30
7dbca491d16d5e98
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/YulGeneration/Backends/EvmYulLeanBridgePredicates.lean
EvmYulLeanBridgePredicates
30
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
42
25
[ { "theorem_name": "bridgedStmt_log_of_bridged_args", "depth": 1, "n_commands": 0, "n_lines": 3, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": "\n bridgedStmt_of_bridgedStraightStmt\n (bridgedStraightStmt_log_of_bridged_args func args hLog hArgs)", "...
[ { "name": "bridgedStmt_of_bridgedStraightStmt", "text": "theorem bridgedStmt_of_bridgedStraightStmt {stmt : Compiler.Yul.YulStmt}\n (hStmt : BridgedStraightStmt stmt) : BridgedStmt stmt :=\n BridgedStmt.straight stmt hStmt\n\n", "fan_in": 25, "n_lines": 5, "n_chars": 169, "n_subproofs": ...
[ { "name": "bridgedStmt_letMany", "fan_in": 2, "n_deps_direct": 1, "n_deps_transitive": 1, "n_lines": 6, "n_chars": 209, "n_subproofs": 0, "n_tactics": 2, "cyclomatic": 1, "n_automation": 0, "n_rewrites": 0, "n_structural": 0, "automation_only": false, "max_nes...
1
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
@@ -145,8 +145,14 @@ def BridgedStmts (stmts : List Compiler.Yul.YulStmt) : Prop := ∀ stmt ∈ stmts, BridgedStmt stmt +theorem bridgedStmt_of_bridgedStraightStmt {stmt : Compiler.Yul.YulStmt} + (hStmt : BridgedStraightStmt stmt) : BridgedStmt stmt := + BridgedStmt.straight stmt hStmt + theorem bridgedStmt_let...
{ "repo": "verity", "git_repo": "github.com/lfglabs-dev/verity", "revision": "eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978", "lean_toolchain": "leanprover/lean4:v4.22.0", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-delete-lemm...
ablate_ad56c5072971_31
9c94e6ca25c6b0d3
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/YulGeneration/Backends/EvmYulLeanBridgePredicates.lean
EvmYulLeanBridgePredicates
31
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
42
25
[ { "theorem_name": "bridgedStmt_log_of_bridged_args", "depth": 1, "n_commands": 0, "n_lines": 3, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": "\n bridgedStmt_of_bridgedStraightStmt\n (bridgedStraightStmt_log_of_bridged_args func args hLog hArgs)", "...
[ { "name": "bridgedStmt_of_bridgedStraightStmt", "text": "theorem bridgedStmt_of_bridgedStraightStmt {stmt : Compiler.Yul.YulStmt}\n (hStmt : BridgedStraightStmt stmt) : BridgedStmt stmt :=\n BridgedStmt.straight stmt hStmt\n\n", "fan_in": 25, "n_lines": 5, "n_chars": 169, "n_subproofs": ...
[ { "name": "bridgedStmt_assign_of_bridged_val", "fan_in": 2, "n_deps_direct": 1, "n_deps_transitive": 1, "n_lines": 7, "n_chars": 253, "n_subproofs": 0, "n_tactics": 2, "cyclomatic": 1, "n_automation": 0, "n_rewrites": 0, "n_structural": 0, "automation_only": false...
1
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
@@ -145,9 +145,15 @@ def BridgedStmts (stmts : List Compiler.Yul.YulStmt) : Prop := ∀ stmt ∈ stmts, BridgedStmt stmt +theorem bridgedStmt_of_bridgedStraightStmt {stmt : Compiler.Yul.YulStmt} + (hStmt : BridgedStraightStmt stmt) : BridgedStmt stmt := + BridgedStmt.straight stmt hStmt + theorem bridgedStmt_ass...
{ "repo": "verity", "git_repo": "github.com/lfglabs-dev/verity", "revision": "eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978", "lean_toolchain": "leanprover/lean4:v4.22.0", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-delete-lemm...
ablate_ad56c5072971_32
48eabe9122b59e48
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/YulGeneration/Backends/EvmYulLeanBridgePredicates.lean
EvmYulLeanBridgePredicates
32
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
42
25
[ { "theorem_name": "bridgedStmt_log_of_bridged_args", "depth": 1, "n_commands": 0, "n_lines": 3, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": "\n bridgedStmt_of_bridgedStraightStmt\n (bridgedStraightStmt_log_of_bridged_args func args hLog hArgs)", "...
[ { "name": "bridgedStmt_of_bridgedStraightStmt", "text": "theorem bridgedStmt_of_bridgedStraightStmt {stmt : Compiler.Yul.YulStmt}\n (hStmt : BridgedStraightStmt stmt) : BridgedStmt stmt :=\n BridgedStmt.straight stmt hStmt\n\n", "fan_in": 25, "n_lines": 5, "n_chars": 169, "n_subproofs": ...
[ { "name": "bridgedStmt_comment", "fan_in": 2, "n_deps_direct": 1, "n_deps_transitive": 1, "n_lines": 6, "n_chars": 158, "n_subproofs": 0, "n_tactics": 2, "cyclomatic": 1, "n_automation": 0, "n_rewrites": 0, "n_structural": 0, "automation_only": false, "max_nes...
1
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
@@ -145,8 +145,14 @@ def BridgedStmts (stmts : List Compiler.Yul.YulStmt) : Prop := ∀ stmt ∈ stmts, BridgedStmt stmt +theorem bridgedStmt_of_bridgedStraightStmt {stmt : Compiler.Yul.YulStmt} + (hStmt : BridgedStraightStmt stmt) : BridgedStmt stmt := + BridgedStmt.straight stmt hStmt + theorem bridgedStmt_com...
{ "repo": "verity", "git_repo": "github.com/lfglabs-dev/verity", "revision": "eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978", "lean_toolchain": "leanprover/lean4:v4.22.0", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-delete-lemm...
ablate_ad56c5072971_33
46430171aa894c60
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/YulGeneration/Backends/EvmYulLeanBridgePredicates.lean
EvmYulLeanBridgePredicates
33
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
42
25
[ { "theorem_name": "bridgedStmt_log_of_bridged_args", "depth": 1, "n_commands": 0, "n_lines": 3, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": "\n bridgedStmt_of_bridgedStraightStmt\n (bridgedStraightStmt_log_of_bridged_args func args hLog hArgs)", "...
[ { "name": "bridgedStmt_of_bridgedStraightStmt", "text": "theorem bridgedStmt_of_bridgedStraightStmt {stmt : Compiler.Yul.YulStmt}\n (hStmt : BridgedStraightStmt stmt) : BridgedStmt stmt :=\n BridgedStmt.straight stmt hStmt\n\n", "fan_in": 25, "n_lines": 5, "n_chars": 169, "n_subproofs": ...
[ { "name": "bridgedStmt_funcDef", "fan_in": 2, "n_deps_direct": 1, "n_deps_transitive": 1, "n_lines": 8, "n_chars": 263, "n_subproofs": 0, "n_tactics": 2, "cyclomatic": 1, "n_automation": 0, "n_rewrites": 0, "n_structural": 0, "automation_only": false, "max_nes...
1
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
@@ -145,10 +145,16 @@ def BridgedStmts (stmts : List Compiler.Yul.YulStmt) : Prop := ∀ stmt ∈ stmts, BridgedStmt stmt +theorem bridgedStmt_of_bridgedStraightStmt {stmt : Compiler.Yul.YulStmt} + (hStmt : BridgedStraightStmt stmt) : BridgedStmt stmt := + BridgedStmt.straight stmt hStmt + theorem bridgedStmt_fu...
{ "repo": "verity", "git_repo": "github.com/lfglabs-dev/verity", "revision": "eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978", "lean_toolchain": "leanprover/lean4:v4.22.0", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-delete-lemm...
ablate_ad56c5072971_34
2e60019677aafdf8
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/YulGeneration/Backends/EvmYulLeanBridgePredicates.lean
EvmYulLeanBridgePredicates
34
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
42
25
[ { "theorem_name": "bridgedStmt_log_of_bridged_args", "depth": 1, "n_commands": 0, "n_lines": 3, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": "\n bridgedStmt_of_bridgedStraightStmt\n (bridgedStraightStmt_log_of_bridged_args func args hLog hArgs)", "...
[ { "name": "bridgedStmt_of_bridgedStraightStmt", "text": "theorem bridgedStmt_of_bridgedStraightStmt {stmt : Compiler.Yul.YulStmt}\n (hStmt : BridgedStraightStmt stmt) : BridgedStmt stmt :=\n BridgedStmt.straight stmt hStmt\n\n", "fan_in": 25, "n_lines": 5, "n_chars": 169, "n_subproofs": ...
[ { "name": "BridgedStmts_of_BridgedStraightStmts", "fan_in": 6, "n_deps_direct": 1, "n_deps_transitive": 1, "n_lines": 7, "n_chars": 235, "n_subproofs": 0, "n_tactics": 3, "cyclomatic": 1, "n_automation": 0, "n_rewrites": 0, "n_structural": 2, "automation_only": fa...
1
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
@@ -145,9 +145,15 @@ def BridgedStmts (stmts : List Compiler.Yul.YulStmt) : Prop := ∀ stmt ∈ stmts, BridgedStmt stmt +theorem bridgedStmt_of_bridgedStraightStmt {stmt : Compiler.Yul.YulStmt} + (hStmt : BridgedStraightStmt stmt) : BridgedStmt stmt := + BridgedStmt.straight stmt hStmt + theorem BridgedStmts_of...
{ "repo": "verity", "git_repo": "github.com/lfglabs-dev/verity", "revision": "eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978", "lean_toolchain": "leanprover/lean4:v4.22.0", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-delete-lemm...
ablate_ad56c5072971_35
c222857606a1abe2
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/YulGeneration/Backends/EvmYulLeanBridgePredicates.lean
EvmYulLeanBridgePredicates
35
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
42
21
[ { "theorem_name": "BridgedStmts_singleton", "depth": 1, "n_commands": 0, "n_lines": 2, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": "\n BridgedStmts_cons hStmt BridgedStmts_nil", "n_chars": 43, "n_subproofs": 0, "n_tactics": 1, "cyclomatic...
[ { "name": "BridgedStmts_cons", "text": "theorem BridgedStmts_cons {stmt : Compiler.Yul.YulStmt}\n {stmts : List Compiler.Yul.YulStmt}\n (hStmt : BridgedStmt stmt) (hStmts : BridgedStmts stmts) :\n BridgedStmts (stmt :: stmts) := by\n intro s hMem\n cases hMem with\n | head => exact hStmt\n | ta...
[ { "name": "BridgedStmts_cons_straight", "fan_in": 0, "n_deps_direct": 2, "n_deps_transitive": 2, "n_lines": 7, "n_chars": 283, "n_subproofs": 0, "n_tactics": 1, "cyclomatic": 1, "n_automation": 0, "n_rewrites": 0, "n_structural": 0, "automation_only": false, "...
2
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
@@ -145,6 +145,15 @@ def BridgedStmts (stmts : List Compiler.Yul.YulStmt) : Prop := ∀ stmt ∈ stmts, BridgedStmt stmt +theorem BridgedStmts_cons {stmt : Compiler.Yul.YulStmt} + {stmts : List Compiler.Yul.YulStmt} + (hStmt : BridgedStmt stmt) (hStmts : BridgedStmts stmts) : + BridgedStmts (stmt :: stmts) :...
{ "repo": "verity", "git_repo": "github.com/lfglabs-dev/verity", "revision": "eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978", "lean_toolchain": "leanprover/lean4:v4.22.0", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-delete-lemm...
ablate_ad56c5072971_36
a783f3bb5b2ea0ea
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/YulGeneration/Backends/EvmYulLeanBridgePredicates.lean
EvmYulLeanBridgePredicates
36
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
42
21
[ { "theorem_name": "BridgedStmts_singleton", "depth": 1, "n_commands": 0, "n_lines": 2, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": "\n BridgedStmts_cons hStmt BridgedStmts_nil", "n_chars": 43, "n_subproofs": 0, "n_tactics": 1, "cyclomatic...
[ { "name": "BridgedStmts_cons", "text": "theorem BridgedStmts_cons {stmt : Compiler.Yul.YulStmt}\n {stmts : List Compiler.Yul.YulStmt}\n (hStmt : BridgedStmt stmt) (hStmts : BridgedStmts stmts) :\n BridgedStmts (stmt :: stmts) := by\n intro s hMem\n cases hMem with\n | head => exact hStmt\n | ta...
[ { "name": "BridgedStmts_singleton_straight", "fan_in": 0, "n_deps_direct": 2, "n_deps_transitive": 4, "n_lines": 6, "n_chars": 207, "n_subproofs": 0, "n_tactics": 1, "cyclomatic": 1, "n_automation": 0, "n_rewrites": 0, "n_structural": 0, "automation_only": false, ...
4
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
@@ -149,8 +149,18 @@ intro stmt hMem cases hMem +theorem BridgedStmts_cons {stmt : Compiler.Yul.YulStmt} + {stmts : List Compiler.Yul.YulStmt} + (hStmt : BridgedStmt stmt) (hStmts : BridgedStmts stmts) : + BridgedStmts (stmt :: stmts) := by + intro s hMem + cases hMem with + | head => exact hStmt + ...
{ "repo": "verity", "git_repo": "github.com/lfglabs-dev/verity", "revision": "eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978", "lean_toolchain": "leanprover/lean4:v4.22.0", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-delete-lemm...
ablate_ad56c5072971_37
b105e35aa520512f
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/YulGeneration/Backends/EvmYulLeanBridgePredicates.lean
EvmYulLeanBridgePredicates
37
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
42
25
[ { "theorem_name": "bridgedStmt_log_of_bridged_args", "depth": 1, "n_commands": 0, "n_lines": 3, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": "\n bridgedStmt_of_bridgedStraightStmt\n (bridgedStraightStmt_log_of_bridged_args func args hLog hArgs)", "...
[ { "name": "bridgedStmt_of_bridgedStraightStmt", "text": "theorem bridgedStmt_of_bridgedStraightStmt {stmt : Compiler.Yul.YulStmt}\n (hStmt : BridgedStraightStmt stmt) : BridgedStmt stmt :=\n BridgedStmt.straight stmt hStmt\n\n", "fan_in": 25, "n_lines": 5, "n_chars": 169, "n_subproofs": ...
[ { "name": "BridgedStmts_append_straight", "fan_in": 0, "n_deps_direct": 2, "n_deps_transitive": 3, "n_lines": 6, "n_chars": 236, "n_subproofs": 0, "n_tactics": 1, "cyclomatic": 1, "n_automation": 0, "n_rewrites": 0, "n_structural": 0, "automation_only": false, ...
3
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
@@ -154,9 +154,15 @@ | inl h => exact hXs stmt h | inr h => exact hYs stmt h +theorem bridgedStmt_of_bridgedStraightStmt {stmt : Compiler.Yul.YulStmt} + (hStmt : BridgedStraightStmt stmt) : BridgedStmt stmt := + BridgedStmt.straight stmt hStmt + theorem BridgedStmts_of_BridgedStraightStmts {stmts : Li...
{ "repo": "verity", "git_repo": "github.com/lfglabs-dev/verity", "revision": "eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978", "lean_toolchain": "leanprover/lean4:v4.22.0", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-delete-lemm...
ablate_ad56c5072971_38
d8d56c03c94694c7
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/YulGeneration/Backends/EvmYulLeanBridgePredicates.lean
EvmYulLeanBridgePredicates
38
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
42
25
[ { "theorem_name": "bridgedStmt_log_of_bridged_args", "depth": 1, "n_commands": 0, "n_lines": 3, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": "\n bridgedStmt_of_bridgedStraightStmt\n (bridgedStraightStmt_log_of_bridged_args func args hLog hArgs)", "...
[ { "name": "bridgedStmt_of_bridgedStraightStmt", "text": "theorem bridgedStmt_of_bridgedStraightStmt {stmt : Compiler.Yul.YulStmt}\n (hStmt : BridgedStraightStmt stmt) : BridgedStmt stmt :=\n BridgedStmt.straight stmt hStmt\n\n", "fan_in": 25, "n_lines": 5, "n_chars": 169, "n_subproofs": ...
[ { "name": "BridgedStmts_map_mstore", "fan_in": 0, "n_deps_direct": 2, "n_deps_transitive": 5, "n_lines": 11, "n_chars": 402, "n_subproofs": 0, "n_tactics": 2, "cyclomatic": 1, "n_automation": 0, "n_rewrites": 0, "n_structural": 0, "automation_only": false, "ma...
5
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
@@ -176,9 +176,15 @@ def BridgedStmts (stmts : List Compiler.Yul.YulStmt) : Prop := ∀ stmt ∈ stmts, BridgedStmt stmt +theorem bridgedStmt_of_bridgedStraightStmt {stmt : Compiler.Yul.YulStmt} + (hStmt : BridgedStraightStmt stmt) : BridgedStmt stmt := + BridgedStmt.straight stmt hStmt + theorem BridgedStmts_of...
{ "repo": "verity", "git_repo": "github.com/lfglabs-dev/verity", "revision": "eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978", "lean_toolchain": "leanprover/lean4:v4.22.0", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-delete-lemm...
ablate_ad56c5072971_39
250f1ab0a0b9d527
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/YulGeneration/Backends/EvmYulLeanBridgePredicates.lean
EvmYulLeanBridgePredicates
39
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
42
21
[ { "theorem_name": "BridgedStmts_singleton", "depth": 1, "n_commands": 0, "n_lines": 2, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": "\n BridgedStmts_cons hStmt BridgedStmts_nil", "n_chars": 43, "n_subproofs": 0, "n_tactics": 1, "cyclomatic...
[ { "name": "BridgedStmts_cons", "text": "theorem BridgedStmts_cons {stmt : Compiler.Yul.YulStmt}\n {stmts : List Compiler.Yul.YulStmt}\n (hStmt : BridgedStmt stmt) (hStmts : BridgedStmts stmts) :\n BridgedStmts (stmt :: stmts) := by\n intro s hMem\n cases hMem with\n | head => exact hStmt\n | ta...
[ { "name": "BridgedStmts_singleton_block", "fan_in": 0, "n_deps_direct": 2, "n_deps_transitive": 4, "n_lines": 6, "n_chars": 213, "n_subproofs": 0, "n_tactics": 1, "cyclomatic": 1, "n_automation": 0, "n_rewrites": 0, "n_structural": 0, "automation_only": false, ...
4
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
@@ -149,8 +149,18 @@ intro stmt hMem cases hMem +theorem BridgedStmts_cons {stmt : Compiler.Yul.YulStmt} + {stmts : List Compiler.Yul.YulStmt} + (hStmt : BridgedStmt stmt) (hStmts : BridgedStmts stmts) : + BridgedStmts (stmt :: stmts) := by + intro s hMem + cases hMem with + | head => exact hStmt + ...
{ "repo": "verity", "git_repo": "github.com/lfglabs-dev/verity", "revision": "eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978", "lean_toolchain": "leanprover/lean4:v4.22.0", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-delete-lemm...
ablate_ad56c5072971_40
8ad4ec42d6715f82
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/YulGeneration/Backends/EvmYulLeanBridgePredicates.lean
EvmYulLeanBridgePredicates
40
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
42
21
[ { "theorem_name": "BridgedStmts_singleton", "depth": 1, "n_commands": 0, "n_lines": 2, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": "\n BridgedStmts_cons hStmt BridgedStmts_nil", "n_chars": 43, "n_subproofs": 0, "n_tactics": 1, "cyclomatic...
[ { "name": "BridgedStmts_cons", "text": "theorem BridgedStmts_cons {stmt : Compiler.Yul.YulStmt}\n {stmts : List Compiler.Yul.YulStmt}\n (hStmt : BridgedStmt stmt) (hStmts : BridgedStmts stmts) :\n BridgedStmts (stmt :: stmts) := by\n intro s hMem\n cases hMem with\n | head => exact hStmt\n | ta...
[ { "name": "BridgedStmts_cons_block", "fan_in": 0, "n_deps_direct": 2, "n_deps_transitive": 2, "n_lines": 7, "n_chars": 274, "n_subproofs": 0, "n_tactics": 1, "cyclomatic": 1, "n_automation": 0, "n_rewrites": 0, "n_structural": 0, "automation_only": false, "max...
2
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
@@ -145,6 +145,15 @@ def BridgedStmts (stmts : List Compiler.Yul.YulStmt) : Prop := ∀ stmt ∈ stmts, BridgedStmt stmt +theorem BridgedStmts_cons {stmt : Compiler.Yul.YulStmt} + {stmts : List Compiler.Yul.YulStmt} + (hStmt : BridgedStmt stmt) (hStmts : BridgedStmts stmts) : + BridgedStmts (stmt :: stmts) :...
{ "repo": "verity", "git_repo": "github.com/lfglabs-dev/verity", "revision": "eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978", "lean_toolchain": "leanprover/lean4:v4.22.0", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-delete-lemm...
ablate_ad56c5072971_41
8702c5dd2b9c19c3
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/YulGeneration/Backends/EvmYulLeanBridgePredicates.lean
EvmYulLeanBridgePredicates
41
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
42
21
[ { "theorem_name": "BridgedStmts_singleton", "depth": 1, "n_commands": 0, "n_lines": 2, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": "\n BridgedStmts_cons hStmt BridgedStmts_nil", "n_chars": 43, "n_subproofs": 0, "n_tactics": 1, "cyclomatic...
[ { "name": "BridgedStmts_cons", "text": "theorem BridgedStmts_cons {stmt : Compiler.Yul.YulStmt}\n {stmts : List Compiler.Yul.YulStmt}\n (hStmt : BridgedStmt stmt) (hStmts : BridgedStmts stmts) :\n BridgedStmts (stmt :: stmts) := by\n intro s hMem\n cases hMem with\n | head => exact hStmt\n | ta...
[ { "name": "BridgedStmts_singleton_if", "fan_in": 0, "n_deps_direct": 2, "n_deps_transitive": 4, "n_lines": 7, "n_chars": 272, "n_subproofs": 0, "n_tactics": 1, "cyclomatic": 1, "n_automation": 0, "n_rewrites": 0, "n_structural": 0, "automation_only": false, "m...
4
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
@@ -149,8 +149,18 @@ intro stmt hMem cases hMem +theorem BridgedStmts_cons {stmt : Compiler.Yul.YulStmt} + {stmts : List Compiler.Yul.YulStmt} + (hStmt : BridgedStmt stmt) (hStmts : BridgedStmts stmts) : + BridgedStmts (stmt :: stmts) := by + intro s hMem + cases hMem with + | head => exact hStmt + ...
{ "repo": "verity", "git_repo": "github.com/lfglabs-dev/verity", "revision": "eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978", "lean_toolchain": "leanprover/lean4:v4.22.0", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-delete-lemm...
ablate_ad56c5072971_42
bd65ec96c914a067
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/YulGeneration/Backends/EvmYulLeanBridgePredicates.lean
EvmYulLeanBridgePredicates
42
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
42
21
[ { "theorem_name": "BridgedStmts_singleton", "depth": 1, "n_commands": 0, "n_lines": 2, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": "\n BridgedStmts_cons hStmt BridgedStmts_nil", "n_chars": 43, "n_subproofs": 0, "n_tactics": 1, "cyclomatic...
[ { "name": "BridgedStmts_cons", "text": "theorem BridgedStmts_cons {stmt : Compiler.Yul.YulStmt}\n {stmts : List Compiler.Yul.YulStmt}\n (hStmt : BridgedStmt stmt) (hStmts : BridgedStmts stmts) :\n BridgedStmts (stmt :: stmts) := by\n intro s hMem\n cases hMem with\n | head => exact hStmt\n | ta...
[ { "name": "BridgedStmts_cons_if", "fan_in": 0, "n_deps_direct": 2, "n_deps_transitive": 2, "n_lines": 8, "n_chars": 318, "n_subproofs": 0, "n_tactics": 1, "cyclomatic": 1, "n_automation": 0, "n_rewrites": 0, "n_structural": 0, "automation_only": false, "max_ne...
2
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
@@ -145,6 +145,15 @@ def BridgedStmts (stmts : List Compiler.Yul.YulStmt) : Prop := ∀ stmt ∈ stmts, BridgedStmt stmt +theorem BridgedStmts_cons {stmt : Compiler.Yul.YulStmt} + {stmts : List Compiler.Yul.YulStmt} + (hStmt : BridgedStmt stmt) (hStmts : BridgedStmts stmts) : + BridgedStmts (stmt :: stmts) :...
{ "repo": "verity", "git_repo": "github.com/lfglabs-dev/verity", "revision": "eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978", "lean_toolchain": "leanprover/lean4:v4.22.0", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-delete-lemm...
ablate_ad56c5072971_43
a90494137a827b07
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/YulGeneration/Backends/EvmYulLeanBridgePredicates.lean
EvmYulLeanBridgePredicates
43
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
42
21
[ { "theorem_name": "BridgedStmts_singleton", "depth": 1, "n_commands": 0, "n_lines": 2, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": "\n BridgedStmts_cons hStmt BridgedStmts_nil", "n_chars": 43, "n_subproofs": 0, "n_tactics": 1, "cyclomatic...
[ { "name": "BridgedStmts_cons", "text": "theorem BridgedStmts_cons {stmt : Compiler.Yul.YulStmt}\n {stmts : List Compiler.Yul.YulStmt}\n (hStmt : BridgedStmt stmt) (hStmts : BridgedStmts stmts) :\n BridgedStmts (stmt :: stmts) := by\n intro s hMem\n cases hMem with\n | head => exact hStmt\n | ta...
[ { "name": "BridgedStmts_singleton_for", "fan_in": 0, "n_deps_direct": 2, "n_deps_transitive": 4, "n_lines": 10, "n_chars": 405, "n_subproofs": 0, "n_tactics": 2, "cyclomatic": 1, "n_automation": 0, "n_rewrites": 0, "n_structural": 0, "automation_only": false, ...
4
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
@@ -149,8 +149,18 @@ intro stmt hMem cases hMem +theorem BridgedStmts_cons {stmt : Compiler.Yul.YulStmt} + {stmts : List Compiler.Yul.YulStmt} + (hStmt : BridgedStmt stmt) (hStmts : BridgedStmts stmts) : + BridgedStmts (stmt :: stmts) := by + intro s hMem + cases hMem with + | head => exact hStmt + ...
{ "repo": "verity", "git_repo": "github.com/lfglabs-dev/verity", "revision": "eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978", "lean_toolchain": "leanprover/lean4:v4.22.0", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-delete-lemm...
ablate_ad56c5072971_44
87e5f1dfd8392b91
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/YulGeneration/Backends/EvmYulLeanBridgePredicates.lean
EvmYulLeanBridgePredicates
44
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
42
21
[ { "theorem_name": "BridgedStmts_singleton", "depth": 1, "n_commands": 0, "n_lines": 2, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": "\n BridgedStmts_cons hStmt BridgedStmts_nil", "n_chars": 43, "n_subproofs": 0, "n_tactics": 1, "cyclomatic...
[ { "name": "BridgedStmts_cons", "text": "theorem BridgedStmts_cons {stmt : Compiler.Yul.YulStmt}\n {stmts : List Compiler.Yul.YulStmt}\n (hStmt : BridgedStmt stmt) (hStmts : BridgedStmts stmts) :\n BridgedStmts (stmt :: stmts) := by\n intro s hMem\n cases hMem with\n | head => exact hStmt\n | ta...
[ { "name": "BridgedStmts_cons_for", "fan_in": 0, "n_deps_direct": 2, "n_deps_transitive": 2, "n_lines": 11, "n_chars": 451, "n_subproofs": 0, "n_tactics": 2, "cyclomatic": 1, "n_automation": 0, "n_rewrites": 0, "n_structural": 0, "automation_only": false, "max_...
2
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
@@ -145,6 +145,15 @@ def BridgedStmts (stmts : List Compiler.Yul.YulStmt) : Prop := ∀ stmt ∈ stmts, BridgedStmt stmt +theorem BridgedStmts_cons {stmt : Compiler.Yul.YulStmt} + {stmts : List Compiler.Yul.YulStmt} + (hStmt : BridgedStmt stmt) (hStmts : BridgedStmts stmts) : + BridgedStmts (stmt :: stmts) :...
{ "repo": "verity", "git_repo": "github.com/lfglabs-dev/verity", "revision": "eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978", "lean_toolchain": "leanprover/lean4:v4.22.0", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-delete-lemm...
ablate_ad56c5072971_45
cd7b1549db08e71b
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/YulGeneration/Backends/EvmYulLeanBridgePredicates.lean
EvmYulLeanBridgePredicates
45
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
42
21
[ { "theorem_name": "BridgedStmts_singleton", "depth": 1, "n_commands": 0, "n_lines": 2, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": "\n BridgedStmts_cons hStmt BridgedStmts_nil", "n_chars": 43, "n_subproofs": 0, "n_tactics": 1, "cyclomatic...
[ { "name": "BridgedStmts_cons", "text": "theorem BridgedStmts_cons {stmt : Compiler.Yul.YulStmt}\n {stmts : List Compiler.Yul.YulStmt}\n (hStmt : BridgedStmt stmt) (hStmts : BridgedStmts stmts) :\n BridgedStmts (stmt :: stmts) := by\n intro s hMem\n cases hMem with\n | head => exact hStmt\n | ta...
[ { "name": "BridgedStmts_singleton_switch", "fan_in": 0, "n_deps_direct": 2, "n_deps_transitive": 4, "n_lines": 14, "n_chars": 575, "n_subproofs": 0, "n_tactics": 2, "cyclomatic": 1, "n_automation": 0, "n_rewrites": 0, "n_structural": 0, "automation_only": false, ...
4
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
@@ -149,8 +149,18 @@ intro stmt hMem cases hMem +theorem BridgedStmts_cons {stmt : Compiler.Yul.YulStmt} + {stmts : List Compiler.Yul.YulStmt} + (hStmt : BridgedStmt stmt) (hStmts : BridgedStmts stmts) : + BridgedStmts (stmt :: stmts) := by + intro s hMem + cases hMem with + | head => exact hStmt + ...
{ "repo": "verity", "git_repo": "github.com/lfglabs-dev/verity", "revision": "eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978", "lean_toolchain": "leanprover/lean4:v4.22.0", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-delete-lemm...
ablate_ad56c5072971_46
bc7a3579bbf0f23e
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/YulGeneration/Backends/EvmYulLeanBridgePredicates.lean
EvmYulLeanBridgePredicates
46
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
42
21
[ { "theorem_name": "BridgedStmts_singleton", "depth": 1, "n_commands": 0, "n_lines": 2, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": "\n BridgedStmts_cons hStmt BridgedStmts_nil", "n_chars": 43, "n_subproofs": 0, "n_tactics": 1, "cyclomatic...
[ { "name": "BridgedStmts_cons", "text": "theorem BridgedStmts_cons {stmt : Compiler.Yul.YulStmt}\n {stmts : List Compiler.Yul.YulStmt}\n (hStmt : BridgedStmt stmt) (hStmts : BridgedStmts stmts) :\n BridgedStmts (stmt :: stmts) := by\n intro s hMem\n cases hMem with\n | head => exact hStmt\n | ta...
[ { "name": "BridgedStmts_cons_switch", "fan_in": 0, "n_deps_direct": 2, "n_deps_transitive": 2, "n_lines": 16, "n_chars": 655, "n_subproofs": 0, "n_tactics": 2, "cyclomatic": 1, "n_automation": 0, "n_rewrites": 0, "n_structural": 0, "automation_only": false, "m...
2
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
@@ -145,6 +145,15 @@ def BridgedStmts (stmts : List Compiler.Yul.YulStmt) : Prop := ∀ stmt ∈ stmts, BridgedStmt stmt +theorem BridgedStmts_cons {stmt : Compiler.Yul.YulStmt} + {stmts : List Compiler.Yul.YulStmt} + (hStmt : BridgedStmt stmt) (hStmts : BridgedStmts stmts) : + BridgedStmts (stmt :: stmts) :...
{ "repo": "verity", "git_repo": "github.com/lfglabs-dev/verity", "revision": "eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978", "lean_toolchain": "leanprover/lean4:v4.22.0", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-delete-lemm...
ablate_ad56c5072971_47
9db257f5c7034109
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/YulGeneration/Backends/EvmYulLeanBridgePredicates.lean
EvmYulLeanBridgePredicates
47
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
42
25
[ { "theorem_name": "bridgedStmt_log_of_bridged_args", "depth": 1, "n_commands": 0, "n_lines": 3, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": "\n bridgedStmt_of_bridgedStraightStmt\n (bridgedStraightStmt_log_of_bridged_args func args hLog hArgs)", "...
[ { "name": "bridgedStmt_of_bridgedStraightStmt", "text": "theorem bridgedStmt_of_bridgedStraightStmt {stmt : Compiler.Yul.YulStmt}\n (hStmt : BridgedStraightStmt stmt) : BridgedStmt stmt :=\n BridgedStmt.straight stmt hStmt\n\n", "fan_in": 25, "n_lines": 5, "n_chars": 169, "n_subproofs": ...
[ { "name": "bridgedStmt_block_of_bridgedStraightStmts", "fan_in": 0, "n_deps_direct": 2, "n_deps_transitive": 3, "n_lines": 7, "n_chars": 251, "n_subproofs": 0, "n_tactics": 2, "cyclomatic": 1, "n_automation": 0, "n_rewrites": 0, "n_structural": 0, "automation_only...
3
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
@@ -145,9 +145,15 @@ def BridgedStmts (stmts : List Compiler.Yul.YulStmt) : Prop := ∀ stmt ∈ stmts, BridgedStmt stmt +theorem bridgedStmt_of_bridgedStraightStmt {stmt : Compiler.Yul.YulStmt} + (hStmt : BridgedStraightStmt stmt) : BridgedStmt stmt := + BridgedStmt.straight stmt hStmt + theorem BridgedStmts_of...
{ "repo": "verity", "git_repo": "github.com/lfglabs-dev/verity", "revision": "eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978", "lean_toolchain": "leanprover/lean4:v4.22.0", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-delete-lemm...
ablate_ad56c5072971_48
41696b76e4b5ee4a
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/YulGeneration/Backends/EvmYulLeanBridgePredicates.lean
EvmYulLeanBridgePredicates
48
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
42
25
[ { "theorem_name": "bridgedStmt_log_of_bridged_args", "depth": 1, "n_commands": 0, "n_lines": 3, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": "\n bridgedStmt_of_bridgedStraightStmt\n (bridgedStraightStmt_log_of_bridged_args func args hLog hArgs)", "...
[ { "name": "bridgedStmt_of_bridgedStraightStmt", "text": "theorem bridgedStmt_of_bridgedStraightStmt {stmt : Compiler.Yul.YulStmt}\n (hStmt : BridgedStraightStmt stmt) : BridgedStmt stmt :=\n BridgedStmt.straight stmt hStmt\n\n", "fan_in": 25, "n_lines": 5, "n_chars": 169, "n_subproofs": ...
[ { "name": "bridgedStmt_if_of_bridgedStraightStmts", "fan_in": 0, "n_deps_direct": 2, "n_deps_transitive": 3, "n_lines": 8, "n_chars": 310, "n_subproofs": 0, "n_tactics": 2, "cyclomatic": 1, "n_automation": 0, "n_rewrites": 0, "n_structural": 0, "automation_only": ...
3
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
@@ -145,9 +145,15 @@ def BridgedStmts (stmts : List Compiler.Yul.YulStmt) : Prop := ∀ stmt ∈ stmts, BridgedStmt stmt +theorem bridgedStmt_of_bridgedStraightStmt {stmt : Compiler.Yul.YulStmt} + (hStmt : BridgedStraightStmt stmt) : BridgedStmt stmt := + BridgedStmt.straight stmt hStmt + theorem BridgedStmts_of...
{ "repo": "verity", "git_repo": "github.com/lfglabs-dev/verity", "revision": "eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978", "lean_toolchain": "leanprover/lean4:v4.22.0", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-delete-lemm...
ablate_ad56c5072971_49
51143c6efa9213fd
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/YulGeneration/Backends/EvmYulLeanBridgePredicates.lean
EvmYulLeanBridgePredicates
49
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
42
25
[ { "theorem_name": "bridgedStmt_log_of_bridged_args", "depth": 1, "n_commands": 0, "n_lines": 3, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": "\n bridgedStmt_of_bridgedStraightStmt\n (bridgedStraightStmt_log_of_bridged_args func args hLog hArgs)", "...
[ { "name": "bridgedStmt_of_bridgedStraightStmt", "text": "theorem bridgedStmt_of_bridgedStraightStmt {stmt : Compiler.Yul.YulStmt}\n (hStmt : BridgedStraightStmt stmt) : BridgedStmt stmt :=\n BridgedStmt.straight stmt hStmt\n\n", "fan_in": 25, "n_lines": 5, "n_chars": 169, "n_subproofs": ...
[ { "name": "bridgedStmt_for_of_bridgedStraightStmts", "fan_in": 0, "n_deps_direct": 2, "n_deps_transitive": 3, "n_lines": 12, "n_chars": 541, "n_subproofs": 0, "n_tactics": 4, "cyclomatic": 1, "n_automation": 0, "n_rewrites": 0, "n_structural": 0, "automation_only"...
3
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
@@ -145,9 +145,15 @@ def BridgedStmts (stmts : List Compiler.Yul.YulStmt) : Prop := ∀ stmt ∈ stmts, BridgedStmt stmt +theorem bridgedStmt_of_bridgedStraightStmt {stmt : Compiler.Yul.YulStmt} + (hStmt : BridgedStraightStmt stmt) : BridgedStmt stmt := + BridgedStmt.straight stmt hStmt + theorem BridgedStmts_of...
{ "repo": "verity", "git_repo": "github.com/lfglabs-dev/verity", "revision": "eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978", "lean_toolchain": "leanprover/lean4:v4.22.0", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-delete-lemm...
ablate_ad56c5072971_50
d8b6a39d6200cd0e
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/YulGeneration/Backends/EvmYulLeanBridgePredicates.lean
EvmYulLeanBridgePredicates
50
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
42
25
[ { "theorem_name": "bridgedStmt_log_of_bridged_args", "depth": 1, "n_commands": 0, "n_lines": 3, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": "\n bridgedStmt_of_bridgedStraightStmt\n (bridgedStraightStmt_log_of_bridged_args func args hLog hArgs)", "...
[ { "name": "bridgedStmt_of_bridgedStraightStmt", "text": "theorem bridgedStmt_of_bridgedStraightStmt {stmt : Compiler.Yul.YulStmt}\n (hStmt : BridgedStraightStmt stmt) : BridgedStmt stmt :=\n BridgedStmt.straight stmt hStmt\n\n", "fan_in": 25, "n_lines": 5, "n_chars": 169, "n_subproofs": ...
[ { "name": "BridgedStmts_map_tstore", "fan_in": 0, "n_deps_direct": 2, "n_deps_transitive": 5, "n_lines": 11, "n_chars": 402, "n_subproofs": 0, "n_tactics": 2, "cyclomatic": 1, "n_automation": 0, "n_rewrites": 0, "n_structural": 0, "automation_only": false, "ma...
5
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
@@ -176,9 +176,15 @@ def BridgedStmts (stmts : List Compiler.Yul.YulStmt) : Prop := ∀ stmt ∈ stmts, BridgedStmt stmt +theorem bridgedStmt_of_bridgedStraightStmt {stmt : Compiler.Yul.YulStmt} + (hStmt : BridgedStraightStmt stmt) : BridgedStmt stmt := + BridgedStmt.straight stmt hStmt + theorem BridgedStmts_of...
{ "repo": "verity", "git_repo": "github.com/lfglabs-dev/verity", "revision": "eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978", "lean_toolchain": "leanprover/lean4:v4.22.0", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-delete-lemm...
ablate_ad56c5072971_51
ebe5cce3dd71685e
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/YulGeneration/Backends/EvmYulLeanBridgePredicates.lean
EvmYulLeanBridgePredicates
51
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
42
25
[ { "theorem_name": "bridgedStmt_log_of_bridged_args", "depth": 1, "n_commands": 0, "n_lines": 3, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": "\n bridgedStmt_of_bridgedStraightStmt\n (bridgedStraightStmt_log_of_bridged_args func args hLog hArgs)", "...
[ { "name": "bridgedStmt_of_bridgedStraightStmt", "text": "theorem bridgedStmt_of_bridgedStraightStmt {stmt : Compiler.Yul.YulStmt}\n (hStmt : BridgedStraightStmt stmt) : BridgedStmt stmt :=\n BridgedStmt.straight stmt hStmt\n\n", "fan_in": 25, "n_lines": 5, "n_chars": 169, "n_subproofs": ...
[ { "name": "bridgedStmt_revert_zero", "fan_in": 1, "n_deps_direct": 1, "n_deps_transitive": 2, "n_lines": 8, "n_chars": 283, "n_subproofs": 0, "n_tactics": 1, "cyclomatic": 1, "n_automation": 0, "n_rewrites": 0, "n_structural": 0, "automation_only": false, "max...
2
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
@@ -145,9 +145,15 @@ def BridgedStmts (stmts : List Compiler.Yul.YulStmt) : Prop := ∀ stmt ∈ stmts, BridgedStmt stmt +theorem bridgedStmt_of_bridgedStraightStmt {stmt : Compiler.Yul.YulStmt} + (hStmt : BridgedStraightStmt stmt) : BridgedStmt stmt := + BridgedStmt.straight stmt hStmt + theorem bridgedStmt_rev...
{ "repo": "verity", "git_repo": "github.com/lfglabs-dev/verity", "revision": "eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978", "lean_toolchain": "leanprover/lean4:v4.22.0", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-delete-lemm...
ablate_ad56c5072971_52
01ee4c06311819c2
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/YulGeneration/Backends/EvmYulLeanBridgePredicates.lean
EvmYulLeanBridgePredicates
52
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
42
21
[ { "theorem_name": "BridgedStmts_singleton", "depth": 1, "n_commands": 0, "n_lines": 2, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": "\n BridgedStmts_cons hStmt BridgedStmts_nil", "n_chars": 43, "n_subproofs": 0, "n_tactics": 1, "cyclomatic...
[ { "name": "BridgedStmts_cons", "text": "theorem BridgedStmts_cons {stmt : Compiler.Yul.YulStmt}\n {stmts : List Compiler.Yul.YulStmt}\n (hStmt : BridgedStmt stmt) (hStmts : BridgedStmts stmts) :\n BridgedStmts (stmt :: stmts) := by\n intro s hMem\n cases hMem with\n | head => exact hStmt\n | ta...
[ { "name": "BridgedStmts_singleton_revert_zero", "fan_in": 0, "n_deps_direct": 2, "n_deps_transitive": 6, "n_lines": 8, "n_chars": 265, "n_subproofs": 0, "n_tactics": 1, "cyclomatic": 1, "n_automation": 0, "n_rewrites": 0, "n_structural": 0, "automation_only": fals...
6
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
@@ -149,8 +149,18 @@ intro stmt hMem cases hMem +theorem BridgedStmts_cons {stmt : Compiler.Yul.YulStmt} + {stmts : List Compiler.Yul.YulStmt} + (hStmt : BridgedStmt stmt) (hStmts : BridgedStmts stmts) : + BridgedStmts (stmt :: stmts) := by + intro s hMem + cases hMem with + | head => exact hStmt + ...
{ "repo": "verity", "git_repo": "github.com/lfglabs-dev/verity", "revision": "eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978", "lean_toolchain": "leanprover/lean4:v4.22.0", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-delete-lemm...
ablate_ad56c5072971_53
619b92fd6959227a
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/YulGeneration/Backends/EvmYulLeanBridgePredicates.lean
EvmYulLeanBridgePredicates
53
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
42
21
[ { "theorem_name": "BridgedStmts_singleton", "depth": 1, "n_commands": 0, "n_lines": 2, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": "\n BridgedStmts_cons hStmt BridgedStmts_nil", "n_chars": 43, "n_subproofs": 0, "n_tactics": 1, "cyclomatic...
[ { "name": "BridgedStmts_cons", "text": "theorem BridgedStmts_cons {stmt : Compiler.Yul.YulStmt}\n {stmts : List Compiler.Yul.YulStmt}\n (hStmt : BridgedStmt stmt) (hStmts : BridgedStmts stmts) :\n BridgedStmts (stmt :: stmts) := by\n intro s hMem\n cases hMem with\n | head => exact hStmt\n | ta...
[ { "name": "BridgedStmts_singleton_comment", "fan_in": 0, "n_deps_direct": 2, "n_deps_transitive": 5, "n_lines": 5, "n_chars": 146, "n_subproofs": 0, "n_tactics": 1, "cyclomatic": 1, "n_automation": 0, "n_rewrites": 0, "n_structural": 0, "automation_only": false, ...
5
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
@@ -149,8 +149,18 @@ intro stmt hMem cases hMem +theorem BridgedStmts_cons {stmt : Compiler.Yul.YulStmt} + {stmts : List Compiler.Yul.YulStmt} + (hStmt : BridgedStmt stmt) (hStmts : BridgedStmts stmts) : + BridgedStmts (stmt :: stmts) := by + intro s hMem + cases hMem with + | head => exact hStmt + ...
{ "repo": "verity", "git_repo": "github.com/lfglabs-dev/verity", "revision": "eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978", "lean_toolchain": "leanprover/lean4:v4.22.0", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-delete-lemm...
ablate_ad56c5072971_54
474e88f50a02f40d
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/YulGeneration/Backends/EvmYulLeanBridgePredicates.lean
EvmYulLeanBridgePredicates
54
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
42
21
[ { "theorem_name": "BridgedStmts_singleton", "depth": 1, "n_commands": 0, "n_lines": 2, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": "\n BridgedStmts_cons hStmt BridgedStmts_nil", "n_chars": 43, "n_subproofs": 0, "n_tactics": 1, "cyclomatic...
[ { "name": "BridgedStmts_cons", "text": "theorem BridgedStmts_cons {stmt : Compiler.Yul.YulStmt}\n {stmts : List Compiler.Yul.YulStmt}\n (hStmt : BridgedStmt stmt) (hStmts : BridgedStmts stmts) :\n BridgedStmts (stmt :: stmts) := by\n intro s hMem\n cases hMem with\n | head => exact hStmt\n | ta...
[ { "name": "BridgedStmts_cons_comment", "fan_in": 0, "n_deps_direct": 2, "n_deps_transitive": 3, "n_lines": 7, "n_chars": 226, "n_subproofs": 0, "n_tactics": 1, "cyclomatic": 1, "n_automation": 0, "n_rewrites": 0, "n_structural": 0, "automation_only": false, "m...
3
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
@@ -145,6 +145,15 @@ def BridgedStmts (stmts : List Compiler.Yul.YulStmt) : Prop := ∀ stmt ∈ stmts, BridgedStmt stmt +theorem BridgedStmts_cons {stmt : Compiler.Yul.YulStmt} + {stmts : List Compiler.Yul.YulStmt} + (hStmt : BridgedStmt stmt) (hStmts : BridgedStmts stmts) : + BridgedStmts (stmt :: stmts) :...
{ "repo": "verity", "git_repo": "github.com/lfglabs-dev/verity", "revision": "eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978", "lean_toolchain": "leanprover/lean4:v4.22.0", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-delete-lemm...
ablate_ad56c5072971_55
cadeaf32e6ae11ab
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/YulGeneration/Backends/EvmYulLeanBridgePredicates.lean
EvmYulLeanBridgePredicates
55
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
42
21
[ { "theorem_name": "BridgedStmts_singleton", "depth": 1, "n_commands": 0, "n_lines": 2, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": "\n BridgedStmts_cons hStmt BridgedStmts_nil", "n_chars": 43, "n_subproofs": 0, "n_tactics": 1, "cyclomatic...
[ { "name": "BridgedStmts_cons", "text": "theorem BridgedStmts_cons {stmt : Compiler.Yul.YulStmt}\n {stmts : List Compiler.Yul.YulStmt}\n (hStmt : BridgedStmt stmt) (hStmts : BridgedStmts stmts) :\n BridgedStmts (stmt :: stmts) := by\n intro s hMem\n cases hMem with\n | head => exact hStmt\n | ta...
[ { "name": "BridgedStmts_singleton_let", "fan_in": 0, "n_deps_direct": 2, "n_deps_transitive": 5, "n_lines": 6, "n_chars": 233, "n_subproofs": 0, "n_tactics": 1, "cyclomatic": 1, "n_automation": 0, "n_rewrites": 0, "n_structural": 0, "automation_only": false, "...
5
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
@@ -149,8 +149,18 @@ intro stmt hMem cases hMem +theorem BridgedStmts_cons {stmt : Compiler.Yul.YulStmt} + {stmts : List Compiler.Yul.YulStmt} + (hStmt : BridgedStmt stmt) (hStmts : BridgedStmts stmts) : + BridgedStmts (stmt :: stmts) := by + intro s hMem + cases hMem with + | head => exact hStmt + ...
{ "repo": "verity", "git_repo": "github.com/lfglabs-dev/verity", "revision": "eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978", "lean_toolchain": "leanprover/lean4:v4.22.0", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-delete-lemm...
ablate_ad56c5072971_56
53b47a6ea1472b8d
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/YulGeneration/Backends/EvmYulLeanBridgePredicates.lean
EvmYulLeanBridgePredicates
56
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
42
21
[ { "theorem_name": "BridgedStmts_singleton", "depth": 1, "n_commands": 0, "n_lines": 2, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": "\n BridgedStmts_cons hStmt BridgedStmts_nil", "n_chars": 43, "n_subproofs": 0, "n_tactics": 1, "cyclomatic...
[ { "name": "BridgedStmts_cons", "text": "theorem BridgedStmts_cons {stmt : Compiler.Yul.YulStmt}\n {stmts : List Compiler.Yul.YulStmt}\n (hStmt : BridgedStmt stmt) (hStmts : BridgedStmts stmts) :\n BridgedStmts (stmt :: stmts) := by\n intro s hMem\n cases hMem with\n | head => exact hStmt\n | ta...
[ { "name": "BridgedStmts_cons_let", "fan_in": 0, "n_deps_direct": 2, "n_deps_transitive": 3, "n_lines": 7, "n_chars": 309, "n_subproofs": 0, "n_tactics": 1, "cyclomatic": 1, "n_automation": 0, "n_rewrites": 0, "n_structural": 0, "automation_only": false, "max_n...
3
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
@@ -145,6 +145,15 @@ def BridgedStmts (stmts : List Compiler.Yul.YulStmt) : Prop := ∀ stmt ∈ stmts, BridgedStmt stmt +theorem BridgedStmts_cons {stmt : Compiler.Yul.YulStmt} + {stmts : List Compiler.Yul.YulStmt} + (hStmt : BridgedStmt stmt) (hStmts : BridgedStmts stmts) : + BridgedStmts (stmt :: stmts) :...
{ "repo": "verity", "git_repo": "github.com/lfglabs-dev/verity", "revision": "eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978", "lean_toolchain": "leanprover/lean4:v4.22.0", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-delete-lemm...
ablate_ad56c5072971_57
aef1c87655aeafde
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/YulGeneration/Backends/EvmYulLeanBridgePredicates.lean
EvmYulLeanBridgePredicates
57
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
42
21
[ { "theorem_name": "BridgedStmts_singleton", "depth": 1, "n_commands": 0, "n_lines": 2, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": "\n BridgedStmts_cons hStmt BridgedStmts_nil", "n_chars": 43, "n_subproofs": 0, "n_tactics": 1, "cyclomatic...
[ { "name": "BridgedStmts_cons", "text": "theorem BridgedStmts_cons {stmt : Compiler.Yul.YulStmt}\n {stmts : List Compiler.Yul.YulStmt}\n (hStmt : BridgedStmt stmt) (hStmts : BridgedStmts stmts) :\n BridgedStmts (stmt :: stmts) := by\n intro s hMem\n cases hMem with\n | head => exact hStmt\n | ta...
[ { "name": "BridgedStmts_singleton_assign", "fan_in": 0, "n_deps_direct": 2, "n_deps_transitive": 5, "n_lines": 6, "n_chars": 241, "n_subproofs": 0, "n_tactics": 1, "cyclomatic": 1, "n_automation": 0, "n_rewrites": 0, "n_structural": 0, "automation_only": false, ...
5
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
@@ -149,8 +149,18 @@ intro stmt hMem cases hMem +theorem BridgedStmts_cons {stmt : Compiler.Yul.YulStmt} + {stmts : List Compiler.Yul.YulStmt} + (hStmt : BridgedStmt stmt) (hStmts : BridgedStmts stmts) : + BridgedStmts (stmt :: stmts) := by + intro s hMem + cases hMem with + | head => exact hStmt + ...
{ "repo": "verity", "git_repo": "github.com/lfglabs-dev/verity", "revision": "eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978", "lean_toolchain": "leanprover/lean4:v4.22.0", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-delete-lemm...
ablate_ad56c5072971_58
d10629ad46a8cc99
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/YulGeneration/Backends/EvmYulLeanBridgePredicates.lean
EvmYulLeanBridgePredicates
58
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
42
21
[ { "theorem_name": "BridgedStmts_singleton", "depth": 1, "n_commands": 0, "n_lines": 2, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": "\n BridgedStmts_cons hStmt BridgedStmts_nil", "n_chars": 43, "n_subproofs": 0, "n_tactics": 1, "cyclomatic...
[ { "name": "BridgedStmts_cons", "text": "theorem BridgedStmts_cons {stmt : Compiler.Yul.YulStmt}\n {stmts : List Compiler.Yul.YulStmt}\n (hStmt : BridgedStmt stmt) (hStmts : BridgedStmts stmts) :\n BridgedStmts (stmt :: stmts) := by\n intro s hMem\n cases hMem with\n | head => exact hStmt\n | ta...
[ { "name": "BridgedStmts_cons_assign", "fan_in": 0, "n_deps_direct": 2, "n_deps_transitive": 3, "n_lines": 7, "n_chars": 317, "n_subproofs": 0, "n_tactics": 1, "cyclomatic": 1, "n_automation": 0, "n_rewrites": 0, "n_structural": 0, "automation_only": false, "ma...
3
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
@@ -145,6 +145,15 @@ def BridgedStmts (stmts : List Compiler.Yul.YulStmt) : Prop := ∀ stmt ∈ stmts, BridgedStmt stmt +theorem BridgedStmts_cons {stmt : Compiler.Yul.YulStmt} + {stmts : List Compiler.Yul.YulStmt} + (hStmt : BridgedStmt stmt) (hStmts : BridgedStmts stmts) : + BridgedStmts (stmt :: stmts) :...
{ "repo": "verity", "git_repo": "github.com/lfglabs-dev/verity", "revision": "eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978", "lean_toolchain": "leanprover/lean4:v4.22.0", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-delete-lemm...
ablate_ad56c5072971_59
98fa5530bd97c457
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/YulGeneration/Backends/EvmYulLeanBridgePredicates.lean
EvmYulLeanBridgePredicates
59
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
42
21
[ { "theorem_name": "BridgedStmts_singleton", "depth": 1, "n_commands": 0, "n_lines": 2, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": "\n BridgedStmts_cons hStmt BridgedStmts_nil", "n_chars": 43, "n_subproofs": 0, "n_tactics": 1, "cyclomatic...
[ { "name": "BridgedStmts_cons", "text": "theorem BridgedStmts_cons {stmt : Compiler.Yul.YulStmt}\n {stmts : List Compiler.Yul.YulStmt}\n (hStmt : BridgedStmt stmt) (hStmts : BridgedStmts stmts) :\n BridgedStmts (stmt :: stmts) := by\n intro s hMem\n cases hMem with\n | head => exact hStmt\n | ta...
[ { "name": "BridgedStmts_singleton_letMany", "fan_in": 0, "n_deps_direct": 2, "n_deps_transitive": 5, "n_lines": 6, "n_chars": 201, "n_subproofs": 0, "n_tactics": 1, "cyclomatic": 1, "n_automation": 0, "n_rewrites": 0, "n_structural": 0, "automation_only": false, ...
5
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
@@ -149,8 +149,18 @@ intro stmt hMem cases hMem +theorem BridgedStmts_cons {stmt : Compiler.Yul.YulStmt} + {stmts : List Compiler.Yul.YulStmt} + (hStmt : BridgedStmt stmt) (hStmts : BridgedStmts stmts) : + BridgedStmts (stmt :: stmts) := by + intro s hMem + cases hMem with + | head => exact hStmt + ...
{ "repo": "verity", "git_repo": "github.com/lfglabs-dev/verity", "revision": "eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978", "lean_toolchain": "leanprover/lean4:v4.22.0", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-delete-lemm...
ablate_ad56c5072971_60
5281da3352a21bf3
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/YulGeneration/Backends/EvmYulLeanBridgePredicates.lean
EvmYulLeanBridgePredicates
60
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
42
21
[ { "theorem_name": "BridgedStmts_singleton", "depth": 1, "n_commands": 0, "n_lines": 2, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": "\n BridgedStmts_cons hStmt BridgedStmts_nil", "n_chars": 43, "n_subproofs": 0, "n_tactics": 1, "cyclomatic...
[ { "name": "BridgedStmts_cons", "text": "theorem BridgedStmts_cons {stmt : Compiler.Yul.YulStmt}\n {stmts : List Compiler.Yul.YulStmt}\n (hStmt : BridgedStmt stmt) (hStmts : BridgedStmts stmts) :\n BridgedStmts (stmt :: stmts) := by\n intro s hMem\n cases hMem with\n | head => exact hStmt\n | ta...
[ { "name": "BridgedStmts_cons_letMany", "fan_in": 0, "n_deps_direct": 2, "n_deps_transitive": 3, "n_lines": 7, "n_chars": 277, "n_subproofs": 0, "n_tactics": 1, "cyclomatic": 1, "n_automation": 0, "n_rewrites": 0, "n_structural": 0, "automation_only": false, "m...
3
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
@@ -145,6 +145,15 @@ def BridgedStmts (stmts : List Compiler.Yul.YulStmt) : Prop := ∀ stmt ∈ stmts, BridgedStmt stmt +theorem BridgedStmts_cons {stmt : Compiler.Yul.YulStmt} + {stmts : List Compiler.Yul.YulStmt} + (hStmt : BridgedStmt stmt) (hStmts : BridgedStmts stmts) : + BridgedStmts (stmt :: stmts) :...
{ "repo": "verity", "git_repo": "github.com/lfglabs-dev/verity", "revision": "eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978", "lean_toolchain": "leanprover/lean4:v4.22.0", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-delete-lemm...
ablate_ad56c5072971_61
6b3de29baa04989c
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/YulGeneration/Backends/EvmYulLeanBridgePredicates.lean
EvmYulLeanBridgePredicates
61
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
42
21
[ { "theorem_name": "BridgedStmts_singleton", "depth": 1, "n_commands": 0, "n_lines": 2, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": "\n BridgedStmts_cons hStmt BridgedStmts_nil", "n_chars": 43, "n_subproofs": 0, "n_tactics": 1, "cyclomatic...
[ { "name": "BridgedStmts_cons", "text": "theorem BridgedStmts_cons {stmt : Compiler.Yul.YulStmt}\n {stmts : List Compiler.Yul.YulStmt}\n (hStmt : BridgedStmt stmt) (hStmts : BridgedStmts stmts) :\n BridgedStmts (stmt :: stmts) := by\n intro s hMem\n cases hMem with\n | head => exact hStmt\n | ta...
[ { "name": "BridgedStmts_singleton_stop", "fan_in": 0, "n_deps_direct": 2, "n_deps_transitive": 5, "n_lines": 6, "n_chars": 177, "n_subproofs": 0, "n_tactics": 1, "cyclomatic": 1, "n_automation": 0, "n_rewrites": 0, "n_structural": 0, "automation_only": false, ...
5
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
@@ -149,8 +149,18 @@ intro stmt hMem cases hMem +theorem BridgedStmts_cons {stmt : Compiler.Yul.YulStmt} + {stmts : List Compiler.Yul.YulStmt} + (hStmt : BridgedStmt stmt) (hStmts : BridgedStmts stmts) : + BridgedStmts (stmt :: stmts) := by + intro s hMem + cases hMem with + | head => exact hStmt + ...
{ "repo": "verity", "git_repo": "github.com/lfglabs-dev/verity", "revision": "eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978", "lean_toolchain": "leanprover/lean4:v4.22.0", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-delete-lemm...
ablate_ad56c5072971_62
493be198de1a5e0b
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/YulGeneration/Backends/EvmYulLeanBridgePredicates.lean
EvmYulLeanBridgePredicates
62
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
42
21
[ { "theorem_name": "BridgedStmts_singleton", "depth": 1, "n_commands": 0, "n_lines": 2, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": "\n BridgedStmts_cons hStmt BridgedStmts_nil", "n_chars": 43, "n_subproofs": 0, "n_tactics": 1, "cyclomatic...
[ { "name": "BridgedStmts_cons", "text": "theorem BridgedStmts_cons {stmt : Compiler.Yul.YulStmt}\n {stmts : List Compiler.Yul.YulStmt}\n (hStmt : BridgedStmt stmt) (hStmts : BridgedStmts stmts) :\n BridgedStmts (stmt :: stmts) := by\n intro s hMem\n cases hMem with\n | head => exact hStmt\n | ta...
[ { "name": "BridgedStmts_cons_stop", "fan_in": 0, "n_deps_direct": 2, "n_deps_transitive": 3, "n_lines": 7, "n_chars": 253, "n_subproofs": 0, "n_tactics": 1, "cyclomatic": 1, "n_automation": 0, "n_rewrites": 0, "n_structural": 0, "automation_only": false, "max_...
3
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
@@ -145,6 +145,15 @@ def BridgedStmts (stmts : List Compiler.Yul.YulStmt) : Prop := ∀ stmt ∈ stmts, BridgedStmt stmt +theorem BridgedStmts_cons {stmt : Compiler.Yul.YulStmt} + {stmts : List Compiler.Yul.YulStmt} + (hStmt : BridgedStmt stmt) (hStmts : BridgedStmts stmts) : + BridgedStmts (stmt :: stmts) :...
{ "repo": "verity", "git_repo": "github.com/lfglabs-dev/verity", "revision": "eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978", "lean_toolchain": "leanprover/lean4:v4.22.0", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-delete-lemm...
ablate_ad56c5072971_63
fff7df3681fd9c7f
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/YulGeneration/Backends/EvmYulLeanBridgePredicates.lean
EvmYulLeanBridgePredicates
63
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
42
21
[ { "theorem_name": "BridgedStmts_singleton", "depth": 1, "n_commands": 0, "n_lines": 2, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": "\n BridgedStmts_cons hStmt BridgedStmts_nil", "n_chars": 43, "n_subproofs": 0, "n_tactics": 1, "cyclomatic...
[ { "name": "BridgedStmts_cons", "text": "theorem BridgedStmts_cons {stmt : Compiler.Yul.YulStmt}\n {stmts : List Compiler.Yul.YulStmt}\n (hStmt : BridgedStmt stmt) (hStmts : BridgedStmts stmts) :\n BridgedStmts (stmt :: stmts) := by\n intro s hMem\n cases hMem with\n | head => exact hStmt\n | ta...
[ { "name": "BridgedStmts_singleton_leave", "fan_in": 0, "n_deps_direct": 2, "n_deps_transitive": 5, "n_lines": 5, "n_chars": 132, "n_subproofs": 0, "n_tactics": 1, "cyclomatic": 1, "n_automation": 0, "n_rewrites": 0, "n_structural": 0, "automation_only": false, ...
5
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
@@ -149,8 +149,18 @@ intro stmt hMem cases hMem +theorem BridgedStmts_cons {stmt : Compiler.Yul.YulStmt} + {stmts : List Compiler.Yul.YulStmt} + (hStmt : BridgedStmt stmt) (hStmts : BridgedStmts stmts) : + BridgedStmts (stmt :: stmts) := by + intro s hMem + cases hMem with + | head => exact hStmt + ...
{ "repo": "verity", "git_repo": "github.com/lfglabs-dev/verity", "revision": "eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978", "lean_toolchain": "leanprover/lean4:v4.22.0", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-delete-lemm...
ablate_ad56c5072971_64
7be568ae4510aebe
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/YulGeneration/Backends/EvmYulLeanBridgePredicates.lean
EvmYulLeanBridgePredicates
64
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
42
21
[ { "theorem_name": "BridgedStmts_singleton", "depth": 1, "n_commands": 0, "n_lines": 2, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": "\n BridgedStmts_cons hStmt BridgedStmts_nil", "n_chars": 43, "n_subproofs": 0, "n_tactics": 1, "cyclomatic...
[ { "name": "BridgedStmts_cons", "text": "theorem BridgedStmts_cons {stmt : Compiler.Yul.YulStmt}\n {stmts : List Compiler.Yul.YulStmt}\n (hStmt : BridgedStmt stmt) (hStmts : BridgedStmts stmts) :\n BridgedStmts (stmt :: stmts) := by\n intro s hMem\n cases hMem with\n | head => exact hStmt\n | ta...
[ { "name": "BridgedStmts_cons_leave", "fan_in": 0, "n_deps_direct": 2, "n_deps_transitive": 3, "n_lines": 6, "n_chars": 208, "n_subproofs": 0, "n_tactics": 1, "cyclomatic": 1, "n_automation": 0, "n_rewrites": 0, "n_structural": 0, "automation_only": false, "max...
3
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
@@ -145,6 +145,15 @@ def BridgedStmts (stmts : List Compiler.Yul.YulStmt) : Prop := ∀ stmt ∈ stmts, BridgedStmt stmt +theorem BridgedStmts_cons {stmt : Compiler.Yul.YulStmt} + {stmts : List Compiler.Yul.YulStmt} + (hStmt : BridgedStmt stmt) (hStmts : BridgedStmts stmts) : + BridgedStmts (stmt :: stmts) :...
{ "repo": "verity", "git_repo": "github.com/lfglabs-dev/verity", "revision": "eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978", "lean_toolchain": "leanprover/lean4:v4.22.0", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-delete-lemm...
ablate_ad56c5072971_65
3392dc2d7e0dd551
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/YulGeneration/Backends/EvmYulLeanBridgePredicates.lean
EvmYulLeanBridgePredicates
65
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
42
21
[ { "theorem_name": "BridgedStmts_singleton", "depth": 1, "n_commands": 0, "n_lines": 2, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": "\n BridgedStmts_cons hStmt BridgedStmts_nil", "n_chars": 43, "n_subproofs": 0, "n_tactics": 1, "cyclomatic...
[ { "name": "BridgedStmts_cons", "text": "theorem BridgedStmts_cons {stmt : Compiler.Yul.YulStmt}\n {stmts : List Compiler.Yul.YulStmt}\n (hStmt : BridgedStmt stmt) (hStmts : BridgedStmts stmts) :\n BridgedStmts (stmt :: stmts) := by\n intro s hMem\n cases hMem with\n | head => exact hStmt\n | ta...
[ { "name": "BridgedStmts_singleton_return", "fan_in": 0, "n_deps_direct": 2, "n_deps_transitive": 5, "n_lines": 8, "n_chars": 332, "n_subproofs": 0, "n_tactics": 2, "cyclomatic": 1, "n_automation": 0, "n_rewrites": 0, "n_structural": 0, "automation_only": false, ...
5
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
@@ -149,8 +149,18 @@ intro stmt hMem cases hMem +theorem BridgedStmts_cons {stmt : Compiler.Yul.YulStmt} + {stmts : List Compiler.Yul.YulStmt} + (hStmt : BridgedStmt stmt) (hStmts : BridgedStmts stmts) : + BridgedStmts (stmt :: stmts) := by + intro s hMem + cases hMem with + | head => exact hStmt + ...
{ "repo": "verity", "git_repo": "github.com/lfglabs-dev/verity", "revision": "eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978", "lean_toolchain": "leanprover/lean4:v4.22.0", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-delete-lemm...
ablate_ad56c5072971_66
09905692cb1c6378
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/YulGeneration/Backends/EvmYulLeanBridgePredicates.lean
EvmYulLeanBridgePredicates
66
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
42
21
[ { "theorem_name": "BridgedStmts_singleton", "depth": 1, "n_commands": 0, "n_lines": 2, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": "\n BridgedStmts_cons hStmt BridgedStmts_nil", "n_chars": 43, "n_subproofs": 0, "n_tactics": 1, "cyclomatic...
[ { "name": "BridgedStmts_cons", "text": "theorem BridgedStmts_cons {stmt : Compiler.Yul.YulStmt}\n {stmts : List Compiler.Yul.YulStmt}\n (hStmt : BridgedStmt stmt) (hStmts : BridgedStmts stmts) :\n BridgedStmts (stmt :: stmts) := by\n intro s hMem\n cases hMem with\n | head => exact hStmt\n | ta...
[ { "name": "BridgedStmts_cons_return", "fan_in": 0, "n_deps_direct": 2, "n_deps_transitive": 3, "n_lines": 9, "n_chars": 408, "n_subproofs": 0, "n_tactics": 2, "cyclomatic": 1, "n_automation": 0, "n_rewrites": 0, "n_structural": 0, "automation_only": false, "ma...
3
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
@@ -145,6 +145,15 @@ def BridgedStmts (stmts : List Compiler.Yul.YulStmt) : Prop := ∀ stmt ∈ stmts, BridgedStmt stmt +theorem BridgedStmts_cons {stmt : Compiler.Yul.YulStmt} + {stmts : List Compiler.Yul.YulStmt} + (hStmt : BridgedStmt stmt) (hStmts : BridgedStmts stmts) : + BridgedStmts (stmt :: stmts) :...
{ "repo": "verity", "git_repo": "github.com/lfglabs-dev/verity", "revision": "eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978", "lean_toolchain": "leanprover/lean4:v4.22.0", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-delete-lemm...
ablate_ad56c5072971_67
34968ad19a4cbd8b
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/YulGeneration/Backends/EvmYulLeanBridgePredicates.lean
EvmYulLeanBridgePredicates
67
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
42
21
[ { "theorem_name": "BridgedStmts_singleton", "depth": 1, "n_commands": 0, "n_lines": 2, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": "\n BridgedStmts_cons hStmt BridgedStmts_nil", "n_chars": 43, "n_subproofs": 0, "n_tactics": 1, "cyclomatic...
[ { "name": "BridgedStmts_cons", "text": "theorem BridgedStmts_cons {stmt : Compiler.Yul.YulStmt}\n {stmts : List Compiler.Yul.YulStmt}\n (hStmt : BridgedStmt stmt) (hStmts : BridgedStmts stmts) :\n BridgedStmts (stmt :: stmts) := by\n intro s hMem\n cases hMem with\n | head => exact hStmt\n | ta...
[ { "name": "BridgedStmts_singleton_revert", "fan_in": 0, "n_deps_direct": 2, "n_deps_transitive": 5, "n_lines": 6, "n_chars": 228, "n_subproofs": 0, "n_tactics": 1, "cyclomatic": 1, "n_automation": 0, "n_rewrites": 0, "n_structural": 0, "automation_only": false, ...
5
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
@@ -149,8 +149,18 @@ intro stmt hMem cases hMem +theorem BridgedStmts_cons {stmt : Compiler.Yul.YulStmt} + {stmts : List Compiler.Yul.YulStmt} + (hStmt : BridgedStmt stmt) (hStmts : BridgedStmts stmts) : + BridgedStmts (stmt :: stmts) := by + intro s hMem + cases hMem with + | head => exact hStmt + ...
{ "repo": "verity", "git_repo": "github.com/lfglabs-dev/verity", "revision": "eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978", "lean_toolchain": "leanprover/lean4:v4.22.0", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-delete-lemm...
ablate_ad56c5072971_68
ac0e0f226365d749
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/YulGeneration/Backends/EvmYulLeanBridgePredicates.lean
EvmYulLeanBridgePredicates
68
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
42
21
[ { "theorem_name": "BridgedStmts_singleton", "depth": 1, "n_commands": 0, "n_lines": 2, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": "\n BridgedStmts_cons hStmt BridgedStmts_nil", "n_chars": 43, "n_subproofs": 0, "n_tactics": 1, "cyclomatic...
[ { "name": "BridgedStmts_cons", "text": "theorem BridgedStmts_cons {stmt : Compiler.Yul.YulStmt}\n {stmts : List Compiler.Yul.YulStmt}\n (hStmt : BridgedStmt stmt) (hStmts : BridgedStmts stmts) :\n BridgedStmts (stmt :: stmts) := by\n intro s hMem\n cases hMem with\n | head => exact hStmt\n | ta...
[ { "name": "BridgedStmts_cons_revert", "fan_in": 0, "n_deps_direct": 2, "n_deps_transitive": 3, "n_lines": 7, "n_chars": 304, "n_subproofs": 0, "n_tactics": 1, "cyclomatic": 1, "n_automation": 0, "n_rewrites": 0, "n_structural": 0, "automation_only": false, "ma...
3
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
@@ -145,6 +145,15 @@ def BridgedStmts (stmts : List Compiler.Yul.YulStmt) : Prop := ∀ stmt ∈ stmts, BridgedStmt stmt +theorem BridgedStmts_cons {stmt : Compiler.Yul.YulStmt} + {stmts : List Compiler.Yul.YulStmt} + (hStmt : BridgedStmt stmt) (hStmts : BridgedStmts stmts) : + BridgedStmts (stmt :: stmts) :...
{ "repo": "verity", "git_repo": "github.com/lfglabs-dev/verity", "revision": "eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978", "lean_toolchain": "leanprover/lean4:v4.22.0", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-delete-lemm...
ablate_ad56c5072971_69
237e09ce0a2fdc52
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/YulGeneration/Backends/EvmYulLeanBridgePredicates.lean
EvmYulLeanBridgePredicates
69
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
42
21
[ { "theorem_name": "BridgedStmts_singleton", "depth": 1, "n_commands": 0, "n_lines": 2, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": "\n BridgedStmts_cons hStmt BridgedStmts_nil", "n_chars": 43, "n_subproofs": 0, "n_tactics": 1, "cyclomatic...
[ { "name": "BridgedStmts_cons", "text": "theorem BridgedStmts_cons {stmt : Compiler.Yul.YulStmt}\n {stmts : List Compiler.Yul.YulStmt}\n (hStmt : BridgedStmt stmt) (hStmts : BridgedStmts stmts) :\n BridgedStmts (stmt :: stmts) := by\n intro s hMem\n cases hMem with\n | head => exact hStmt\n | ta...
[ { "name": "BridgedStmts_singleton_mstore", "fan_in": 0, "n_deps_direct": 2, "n_deps_transitive": 5, "n_lines": 8, "n_chars": 326, "n_subproofs": 0, "n_tactics": 2, "cyclomatic": 1, "n_automation": 0, "n_rewrites": 0, "n_structural": 0, "automation_only": false, ...
5
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
@@ -149,8 +149,18 @@ intro stmt hMem cases hMem +theorem BridgedStmts_cons {stmt : Compiler.Yul.YulStmt} + {stmts : List Compiler.Yul.YulStmt} + (hStmt : BridgedStmt stmt) (hStmts : BridgedStmts stmts) : + BridgedStmts (stmt :: stmts) := by + intro s hMem + cases hMem with + | head => exact hStmt + ...
{ "repo": "verity", "git_repo": "github.com/lfglabs-dev/verity", "revision": "eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978", "lean_toolchain": "leanprover/lean4:v4.22.0", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-delete-lemm...
ablate_ad56c5072971_70
08939e00aba1f29a
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/YulGeneration/Backends/EvmYulLeanBridgePredicates.lean
EvmYulLeanBridgePredicates
70
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
42
21
[ { "theorem_name": "BridgedStmts_singleton", "depth": 1, "n_commands": 0, "n_lines": 2, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": "\n BridgedStmts_cons hStmt BridgedStmts_nil", "n_chars": 43, "n_subproofs": 0, "n_tactics": 1, "cyclomatic...
[ { "name": "BridgedStmts_cons", "text": "theorem BridgedStmts_cons {stmt : Compiler.Yul.YulStmt}\n {stmts : List Compiler.Yul.YulStmt}\n (hStmt : BridgedStmt stmt) (hStmts : BridgedStmts stmts) :\n BridgedStmts (stmt :: stmts) := by\n intro s hMem\n cases hMem with\n | head => exact hStmt\n | ta...
[ { "name": "BridgedStmts_cons_mstore", "fan_in": 0, "n_deps_direct": 2, "n_deps_transitive": 3, "n_lines": 9, "n_chars": 402, "n_subproofs": 0, "n_tactics": 2, "cyclomatic": 1, "n_automation": 0, "n_rewrites": 0, "n_structural": 0, "automation_only": false, "ma...
3
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
@@ -145,6 +145,15 @@ def BridgedStmts (stmts : List Compiler.Yul.YulStmt) : Prop := ∀ stmt ∈ stmts, BridgedStmt stmt +theorem BridgedStmts_cons {stmt : Compiler.Yul.YulStmt} + {stmts : List Compiler.Yul.YulStmt} + (hStmt : BridgedStmt stmt) (hStmts : BridgedStmts stmts) : + BridgedStmts (stmt :: stmts) :...
{ "repo": "verity", "git_repo": "github.com/lfglabs-dev/verity", "revision": "eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978", "lean_toolchain": "leanprover/lean4:v4.22.0", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-delete-lemm...
ablate_ad56c5072971_71
73a4ac1769b8203d
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/YulGeneration/Backends/EvmYulLeanBridgePredicates.lean
EvmYulLeanBridgePredicates
71
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
42
21
[ { "theorem_name": "BridgedStmts_singleton", "depth": 1, "n_commands": 0, "n_lines": 2, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": "\n BridgedStmts_cons hStmt BridgedStmts_nil", "n_chars": 43, "n_subproofs": 0, "n_tactics": 1, "cyclomatic...
[ { "name": "BridgedStmts_cons", "text": "theorem BridgedStmts_cons {stmt : Compiler.Yul.YulStmt}\n {stmts : List Compiler.Yul.YulStmt}\n (hStmt : BridgedStmt stmt) (hStmts : BridgedStmts stmts) :\n BridgedStmts (stmt :: stmts) := by\n intro s hMem\n cases hMem with\n | head => exact hStmt\n | ta...
[ { "name": "BridgedStmts_singleton_tstore", "fan_in": 0, "n_deps_direct": 2, "n_deps_transitive": 5, "n_lines": 8, "n_chars": 326, "n_subproofs": 0, "n_tactics": 2, "cyclomatic": 1, "n_automation": 0, "n_rewrites": 0, "n_structural": 0, "automation_only": false, ...
5
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
@@ -149,8 +149,18 @@ intro stmt hMem cases hMem +theorem BridgedStmts_cons {stmt : Compiler.Yul.YulStmt} + {stmts : List Compiler.Yul.YulStmt} + (hStmt : BridgedStmt stmt) (hStmts : BridgedStmts stmts) : + BridgedStmts (stmt :: stmts) := by + intro s hMem + cases hMem with + | head => exact hStmt + ...
{ "repo": "verity", "git_repo": "github.com/lfglabs-dev/verity", "revision": "eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978", "lean_toolchain": "leanprover/lean4:v4.22.0", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-delete-lemm...
ablate_ad56c5072971_72
7b675612c42e5251
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/YulGeneration/Backends/EvmYulLeanBridgePredicates.lean
EvmYulLeanBridgePredicates
72
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
42
21
[ { "theorem_name": "BridgedStmts_singleton", "depth": 1, "n_commands": 0, "n_lines": 2, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": "\n BridgedStmts_cons hStmt BridgedStmts_nil", "n_chars": 43, "n_subproofs": 0, "n_tactics": 1, "cyclomatic...
[ { "name": "BridgedStmts_cons", "text": "theorem BridgedStmts_cons {stmt : Compiler.Yul.YulStmt}\n {stmts : List Compiler.Yul.YulStmt}\n (hStmt : BridgedStmt stmt) (hStmts : BridgedStmts stmts) :\n BridgedStmts (stmt :: stmts) := by\n intro s hMem\n cases hMem with\n | head => exact hStmt\n | ta...
[ { "name": "BridgedStmts_cons_tstore", "fan_in": 0, "n_deps_direct": 2, "n_deps_transitive": 3, "n_lines": 9, "n_chars": 402, "n_subproofs": 0, "n_tactics": 2, "cyclomatic": 1, "n_automation": 0, "n_rewrites": 0, "n_structural": 0, "automation_only": false, "ma...
3
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
@@ -145,6 +145,15 @@ def BridgedStmts (stmts : List Compiler.Yul.YulStmt) : Prop := ∀ stmt ∈ stmts, BridgedStmt stmt +theorem BridgedStmts_cons {stmt : Compiler.Yul.YulStmt} + {stmts : List Compiler.Yul.YulStmt} + (hStmt : BridgedStmt stmt) (hStmts : BridgedStmts stmts) : + BridgedStmts (stmt :: stmts) :...
{ "repo": "verity", "git_repo": "github.com/lfglabs-dev/verity", "revision": "eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978", "lean_toolchain": "leanprover/lean4:v4.22.0", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-delete-lemm...
ablate_ad56c5072971_73
b0b6e12850dfd904
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/YulGeneration/Backends/EvmYulLeanBridgePredicates.lean
EvmYulLeanBridgePredicates
73
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
42
21
[ { "theorem_name": "BridgedStmts_singleton", "depth": 1, "n_commands": 0, "n_lines": 2, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": "\n BridgedStmts_cons hStmt BridgedStmts_nil", "n_chars": 43, "n_subproofs": 0, "n_tactics": 1, "cyclomatic...
[ { "name": "BridgedStmts_cons", "text": "theorem BridgedStmts_cons {stmt : Compiler.Yul.YulStmt}\n {stmts : List Compiler.Yul.YulStmt}\n (hStmt : BridgedStmt stmt) (hStmts : BridgedStmts stmts) :\n BridgedStmts (stmt :: stmts) := by\n intro s hMem\n cases hMem with\n | head => exact hStmt\n | ta...
[ { "name": "BridgedStmts_singleton_sstore_lit", "fan_in": 0, "n_deps_direct": 2, "n_deps_transitive": 5, "n_lines": 7, "n_chars": 281, "n_subproofs": 0, "n_tactics": 2, "cyclomatic": 1, "n_automation": 0, "n_rewrites": 0, "n_structural": 0, "automation_only": false...
5
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
@@ -149,8 +149,18 @@ intro stmt hMem cases hMem +theorem BridgedStmts_cons {stmt : Compiler.Yul.YulStmt} + {stmts : List Compiler.Yul.YulStmt} + (hStmt : BridgedStmt stmt) (hStmts : BridgedStmts stmts) : + BridgedStmts (stmt :: stmts) := by + intro s hMem + cases hMem with + | head => exact hStmt + ...
{ "repo": "verity", "git_repo": "github.com/lfglabs-dev/verity", "revision": "eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978", "lean_toolchain": "leanprover/lean4:v4.22.0", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-delete-lemm...
ablate_ad56c5072971_74
52bedfddc48b3686
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/YulGeneration/Backends/EvmYulLeanBridgePredicates.lean
EvmYulLeanBridgePredicates
74
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
42
21
[ { "theorem_name": "BridgedStmts_singleton", "depth": 1, "n_commands": 0, "n_lines": 2, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": "\n BridgedStmts_cons hStmt BridgedStmts_nil", "n_chars": 43, "n_subproofs": 0, "n_tactics": 1, "cyclomatic...
[ { "name": "BridgedStmts_cons", "text": "theorem BridgedStmts_cons {stmt : Compiler.Yul.YulStmt}\n {stmts : List Compiler.Yul.YulStmt}\n (hStmt : BridgedStmt stmt) (hStmts : BridgedStmts stmts) :\n BridgedStmts (stmt :: stmts) := by\n intro s hMem\n cases hMem with\n | head => exact hStmt\n | ta...
[ { "name": "BridgedStmts_cons_sstore_lit", "fan_in": 0, "n_deps_direct": 2, "n_deps_transitive": 3, "n_lines": 8, "n_chars": 357, "n_subproofs": 0, "n_tactics": 2, "cyclomatic": 1, "n_automation": 0, "n_rewrites": 0, "n_structural": 0, "automation_only": false, ...
3
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
@@ -145,6 +145,15 @@ def BridgedStmts (stmts : List Compiler.Yul.YulStmt) : Prop := ∀ stmt ∈ stmts, BridgedStmt stmt +theorem BridgedStmts_cons {stmt : Compiler.Yul.YulStmt} + {stmts : List Compiler.Yul.YulStmt} + (hStmt : BridgedStmt stmt) (hStmts : BridgedStmts stmts) : + BridgedStmts (stmt :: stmts) :...
{ "repo": "verity", "git_repo": "github.com/lfglabs-dev/verity", "revision": "eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978", "lean_toolchain": "leanprover/lean4:v4.22.0", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-delete-lemm...
ablate_ad56c5072971_75
565495d78ee82091
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/YulGeneration/Backends/EvmYulLeanBridgePredicates.lean
EvmYulLeanBridgePredicates
75
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
42
21
[ { "theorem_name": "BridgedStmts_singleton", "depth": 1, "n_commands": 0, "n_lines": 2, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": "\n BridgedStmts_cons hStmt BridgedStmts_nil", "n_chars": 43, "n_subproofs": 0, "n_tactics": 1, "cyclomatic...
[ { "name": "BridgedStmts_cons", "text": "theorem BridgedStmts_cons {stmt : Compiler.Yul.YulStmt}\n {stmts : List Compiler.Yul.YulStmt}\n (hStmt : BridgedStmt stmt) (hStmts : BridgedStmts stmts) :\n BridgedStmts (stmt :: stmts) := by\n intro s hMem\n cases hMem with\n | head => exact hStmt\n | ta...
[ { "name": "BridgedStmts_singleton_sstore_ident", "fan_in": 0, "n_deps_direct": 2, "n_deps_transitive": 5, "n_lines": 7, "n_chars": 302, "n_subproofs": 0, "n_tactics": 2, "cyclomatic": 1, "n_automation": 0, "n_rewrites": 0, "n_structural": 0, "automation_only": fal...
5
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
@@ -149,8 +149,18 @@ intro stmt hMem cases hMem +theorem BridgedStmts_cons {stmt : Compiler.Yul.YulStmt} + {stmts : List Compiler.Yul.YulStmt} + (hStmt : BridgedStmt stmt) (hStmts : BridgedStmts stmts) : + BridgedStmts (stmt :: stmts) := by + intro s hMem + cases hMem with + | head => exact hStmt + ...
{ "repo": "verity", "git_repo": "github.com/lfglabs-dev/verity", "revision": "eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978", "lean_toolchain": "leanprover/lean4:v4.22.0", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-delete-lemm...
ablate_ad56c5072971_76
3d09ce2b8562c0c8
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/YulGeneration/Backends/EvmYulLeanBridgePredicates.lean
EvmYulLeanBridgePredicates
76
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
42
21
[ { "theorem_name": "BridgedStmts_singleton", "depth": 1, "n_commands": 0, "n_lines": 2, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": "\n BridgedStmts_cons hStmt BridgedStmts_nil", "n_chars": 43, "n_subproofs": 0, "n_tactics": 1, "cyclomatic...
[ { "name": "BridgedStmts_cons", "text": "theorem BridgedStmts_cons {stmt : Compiler.Yul.YulStmt}\n {stmts : List Compiler.Yul.YulStmt}\n (hStmt : BridgedStmt stmt) (hStmts : BridgedStmts stmts) :\n BridgedStmts (stmt :: stmts) := by\n intro s hMem\n cases hMem with\n | head => exact hStmt\n | ta...
[ { "name": "BridgedStmts_cons_sstore_ident", "fan_in": 0, "n_deps_direct": 2, "n_deps_transitive": 3, "n_lines": 8, "n_chars": 378, "n_subproofs": 0, "n_tactics": 2, "cyclomatic": 1, "n_automation": 0, "n_rewrites": 0, "n_structural": 0, "automation_only": false, ...
3
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
@@ -145,6 +145,15 @@ def BridgedStmts (stmts : List Compiler.Yul.YulStmt) : Prop := ∀ stmt ∈ stmts, BridgedStmt stmt +theorem BridgedStmts_cons {stmt : Compiler.Yul.YulStmt} + {stmts : List Compiler.Yul.YulStmt} + (hStmt : BridgedStmt stmt) (hStmts : BridgedStmts stmts) : + BridgedStmts (stmt :: stmts) :...
{ "repo": "verity", "git_repo": "github.com/lfglabs-dev/verity", "revision": "eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978", "lean_toolchain": "leanprover/lean4:v4.22.0", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-delete-lemm...
ablate_ad56c5072971_77
fac192684661359b
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/YulGeneration/Backends/EvmYulLeanBridgePredicates.lean
EvmYulLeanBridgePredicates
77
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
42
21
[ { "theorem_name": "BridgedStmts_singleton", "depth": 1, "n_commands": 0, "n_lines": 2, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": "\n BridgedStmts_cons hStmt BridgedStmts_nil", "n_chars": 43, "n_subproofs": 0, "n_tactics": 1, "cyclomatic...
[ { "name": "BridgedStmts_cons", "text": "theorem BridgedStmts_cons {stmt : Compiler.Yul.YulStmt}\n {stmts : List Compiler.Yul.YulStmt}\n (hStmt : BridgedStmt stmt) (hStmts : BridgedStmts stmts) :\n BridgedStmts (stmt :: stmts) := by\n intro s hMem\n cases hMem with\n | head => exact hStmt\n | ta...
[ { "name": "BridgedStmts_singleton_sstore_mapping", "fan_in": 0, "n_deps_direct": 2, "n_deps_transitive": 5, "n_lines": 11, "n_chars": 427, "n_subproofs": 0, "n_tactics": 3, "cyclomatic": 1, "n_automation": 0, "n_rewrites": 0, "n_structural": 0, "automation_only": ...
5
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
@@ -149,8 +149,18 @@ intro stmt hMem cases hMem +theorem BridgedStmts_cons {stmt : Compiler.Yul.YulStmt} + {stmts : List Compiler.Yul.YulStmt} + (hStmt : BridgedStmt stmt) (hStmts : BridgedStmts stmts) : + BridgedStmts (stmt :: stmts) := by + intro s hMem + cases hMem with + | head => exact hStmt + ...
{ "repo": "verity", "git_repo": "github.com/lfglabs-dev/verity", "revision": "eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978", "lean_toolchain": "leanprover/lean4:v4.22.0", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-delete-lemm...
ablate_ad56c5072971_78
6865c51ac0521f22
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/YulGeneration/Backends/EvmYulLeanBridgePredicates.lean
EvmYulLeanBridgePredicates
78
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
42
21
[ { "theorem_name": "BridgedStmts_singleton", "depth": 1, "n_commands": 0, "n_lines": 2, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": "\n BridgedStmts_cons hStmt BridgedStmts_nil", "n_chars": 43, "n_subproofs": 0, "n_tactics": 1, "cyclomatic...
[ { "name": "BridgedStmts_cons", "text": "theorem BridgedStmts_cons {stmt : Compiler.Yul.YulStmt}\n {stmts : List Compiler.Yul.YulStmt}\n (hStmt : BridgedStmt stmt) (hStmts : BridgedStmts stmts) :\n BridgedStmts (stmt :: stmts) := by\n intro s hMem\n cases hMem with\n | head => exact hStmt\n | ta...
[ { "name": "BridgedStmts_cons_sstore_mapping", "fan_in": 0, "n_deps_direct": 2, "n_deps_transitive": 3, "n_lines": 13, "n_chars": 511, "n_subproofs": 0, "n_tactics": 3, "cyclomatic": 1, "n_automation": 0, "n_rewrites": 0, "n_structural": 0, "automation_only": false...
3
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
@@ -145,6 +145,15 @@ def BridgedStmts (stmts : List Compiler.Yul.YulStmt) : Prop := ∀ stmt ∈ stmts, BridgedStmt stmt +theorem BridgedStmts_cons {stmt : Compiler.Yul.YulStmt} + {stmts : List Compiler.Yul.YulStmt} + (hStmt : BridgedStmt stmt) (hStmts : BridgedStmts stmts) : + BridgedStmts (stmt :: stmts) :...
{ "repo": "verity", "git_repo": "github.com/lfglabs-dev/verity", "revision": "eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978", "lean_toolchain": "leanprover/lean4:v4.22.0", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-delete-lemm...
ablate_ad56c5072971_79
d722e3db1308831f
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/YulGeneration/Backends/EvmYulLeanBridgePredicates.lean
EvmYulLeanBridgePredicates
79
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
42
21
[ { "theorem_name": "BridgedStmts_singleton", "depth": 1, "n_commands": 0, "n_lines": 2, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": "\n BridgedStmts_cons hStmt BridgedStmts_nil", "n_chars": 43, "n_subproofs": 0, "n_tactics": 1, "cyclomatic...
[ { "name": "BridgedStmts_cons", "text": "theorem BridgedStmts_cons {stmt : Compiler.Yul.YulStmt}\n {stmts : List Compiler.Yul.YulStmt}\n (hStmt : BridgedStmt stmt) (hStmts : BridgedStmts stmts) :\n BridgedStmts (stmt :: stmts) := by\n intro s hMem\n cases hMem with\n | head => exact hStmt\n | ta...
[ { "name": "BridgedStmts_singleton_log", "fan_in": 0, "n_deps_direct": 2, "n_deps_transitive": 6, "n_lines": 9, "n_chars": 313, "n_subproofs": 0, "n_tactics": 2, "cyclomatic": 1, "n_automation": 0, "n_rewrites": 0, "n_structural": 0, "automation_only": false, "...
6
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
@@ -149,8 +149,18 @@ intro stmt hMem cases hMem +theorem BridgedStmts_cons {stmt : Compiler.Yul.YulStmt} + {stmts : List Compiler.Yul.YulStmt} + (hStmt : BridgedStmt stmt) (hStmts : BridgedStmts stmts) : + BridgedStmts (stmt :: stmts) := by + intro s hMem + cases hMem with + | head => exact hStmt + ...
{ "repo": "verity", "git_repo": "github.com/lfglabs-dev/verity", "revision": "eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978", "lean_toolchain": "leanprover/lean4:v4.22.0", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-delete-lemm...
ablate_ad56c5072971_80
819523fa88e5488a
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/YulGeneration/Backends/EvmYulLeanBridgePredicates.lean
EvmYulLeanBridgePredicates
80
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
42
21
[ { "theorem_name": "BridgedStmts_singleton", "depth": 1, "n_commands": 0, "n_lines": 2, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": "\n BridgedStmts_cons hStmt BridgedStmts_nil", "n_chars": 43, "n_subproofs": 0, "n_tactics": 1, "cyclomatic...
[ { "name": "BridgedStmts_cons", "text": "theorem BridgedStmts_cons {stmt : Compiler.Yul.YulStmt}\n {stmts : List Compiler.Yul.YulStmt}\n (hStmt : BridgedStmt stmt) (hStmts : BridgedStmts stmts) :\n BridgedStmts (stmt :: stmts) := by\n intro s hMem\n cases hMem with\n | head => exact hStmt\n | ta...
[ { "name": "BridgedStmts_cons_log", "fan_in": 0, "n_deps_direct": 2, "n_deps_transitive": 4, "n_lines": 10, "n_chars": 389, "n_subproofs": 0, "n_tactics": 2, "cyclomatic": 1, "n_automation": 0, "n_rewrites": 0, "n_structural": 0, "automation_only": false, "max_...
4
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
@@ -145,6 +145,15 @@ def BridgedStmts (stmts : List Compiler.Yul.YulStmt) : Prop := ∀ stmt ∈ stmts, BridgedStmt stmt +theorem BridgedStmts_cons {stmt : Compiler.Yul.YulStmt} + {stmts : List Compiler.Yul.YulStmt} + (hStmt : BridgedStmt stmt) (hStmts : BridgedStmts stmts) : + BridgedStmts (stmt :: stmts) :...
{ "repo": "verity", "git_repo": "github.com/lfglabs-dev/verity", "revision": "eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978", "lean_toolchain": "leanprover/lean4:v4.22.0", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-delete-lemm...
ablate_ad56c5072971_81
195c015d92030edf
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/YulGeneration/Backends/EvmYulLeanBridgePredicates.lean
EvmYulLeanBridgePredicates
81
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
42
21
[ { "theorem_name": "BridgedStmts_singleton", "depth": 1, "n_commands": 0, "n_lines": 2, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": "\n BridgedStmts_cons hStmt BridgedStmts_nil", "n_chars": 43, "n_subproofs": 0, "n_tactics": 1, "cyclomatic...
[ { "name": "BridgedStmts_cons", "text": "theorem BridgedStmts_cons {stmt : Compiler.Yul.YulStmt}\n {stmts : List Compiler.Yul.YulStmt}\n (hStmt : BridgedStmt stmt) (hStmts : BridgedStmts stmts) :\n BridgedStmts (stmt :: stmts) := by\n intro s hMem\n cases hMem with\n | head => exact hStmt\n | ta...
[ { "name": "BridgedStmts_singleton_funcDef", "fan_in": 0, "n_deps_direct": 2, "n_deps_transitive": 5, "n_lines": 7, "n_chars": 251, "n_subproofs": 0, "n_tactics": 1, "cyclomatic": 1, "n_automation": 0, "n_rewrites": 0, "n_structural": 0, "automation_only": false, ...
5
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
@@ -149,8 +149,18 @@ intro stmt hMem cases hMem +theorem BridgedStmts_cons {stmt : Compiler.Yul.YulStmt} + {stmts : List Compiler.Yul.YulStmt} + (hStmt : BridgedStmt stmt) (hStmts : BridgedStmts stmts) : + BridgedStmts (stmt :: stmts) := by + intro s hMem + cases hMem with + | head => exact hStmt + ...
{ "repo": "verity", "git_repo": "github.com/lfglabs-dev/verity", "revision": "eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978", "lean_toolchain": "leanprover/lean4:v4.22.0", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-delete-lemm...
ablate_ad56c5072971_82
ecf37a973b30f861
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/YulGeneration/Backends/EvmYulLeanBridgePredicates.lean
EvmYulLeanBridgePredicates
82
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
42
21
[ { "theorem_name": "BridgedStmts_singleton", "depth": 1, "n_commands": 0, "n_lines": 2, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": "\n BridgedStmts_cons hStmt BridgedStmts_nil", "n_chars": 43, "n_subproofs": 0, "n_tactics": 1, "cyclomatic...
[ { "name": "BridgedStmts_cons", "text": "theorem BridgedStmts_cons {stmt : Compiler.Yul.YulStmt}\n {stmts : List Compiler.Yul.YulStmt}\n (hStmt : BridgedStmt stmt) (hStmts : BridgedStmts stmts) :\n BridgedStmts (stmt :: stmts) := by\n intro s hMem\n cases hMem with\n | head => exact hStmt\n | ta...
[ { "name": "BridgedStmts_cons_funcDef", "fan_in": 0, "n_deps_direct": 2, "n_deps_transitive": 3, "n_lines": 7, "n_chars": 293, "n_subproofs": 0, "n_tactics": 1, "cyclomatic": 1, "n_automation": 0, "n_rewrites": 0, "n_structural": 0, "automation_only": false, "m...
3
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
/- Neutral EVMYulLean bridge-fragment predicates. This module contains only the syntactic builtin set and `Bridged*` Yul fragment predicates used by native closure proofs. It deliberately avoids the transition-only oracle and executor equivalence stack. -/ import Compiler.Yul.Ast import Compiler.Proofs.YulGen...
@@ -145,6 +145,15 @@ def BridgedStmts (stmts : List Compiler.Yul.YulStmt) : Prop := ∀ stmt ∈ stmts, BridgedStmt stmt +theorem BridgedStmts_cons {stmt : Compiler.Yul.YulStmt} + {stmts : List Compiler.Yul.YulStmt} + (hStmt : BridgedStmt stmt) (hStmts : BridgedStmts stmts) : + BridgedStmts (stmt :: stmts) :...
{ "repo": "verity", "git_repo": "github.com/lfglabs-dev/verity", "revision": "eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978", "lean_toolchain": "leanprover/lean4:v4.22.0", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-delete-lemm...
ablate_848d26072a8c_0
7478393baea03c9b
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/IRGeneration/GenericInduction/Storage.lean
Storage
0
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
97
9
[ { "theorem_name": "IRStorageSlot.ne_toNat_of_ne_ofNat_of_lt", "depth": 1, "n_commands": 0, "n_lines": 5, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n intro h\n exact IRStorageSlot.ne_toNat_wordNormalize_of_ne_ofNat hneq\n (by simpa [SourceSeman...
[ { "name": "IRStorageSlot.ne_toNat_wordNormalize_of_ne_ofNat", "text": "private theorem IRStorageSlot.ne_toNat_wordNormalize_of_ne_ofNat\n {query : IRStorageSlot} {slot : Nat}\n (hneq : query ≠ IRStorageSlot.ofNat slot) :\n query.toNat ≠ SourceSemantics.wordNormalize slot := by\n intro h\n apply h...
[ { "name": "IRStorageSlot.ne_toNat_of_ne_ofNat_of_lt", "fan_in": 0, "n_deps_direct": 1, "n_deps_transitive": 2, "n_lines": 11, "n_chars": 448, "n_subproofs": 0, "n_tactics": 5, "cyclomatic": 1, "n_automation": 1, "n_rewrites": 0, "n_structural": 2, "automation_only...
1
import Compiler.Proofs.IRGeneration.GenericInduction.ExprStmt set_option linter.unnecessarySeqFocus false set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul attribute [local simp] Compi...
import Compiler.Proofs.IRGeneration.GenericInduction.ExprStmt set_option linter.unnecessarySeqFocus false set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul attribute [local simp] Compi...
@@ -64,11 +64,24 @@ unfold SourceSemantics.wordNormalize exact Nat.mod_lt _ (by norm_num [Compiler.Constants.evmModulus, Verity.Core.UINT256_MODULUS]) +private theorem IRStorageSlot.ne_toNat_wordNormalize_of_ne_ofNat + {query : IRStorageSlot} {slot : Nat} + (hneq : query ≠ IRStorageSlot.ofNat slot) : + ...
{ "repo": "verity", "git_repo": "github.com/lfglabs-dev/verity", "revision": "eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978", "lean_toolchain": "leanprover/lean4:v4.22.0", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-delete-lemm...
ablate_848d26072a8c_1
84bb6be7f5b15e78
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/IRGeneration/GenericInduction/Storage.lean
Storage
1
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
97
1
[ { "theorem_name": "findResolvedFieldAtSlotCopy_eq", "depth": 1, "n_commands": 0, "n_lines": 3, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n simp only [SourceSemantics.findResolvedFieldAtSlot, findResolvedFieldAtSlotCopy]\n exact findResolvedFieldA...
[ { "name": "findResolvedFieldAtSlot_go_eq_copy", "text": "private theorem findResolvedFieldAtSlot_go_eq_copy\n (remaining : List Field) (idx : Nat) (slot : Nat) :\n SourceSemantics.findResolvedFieldAtSlot.go slot remaining idx =\n findResolvedFieldAtSlotCopy.go slot remaining idx := by\n inductio...
[ { "name": "findResolvedFieldAtSlotCopy_eq", "fan_in": 1, "n_deps_direct": 1, "n_deps_transitive": 1, "n_lines": 8, "n_chars": 331, "n_subproofs": 0, "n_tactics": 3, "cyclomatic": 1, "n_automation": 1, "n_rewrites": 0, "n_structural": 1, "automation_only": false, ...
1
import Compiler.Proofs.IRGeneration.GenericInduction.ExprStmt set_option linter.unnecessarySeqFocus false set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul attribute [local simp] Compi...
import Compiler.Proofs.IRGeneration.GenericInduction.ExprStmt set_option linter.unnecessarySeqFocus false set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul attribute [local simp] Compi...
@@ -217,10 +217,22 @@ | some value => value | none => (world.storage slot).val +private theorem findResolvedFieldAtSlot_go_eq_copy + (remaining : List Field) (idx : Nat) (slot : Nat) : + SourceSemantics.findResolvedFieldAtSlot.go slot remaining idx = + findResolvedFieldAtSlotCopy.go slot rema...
{ "repo": "verity", "git_repo": "github.com/lfglabs-dev/verity", "revision": "eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978", "lean_toolchain": "leanprover/lean4:v4.22.0", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-delete-lemm...
ablate_848d26072a8c_2
739601abd1e7bd93
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/IRGeneration/GenericInduction/Storage.lean
Storage
2
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
97
1
[ { "theorem_name": "findDynamicArrayElementAtSlot_go_eq_copy", "depth": 1, "n_commands": 0, "n_lines": 10, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n induction remaining generalizing idx with\n | nil => rfl\n | cons field rest ih =>\n simp on...
[ { "name": "findDynamicArrayElementAtSlot_scanElements_eq_copy", "text": "private theorem findDynamicArrayElementAtSlot_scanElements_eq_copy\n (baseSlot : Nat) (elems : List Verity.Core.Uint256) (idx : Nat) (targetSlot : Nat) :\n SourceSemantics.findDynamicArrayElementAtSlot.scanElements targetSlot bas...
[ { "name": "findDynamicArrayElementAtSlot_go_eq_copy", "fan_in": 1, "n_deps_direct": 1, "n_deps_transitive": 1, "n_lines": 16, "n_chars": 643, "n_subproofs": 0, "n_tactics": 11, "cyclomatic": 5, "n_automation": 5, "n_rewrites": 0, "n_structural": 1, "automation_onl...
1
import Compiler.Proofs.IRGeneration.GenericInduction.ExprStmt set_option linter.unnecessarySeqFocus false set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul attribute [local simp] Compi...
import Compiler.Proofs.IRGeneration.GenericInduction.ExprStmt set_option linter.unnecessarySeqFocus false set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul attribute [local simp] Compi...
@@ -234,6 +234,17 @@ simp only [SourceSemantics.findResolvedFieldAtSlot, findResolvedFieldAtSlotCopy] exact findResolvedFieldAtSlot_go_eq_copy fields 0 slot +private theorem findDynamicArrayElementAtSlot_scanElements_eq_copy + (baseSlot : Nat) (elems : List Verity.Core.Uint256) (idx : Nat) (targetSlot : Nat)...
{ "repo": "verity", "git_repo": "github.com/lfglabs-dev/verity", "revision": "eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978", "lean_toolchain": "leanprover/lean4:v4.22.0", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-delete-lemm...
ablate_848d26072a8c_3
78b3ff5db6c586ee
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/IRGeneration/GenericInduction/Storage.lean
Storage
3
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
97
1
[ { "theorem_name": "findDynamicArrayElementAtSlotCopy_eq", "depth": 1, "n_commands": 0, "n_lines": 3, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n simp only [SourceSemantics.findDynamicArrayElementAtSlot, findDynamicArrayElementAtSlotCopy]\n exact ...
[ { "name": "findDynamicArrayElementAtSlot_go_eq_copy", "text": "private theorem findDynamicArrayElementAtSlot_go_eq_copy\n (remaining : List Field) (world : Verity.ContractState)\n (idx : Nat) (targetSlot : Nat) :\n SourceSemantics.findDynamicArrayElementAtSlot.go world targetSlot remaining idx =\n ...
[ { "name": "findDynamicArrayElementAtSlotCopy_eq", "fan_in": 7, "n_deps_direct": 1, "n_deps_transitive": 2, "n_lines": 8, "n_chars": 440, "n_subproofs": 0, "n_tactics": 3, "cyclomatic": 1, "n_automation": 1, "n_rewrites": 0, "n_structural": 1, "automation_only": fa...
2
import Compiler.Proofs.IRGeneration.GenericInduction.ExprStmt set_option linter.unnecessarySeqFocus false set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul attribute [local simp] Compi...
import Compiler.Proofs.IRGeneration.GenericInduction.ExprStmt set_option linter.unnecessarySeqFocus false set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul attribute [local simp] Compi...
@@ -245,10 +245,27 @@ findDynamicArrayElementAtSlotCopy.scanElements] split <;> simp_all +private theorem findDynamicArrayElementAtSlot_go_eq_copy + (remaining : List Field) (world : Verity.ContractState) + (idx : Nat) (targetSlot : Nat) : + SourceSemantics.findDynamicArrayElementAtSlot....
{ "repo": "verity", "git_repo": "github.com/lfglabs-dev/verity", "revision": "eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978", "lean_toolchain": "leanprover/lean4:v4.22.0", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-delete-lemm...
ablate_848d26072a8c_4
b5ee2d7ad6cae724
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/IRGeneration/GenericInduction/Storage.lean
Storage
4
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
97
1
[ { "theorem_name": "findDynamicArrayElementAtSlotCopy_go_wordNormalize", "depth": 1, "n_commands": 0, "n_lines": 11, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n induction remaining generalizing idx with\n | nil => rfl\n | cons field rest ih =>\n ...
[ { "name": "findDynamicArrayElementAtSlotCopy_scanElements_wordNormalize", "text": "theorem findDynamicArrayElementAtSlotCopy_scanElements_wordNormalize\n (baseSlot : Nat) (elems : List Verity.Core.Uint256) (idx targetSlot : Nat) :\n findDynamicArrayElementAtSlotCopy.scanElements\n (SourceSemant...
[ { "name": "findDynamicArrayElementAtSlotCopy_go_wordNormalize", "fan_in": 1, "n_deps_direct": 1, "n_deps_transitive": 2, "n_lines": 17, "n_chars": 651, "n_subproofs": 0, "n_tactics": 11, "cyclomatic": 4, "n_automation": 3, "n_rewrites": 1, "n_structural": 3, "auto...
1
import Compiler.Proofs.IRGeneration.GenericInduction.ExprStmt set_option linter.unnecessarySeqFocus false set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul attribute [local simp] Compi...
import Compiler.Proofs.IRGeneration.GenericInduction.ExprStmt set_option linter.unnecessarySeqFocus false set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul attribute [local simp] Compi...
@@ -267,6 +267,20 @@ simp only [SourceSemantics.findDynamicArrayElementAtSlot, findDynamicArrayElementAtSlotCopy] exact findDynamicArrayElementAtSlot_go_eq_copy fields world 0 targetSlot +theorem findDynamicArrayElementAtSlotCopy_scanElements_wordNormalize + (baseSlot : Nat) (elems : List Verity.Core.Uint256...
{ "repo": "verity", "git_repo": "github.com/lfglabs-dev/verity", "revision": "eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978", "lean_toolchain": "leanprover/lean4:v4.22.0", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-delete-lemm...
ablate_848d26072a8c_5
fbecbbf354eb0c93
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/IRGeneration/GenericInduction/Storage.lean
Storage
5
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
97
1
[ { "theorem_name": "findDynamicArrayElementAtSlotCopy_wordNormalize", "depth": 1, "n_commands": 0, "n_lines": 3, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n simp only [findDynamicArrayElementAtSlotCopy]\n exact findDynamicArrayElementAtSlotCopy_go...
[ { "name": "findDynamicArrayElementAtSlotCopy_go_wordNormalize", "text": "theorem findDynamicArrayElementAtSlotCopy_go_wordNormalize\n (remaining : List Field) (world : Verity.ContractState) (idx targetSlot : Nat) :\n findDynamicArrayElementAtSlotCopy.go world (SourceSemantics.wordNormalize targetSlot)...
[ { "name": "findDynamicArrayElementAtSlotCopy_wordNormalize", "fan_in": 5, "n_deps_direct": 1, "n_deps_transitive": 3, "n_lines": 8, "n_chars": 434, "n_subproofs": 0, "n_tactics": 3, "cyclomatic": 1, "n_automation": 1, "n_rewrites": 0, "n_structural": 1, "automatio...
2
import Compiler.Proofs.IRGeneration.GenericInduction.ExprStmt set_option linter.unnecessarySeqFocus false set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul attribute [local simp] Compi...
import Compiler.Proofs.IRGeneration.GenericInduction.ExprStmt set_option linter.unnecessarySeqFocus false set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul attribute [local simp] Compi...
@@ -281,10 +281,28 @@ · rfl · exact ih (idx + 1) +theorem findDynamicArrayElementAtSlotCopy_go_wordNormalize + (remaining : List Field) (world : Verity.ContractState) (idx targetSlot : Nat) : + findDynamicArrayElementAtSlotCopy.go world (SourceSemantics.wordNormalize targetSlot) + remaining...
{ "repo": "verity", "git_repo": "github.com/lfglabs-dev/verity", "revision": "eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978", "lean_toolchain": "leanprover/lean4:v4.22.0", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-delete-lemm...
ablate_848d26072a8c_6
8c7827d6eea21437
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/IRGeneration/GenericInduction/Storage.lean
Storage
6
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
97
7
[ { "theorem_name": "encodeStorageAt_eq_copy", "depth": 1, "n_commands": 0, "n_lines": 5, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n simp only [SourceSemantics.encodeStorageAt, encodeStorageAtCopy,\n findResolvedFieldAtSlotCopy_eq, find...
[ { "name": "findDynamicArrayElementAtSlotCopy_eq", "text": "theorem findDynamicArrayElementAtSlotCopy_eq\n (fields : List Field) (world : Verity.ContractState) (targetSlot : Nat) :\n SourceSemantics.findDynamicArrayElementAtSlot fields world targetSlot =\n findDynamicArrayElementAtSlotCopy fields ...
[ { "name": "encodeStorageAt_eq_copy", "fan_in": 12, "n_deps_direct": 2, "n_deps_transitive": 5, "n_lines": 12, "n_chars": 419, "n_subproofs": 0, "n_tactics": 7, "cyclomatic": 5, "n_automation": 3, "n_rewrites": 0, "n_structural": 0, "automation_only": false, "m...
5
import Compiler.Proofs.IRGeneration.GenericInduction.ExprStmt set_option linter.unnecessarySeqFocus false set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul attribute [local simp] Compi...
import Compiler.Proofs.IRGeneration.GenericInduction.ExprStmt set_option linter.unnecessarySeqFocus false set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul attribute [local simp] Compi...
@@ -260,12 +260,23 @@ · split <;> simp_all · simp_all +theorem findDynamicArrayElementAtSlotCopy_eq + (fields : List Field) (world : Verity.ContractState) (targetSlot : Nat) : + SourceSemantics.findDynamicArrayElementAtSlot fields world targetSlot = + findDynamicArrayElementAtSlotCopy fields worl...
{ "repo": "verity", "git_repo": "github.com/lfglabs-dev/verity", "revision": "eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978", "lean_toolchain": "leanprover/lean4:v4.22.0", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-delete-lemm...
ablate_848d26072a8c_7
51d9bb35fefaae24
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/IRGeneration/GenericInduction/Storage.lean
Storage
7
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
97
1
[ { "theorem_name": "fieldWriteEntriesAt_alias_mem", "depth": 1, "n_commands": 0, "n_lines": 33, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n obtain ⟨name, ty, isTransient, slotOpt, packedBits, aliasSlots⟩ := field\n obtain ⟨aliasIdx, halias⟩ : ...
[ { "name": "exists_mem_zipIdx_of_mem", "text": "private theorem exists_mem_zipIdx_of_mem\n {α : Type} {x : α} {xs : List α} {start : Nat}\n (hmem : x ∈ xs) :\n ∃ i, (x, i) ∈ xs.zipIdx start := by\n induction xs generalizing start with\n | nil => simp at hmem\n | cons y ys ih =>\n simp at hme...
[ { "name": "fieldWriteEntriesAt_alias_mem", "fan_in": 2, "n_deps_direct": 1, "n_deps_transitive": 1, "n_lines": 39, "n_chars": 1971, "n_subproofs": 2, "n_tactics": 33, "cyclomatic": 2, "n_automation": 27, "n_rewrites": 0, "n_structural": 10, "automation_only": fals...
1
import Compiler.Proofs.IRGeneration.GenericInduction.ExprStmt set_option linter.unnecessarySeqFocus false set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul attribute [local simp] Compi...
import Compiler.Proofs.IRGeneration.GenericInduction.ExprStmt set_option linter.unnecessarySeqFocus false set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul attribute [local simp] Compi...
@@ -296,11 +296,56 @@ simp [fieldWriteEntriesAt, firstFieldWriteSlotConflict.fieldOccupiedSlots, SourceSemantics.wordNormalize] +private theorem exists_mem_zipIdx_of_mem + {α : Type} {x : α} {xs : List α} {start : Nat} + (hmem : x ∈ xs) : + ∃ i, (x, i) ∈ xs.zipIdx start := by + induction xs ...
{ "repo": "verity", "git_repo": "github.com/lfglabs-dev/verity", "revision": "eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978", "lean_toolchain": "leanprover/lean4:v4.22.0", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-delete-lemm...
ablate_848d26072a8c_8
598fd0408239ce5e
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/IRGeneration/GenericInduction/Storage.lean
Storage
8
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
97
1
[ { "theorem_name": "firstInFieldConflictCopy_ne_none_of_seen_slot_unpacked", "depth": 1, "n_commands": 0, "n_lines": 35, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n induction current generalizing seen with\n | nil =>\n simp at hcurrent\n | c...
[ { "name": "list_findSlotPackedNone_ne_none", "text": "private theorem list_findSlotPackedNone_ne_none\n {seen : List (Nat × String × Option PackedBits)}\n {slot : Nat}\n (hmem : slot ∈ seen.map (fun entry => entry.1)) :\n (seen.find? (fun entry => entry.1 == slot && packedSlotsConflict entry.2.2...
[ { "name": "firstInFieldConflictCopy_ne_none_of_seen_slot_unpacked", "fan_in": 1, "n_deps_direct": 1, "n_deps_transitive": 1, "n_lines": 43, "n_chars": 1946, "n_subproofs": 6, "n_tactics": 34, "cyclomatic": 5, "n_automation": 13, "n_rewrites": 3, "n_structural": 10, ...
1
import Compiler.Proofs.IRGeneration.GenericInduction.ExprStmt set_option linter.unnecessarySeqFocus false set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul attribute [local simp] Compi...
import Compiler.Proofs.IRGeneration.GenericInduction.ExprStmt set_option linter.unnecessarySeqFocus false set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul attribute [local simp] Compi...
@@ -381,13 +381,73 @@ | some conflict => some conflict | none => firstFieldWriteSlotConflictCopyFrom (writeSlots.reverse ++ seen) (idx + 1) rest +private theorem list_findSlotPackedNone_ne_none + {seen : List (Nat × String × Option PackedBits)} + {slot : Nat} + (hmem : slot ∈ seen.map (fun entr...
{ "repo": "verity", "git_repo": "github.com/lfglabs-dev/verity", "revision": "eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978", "lean_toolchain": "leanprover/lean4:v4.22.0", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-delete-lemm...
ablate_848d26072a8c_9
7828b25e86c3f4f9
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/IRGeneration/GenericInduction/Storage.lean
Storage
9
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
97
1
[ { "theorem_name": "firstFieldWriteSlotConflictCopyFrom_some_of_seen_slot_member", "depth": 1, "n_commands": 0, "n_lines": 45, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n induction fields generalizing seen idx with\n | nil => simp [findFieldWithRe...
[ { "name": "fieldWriteEntriesAt_packed_none_of_unpacked", "text": "private theorem fieldWriteEntriesAt_packed_none_of_unpacked\n {idx : Nat} {field : Field} {packed : Option PackedBits}\n (hunpacked : field.packedBits = none)\n (hmem : packed ∈ (fieldWriteEntriesAt idx field).map (fun entry => entry...
[ { "name": "firstFieldWriteSlotConflictCopyFrom_some_of_seen_slot_member", "fan_in": 2, "n_deps_direct": 4, "n_deps_transitive": 6, "n_lines": 63, "n_chars": 2995, "n_subproofs": 5, "n_tactics": 41, "cyclomatic": 5, "n_automation": 11, "n_rewrites": 3, "n_structural": ...
6
import Compiler.Proofs.IRGeneration.GenericInduction.ExprStmt set_option linter.unnecessarySeqFocus false set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul attribute [local simp] Compi...
import Compiler.Proofs.IRGeneration.GenericInduction.ExprStmt set_option linter.unnecessarySeqFocus false set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul attribute [local simp] Compi...
@@ -347,6 +347,18 @@ SourceSemantics.wordNormalize] exact Or.inr ⟨_, _, _, _, halias, rfl, rfl, rfl⟩ +private theorem fieldWriteEntriesAt_packed_none_of_unpacked + {idx : Nat} {field : Field} {packed : Option PackedBits} + (hunpacked : field.packedBits = none) + (hmem : packed ∈ (fieldWri...
{ "repo": "verity", "git_repo": "github.com/lfglabs-dev/verity", "revision": "eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978", "lean_toolchain": "leanprover/lean4:v4.22.0", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-delete-lemm...
ablate_848d26072a8c_10
18326e5fa62d037d
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/IRGeneration/GenericInduction/Storage.lean
Storage
10
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
97
1
[ { "theorem_name": "firstInFieldConflictCopy_ne_none_of_seen_slot_unpacked", "depth": 1, "n_commands": 0, "n_lines": 35, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n induction current generalizing seen with\n | nil =>\n simp at hcurrent\n | c...
[ { "name": "list_findSlotPackedNone_ne_none", "text": "private theorem list_findSlotPackedNone_ne_none\n {seen : List (Nat × String × Option PackedBits)}\n {slot : Nat}\n (hmem : slot ∈ seen.map (fun entry => entry.1)) :\n (seen.find? (fun entry => entry.1 == slot && packedSlotsConflict entry.2.2...
[ { "name": "firstFieldWriteSlotConflictCopyFrom_some_of_seen_slot_singleton", "fan_in": 0, "n_deps_direct": 1, "n_deps_transitive": 7, "n_lines": 19, "n_chars": 726, "n_subproofs": 0, "n_tactics": 4, "cyclomatic": 1, "n_automation": 1, "n_rewrites": 0, "n_structural": ...
7
import Compiler.Proofs.IRGeneration.GenericInduction.ExprStmt set_option linter.unnecessarySeqFocus false set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul attribute [local simp] Compi...
import Compiler.Proofs.IRGeneration.GenericInduction.ExprStmt set_option linter.unnecessarySeqFocus false set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul attribute [local simp] Compi...
@@ -381,13 +381,73 @@ | some conflict => some conflict | none => firstFieldWriteSlotConflictCopyFrom (writeSlots.reverse ++ seen) (idx + 1) rest +private theorem list_findSlotPackedNone_ne_none + {seen : List (Nat × String × Option PackedBits)} + {slot : Nat} + (hmem : slot ∈ seen.map (fun entr...
{ "repo": "verity", "git_repo": "github.com/lfglabs-dev/verity", "revision": "eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978", "lean_toolchain": "leanprover/lean4:v4.22.0", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-delete-lemm...
ablate_848d26072a8c_11
ebee2486fa371391
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/IRGeneration/GenericInduction/Storage.lean
Storage
11
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
97
1
[ { "theorem_name": "firstFieldWriteSlotConflict_go_eq_CopyFrom", "depth": 1, "n_commands": 0, "n_lines": 20, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n induction flds generalizing seen i with\n | nil => rfl\n | cons fld rest ih =>\n rw [first...
[ { "name": "firstInFieldConflict_eq_Copy", "text": "private theorem firstInFieldConflict_eq_Copy\n (seen current : List (Nat × String × Option PackedBits)) :\n firstFieldWriteSlotConflict.go.firstInFieldConflict seen current =\n firstInFieldConflictCopy seen current := by\n induction current gene...
[ { "name": "firstFieldWriteSlotConflict_go_eq_CopyFrom", "fan_in": 1, "n_deps_direct": 1, "n_deps_transitive": 1, "n_lines": 26, "n_chars": 1028, "n_subproofs": 0, "n_tactics": 20, "cyclomatic": 4, "n_automation": 4, "n_rewrites": 3, "n_structural": 2, "automation_...
1
import Compiler.Proofs.IRGeneration.GenericInduction.ExprStmt set_option linter.unnecessarySeqFocus false set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul attribute [local simp] Compi...
import Compiler.Proofs.IRGeneration.GenericInduction.ExprStmt set_option linter.unnecessarySeqFocus false set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul attribute [local simp] Compi...
@@ -601,6 +601,20 @@ simp only [findResolvedFieldAtSlotCopy.go, findResolvedFieldAtSlotCopyFrom] split <;> simp_all +private theorem firstInFieldConflict_eq_Copy + (seen current : List (Nat × String × Option PackedBits)) : + firstFieldWriteSlotConflict.go.firstInFieldConflict seen current = + fir...
{ "repo": "verity", "git_repo": "github.com/lfglabs-dev/verity", "revision": "eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978", "lean_toolchain": "leanprover/lean4:v4.22.0", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-delete-lemm...
ablate_848d26072a8c_12
38fd2da4e79e3d8a
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/IRGeneration/GenericInduction/Storage.lean
Storage
12
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
97
2
[ { "theorem_name": "firstFieldWriteSlotConflictCopyFrom_some_of_seen_slot_singleton", "depth": 1, "n_commands": 0, "n_lines": 4, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n exact\n firstFieldWriteSlotConflictCopyFrom_some_of_seen_slot_member\n ...
[ { "name": "firstFieldWriteSlotConflictCopyFrom_some_of_seen_slot_member", "text": "private theorem firstFieldWriteSlotConflictCopyFrom_some_of_seen_slot_member\n {seen : List (Nat × String × Option PackedBits)}\n {fields : List Field}\n {idx : Nat}\n {fieldName : String}\n {f : Field}\n {s...
[ { "name": "findResolvedFieldAtSlotCopy_of_findFieldWithResolvedSlot_member", "fan_in": 2, "n_deps_direct": 3, "n_deps_transitive": 11, "n_lines": 27, "n_chars": 1296, "n_subproofs": 3, "n_tactics": 11, "cyclomatic": 1, "n_automation": 0, "n_rewrites": 2, "n_structural...
11
import Compiler.Proofs.IRGeneration.GenericInduction.ExprStmt set_option linter.unnecessarySeqFocus false set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul attribute [local simp] Compi...
import Compiler.Proofs.IRGeneration.GenericInduction.ExprStmt set_option linter.unnecessarySeqFocus false set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul attribute [local simp] Compi...
@@ -449,6 +449,68 @@ exact (ih hseen' hrest' hunpackedRest) hnone · rw [hfind] at hnone; simp at hnone +private theorem firstFieldWriteSlotConflictCopyFrom_some_of_seen_slot_member + {seen : List (Nat × String × Option PackedBits)} + {fields : List Field} + {idx : Nat} + {fieldName : S...
{ "repo": "verity", "git_repo": "github.com/lfglabs-dev/verity", "revision": "eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978", "lean_toolchain": "leanprover/lean4:v4.22.0", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-delete-lemm...
ablate_848d26072a8c_13
c799be63d894153d
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/IRGeneration/GenericInduction/Storage.lean
Storage
13
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
97
1
[ { "theorem_name": "findResolvedFieldAtSlotCopy_of_findFieldWithResolvedSlot_member", "depth": 1, "n_commands": 0, "n_lines": 13, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n -- Bridge result\n show findResolvedFieldAtSlotCopy.go targetSlot fields ...
[ { "name": "findResolvedFieldAtSlotCopy_go_eq_CopyFrom", "text": "theorem findResolvedFieldAtSlotCopy_go_eq_CopyFrom\n (flds : List Field) (i s : Nat) :\n findResolvedFieldAtSlotCopy.go s flds i = findResolvedFieldAtSlotCopyFrom flds i s := by\n induction flds generalizing i with\n | nil => rfl\n | ...
[ { "name": "findResolvedFieldAtSlotCopy_of_findFieldWithResolvedSlot_singleton", "fan_in": 3, "n_deps_direct": 1, "n_deps_transitive": 12, "n_lines": 15, "n_chars": 588, "n_subproofs": 0, "n_tactics": 4, "cyclomatic": 1, "n_automation": 1, "n_rewrites": 0, "n_structura...
12
import Compiler.Proofs.IRGeneration.GenericInduction.ExprStmt set_option linter.unnecessarySeqFocus false set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul attribute [local simp] Compi...
import Compiler.Proofs.IRGeneration.GenericInduction.ExprStmt set_option linter.unnecessarySeqFocus false set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul attribute [local simp] Compi...
@@ -592,6 +592,15 @@ exact hcapture.2 a haMem haEq⟩] exact ih hnoConflict hfind hwrite +theorem findResolvedFieldAtSlotCopy_go_eq_CopyFrom + (flds : List Field) (i s : Nat) : + findResolvedFieldAtSlotCopy.go s flds i = findResolvedFieldAtSlotCopyFrom flds i s := by + induction flds ge...
{ "repo": "verity", "git_repo": "github.com/lfglabs-dev/verity", "revision": "eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978", "lean_toolchain": "leanprover/lean4:v4.22.0", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-delete-lemm...
ablate_848d26072a8c_14
ecfbe44a107fd949
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/IRGeneration/GenericInduction/Storage.lean
Storage
14
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
97
12
[ { "theorem_name": "encodeStorageAt_eq_storage_of_resolvedSlot", "depth": 1, "n_commands": 0, "n_lines": 2, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n simpa [encodeStorageAt_eq_copy, encodeStorageAtCopy, hresolved, hnotAddr, hnotDyn]", "n_char...
[ { "name": "encodeStorageAt_eq_copy", "text": "private theorem encodeStorageAt_eq_copy\n {fields : List Field}\n {world : Verity.ContractState}\n {slot : Nat} :\n SourceSemantics.encodeStorageAt fields world slot =\n encodeStorageAtCopy fields world slot := by\n simp only [SourceSemantics.e...
[ { "name": "encodeStorageAt_eq_storage_of_resolvedSlot", "fan_in": 3, "n_deps_direct": 1, "n_deps_transitive": 6, "n_lines": 12, "n_chars": 533, "n_subproofs": 0, "n_tactics": 2, "cyclomatic": 1, "n_automation": 1, "n_rewrites": 0, "n_structural": 0, "automation_on...
6
import Compiler.Proofs.IRGeneration.GenericInduction.ExprStmt set_option linter.unnecessarySeqFocus false set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul attribute [local simp] Compi...
import Compiler.Proofs.IRGeneration.GenericInduction.ExprStmt set_option linter.unnecessarySeqFocus false set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul attribute [local simp] Compi...
@@ -267,6 +267,17 @@ simp only [SourceSemantics.findDynamicArrayElementAtSlot, findDynamicArrayElementAtSlotCopy] exact findDynamicArrayElementAtSlot_go_eq_copy fields world 0 targetSlot +private theorem encodeStorageAt_eq_copy + {fields : List Field} + {world : Verity.ContractState} + {slot : Nat} : +...
{ "repo": "verity", "git_repo": "github.com/lfglabs-dev/verity", "revision": "eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978", "lean_toolchain": "leanprover/lean4:v4.22.0", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-delete-lemm...
ablate_848d26072a8c_15
c3f67a80064ee7b2
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/IRGeneration/GenericInduction/Storage.lean
Storage
15
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
97
12
[ { "theorem_name": "encodeStorageAt_eq_storage_of_resolvedSlot", "depth": 1, "n_commands": 0, "n_lines": 2, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n simpa [encodeStorageAt_eq_copy, encodeStorageAtCopy, hresolved, hnotAddr, hnotDyn]", "n_char...
[ { "name": "encodeStorageAt_eq_copy", "text": "private theorem encodeStorageAt_eq_copy\n {fields : List Field}\n {world : Verity.ContractState}\n {slot : Nat} :\n SourceSemantics.encodeStorageAt fields world slot =\n encodeStorageAtCopy fields world slot := by\n simp only [SourceSemantics.e...
[ { "name": "encodeStorageAt_writeUintKeyedMappingSlots_singleton_eq_written", "fan_in": 2, "n_deps_direct": 5, "n_deps_transitive": 13, "n_lines": 47, "n_chars": 2570, "n_subproofs": 6, "n_tactics": 32, "cyclomatic": 1, "n_automation": 6, "n_rewrites": 6, "n_structural...
10
import Compiler.Proofs.IRGeneration.GenericInduction.ExprStmt set_option linter.unnecessarySeqFocus false set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul attribute [local simp] Compi...
import Compiler.Proofs.IRGeneration.GenericInduction.ExprStmt set_option linter.unnecessarySeqFocus false set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul attribute [local simp] Compi...
@@ -310,6 +310,17 @@ simp only [findDynamicArrayElementAtSlotCopy] exact findDynamicArrayElementAtSlotCopy_go_wordNormalize fields world 0 targetSlot +private theorem encodeStorageAt_eq_copy + {fields : List Field} + {world : Verity.ContractState} + {slot : Nat} : + SourceSemantics.encodeStorageAt f...
{ "repo": "verity", "git_repo": "github.com/lfglabs-dev/verity", "revision": "eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978", "lean_toolchain": "leanprover/lean4:v4.22.0", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-delete-lemm...
ablate_848d26072a8c_16
2011f513882e8230
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/IRGeneration/GenericInduction/Storage.lean
Storage
16
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
97
12
[ { "theorem_name": "encodeStorageAt_eq_storage_of_resolvedSlot", "depth": 1, "n_commands": 0, "n_lines": 2, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n simpa [encodeStorageAt_eq_copy, encodeStorageAtCopy, hresolved, hnotAddr, hnotDyn]", "n_char...
[ { "name": "encodeStorageAt_eq_copy", "text": "private theorem encodeStorageAt_eq_copy\n {fields : List Field}\n {world : Verity.ContractState}\n {slot : Nat} :\n SourceSemantics.encodeStorageAt fields world slot =\n encodeStorageAtCopy fields world slot := by\n simp only [SourceSemantics.e...
[ { "name": "encodeStorageAt_writeAddressKeyedMappingChainSlots_singleton_eq_written", "fan_in": 1, "n_deps_direct": 4, "n_deps_transitive": 11, "n_lines": 45, "n_chars": 2301, "n_subproofs": 5, "n_tactics": 28, "cyclomatic": 1, "n_automation": 5, "n_rewrites": 4, "n_st...
9
import Compiler.Proofs.IRGeneration.GenericInduction.ExprStmt set_option linter.unnecessarySeqFocus false set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul attribute [local simp] Compi...
import Compiler.Proofs.IRGeneration.GenericInduction.ExprStmt set_option linter.unnecessarySeqFocus false set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul attribute [local simp] Compi...
@@ -304,6 +304,17 @@ simp only [findDynamicArrayElementAtSlotCopy] exact findDynamicArrayElementAtSlotCopy_go_wordNormalize fields world 0 targetSlot +private theorem encodeStorageAt_eq_copy + {fields : List Field} + {world : Verity.ContractState} + {slot : Nat} : + SourceSemantics.encodeStorageAt f...
{ "repo": "verity", "git_repo": "github.com/lfglabs-dev/verity", "revision": "eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978", "lean_toolchain": "leanprover/lean4:v4.22.0", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-delete-lemm...
ablate_848d26072a8c_17
5c6d51413b301758
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/IRGeneration/GenericInduction/Storage.lean
Storage
17
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
97
12
[ { "theorem_name": "encodeStorageAt_eq_storage_of_resolvedSlot", "depth": 1, "n_commands": 0, "n_lines": 2, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n simpa [encodeStorageAt_eq_copy, encodeStorageAtCopy, hresolved, hnotAddr, hnotDyn]", "n_char...
[ { "name": "encodeStorageAt_eq_copy", "text": "private theorem encodeStorageAt_eq_copy\n {fields : List Field}\n {world : Verity.ContractState}\n {slot : Nat} :\n SourceSemantics.encodeStorageAt fields world slot =\n encodeStorageAtCopy fields world slot := by\n simp only [SourceSemantics.e...
[ { "name": "encodeStorageAt_writeAddressKeyedMappingWordSlots_singleton_eq_written", "fan_in": 1, "n_deps_direct": 4, "n_deps_transitive": 11, "n_lines": 51, "n_chars": 2748, "n_subproofs": 6, "n_tactics": 36, "cyclomatic": 1, "n_automation": 5, "n_rewrites": 5, "n_str...
9
import Compiler.Proofs.IRGeneration.GenericInduction.ExprStmt set_option linter.unnecessarySeqFocus false set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul attribute [local simp] Compi...
import Compiler.Proofs.IRGeneration.GenericInduction.ExprStmt set_option linter.unnecessarySeqFocus false set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul attribute [local simp] Compi...
@@ -304,6 +304,17 @@ simp only [findDynamicArrayElementAtSlotCopy] exact findDynamicArrayElementAtSlotCopy_go_wordNormalize fields world 0 targetSlot +private theorem encodeStorageAt_eq_copy + {fields : List Field} + {world : Verity.ContractState} + {slot : Nat} : + SourceSemantics.encodeStorageAt f...
{ "repo": "verity", "git_repo": "github.com/lfglabs-dev/verity", "revision": "eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978", "lean_toolchain": "leanprover/lean4:v4.22.0", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-delete-lemm...
ablate_848d26072a8c_18
ccddf10c2b21ad89
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/IRGeneration/GenericInduction/Storage.lean
Storage
18
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
97
12
[ { "theorem_name": "encodeStorageAt_eq_storage_of_resolvedSlot", "depth": 1, "n_commands": 0, "n_lines": 2, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n simpa [encodeStorageAt_eq_copy, encodeStorageAtCopy, hresolved, hnotAddr, hnotDyn]", "n_char...
[ { "name": "encodeStorageAt_eq_copy", "text": "private theorem encodeStorageAt_eq_copy\n {fields : List Field}\n {world : Verity.ContractState}\n {slot : Nat} :\n SourceSemantics.encodeStorageAt fields world slot =\n encodeStorageAtCopy fields world slot := by\n simp only [SourceSemantics.e...
[ { "name": "encodeStorageAt_writeAddressKeyedMapping2Slots_singleton_eq_written", "fan_in": 1, "n_deps_direct": 5, "n_deps_transitive": 13, "n_lines": 57, "n_chars": 3032, "n_subproofs": 6, "n_tactics": 36, "cyclomatic": 1, "n_automation": 6, "n_rewrites": 6, "n_struct...
10
import Compiler.Proofs.IRGeneration.GenericInduction.ExprStmt set_option linter.unnecessarySeqFocus false set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul attribute [local simp] Compi...
import Compiler.Proofs.IRGeneration.GenericInduction.ExprStmt set_option linter.unnecessarySeqFocus false set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul attribute [local simp] Compi...
@@ -310,6 +310,17 @@ simp only [findDynamicArrayElementAtSlotCopy] exact findDynamicArrayElementAtSlotCopy_go_wordNormalize fields world 0 targetSlot +private theorem encodeStorageAt_eq_copy + {fields : List Field} + {world : Verity.ContractState} + {slot : Nat} : + SourceSemantics.encodeStorageAt f...
{ "repo": "verity", "git_repo": "github.com/lfglabs-dev/verity", "revision": "eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978", "lean_toolchain": "leanprover/lean4:v4.22.0", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-delete-lemm...
ablate_848d26072a8c_19
ef5216b9f07d1ce1
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/IRGeneration/GenericInduction/Storage.lean
Storage
19
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
97
3
[ { "theorem_name": "encodeStorageAt_writeAddressKeyedMapping2WordSlots_singleton_other", "depth": 1, "n_commands": 0, "n_lines": 39, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n apply SourceSemantics.encodeStorageAt_congr\n · by_cases hEq :\n ...
[ { "name": "mapping2WordTargetSlot_eq_uint256_add", "text": "theorem mapping2WordTargetSlot_eq_uint256_add (slot key1 key2 wordOffset : Nat) :\n mapping2WordTargetSlot slot key1 key2 wordOffset =\n (Verity.Core.Uint256.ofNat wordOffset +\n Verity.Core.Uint256.ofNat\n (Compiler.Proofs....
[ { "name": "encodeStorageAt_writeAddressKeyedMapping2WordSlots_singleton_other", "fan_in": 1, "n_deps_direct": 1, "n_deps_transitive": 1, "n_lines": 50, "n_chars": 2364, "n_subproofs": 2, "n_tactics": 39, "cyclomatic": 1, "n_automation": 3, "n_rewrites": 3, "n_structur...
1
import Compiler.Proofs.IRGeneration.GenericInduction.ExprStmt set_option linter.unnecessarySeqFocus false set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul attribute [local simp] Compi...
import Compiler.Proofs.IRGeneration.GenericInduction.ExprStmt set_option linter.unnecessarySeqFocus false set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul attribute [local simp] Compi...
@@ -88,6 +88,15 @@ unfold mappingWordTargetSlot SourceSemantics.wordNormalize simpa [Compiler.Proofs.abstractMappingSlot_eq_solidity] +theorem mapping2WordTargetSlot_eq_uint256_add (slot key1 key2 wordOffset : Nat) : + mapping2WordTargetSlot slot key1 key2 wordOffset = + (Verity.Core.Uint256.ofNat wordO...
{ "repo": "verity", "git_repo": "github.com/lfglabs-dev/verity", "revision": "eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978", "lean_toolchain": "leanprover/lean4:v4.22.0", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-delete-lemm...
ablate_848d26072a8c_20
f2d4b7d2c845e5aa
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/IRGeneration/GenericInduction/Storage.lean
Storage
20
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
97
12
[ { "theorem_name": "encodeStorageAt_eq_storage_of_resolvedSlot", "depth": 1, "n_commands": 0, "n_lines": 2, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n simpa [encodeStorageAt_eq_copy, encodeStorageAtCopy, hresolved, hnotAddr, hnotDyn]", "n_char...
[ { "name": "encodeStorageAt_eq_copy", "text": "private theorem encodeStorageAt_eq_copy\n {fields : List Field}\n {world : Verity.ContractState}\n {slot : Nat} :\n SourceSemantics.encodeStorageAt fields world slot =\n encodeStorageAtCopy fields world slot := by\n simp only [SourceSemantics.e...
[ { "name": "encodeStorageAt_writeAddressKeyedMapping2WordSlots_singleton_eq_written", "fan_in": 1, "n_deps_direct": 4, "n_deps_transitive": 11, "n_lines": 55, "n_chars": 2967, "n_subproofs": 6, "n_tactics": 40, "cyclomatic": 1, "n_automation": 5, "n_rewrites": 5, "n_st...
9
import Compiler.Proofs.IRGeneration.GenericInduction.ExprStmt set_option linter.unnecessarySeqFocus false set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul attribute [local simp] Compi...
import Compiler.Proofs.IRGeneration.GenericInduction.ExprStmt set_option linter.unnecessarySeqFocus false set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul attribute [local simp] Compi...
@@ -304,6 +304,17 @@ simp only [findDynamicArrayElementAtSlotCopy] exact findDynamicArrayElementAtSlotCopy_go_wordNormalize fields world 0 targetSlot +private theorem encodeStorageAt_eq_copy + {fields : List Field} + {world : Verity.ContractState} + {slot : Nat} : + SourceSemantics.encodeStorageAt f...
{ "repo": "verity", "git_repo": "github.com/lfglabs-dev/verity", "revision": "eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978", "lean_toolchain": "leanprover/lean4:v4.22.0", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-delete-lemm...
ablate_848d26072a8c_21
52a44eb71e707571
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/IRGeneration/GenericInduction/Storage.lean
Storage
21
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
97
12
[ { "theorem_name": "encodeStorageAt_eq_storage_of_resolvedSlot", "depth": 1, "n_commands": 0, "n_lines": 2, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n simpa [encodeStorageAt_eq_copy, encodeStorageAtCopy, hresolved, hnotAddr, hnotDyn]", "n_char...
[ { "name": "encodeStorageAt_eq_copy", "text": "private theorem encodeStorageAt_eq_copy\n {fields : List Field}\n {world : Verity.ContractState}\n {slot : Nat} :\n SourceSemantics.encodeStorageAt fields world slot =\n encodeStorageAtCopy fields world slot := by\n simp only [SourceSemantics.e...
[ { "name": "runtimeStateMatchesIR_writeUintSlot", "fan_in": 1, "n_deps_direct": 5, "n_deps_transitive": 12, "n_lines": 42, "n_chars": 2233, "n_subproofs": 1, "n_tactics": 27, "cyclomatic": 2, "n_automation": 3, "n_rewrites": 7, "n_structural": 6, "automation_only":...
8
import Compiler.Proofs.IRGeneration.GenericInduction.ExprStmt set_option linter.unnecessarySeqFocus false set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul attribute [local simp] Compi...
import Compiler.Proofs.IRGeneration.GenericInduction.ExprStmt set_option linter.unnecessarySeqFocus false set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul attribute [local simp] Compi...
@@ -283,6 +283,17 @@ simp only [SourceSemantics.findDynamicArrayElementAtSlot, findDynamicArrayElementAtSlotCopy] exact findDynamicArrayElementAtSlot_go_eq_copy fields world 0 targetSlot +private theorem encodeStorageAt_eq_copy + {fields : List Field} + {world : Verity.ContractState} + {slot : Nat} : +...
{ "repo": "verity", "git_repo": "github.com/lfglabs-dev/verity", "revision": "eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978", "lean_toolchain": "leanprover/lean4:v4.22.0", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-delete-lemm...
ablate_848d26072a8c_22
02aa643f20aed658
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/IRGeneration/GenericInduction/Storage.lean
Storage
22
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
97
12
[ { "theorem_name": "encodeStorageAt_eq_storage_of_resolvedSlot", "depth": 1, "n_commands": 0, "n_lines": 2, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n simpa [encodeStorageAt_eq_copy, encodeStorageAtCopy, hresolved, hnotAddr, hnotDyn]", "n_char...
[ { "name": "encodeStorageAt_eq_copy", "text": "private theorem encodeStorageAt_eq_copy\n {fields : List Field}\n {world : Verity.ContractState}\n {slot : Nat} :\n SourceSemantics.encodeStorageAt fields world slot =\n encodeStorageAtCopy fields world slot := by\n simp only [SourceSemantics.e...
[ { "name": "runtimeStateMatchesIR_writeAddressSlot", "fan_in": 1, "n_deps_direct": 4, "n_deps_transitive": 11, "n_lines": 52, "n_chars": 2902, "n_subproofs": 3, "n_tactics": 36, "cyclomatic": 2, "n_automation": 8, "n_rewrites": 8, "n_structural": 7, "automation_onl...
7
import Compiler.Proofs.IRGeneration.GenericInduction.ExprStmt set_option linter.unnecessarySeqFocus false set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul attribute [local simp] Compi...
import Compiler.Proofs.IRGeneration.GenericInduction.ExprStmt set_option linter.unnecessarySeqFocus false set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul attribute [local simp] Compi...
@@ -267,6 +267,17 @@ simp only [SourceSemantics.findDynamicArrayElementAtSlot, findDynamicArrayElementAtSlotCopy] exact findDynamicArrayElementAtSlot_go_eq_copy fields world 0 targetSlot +private theorem encodeStorageAt_eq_copy + {fields : List Field} + {world : Verity.ContractState} + {slot : Nat} : +...
{ "repo": "verity", "git_repo": "github.com/lfglabs-dev/verity", "revision": "eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978", "lean_toolchain": "leanprover/lean4:v4.22.0", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-delete-lemm...
ablate_848d26072a8c_23
b13ed78d77e66051
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/IRGeneration/GenericInduction/Storage.lean
Storage
23
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
97
12
[ { "theorem_name": "encodeStorageAt_eq_storage_of_resolvedSlot", "depth": 1, "n_commands": 0, "n_lines": 2, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n simpa [encodeStorageAt_eq_copy, encodeStorageAtCopy, hresolved, hnotAddr, hnotDyn]", "n_char...
[ { "name": "encodeStorageAt_eq_copy", "text": "private theorem encodeStorageAt_eq_copy\n {fields : List Field}\n {world : Verity.ContractState}\n {slot : Nat} :\n SourceSemantics.encodeStorageAt fields world slot =\n encodeStorageAtCopy fields world slot := by\n simp only [SourceSemantics.e...
[ { "name": "runtimeStateMatchesIR_writeUintSlots", "fan_in": 1, "n_deps_direct": 5, "n_deps_transitive": 12, "n_lines": 58, "n_chars": 3248, "n_subproofs": 4, "n_tactics": 42, "cyclomatic": 4, "n_automation": 9, "n_rewrites": 5, "n_structural": 12, "automation_only...
8
import Compiler.Proofs.IRGeneration.GenericInduction.ExprStmt set_option linter.unnecessarySeqFocus false set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul attribute [local simp] Compi...
import Compiler.Proofs.IRGeneration.GenericInduction.ExprStmt set_option linter.unnecessarySeqFocus false set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul attribute [local simp] Compi...
@@ -285,6 +285,17 @@ simp only [SourceSemantics.findDynamicArrayElementAtSlot, findDynamicArrayElementAtSlotCopy] exact findDynamicArrayElementAtSlot_go_eq_copy fields world 0 targetSlot +private theorem encodeStorageAt_eq_copy + {fields : List Field} + {world : Verity.ContractState} + {slot : Nat} : +...
{ "repo": "verity", "git_repo": "github.com/lfglabs-dev/verity", "revision": "eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978", "lean_toolchain": "leanprover/lean4:v4.22.0", "proof_assistant": "lean", "ablator": "ablators/lean (corollary-delete-lemmas-leaves-all)", "ablator_flags": [ "--corollary-delete-lemm...