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_e6bb41d22743_12
175f9e3200900543
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/IRGeneration/FunctionBody/Stmt.lean
Stmt
12
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
135
3
[ { "theorem_name": "eval_compileExpr_core_of_scope", "depth": 1, "n_commands": 0, "n_lines": 4, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": "\n eval_compileExpr_core_onExpr hcore\n (bindingsExactlyMatchIRVarsOnScope_implies_onExpr hexact hinScope)\n ...
[ { "name": "bindingsExactlyMatchIRVarsOnScope_implies_onExpr", "text": "theorem bindingsExactlyMatchIRVarsOnScope_implies_onExpr\n {scope : List String}\n {expr : Expr}\n {bindings : List (String × Nat)}\n {state : IRState}\n (hexact : bindingsExactlyMatchIRVarsOnScope scope bindings state)\n ...
[ { "name": "eval_compileRequireFailCond_core_of_scope", "fan_in": 4, "n_deps_direct": 1, "n_deps_transitive": 1, "n_lines": 21, "n_chars": 918, "n_subproofs": 0, "n_tactics": 3, "cyclomatic": 1, "n_automation": 0, "n_rewrites": 0, "n_structural": 0, "automation_onl...
1
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
@@ -96,6 +96,17 @@ -- exprBoundNamesInScope is now in ExprCore.lean +theorem bindingsExactlyMatchIRVarsOnScope_implies_onExpr + {scope : List String} + {expr : Expr} + {bindings : List (String × Nat)} + {state : IRState} + (hexact : bindingsExactlyMatchIRVarsOnScope scope bindings state) + (hinSc...
{ "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_e6bb41d22743_13
7b14232ffb90f3b6
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/IRGeneration/FunctionBody/Stmt.lean
Stmt
13
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
135
1
[ { "theorem_name": "scopeNamesPresent_cons_bindValue", "depth": 1, "n_commands": 0, "n_lines": 6, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n intro name hmem\n simp at hmem\n rcases hmem with rfl | hmem\n · exact ⟨value, lookupBinding?_bindValue...
[ { "name": "scopeNamesPresent_bindValue", "text": "theorem scopeNamesPresent_bindValue\n {scope : List String}\n {bindings : List (String × Nat)}\n {boundName : String}\n {value : Nat}\n (hscope : scopeNamesPresent scope bindings) :\n scopeNamesPresent scope (SourceSemantics.bindValue bindi...
[ { "name": "scopeNamesPresent_cons_bindValue", "fan_in": 5, "n_deps_direct": 1, "n_deps_transitive": 1, "n_lines": 16, "n_chars": 568, "n_subproofs": 0, "n_tactics": 6, "cyclomatic": 2, "n_automation": 2, "n_rewrites": 0, "n_structural": 4, "automation_only": false...
1
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
@@ -96,6 +96,21 @@ -- exprBoundNamesInScope is now in ExprCore.lean +theorem scopeNamesPresent_bindValue + {scope : List String} + {bindings : List (String × Nat)} + {boundName : String} + {value : Nat} + (hscope : scopeNamesPresent scope bindings) : + scopeNamesPresent scope (SourceSemantics.bin...
{ "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_e6bb41d22743_14
495acf4a087ef56e
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/IRGeneration/FunctionBody/Stmt.lean
Stmt
14
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
135
11
[ { "theorem_name": "compileStmtList_cons_eq_ok", "depth": 1, "n_commands": 0, "n_lines": 6, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n unfold CompilationModel.compileStmtList\n unfold CompilationModel.compileStmtListWithFork\n rw [compileStmtWit...
[ { "name": "compileStmtListWithFork_cancun_eq_compileStmtList", "text": "theorem compileStmtListWithFork_cancun_eq_compileStmtList\n (fields : List Field) (events : List EventDef) (errors : List ErrorDef)\n (dynamicSource : DynamicDataSource) (internalRetNames : List String)\n (isInternal : Bool) (i...
[ { "name": "compileStmt_ok_any_scope_aux", "fan_in": 2, "n_deps_direct": 3, "n_deps_transitive": 4, "n_lines": 127, "n_chars": 7518, "n_subproofs": 0, "n_tactics": 119, "cyclomatic": 28, "n_automation": 39, "n_rewrites": 0, "n_structural": 36, "automation_only": fa...
4
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
@@ -57,6 +57,18 @@ CompilationModel.compileStmt fields events errors dynamicSource internalRetNames isInternal inScopeNames adtTypes stmt internalFunctions := rfl +theorem compileStmtListWithFork_cancun_eq_compileStmtList + (fields : List Field) (events : List EventDef) (errors : List ErrorDef) + (d...
{ "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_e6bb41d22743_15
8cc786ff7277d9d1
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/IRGeneration/FunctionBody/Stmt.lean
Stmt
15
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
135
11
[ { "theorem_name": "compileStmtList_cons_eq_ok", "depth": 1, "n_commands": 0, "n_lines": 6, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n unfold CompilationModel.compileStmtList\n unfold CompilationModel.compileStmtListWithFork\n rw [compileStmtWit...
[ { "name": "compileStmtListWithFork_cancun_eq_compileStmtList", "text": "theorem compileStmtListWithFork_cancun_eq_compileStmtList\n (fields : List Field) (events : List EventDef) (errors : List ErrorDef)\n (dynamicSource : DynamicDataSource) (internalRetNames : List String)\n (isInternal : Bool) (i...
[ { "name": "compileStmt_ok_any_scope", "fan_in": 0, "n_deps_direct": 1, "n_deps_transitive": 5, "n_lines": 12, "n_chars": 468, "n_subproofs": 0, "n_tactics": 2, "cyclomatic": 1, "n_automation": 0, "n_rewrites": 0, "n_structural": 0, "automation_only": false, "m...
5
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
@@ -57,6 +57,18 @@ CompilationModel.compileStmt fields events errors dynamicSource internalRetNames isInternal inScopeNames adtTypes stmt internalFunctions := rfl +theorem compileStmtListWithFork_cancun_eq_compileStmtList + (fields : List Field) (events : List EventDef) (errors : List ErrorDef) + (d...
{ "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_e6bb41d22743_16
9cb0c69acec36f80
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/IRGeneration/FunctionBody/Stmt.lean
Stmt
16
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
135
11
[ { "theorem_name": "compileStmtList_cons_eq_ok", "depth": 1, "n_commands": 0, "n_lines": 6, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n unfold CompilationModel.compileStmtList\n unfold CompilationModel.compileStmtListWithFork\n rw [compileStmtWit...
[ { "name": "compileStmtListWithFork_cancun_eq_compileStmtList", "text": "theorem compileStmtListWithFork_cancun_eq_compileStmtList\n (fields : List Field) (events : List EventDef) (errors : List ErrorDef)\n (dynamicSource : DynamicDataSource) (internalRetNames : List String)\n (isInternal : Bool) (i...
[ { "name": "compileStmt_ok_any_scope_with_surface_aux", "fan_in": 4, "n_deps_direct": 3, "n_deps_transitive": 4, "n_lines": 134, "n_chars": 7953, "n_subproofs": 0, "n_tactics": 124, "cyclomatic": 28, "n_automation": 39, "n_rewrites": 0, "n_structural": 36, "automat...
4
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
@@ -57,6 +57,18 @@ CompilationModel.compileStmt fields events errors dynamicSource internalRetNames isInternal inScopeNames adtTypes stmt internalFunctions := rfl +theorem compileStmtListWithFork_cancun_eq_compileStmtList + (fields : List Field) (events : List EventDef) (errors : List ErrorDef) + (d...
{ "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_e6bb41d22743_17
009ab2d1cf70ca72
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/IRGeneration/FunctionBody/Stmt.lean
Stmt
17
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
135
11
[ { "theorem_name": "compileStmtList_cons_eq_ok", "depth": 1, "n_commands": 0, "n_lines": 6, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n unfold CompilationModel.compileStmtList\n unfold CompilationModel.compileStmtListWithFork\n rw [compileStmtWit...
[ { "name": "compileStmtListWithFork_cancun_eq_compileStmtList", "text": "theorem compileStmtListWithFork_cancun_eq_compileStmtList\n (fields : List Field) (events : List EventDef) (errors : List ErrorDef)\n (dynamicSource : DynamicDataSource) (internalRetNames : List String)\n (isInternal : Bool) (i...
[ { "name": "compileStmt_ok_any_scope_with_surface", "fan_in": 0, "n_deps_direct": 1, "n_deps_transitive": 5, "n_lines": 14, "n_chars": 585, "n_subproofs": 0, "n_tactics": 2, "cyclomatic": 1, "n_automation": 0, "n_rewrites": 0, "n_structural": 0, "automation_only": ...
5
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
@@ -57,6 +57,18 @@ CompilationModel.compileStmt fields events errors dynamicSource internalRetNames isInternal inScopeNames adtTypes stmt internalFunctions := rfl +theorem compileStmtListWithFork_cancun_eq_compileStmtList + (fields : List Field) (events : List EventDef) (errors : List ErrorDef) + (d...
{ "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_e6bb41d22743_18
e23b6c7ace36762c
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/IRGeneration/FunctionBody/Stmt.lean
Stmt
18
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
135
11
[ { "theorem_name": "compileStmtList_cons_eq_ok", "depth": 1, "n_commands": 0, "n_lines": 6, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n unfold CompilationModel.compileStmtList\n unfold CompilationModel.compileStmtListWithFork\n rw [compileStmtWit...
[ { "name": "compileStmtListWithFork_cancun_eq_compileStmtList", "text": "theorem compileStmtListWithFork_cancun_eq_compileStmtList\n (fields : List Field) (events : List EventDef) (errors : List ErrorDef)\n (dynamicSource : DynamicDataSource) (internalRetNames : List String)\n (isInternal : Bool) (i...
[ { "name": "compileStmt_ok_any_scope_with_surface_with_internals", "fan_in": 0, "n_deps_direct": 1, "n_deps_transitive": 5, "n_lines": 18, "n_chars": 715, "n_subproofs": 0, "n_tactics": 3, "cyclomatic": 1, "n_automation": 0, "n_rewrites": 0, "n_structural": 0, "aut...
5
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
@@ -57,6 +57,18 @@ CompilationModel.compileStmt fields events errors dynamicSource internalRetNames isInternal inScopeNames adtTypes stmt internalFunctions := rfl +theorem compileStmtListWithFork_cancun_eq_compileStmtList + (fields : List Field) (events : List EventDef) (errors : List ErrorDef) + (d...
{ "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_e6bb41d22743_19
c2879b35e8d9ae28
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/IRGeneration/FunctionBody/Stmt.lean
Stmt
19
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
135
11
[ { "theorem_name": "compileStmtList_cons_eq_ok", "depth": 1, "n_commands": 0, "n_lines": 6, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n unfold CompilationModel.compileStmtList\n unfold CompilationModel.compileStmtListWithFork\n rw [compileStmtWit...
[ { "name": "compileStmtListWithFork_cancun_eq_compileStmtList", "text": "theorem compileStmtListWithFork_cancun_eq_compileStmtList\n (fields : List Field) (events : List EventDef) (errors : List ErrorDef)\n (dynamicSource : DynamicDataSource) (internalRetNames : List String)\n (isInternal : Bool) (i...
[ { "name": "compileStmtList_ok_any_scope_with_surface", "fan_in": 0, "n_deps_direct": 1, "n_deps_transitive": 5, "n_lines": 14, "n_chars": 607, "n_subproofs": 0, "n_tactics": 2, "cyclomatic": 1, "n_automation": 0, "n_rewrites": 0, "n_structural": 0, "automation_onl...
5
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
@@ -57,6 +57,18 @@ CompilationModel.compileStmt fields events errors dynamicSource internalRetNames isInternal inScopeNames adtTypes stmt internalFunctions := rfl +theorem compileStmtListWithFork_cancun_eq_compileStmtList + (fields : List Field) (events : List EventDef) (errors : List ErrorDef) + (d...
{ "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_e6bb41d22743_20
ece47bf6af5e61ca
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/IRGeneration/FunctionBody/Stmt.lean
Stmt
20
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
135
11
[ { "theorem_name": "compileStmtList_cons_eq_ok", "depth": 1, "n_commands": 0, "n_lines": 6, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n unfold CompilationModel.compileStmtList\n unfold CompilationModel.compileStmtListWithFork\n rw [compileStmtWit...
[ { "name": "compileStmtListWithFork_cancun_eq_compileStmtList", "text": "theorem compileStmtListWithFork_cancun_eq_compileStmtList\n (fields : List Field) (events : List EventDef) (errors : List ErrorDef)\n (dynamicSource : DynamicDataSource) (internalRetNames : List String)\n (isInternal : Bool) (i...
[ { "name": "compileStmtList_ok_any_scope_with_surface_with_internals", "fan_in": 0, "n_deps_direct": 1, "n_deps_transitive": 5, "n_lines": 18, "n_chars": 737, "n_subproofs": 0, "n_tactics": 3, "cyclomatic": 1, "n_automation": 0, "n_rewrites": 0, "n_structural": 0, ...
5
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
@@ -57,6 +57,18 @@ CompilationModel.compileStmt fields events errors dynamicSource internalRetNames isInternal inScopeNames adtTypes stmt internalFunctions := rfl +theorem compileStmtListWithFork_cancun_eq_compileStmtList + (fields : List Field) (events : List EventDef) (errors : List ErrorDef) + (d...
{ "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_e6bb41d22743_21
212152093c211bb4
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/IRGeneration/FunctionBody/Stmt.lean
Stmt
21
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
135
11
[ { "theorem_name": "compileStmtList_cons_eq_ok", "depth": 1, "n_commands": 0, "n_lines": 6, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n unfold CompilationModel.compileStmtList\n unfold CompilationModel.compileStmtListWithFork\n rw [compileStmtWit...
[ { "name": "compileStmtListWithFork_cancun_eq_compileStmtList", "text": "theorem compileStmtListWithFork_cancun_eq_compileStmtList\n (fields : List Field) (events : List EventDef) (errors : List ErrorDef)\n (dynamicSource : DynamicDataSource) (internalRetNames : List String)\n (isInternal : Bool) (i...
[ { "name": "compileStmtList_ok_any_scope", "fan_in": 0, "n_deps_direct": 1, "n_deps_transitive": 5, "n_lines": 12, "n_chars": 490, "n_subproofs": 0, "n_tactics": 2, "cyclomatic": 1, "n_automation": 0, "n_rewrites": 0, "n_structural": 0, "automation_only": false, ...
5
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
@@ -57,6 +57,18 @@ CompilationModel.compileStmt fields events errors dynamicSource internalRetNames isInternal inScopeNames adtTypes stmt internalFunctions := rfl +theorem compileStmtListWithFork_cancun_eq_compileStmtList + (fields : List Field) (events : List EventDef) (errors : List ErrorDef) + (d...
{ "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_e6bb41d22743_22
3eb408d882e33521
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/IRGeneration/FunctionBody/Stmt.lean
Stmt
22
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
135
11
[ { "theorem_name": "compileStmtList_cons_eq_ok", "depth": 1, "n_commands": 0, "n_lines": 6, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n unfold CompilationModel.compileStmtList\n unfold CompilationModel.compileStmtListWithFork\n rw [compileStmtWit...
[ { "name": "compileStmtListWithFork_cancun_eq_compileStmtList", "text": "theorem compileStmtListWithFork_cancun_eq_compileStmtList\n (fields : List Field) (events : List EventDef) (errors : List ErrorDef)\n (dynamicSource : DynamicDataSource) (internalRetNames : List String)\n (isInternal : Bool) (i...
[ { "name": "compileStmtList_cons_ok_of_compileStmt_ok_with_surface", "fan_in": 0, "n_deps_direct": 1, "n_deps_transitive": 3, "n_lines": 21, "n_chars": 804, "n_subproofs": 0, "n_tactics": 2, "cyclomatic": 1, "n_automation": 0, "n_rewrites": 0, "n_structural": 1, "a...
3
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
@@ -57,6 +57,18 @@ CompilationModel.compileStmt fields events errors dynamicSource internalRetNames isInternal inScopeNames adtTypes stmt internalFunctions := rfl +theorem compileStmtListWithFork_cancun_eq_compileStmtList + (fields : List Field) (events : List EventDef) (errors : List ErrorDef) + (d...
{ "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_e6bb41d22743_23
341609f580358a89
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/IRGeneration/FunctionBody/Stmt.lean
Stmt
23
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
135
11
[ { "theorem_name": "compileStmtList_cons_eq_ok", "depth": 1, "n_commands": 0, "n_lines": 6, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n unfold CompilationModel.compileStmtList\n unfold CompilationModel.compileStmtListWithFork\n rw [compileStmtWit...
[ { "name": "compileStmtListWithFork_cancun_eq_compileStmtList", "text": "theorem compileStmtListWithFork_cancun_eq_compileStmtList\n (fields : List Field) (events : List EventDef) (errors : List ErrorDef)\n (dynamicSource : DynamicDataSource) (internalRetNames : List String)\n (isInternal : Bool) (i...
[ { "name": "compileStmtList_cons_ok_of_compileStmt_ok", "fan_in": 0, "n_deps_direct": 1, "n_deps_transitive": 3, "n_lines": 19, "n_chars": 709, "n_subproofs": 0, "n_tactics": 2, "cyclomatic": 1, "n_automation": 0, "n_rewrites": 0, "n_structural": 1, "automation_onl...
3
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
@@ -57,6 +57,18 @@ CompilationModel.compileStmt fields events errors dynamicSource internalRetNames isInternal inScopeNames adtTypes stmt internalFunctions := rfl +theorem compileStmtListWithFork_cancun_eq_compileStmtList + (fields : List Field) (events : List EventDef) (errors : List ErrorDef) + (d...
{ "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_e6bb41d22743_24
be0490ab98ccdf1c
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/IRGeneration/FunctionBody/Stmt.lean
Stmt
24
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
135
11
[ { "theorem_name": "compileStmtList_cons_eq_ok", "depth": 1, "n_commands": 0, "n_lines": 6, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n unfold CompilationModel.compileStmtList\n unfold CompilationModel.compileStmtListWithFork\n rw [compileStmtWit...
[ { "name": "compileStmtListWithFork_cancun_eq_compileStmtList", "text": "theorem compileStmtListWithFork_cancun_eq_compileStmtList\n (fields : List Field) (events : List EventDef) (errors : List ErrorDef)\n (dynamicSource : DynamicDataSource) (internalRetNames : List String)\n (isInternal : Bool) (i...
[ { "name": "compileStmt_terminal_ite_ok_inv", "fan_in": 1, "n_deps_direct": 1, "n_deps_transitive": 1, "n_lines": 58, "n_chars": 2710, "n_subproofs": 0, "n_tactics": 31, "cyclomatic": 7, "n_automation": 9, "n_rewrites": 1, "n_structural": 7, "automation_only": fals...
1
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
@@ -45,6 +45,18 @@ ExprCompileCore offset → ExprCompileCore value → StmtCompileCore (.tstore offset value) +theorem compileStmtListWithFork_cancun_eq_compileStmtList + (fields : List Field) (events : List EventDef) (errors : List ErrorDef) + (dynamicSource : DynamicDataSource) (internalRetNames ...
{ "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_e6bb41d22743_25
dc52fee811a7ec7f
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/IRGeneration/FunctionBody/Stmt.lean
Stmt
25
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
135
11
[ { "theorem_name": "compileStmtList_cons_eq_ok", "depth": 1, "n_commands": 0, "n_lines": 6, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n unfold CompilationModel.compileStmtList\n unfold CompilationModel.compileStmtListWithFork\n rw [compileStmtWit...
[ { "name": "compileStmtListWithFork_cancun_eq_compileStmtList", "text": "theorem compileStmtListWithFork_cancun_eq_compileStmtList\n (fields : List Field) (events : List EventDef) (errors : List ErrorDef)\n (dynamicSource : DynamicDataSource) (internalRetNames : List String)\n (isInternal : Bool) (i...
[ { "name": "compileStmtList_terminal_ite_ok_inv", "fan_in": 0, "n_deps_direct": 2, "n_deps_transitive": 4, "n_lines": 52, "n_chars": 2152, "n_subproofs": 0, "n_tactics": 20, "cyclomatic": 3, "n_automation": 1, "n_rewrites": 0, "n_structural": 3, "automation_only": ...
4
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
@@ -57,6 +57,18 @@ CompilationModel.compileStmt fields events errors dynamicSource internalRetNames isInternal inScopeNames adtTypes stmt internalFunctions := rfl +theorem compileStmtListWithFork_cancun_eq_compileStmtList + (fields : List Field) (events : List EventDef) (errors : List ErrorDef) + (d...
{ "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_e6bb41d22743_26
6f26d5ffb87ea6cd
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/IRGeneration/FunctionBody/Stmt.lean
Stmt
26
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
135
11
[ { "theorem_name": "compileStmtList_cons_eq_ok", "depth": 1, "n_commands": 0, "n_lines": 6, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n unfold CompilationModel.compileStmtList\n unfold CompilationModel.compileStmtListWithFork\n rw [compileStmtWit...
[ { "name": "compileStmtListWithFork_cancun_eq_compileStmtList", "text": "theorem compileStmtListWithFork_cancun_eq_compileStmtList\n (fields : List Field) (events : List EventDef) (errors : List ErrorDef)\n (dynamicSource : DynamicDataSource) (internalRetNames : List String)\n (isInternal : Bool) (i...
[ { "name": "compileStmtList_core_ok", "fan_in": 2, "n_deps_direct": 2, "n_deps_transitive": 4, "n_lines": 64, "n_chars": 3843, "n_subproofs": 0, "n_tactics": 55, "cyclomatic": 16, "n_automation": 1, "n_rewrites": 0, "n_structural": 30, "automation_only": false, ...
4
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
@@ -57,6 +57,18 @@ CompilationModel.compileStmt fields events errors dynamicSource internalRetNames isInternal inScopeNames adtTypes stmt internalFunctions := rfl +theorem compileStmtListWithFork_cancun_eq_compileStmtList + (fields : List Field) (events : List EventDef) (errors : List ErrorDef) + (d...
{ "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_e6bb41d22743_27
bded3966157eaa8d
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/IRGeneration/FunctionBody/Stmt.lean
Stmt
27
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
135
11
[ { "theorem_name": "compileStmtList_cons_eq_ok", "depth": 1, "n_commands": 0, "n_lines": 6, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n unfold CompilationModel.compileStmtList\n unfold CompilationModel.compileStmtListWithFork\n rw [compileStmtWit...
[ { "name": "compileStmtListWithFork_cancun_eq_compileStmtList", "text": "theorem compileStmtListWithFork_cancun_eq_compileStmtList\n (fields : List Field) (events : List EventDef) (errors : List ErrorDef)\n (dynamicSource : DynamicDataSource) (internalRetNames : List String)\n (isInternal : Bool) (i...
[ { "name": "compileStmtList_terminal_core_ok", "fan_in": 2, "n_deps_direct": 5, "n_deps_transitive": 6, "n_lines": 111, "n_chars": 6094, "n_subproofs": 2, "n_tactics": 102, "cyclomatic": 21, "n_automation": 3, "n_rewrites": 3, "n_structural": 38, "automation_only":...
6
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
@@ -57,6 +57,18 @@ CompilationModel.compileStmt fields events errors dynamicSource internalRetNames isInternal inScopeNames adtTypes stmt internalFunctions := rfl +theorem compileStmtListWithFork_cancun_eq_compileStmtList + (fields : List Field) (events : List EventDef) (errors : List ErrorDef) + (d...
{ "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_e6bb41d22743_28
7b3b473210237931
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/IRGeneration/FunctionBody/Stmt.lean
Stmt
28
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
135
8
[ { "theorem_name": "compileStmtListWithFork_cons_eq_ok", "depth": 1, "n_commands": 0, "n_lines": 3, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n rw [compileStmtListWithFork_cancun_eq_compileStmtList]\n exact compileStmtList_cons_eq_ok _ _ _ _ _ _ _...
[ { "name": "compileStmtList_cons_eq_ok", "text": "theorem compileStmtList_cons_eq_ok\n (fields : List Field) (events : List EventDef) (errors : List ErrorDef)\n (dynamicSource : DynamicDataSource) (internalRetNames : List String)\n (isInternal : Bool) (inScopeNames : List String)\n (adtTypes : Li...
[ { "name": "compileStmtList_terminal_core_ok_nonempty", "fan_in": 0, "n_deps_direct": 4, "n_deps_transitive": 8, "n_lines": 144, "n_chars": 7542, "n_subproofs": 10, "n_tactics": 133, "cyclomatic": 28, "n_automation": 11, "n_rewrites": 25, "n_structural": 28, "autom...
8
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
@@ -69,6 +69,28 @@ CompilationModel.compileStmtList fields events errors dynamicSource internalRetNames isInternal inScopeNames adtTypes stmts internalFunctions := rfl +theorem compileStmtList_cons_eq_ok + (fields : List Field) (events : List EventDef) (errors : List ErrorDef) + (dynamicSource : Dyn...
{ "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_e6bb41d22743_29
510c43d610810754
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/IRGeneration/FunctionBody/Stmt.lean
Stmt
29
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
135
1
[ { "theorem_name": "compiled_terminal_ite_body_size_ge_branchFuel", "depth": 1, "n_commands": 0, "n_lines": 24, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n have hthen :\n thenIR.length + 4 ≤\n sizeOf\n [ YulStmt.let_ tempName c...
[ { "name": "compiledIteBlockSize_ge_thenBranchLength", "text": "private theorem compiledIteBlockSize_ge_thenBranchLength\n (tempName : String)\n (condIR : YulExpr)\n (thenIR elseIR : List YulStmt) :\n thenIR.length + 4 ≤\n sizeOf\n [ YulStmt.let_ tempName condIR\n , YulStmt.if_...
[ { "name": "compiled_terminal_ite_body_size_ge_branchFuel", "fan_in": 0, "n_deps_direct": 2, "n_deps_transitive": 2, "n_lines": 47, "n_chars": 1514, "n_subproofs": 2, "n_tactics": 24, "cyclomatic": 2, "n_automation": 4, "n_rewrites": 0, "n_structural": 1, "automati...
2
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
@@ -103,6 +103,22 @@ simp omega +private theorem compiledIteBlockSize_ge_thenBranchLength + (tempName : String) + (condIR : YulExpr) + (thenIR elseIR : List YulStmt) : + thenIR.length + 4 ≤ + sizeOf + [ YulStmt.let_ tempName condIR + , YulStmt.if_ (YulExpr.ident tempName) ...
{ "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_e6bb41d22743_30
ea462265899a480f
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/IRGeneration/FunctionBody/Stmt.lean
Stmt
30
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
135
1
[ { "theorem_name": "compiled_terminal_ite_body_size_ge_branchSizeOf", "depth": 1, "n_commands": 0, "n_lines": 24, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n have hthen :\n sizeOf thenIR + 4 ≤\n sizeOf\n [ YulStmt.let_ tempName...
[ { "name": "compiledIteBlockSize_ge_thenBranchSizeOf", "text": "private theorem compiledIteBlockSize_ge_thenBranchSizeOf\n (tempName : String)\n (condIR : YulExpr)\n (thenIR elseIR : List YulStmt) :\n sizeOf thenIR + 4 ≤\n sizeOf\n [ YulStmt.let_ tempName condIR\n , YulStmt.if_...
[ { "name": "compiled_terminal_ite_body_size_ge_branchSizeOf", "fan_in": 0, "n_deps_direct": 2, "n_deps_transitive": 2, "n_lines": 47, "n_chars": 1516, "n_subproofs": 2, "n_tactics": 24, "cyclomatic": 2, "n_automation": 4, "n_rewrites": 0, "n_structural": 1, "automa...
2
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
@@ -103,6 +103,20 @@ simp omega +private theorem compiledIteBlockSize_ge_thenBranchSizeOf + (tempName : String) + (condIR : YulExpr) + (thenIR elseIR : List YulStmt) : + sizeOf thenIR + 4 ≤ + sizeOf + [ YulStmt.let_ tempName condIR + , YulStmt.if_ (YulExpr.ident tempName) ...
{ "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_e6bb41d22743_31
32464cc0dead7d03
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/IRGeneration/FunctionBody/Stmt.lean
Stmt
31
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
135
1
[ { "theorem_name": "compiled_terminal_ite_body_size_ge_branchExecFuel", "depth": 1, "n_commands": 0, "n_lines": 24, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n have hthen :\n sizeOf thenIR + 5 ≤\n sizeOf\n [ YulStmt.let_ tempNa...
[ { "name": "compiledIteBlockSize_ge_thenBranchExecFuel", "text": "private theorem compiledIteBlockSize_ge_thenBranchExecFuel\n (tempName : String)\n (condIR : YulExpr)\n (thenIR elseIR : List YulStmt) :\n sizeOf thenIR + 5 ≤\n sizeOf\n [ YulStmt.let_ tempName condIR\n , YulStmt...
[ { "name": "compiled_terminal_ite_body_size_ge_branchExecFuel", "fan_in": 9, "n_deps_direct": 2, "n_deps_transitive": 2, "n_lines": 47, "n_chars": 1522, "n_subproofs": 2, "n_tactics": 24, "cyclomatic": 2, "n_automation": 4, "n_rewrites": 0, "n_structural": 1, "auto...
2
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
@@ -103,6 +103,20 @@ simp omega +private theorem compiledIteBlockSize_ge_thenBranchExecFuel + (tempName : String) + (condIR : YulExpr) + (thenIR elseIR : List YulStmt) : + sizeOf thenIR + 5 ≤ + sizeOf + [ YulStmt.let_ tempName condIR + , YulStmt.if_ (YulExpr.ident tempName...
{ "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_e6bb41d22743_32
855052a3e2cb2b54
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/IRGeneration/FunctionBody/Stmt.lean
Stmt
32
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
135
7
[ { "theorem_name": "yulStmtList_sizeOf_cons_extraFuel_eq", "depth": 1, "n_commands": 0, "n_lines": 4, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n have htail : sizeOf rest + 1 ≤ sizeOf (stmt :: rest) :=\n yulStmtList_sizeOf_cons_ge_tailFuel stmt ...
[ { "name": "yulStmtList_sizeOf_cons_ge_tailFuel", "text": "theorem yulStmtList_sizeOf_cons_ge_tailFuel\n (stmt : YulStmt)\n (rest : List YulStmt) :\n sizeOf rest + 1 ≤ sizeOf (stmt :: rest) := by\n simp\n omega\n\n", "fan_in": 7, "n_lines": 8, "n_chars": 161, "n_subproofs": 0, ...
[ { "name": "yulStmtList_sizeOf_cons_extraFuel_eq", "fan_in": 1, "n_deps_direct": 1, "n_deps_transitive": 1, "n_lines": 12, "n_chars": 369, "n_subproofs": 1, "n_tactics": 4, "cyclomatic": 1, "n_automation": 1, "n_rewrites": 0, "n_structural": 0, "automation_only": f...
1
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
@@ -103,6 +103,13 @@ simp omega +theorem yulStmtList_sizeOf_cons_ge_tailFuel + (stmt : YulStmt) + (rest : List YulStmt) : + sizeOf rest + 1 ≤ sizeOf (stmt :: rest) := by + simp + omega + theorem yulStmtList_sizeOf_cons_extraFuel_eq (extraFuel : Nat) (stmt : YulStmt) @@ -110,7 +117,...
{ "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_e6bb41d22743_33
857fb2ec88c55074
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/IRGeneration/FunctionBody/Stmt.lean
Stmt
33
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
135
7
[ { "theorem_name": "yulStmtList_sizeOf_cons_extraFuel_eq", "depth": 1, "n_commands": 0, "n_lines": 4, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n have htail : sizeOf rest + 1 ≤ sizeOf (stmt :: rest) :=\n yulStmtList_sizeOf_cons_ge_tailFuel stmt ...
[ { "name": "yulStmtList_sizeOf_cons_ge_tailFuel", "text": "theorem yulStmtList_sizeOf_cons_ge_tailFuel\n (stmt : YulStmt)\n (rest : List YulStmt) :\n sizeOf rest + 1 ≤ sizeOf (stmt :: rest) := by\n simp\n omega\n\n", "fan_in": 7, "n_lines": 8, "n_chars": 161, "n_subproofs": 0, ...
[ { "name": "yulStmtList_sizeOf_cons_tailExecFuel_eq", "fan_in": 0, "n_deps_direct": 1, "n_deps_transitive": 1, "n_lines": 12, "n_chars": 372, "n_subproofs": 1, "n_tactics": 4, "cyclomatic": 1, "n_automation": 1, "n_rewrites": 0, "n_structural": 0, "automation_only"...
1
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
@@ -103,6 +103,13 @@ simp omega +theorem yulStmtList_sizeOf_cons_ge_tailFuel + (stmt : YulStmt) + (rest : List YulStmt) : + sizeOf rest + 1 ≤ sizeOf (stmt :: rest) := by + simp + omega + theorem yulStmtList_sizeOf_cons_tailExecFuel_eq (extraFuel : Nat) (stmt : YulStmt) @@ -110,7 +1...
{ "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_e6bb41d22743_34
27b943d9b2a58057
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/IRGeneration/FunctionBody/Stmt.lean
Stmt
34
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
135
7
[ { "theorem_name": "yulStmtList_sizeOf_cons_extraFuel_eq", "depth": 1, "n_commands": 0, "n_lines": 4, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n have htail : sizeOf rest + 1 ≤ sizeOf (stmt :: rest) :=\n yulStmtList_sizeOf_cons_ge_tailFuel stmt ...
[ { "name": "yulStmtList_sizeOf_cons_ge_tailFuel", "text": "theorem yulStmtList_sizeOf_cons_ge_tailFuel\n (stmt : YulStmt)\n (rest : List YulStmt) :\n sizeOf rest + 1 ≤ sizeOf (stmt :: rest) := by\n simp\n omega\n\n", "fan_in": 7, "n_lines": 8, "n_chars": 161, "n_subproofs": 0, ...
[ { "name": "yulStmtList_sizeOf_two_cons_extraFuel_eq", "fan_in": 0, "n_deps_direct": 1, "n_deps_transitive": 1, "n_lines": 12, "n_chars": 455, "n_subproofs": 1, "n_tactics": 4, "cyclomatic": 1, "n_automation": 1, "n_rewrites": 0, "n_structural": 0, "automation_only...
1
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
@@ -103,6 +103,13 @@ simp omega +theorem yulStmtList_sizeOf_cons_ge_tailFuel + (stmt : YulStmt) + (rest : List YulStmt) : + sizeOf rest + 1 ≤ sizeOf (stmt :: rest) := by + simp + omega + theorem yulStmtList_sizeOf_two_cons_extraFuel_eq (extraFuel : Nat) (stmt1 stmt2 : YulStmt) @@ -...
{ "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_e6bb41d22743_35
e0fcf0dc2abdb9a2
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/IRGeneration/FunctionBody/Stmt.lean
Stmt
35
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
135
7
[ { "theorem_name": "yulStmtList_sizeOf_cons_extraFuel_eq", "depth": 1, "n_commands": 0, "n_lines": 4, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n have htail : sizeOf rest + 1 ≤ sizeOf (stmt :: rest) :=\n yulStmtList_sizeOf_cons_ge_tailFuel stmt ...
[ { "name": "yulStmtList_sizeOf_cons_ge_tailFuel", "text": "theorem yulStmtList_sizeOf_cons_ge_tailFuel\n (stmt : YulStmt)\n (rest : List YulStmt) :\n sizeOf rest + 1 ≤ sizeOf (stmt :: rest) := by\n simp\n omega\n\n", "fan_in": 7, "n_lines": 8, "n_chars": 161, "n_subproofs": 0, ...
[ { "name": "yulStmtList_sizeOf_two_cons_secondExecFuel_eq", "fan_in": 0, "n_deps_direct": 1, "n_deps_transitive": 1, "n_lines": 12, "n_chars": 460, "n_subproofs": 1, "n_tactics": 4, "cyclomatic": 1, "n_automation": 1, "n_rewrites": 0, "n_structural": 0, "automation...
1
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
@@ -103,6 +103,13 @@ simp omega +theorem yulStmtList_sizeOf_cons_ge_tailFuel + (stmt : YulStmt) + (rest : List YulStmt) : + sizeOf rest + 1 ≤ sizeOf (stmt :: rest) := by + simp + omega + theorem yulStmtList_sizeOf_two_cons_secondExecFuel_eq (extraFuel : Nat) (stmt1 stmt2 : YulStmt)...
{ "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_e6bb41d22743_36
32c5045929752fb3
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/IRGeneration/FunctionBody/Stmt.lean
Stmt
36
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
135
7
[ { "theorem_name": "yulStmtList_sizeOf_cons_extraFuel_eq", "depth": 1, "n_commands": 0, "n_lines": 4, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n have htail : sizeOf rest + 1 ≤ sizeOf (stmt :: rest) :=\n yulStmtList_sizeOf_cons_ge_tailFuel stmt ...
[ { "name": "yulStmtList_sizeOf_cons_ge_tailFuel", "text": "theorem yulStmtList_sizeOf_cons_ge_tailFuel\n (stmt : YulStmt)\n (rest : List YulStmt) :\n sizeOf rest + 1 ≤ sizeOf (stmt :: rest) := by\n simp\n omega\n\n", "fan_in": 7, "n_lines": 8, "n_chars": 161, "n_subproofs": 0, ...
[ { "name": "yulStmtList_sizeOf_two_cons_tail_extraFuel_eq", "fan_in": 0, "n_deps_direct": 1, "n_deps_transitive": 1, "n_lines": 14, "n_chars": 541, "n_subproofs": 1, "n_tactics": 4, "cyclomatic": 1, "n_automation": 1, "n_rewrites": 0, "n_structural": 0, "automation...
1
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
@@ -103,6 +103,13 @@ simp omega +theorem yulStmtList_sizeOf_cons_ge_tailFuel + (stmt : YulStmt) + (rest : List YulStmt) : + sizeOf rest + 1 ≤ sizeOf (stmt :: rest) := by + simp + omega + theorem yulStmtList_sizeOf_two_cons_tail_extraFuel_eq (extraFuel : Nat) (stmt1 stmt2 : YulStmt)...
{ "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_e6bb41d22743_37
434a4a936926ca3f
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/IRGeneration/FunctionBody/Stmt.lean
Stmt
37
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
135
7
[ { "theorem_name": "yulStmtList_sizeOf_cons_extraFuel_eq", "depth": 1, "n_commands": 0, "n_lines": 4, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n have htail : sizeOf rest + 1 ≤ sizeOf (stmt :: rest) :=\n yulStmtList_sizeOf_cons_ge_tailFuel stmt ...
[ { "name": "yulStmtList_sizeOf_cons_ge_tailFuel", "text": "theorem yulStmtList_sizeOf_cons_ge_tailFuel\n (stmt : YulStmt)\n (rest : List YulStmt) :\n sizeOf rest + 1 ≤ sizeOf (stmt :: rest) := by\n simp\n omega\n\n", "fan_in": 7, "n_lines": 8, "n_chars": 161, "n_subproofs": 0, ...
[ { "name": "yulStmtList_sizeOf_two_cons_tailExecFuel_eq", "fan_in": 0, "n_deps_direct": 1, "n_deps_transitive": 1, "n_lines": 15, "n_chars": 622, "n_subproofs": 2, "n_tactics": 6, "cyclomatic": 1, "n_automation": 1, "n_rewrites": 0, "n_structural": 0, "automation_o...
1
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
@@ -103,6 +103,13 @@ simp omega +theorem yulStmtList_sizeOf_cons_ge_tailFuel + (stmt : YulStmt) + (rest : List YulStmt) : + sizeOf rest + 1 ≤ sizeOf (stmt :: rest) := by + simp + omega + theorem yulStmtList_sizeOf_two_cons_tailExecFuel_eq (extraFuel : Nat) (stmt1 stmt2 : YulStmt) @...
{ "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_e6bb41d22743_38
b33c1c16d1ad2be9
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/IRGeneration/FunctionBody/Stmt.lean
Stmt
38
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
135
7
[ { "theorem_name": "yulStmtList_sizeOf_cons_extraFuel_eq", "depth": 1, "n_commands": 0, "n_lines": 4, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n have htail : sizeOf rest + 1 ≤ sizeOf (stmt :: rest) :=\n yulStmtList_sizeOf_cons_ge_tailFuel stmt ...
[ { "name": "yulStmtList_sizeOf_cons_ge_tailFuel", "text": "theorem yulStmtList_sizeOf_cons_ge_tailFuel\n (stmt : YulStmt)\n (rest : List YulStmt) :\n sizeOf rest + 1 ≤ sizeOf (stmt :: rest) := by\n simp\n omega\n\n", "fan_in": 7, "n_lines": 8, "n_chars": 161, "n_subproofs": 0, ...
[ { "name": "yulStmtList_sizeOf_two_cons_wholeExecFuel_eq", "fan_in": 0, "n_deps_direct": 1, "n_deps_transitive": 1, "n_lines": 15, "n_chars": 623, "n_subproofs": 2, "n_tactics": 6, "cyclomatic": 1, "n_automation": 1, "n_rewrites": 0, "n_structural": 0, "automation_...
1
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
@@ -103,6 +103,13 @@ simp omega +theorem yulStmtList_sizeOf_cons_ge_tailFuel + (stmt : YulStmt) + (rest : List YulStmt) : + sizeOf rest + 1 ≤ sizeOf (stmt :: rest) := by + simp + omega + theorem yulStmtList_sizeOf_two_cons_wholeExecFuel_eq (extraFuel : Nat) (stmt1 stmt2 : YulStmt) ...
{ "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_e6bb41d22743_39
4a205c8ca9e6a0c0
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/IRGeneration/FunctionBody/Stmt.lean
Stmt
39
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
135
5
[ { "theorem_name": "execIRStmts_cons_of_execIRStmt_continue_stepFuel", "depth": 1, "n_commands": 0, "n_lines": 9, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n simpa [Nat.add_assoc] using\n (execIRStmts_cons_of_execIRStmt_continue_anyFuel\n (...
[ { "name": "execIRStmts_cons_of_execIRStmt_continue_anyFuel", "text": "private theorem execIRStmts_cons_of_execIRStmt_continue_anyFuel\n (fuel : Nat)\n (state next : IRState) (stmt : YulStmt) (rest : List YulStmt)\n (hstmt : execIRStmt fuel state stmt = .continue next) :\n execIRStmts (fuel + 1) ...
[ { "name": "execIRStmts_cons_of_execIRStmt_continue_stepFuel", "fan_in": 0, "n_deps_direct": 1, "n_deps_transitive": 1, "n_lines": 16, "n_chars": 517, "n_subproofs": 0, "n_tactics": 9, "cyclomatic": 1, "n_automation": 1, "n_rewrites": 0, "n_structural": 0, "automat...
1
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
@@ -103,12 +103,39 @@ simp omega +private theorem execIRStmts_cons_of_execIRStmt_continue_anyFuel + (fuel : Nat) + (state next : IRState) (stmt : YulStmt) (rest : List YulStmt) + (hstmt : execIRStmt fuel state stmt = .continue next) : + execIRStmts (fuel + 1) state (stmt :: rest) = + ex...
{ "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_e6bb41d22743_40
a7d38f3000700be0
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/IRGeneration/FunctionBody/Stmt.lean
Stmt
40
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
135
5
[ { "theorem_name": "execIRStmts_cons_of_execIRStmt_continue_stepFuel", "depth": 1, "n_commands": 0, "n_lines": 9, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n simpa [Nat.add_assoc] using\n (execIRStmts_cons_of_execIRStmt_continue_anyFuel\n (...
[ { "name": "execIRStmts_cons_of_execIRStmt_continue_anyFuel", "text": "private theorem execIRStmts_cons_of_execIRStmt_continue_anyFuel\n (fuel : Nat)\n (state next : IRState) (stmt : YulStmt) (rest : List YulStmt)\n (hstmt : execIRStmt fuel state stmt = .continue next) :\n execIRStmts (fuel + 1) ...
[ { "name": "execIRStmts_cons_of_execIRStmt_continue_wholeFuel", "fan_in": 1, "n_deps_direct": 1, "n_deps_transitive": 1, "n_lines": 16, "n_chars": 660, "n_subproofs": 0, "n_tactics": 9, "cyclomatic": 1, "n_automation": 1, "n_rewrites": 0, "n_structural": 0, "automa...
1
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
@@ -103,12 +103,39 @@ simp omega +private theorem execIRStmts_cons_of_execIRStmt_continue_anyFuel + (fuel : Nat) + (state next : IRState) (stmt : YulStmt) (rest : List YulStmt) + (hstmt : execIRStmt fuel state stmt = .continue next) : + execIRStmts (fuel + 1) state (stmt :: rest) = + ex...
{ "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_e6bb41d22743_41
23465e5f43f0f291
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/IRGeneration/FunctionBody/Stmt.lean
Stmt
41
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
135
5
[ { "theorem_name": "execIRStmts_cons_of_execIRStmt_continue_stepFuel", "depth": 1, "n_commands": 0, "n_lines": 9, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n simpa [Nat.add_assoc] using\n (execIRStmts_cons_of_execIRStmt_continue_anyFuel\n (...
[ { "name": "execIRStmts_cons_of_execIRStmt_continue_anyFuel", "text": "private theorem execIRStmts_cons_of_execIRStmt_continue_anyFuel\n (fuel : Nat)\n (state next : IRState) (stmt : YulStmt) (rest : List YulStmt)\n (hstmt : execIRStmt fuel state stmt = .continue next) :\n execIRStmts (fuel + 1) ...
[ { "name": "execIRStmts_singleton_append_of_execIRStmt_continue_wholeFuel", "fan_in": 5, "n_deps_direct": 1, "n_deps_transitive": 2, "n_lines": 16, "n_chars": 614, "n_subproofs": 0, "n_tactics": 9, "cyclomatic": 1, "n_automation": 1, "n_rewrites": 0, "n_structural": 0,...
2
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
@@ -103,12 +103,39 @@ simp omega +private theorem execIRStmts_cons_of_execIRStmt_continue_anyFuel + (fuel : Nat) + (state next : IRState) (stmt : YulStmt) (rest : List YulStmt) + (hstmt : execIRStmt fuel state stmt = .continue next) : + execIRStmts (fuel + 1) state (stmt :: rest) = + ex...
{ "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_e6bb41d22743_42
6a6ad6b07d747b57
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/IRGeneration/FunctionBody/Stmt.lean
Stmt
42
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
135
5
[ { "theorem_name": "execIRStmts_cons_of_execIRStmt_continue_stepFuel", "depth": 1, "n_commands": 0, "n_lines": 9, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n simpa [Nat.add_assoc] using\n (execIRStmts_cons_of_execIRStmt_continue_anyFuel\n (...
[ { "name": "execIRStmts_cons_of_execIRStmt_continue_anyFuel", "text": "private theorem execIRStmts_cons_of_execIRStmt_continue_anyFuel\n (fuel : Nat)\n (state next : IRState) (stmt : YulStmt) (rest : List YulStmt)\n (hstmt : execIRStmt fuel state stmt = .continue next) :\n execIRStmts (fuel + 1) ...
[ { "name": "execIRStmts_singleton_append_of_execIRStmt_continue_tailExtraFuel", "fan_in": 3, "n_deps_direct": 2, "n_deps_transitive": 5, "n_lines": 27, "n_chars": 1020, "n_subproofs": 1, "n_tactics": 15, "cyclomatic": 1, "n_automation": 1, "n_rewrites": 2, "n_structura...
5
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
@@ -121,12 +121,39 @@ yulStmtList_sizeOf_cons_ge_tailFuel stmt rest omega +private theorem execIRStmts_cons_of_execIRStmt_continue_anyFuel + (fuel : Nat) + (state next : IRState) (stmt : YulStmt) (rest : List YulStmt) + (hstmt : execIRStmt fuel state stmt = .continue next) : + execIRStmts (fuel + ...
{ "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_e6bb41d22743_43
b5110ad60f53ae61
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/IRGeneration/FunctionBody/Stmt.lean
Stmt
43
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
135
5
[ { "theorem_name": "execIRStmts_cons_of_execIRStmt_return_stepFuel", "depth": 1, "n_commands": 0, "n_lines": 10, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n simpa [Nat.add_assoc] using\n (execIRStmts_cons_of_execIRStmt_return_anyFuel\n (fue...
[ { "name": "execIRStmts_cons_of_execIRStmt_return_anyFuel", "text": "private theorem execIRStmts_cons_of_execIRStmt_return_anyFuel\n (fuel : Nat)\n (state next : IRState) (stmt : YulStmt) (rest : List YulStmt) (value : Nat)\n (hstmt : execIRStmt fuel state stmt = .return value next) :\n execIRStm...
[ { "name": "execIRStmts_cons_of_execIRStmt_return_stepFuel", "fan_in": 0, "n_deps_direct": 1, "n_deps_transitive": 1, "n_lines": 17, "n_chars": 540, "n_subproofs": 0, "n_tactics": 10, "cyclomatic": 1, "n_automation": 1, "n_rewrites": 0, "n_structural": 0, "automati...
1
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
@@ -103,12 +103,33 @@ simp omega +private theorem execIRStmts_cons_of_execIRStmt_return_anyFuel + (fuel : Nat) + (state next : IRState) (stmt : YulStmt) (rest : List YulStmt) (value : Nat) + (hstmt : execIRStmt fuel state stmt = .return value next) : + execIRStmts (fuel + 1) state (stmt :: r...
{ "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_e6bb41d22743_44
a130bfe5774bbc2b
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/IRGeneration/FunctionBody/Stmt.lean
Stmt
44
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
135
5
[ { "theorem_name": "execIRStmts_cons_of_execIRStmt_return_stepFuel", "depth": 1, "n_commands": 0, "n_lines": 10, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n simpa [Nat.add_assoc] using\n (execIRStmts_cons_of_execIRStmt_return_anyFuel\n (fue...
[ { "name": "execIRStmts_cons_of_execIRStmt_return_anyFuel", "text": "private theorem execIRStmts_cons_of_execIRStmt_return_anyFuel\n (fuel : Nat)\n (state next : IRState) (stmt : YulStmt) (rest : List YulStmt) (value : Nat)\n (hstmt : execIRStmt fuel state stmt = .return value next) :\n execIRStm...
[ { "name": "execIRStmts_cons_of_execIRStmt_return_wholeFuel", "fan_in": 1, "n_deps_direct": 1, "n_deps_transitive": 1, "n_lines": 17, "n_chars": 658, "n_subproofs": 0, "n_tactics": 10, "cyclomatic": 1, "n_automation": 1, "n_rewrites": 0, "n_structural": 0, "automat...
1
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
@@ -103,12 +103,33 @@ simp omega +private theorem execIRStmts_cons_of_execIRStmt_return_anyFuel + (fuel : Nat) + (state next : IRState) (stmt : YulStmt) (rest : List YulStmt) (value : Nat) + (hstmt : execIRStmt fuel state stmt = .return value next) : + execIRStmts (fuel + 1) state (stmt :: r...
{ "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_e6bb41d22743_45
0349cbefcb5bcb9d
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/IRGeneration/FunctionBody/Stmt.lean
Stmt
45
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
135
5
[ { "theorem_name": "execIRStmts_cons_of_execIRStmt_return_stepFuel", "depth": 1, "n_commands": 0, "n_lines": 10, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n simpa [Nat.add_assoc] using\n (execIRStmts_cons_of_execIRStmt_return_anyFuel\n (fue...
[ { "name": "execIRStmts_cons_of_execIRStmt_return_anyFuel", "text": "private theorem execIRStmts_cons_of_execIRStmt_return_anyFuel\n (fuel : Nat)\n (state next : IRState) (stmt : YulStmt) (rest : List YulStmt) (value : Nat)\n (hstmt : execIRStmt fuel state stmt = .return value next) :\n execIRStm...
[ { "name": "execIRStmts_singleton_append_of_execIRStmt_return_wholeFuel", "fan_in": 0, "n_deps_direct": 1, "n_deps_transitive": 2, "n_lines": 17, "n_chars": 610, "n_subproofs": 0, "n_tactics": 10, "cyclomatic": 1, "n_automation": 1, "n_rewrites": 0, "n_structural": 0, ...
2
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
@@ -103,12 +103,33 @@ simp omega +private theorem execIRStmts_cons_of_execIRStmt_return_anyFuel + (fuel : Nat) + (state next : IRState) (stmt : YulStmt) (rest : List YulStmt) (value : Nat) + (hstmt : execIRStmt fuel state stmt = .return value next) : + execIRStmts (fuel + 1) state (stmt :: r...
{ "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_e6bb41d22743_46
511fb1068976433b
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/IRGeneration/FunctionBody/Stmt.lean
Stmt
46
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
135
4
[ { "theorem_name": "execIRStmts_cons_of_execIRStmt_stop_stepFuel", "depth": 1, "n_commands": 0, "n_lines": 9, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n simpa [Nat.add_assoc] using\n (execIRStmts_cons_of_execIRStmt_stop_anyFuel\n (fuel := ...
[ { "name": "execIRStmts_cons_of_execIRStmt_stop_anyFuel", "text": "private theorem execIRStmts_cons_of_execIRStmt_stop_anyFuel\n (fuel : Nat)\n (state next : IRState) (stmt : YulStmt) (rest : List YulStmt)\n (hstmt : execIRStmt fuel state stmt = .stop next) :\n execIRStmts (fuel + 1) state (stmt ...
[ { "name": "execIRStmts_cons_of_execIRStmt_stop_stepFuel", "fan_in": 0, "n_deps_direct": 1, "n_deps_transitive": 1, "n_lines": 16, "n_chars": 483, "n_subproofs": 0, "n_tactics": 9, "cyclomatic": 1, "n_automation": 1, "n_rewrites": 0, "n_structural": 0, "automation_...
1
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
@@ -103,12 +103,32 @@ simp omega +private theorem execIRStmts_cons_of_execIRStmt_stop_anyFuel + (fuel : Nat) + (state next : IRState) (stmt : YulStmt) (rest : List YulStmt) + (hstmt : execIRStmt fuel state stmt = .stop next) : + execIRStmts (fuel + 1) state (stmt :: rest) = + .stop next...
{ "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_e6bb41d22743_47
2ada43ada3e34a21
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/IRGeneration/FunctionBody/Stmt.lean
Stmt
47
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
135
4
[ { "theorem_name": "execIRStmts_cons_of_execIRStmt_stop_stepFuel", "depth": 1, "n_commands": 0, "n_lines": 9, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n simpa [Nat.add_assoc] using\n (execIRStmts_cons_of_execIRStmt_stop_anyFuel\n (fuel := ...
[ { "name": "execIRStmts_cons_of_execIRStmt_stop_anyFuel", "text": "private theorem execIRStmts_cons_of_execIRStmt_stop_anyFuel\n (fuel : Nat)\n (state next : IRState) (stmt : YulStmt) (rest : List YulStmt)\n (hstmt : execIRStmt fuel state stmt = .stop next) :\n execIRStmts (fuel + 1) state (stmt ...
[ { "name": "execIRStmts_cons_of_execIRStmt_stop_wholeFuel", "fan_in": 1, "n_deps_direct": 1, "n_deps_transitive": 1, "n_lines": 16, "n_chars": 601, "n_subproofs": 0, "n_tactics": 9, "cyclomatic": 1, "n_automation": 1, "n_rewrites": 0, "n_structural": 0, "automation...
1
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
@@ -103,12 +103,32 @@ simp omega +private theorem execIRStmts_cons_of_execIRStmt_stop_anyFuel + (fuel : Nat) + (state next : IRState) (stmt : YulStmt) (rest : List YulStmt) + (hstmt : execIRStmt fuel state stmt = .stop next) : + execIRStmts (fuel + 1) state (stmt :: rest) = + .stop next...
{ "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_e6bb41d22743_48
ba877e2d159e0b36
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/IRGeneration/FunctionBody/Stmt.lean
Stmt
48
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
135
4
[ { "theorem_name": "execIRStmts_cons_of_execIRStmt_stop_stepFuel", "depth": 1, "n_commands": 0, "n_lines": 9, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n simpa [Nat.add_assoc] using\n (execIRStmts_cons_of_execIRStmt_stop_anyFuel\n (fuel := ...
[ { "name": "execIRStmts_cons_of_execIRStmt_stop_anyFuel", "text": "private theorem execIRStmts_cons_of_execIRStmt_stop_anyFuel\n (fuel : Nat)\n (state next : IRState) (stmt : YulStmt) (rest : List YulStmt)\n (hstmt : execIRStmt fuel state stmt = .stop next) :\n execIRStmts (fuel + 1) state (stmt ...
[ { "name": "execIRStmts_singleton_append_of_execIRStmt_stop_wholeFuel", "fan_in": 1, "n_deps_direct": 1, "n_deps_transitive": 2, "n_lines": 16, "n_chars": 553, "n_subproofs": 0, "n_tactics": 9, "cyclomatic": 1, "n_automation": 1, "n_rewrites": 0, "n_structural": 0, ...
2
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
@@ -103,12 +103,32 @@ simp omega +private theorem execIRStmts_cons_of_execIRStmt_stop_anyFuel + (fuel : Nat) + (state next : IRState) (stmt : YulStmt) (rest : List YulStmt) + (hstmt : execIRStmt fuel state stmt = .stop next) : + execIRStmts (fuel + 1) state (stmt :: rest) = + .stop next...
{ "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_e6bb41d22743_49
c98288598207edde
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/IRGeneration/FunctionBody/Stmt.lean
Stmt
49
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
135
4
[ { "theorem_name": "execIRStmts_cons_of_execIRStmt_revert_stepFuel", "depth": 1, "n_commands": 0, "n_lines": 9, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n simpa [Nat.add_assoc] using\n (execIRStmts_cons_of_execIRStmt_revert_anyFuel\n (fuel...
[ { "name": "execIRStmts_cons_of_execIRStmt_revert_anyFuel", "text": "private theorem execIRStmts_cons_of_execIRStmt_revert_anyFuel\n (fuel : Nat)\n (state next : IRState) (stmt : YulStmt) (rest : List YulStmt)\n (hstmt : execIRStmt fuel state stmt = .revert next) :\n execIRStmts (fuel + 1) state ...
[ { "name": "execIRStmts_cons_of_execIRStmt_revert_stepFuel", "fan_in": 0, "n_deps_direct": 1, "n_deps_transitive": 1, "n_lines": 16, "n_chars": 491, "n_subproofs": 0, "n_tactics": 9, "cyclomatic": 1, "n_automation": 1, "n_rewrites": 0, "n_structural": 0, "automatio...
1
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
@@ -103,12 +103,32 @@ simp omega +private theorem execIRStmts_cons_of_execIRStmt_revert_anyFuel + (fuel : Nat) + (state next : IRState) (stmt : YulStmt) (rest : List YulStmt) + (hstmt : execIRStmt fuel state stmt = .revert next) : + execIRStmts (fuel + 1) state (stmt :: rest) = + .rever...
{ "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_e6bb41d22743_50
e2aa5ff52ae5f728
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/IRGeneration/FunctionBody/Stmt.lean
Stmt
50
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
135
4
[ { "theorem_name": "execIRStmts_cons_of_execIRStmt_revert_stepFuel", "depth": 1, "n_commands": 0, "n_lines": 9, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n simpa [Nat.add_assoc] using\n (execIRStmts_cons_of_execIRStmt_revert_anyFuel\n (fuel...
[ { "name": "execIRStmts_cons_of_execIRStmt_revert_anyFuel", "text": "private theorem execIRStmts_cons_of_execIRStmt_revert_anyFuel\n (fuel : Nat)\n (state next : IRState) (stmt : YulStmt) (rest : List YulStmt)\n (hstmt : execIRStmt fuel state stmt = .revert next) :\n execIRStmts (fuel + 1) state ...
[ { "name": "execIRStmts_cons_of_execIRStmt_revert_wholeFuel", "fan_in": 1, "n_deps_direct": 1, "n_deps_transitive": 1, "n_lines": 16, "n_chars": 609, "n_subproofs": 0, "n_tactics": 9, "cyclomatic": 1, "n_automation": 1, "n_rewrites": 0, "n_structural": 0, "automati...
1
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
@@ -103,12 +103,32 @@ simp omega +private theorem execIRStmts_cons_of_execIRStmt_revert_anyFuel + (fuel : Nat) + (state next : IRState) (stmt : YulStmt) (rest : List YulStmt) + (hstmt : execIRStmt fuel state stmt = .revert next) : + execIRStmts (fuel + 1) state (stmt :: rest) = + .rever...
{ "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_e6bb41d22743_51
393ceecc1b387e62
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/IRGeneration/FunctionBody/Stmt.lean
Stmt
51
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
135
4
[ { "theorem_name": "execIRStmts_cons_of_execIRStmt_revert_stepFuel", "depth": 1, "n_commands": 0, "n_lines": 9, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n simpa [Nat.add_assoc] using\n (execIRStmts_cons_of_execIRStmt_revert_anyFuel\n (fuel...
[ { "name": "execIRStmts_cons_of_execIRStmt_revert_anyFuel", "text": "private theorem execIRStmts_cons_of_execIRStmt_revert_anyFuel\n (fuel : Nat)\n (state next : IRState) (stmt : YulStmt) (rest : List YulStmt)\n (hstmt : execIRStmt fuel state stmt = .revert next) :\n execIRStmts (fuel + 1) state ...
[ { "name": "execIRStmts_singleton_append_of_execIRStmt_revert_wholeFuel", "fan_in": 2, "n_deps_direct": 1, "n_deps_transitive": 2, "n_lines": 16, "n_chars": 561, "n_subproofs": 0, "n_tactics": 9, "cyclomatic": 1, "n_automation": 1, "n_rewrites": 0, "n_structural": 0, ...
2
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
@@ -103,12 +103,32 @@ simp omega +private theorem execIRStmts_cons_of_execIRStmt_revert_anyFuel + (fuel : Nat) + (state next : IRState) (stmt : YulStmt) (rest : List YulStmt) + (hstmt : execIRStmt fuel state stmt = .revert next) : + execIRStmts (fuel + 1) state (stmt :: rest) = + .rever...
{ "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_e6bb41d22743_52
f86eddf844e2afd2
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/IRGeneration/FunctionBody/Stmt.lean
Stmt
52
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
135
1
[ { "theorem_name": "execIRStmts_two_of_continue_then_return", "depth": 1, "n_commands": 0, "n_lines": 3, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n rw [execIRStmts_two_of_execIRStmt_continue state mid stmt1 stmt2 rest hstmt1]\n exact execIRStmts_...
[ { "name": "execIRStmts_cons_of_execIRStmt_return", "text": "private theorem execIRStmts_cons_of_execIRStmt_return\n (state next : IRState) (stmt : YulStmt) (rest : List YulStmt) (value : Nat)\n (hstmt : execIRStmt (rest.length + 1) state stmt = .return value next) :\n execIRStmts (rest.length + 2) ...
[ { "name": "execIRStmts_two_of_continue_then_return", "fan_in": 1, "n_deps_direct": 2, "n_deps_transitive": 2, "n_lines": 10, "n_chars": 554, "n_subproofs": 0, "n_tactics": 3, "cyclomatic": 1, "n_automation": 0, "n_rewrites": 1, "n_structural": 1, "automation_only"...
2
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
@@ -103,6 +103,13 @@ simp omega +private theorem execIRStmts_cons_of_execIRStmt_return + (state next : IRState) (stmt : YulStmt) (rest : List YulStmt) (value : Nat) + (hstmt : execIRStmt (rest.length + 1) state stmt = .return value next) : + execIRStmts (rest.length + 2) state (stmt :: rest) = ...
{ "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_e6bb41d22743_53
430b63a9f638eefe
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/IRGeneration/FunctionBody/Stmt.lean
Stmt
53
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
135
1
[ { "theorem_name": "execIRStmts_two_of_continue_then_return_extraFuel", "depth": 1, "n_commands": 0, "n_lines": 3, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n rw [execIRStmts_two_of_execIRStmt_continue_extraFuel extraFuel state mid stmt1 stmt2 rest...
[ { "name": "execIRStmts_cons_of_execIRStmt_return_extraFuel", "text": "private theorem execIRStmts_cons_of_execIRStmt_return_extraFuel\n (extraFuel : Nat)\n (state next : IRState) (stmt : YulStmt) (rest : List YulStmt) (value : Nat)\n (hstmt : execIRStmt (rest.length + extraFuel + 1) state stmt = .r...
[ { "name": "execIRStmts_two_of_continue_then_return_extraFuel", "fan_in": 1, "n_deps_direct": 2, "n_deps_transitive": 2, "n_lines": 11, "n_chars": 662, "n_subproofs": 0, "n_tactics": 3, "cyclomatic": 1, "n_automation": 0, "n_rewrites": 1, "n_structural": 1, "automa...
2
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
@@ -103,6 +103,14 @@ simp omega +private theorem execIRStmts_cons_of_execIRStmt_return_extraFuel + (extraFuel : Nat) + (state next : IRState) (stmt : YulStmt) (rest : List YulStmt) (value : Nat) + (hstmt : execIRStmt (rest.length + extraFuel + 1) state stmt = .return value next) : + execIRSt...
{ "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_e6bb41d22743_54
7afcfae15305fac0
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/IRGeneration/FunctionBody/Stmt.lean
Stmt
54
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
135
5
[ { "theorem_name": "execIRStmts_cons_of_execIRStmt_continue_stepFuel", "depth": 1, "n_commands": 0, "n_lines": 9, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n simpa [Nat.add_assoc] using\n (execIRStmts_cons_of_execIRStmt_continue_anyFuel\n (...
[ { "name": "execIRStmts_cons_of_execIRStmt_continue_anyFuel", "text": "private theorem execIRStmts_cons_of_execIRStmt_continue_anyFuel\n (fuel : Nat)\n (state next : IRState) (stmt : YulStmt) (rest : List YulStmt)\n (hstmt : execIRStmt fuel state stmt = .continue next) :\n execIRStmts (fuel + 1) ...
[ { "name": "execIRStmts_two_of_continue_then_return_anyFuel", "fan_in": 2, "n_deps_direct": 2, "n_deps_transitive": 2, "n_lines": 16, "n_chars": 701, "n_subproofs": 0, "n_tactics": 9, "cyclomatic": 4, "n_automation": 2, "n_rewrites": 1, "n_structural": 2, "automati...
2
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
@@ -103,6 +103,25 @@ simp omega +private theorem execIRStmts_cons_of_execIRStmt_continue_anyFuel + (fuel : Nat) + (state next : IRState) (stmt : YulStmt) (rest : List YulStmt) + (hstmt : execIRStmt fuel state stmt = .continue next) : + execIRStmts (fuel + 1) state (stmt :: rest) = + exe...
{ "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_e6bb41d22743_55
e4214d8211d89d35
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/IRGeneration/FunctionBody/Stmt.lean
Stmt
55
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
135
5
[ { "theorem_name": "execIRStmts_cons_of_execIRStmt_return_stepFuel", "depth": 1, "n_commands": 0, "n_lines": 10, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n simpa [Nat.add_assoc] using\n (execIRStmts_cons_of_execIRStmt_return_anyFuel\n (fue...
[ { "name": "execIRStmts_cons_of_execIRStmt_return_anyFuel", "text": "private theorem execIRStmts_cons_of_execIRStmt_return_anyFuel\n (fuel : Nat)\n (state next : IRState) (stmt : YulStmt) (rest : List YulStmt) (value : Nat)\n (hstmt : execIRStmt fuel state stmt = .return value next) :\n execIRStm...
[ { "name": "execIRStmts_two_of_continue_then_return_stepFuel", "fan_in": 0, "n_deps_direct": 1, "n_deps_transitive": 3, "n_lines": 21, "n_chars": 721, "n_subproofs": 0, "n_tactics": 13, "cyclomatic": 1, "n_automation": 2, "n_rewrites": 0, "n_structural": 0, "automa...
3
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
@@ -122,6 +122,18 @@ | succ fuel => simp [execIRStmts, hstmt] +private theorem execIRStmts_cons_of_execIRStmt_return_anyFuel + (fuel : Nat) + (state next : IRState) (stmt : YulStmt) (rest : List YulStmt) (value : Nat) + (hstmt : execIRStmt fuel state stmt = .return value next) : + execIRStmts (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_e6bb41d22743_56
e2e735f87b9350f6
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/IRGeneration/FunctionBody/Stmt.lean
Stmt
56
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
135
5
[ { "theorem_name": "execIRStmts_cons_of_execIRStmt_return_stepFuel", "depth": 1, "n_commands": 0, "n_lines": 10, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n simpa [Nat.add_assoc] using\n (execIRStmts_cons_of_execIRStmt_return_anyFuel\n (fue...
[ { "name": "execIRStmts_cons_of_execIRStmt_return_anyFuel", "text": "private theorem execIRStmts_cons_of_execIRStmt_return_anyFuel\n (fuel : Nat)\n (state next : IRState) (stmt : YulStmt) (rest : List YulStmt) (value : Nat)\n (hstmt : execIRStmt fuel state stmt = .return value next) :\n execIRStm...
[ { "name": "execIRStmts_two_of_continue_then_return_wholeFuel", "fan_in": 1, "n_deps_direct": 1, "n_deps_transitive": 3, "n_lines": 24, "n_chars": 895, "n_subproofs": 0, "n_tactics": 13, "cyclomatic": 1, "n_automation": 1, "n_rewrites": 0, "n_structural": 0, "autom...
3
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
@@ -122,6 +122,18 @@ | succ fuel => simp [execIRStmts, hstmt] +private theorem execIRStmts_cons_of_execIRStmt_return_anyFuel + (fuel : Nat) + (state next : IRState) (stmt : YulStmt) (rest : List YulStmt) (value : Nat) + (hstmt : execIRStmt fuel state stmt = .return value next) : + execIRStmts (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_e6bb41d22743_57
62d029848697956e
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/IRGeneration/FunctionBody/Stmt.lean
Stmt
57
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
135
5
[ { "theorem_name": "execIRStmts_cons_of_execIRStmt_return_stepFuel", "depth": 1, "n_commands": 0, "n_lines": 10, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n simpa [Nat.add_assoc] using\n (execIRStmts_cons_of_execIRStmt_return_anyFuel\n (fue...
[ { "name": "execIRStmts_cons_of_execIRStmt_return_anyFuel", "text": "private theorem execIRStmts_cons_of_execIRStmt_return_anyFuel\n (fuel : Nat)\n (state next : IRState) (stmt : YulStmt) (rest : List YulStmt) (value : Nat)\n (hstmt : execIRStmt fuel state stmt = .return value next) :\n execIRStm...
[ { "name": "execIRStmts_two_append_of_continue_then_return_wholeFuel", "fan_in": 1, "n_deps_direct": 1, "n_deps_transitive": 4, "n_lines": 24, "n_chars": 826, "n_subproofs": 0, "n_tactics": 13, "cyclomatic": 1, "n_automation": 1, "n_rewrites": 0, "n_structural": 0, ...
4
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
@@ -122,6 +122,18 @@ | succ fuel => simp [execIRStmts, hstmt] +private theorem execIRStmts_cons_of_execIRStmt_return_anyFuel + (fuel : Nat) + (state next : IRState) (stmt : YulStmt) (rest : List YulStmt) (value : Nat) + (hstmt : execIRStmt fuel state stmt = .return value next) : + execIRStmts (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_e6bb41d22743_58
b93fe4bce9e262c0
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/IRGeneration/FunctionBody/Stmt.lean
Stmt
58
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
135
1
[ { "theorem_name": "execIRStmt_block_of_execIRStmts_continue_nonzeroFuel", "depth": 1, "n_commands": 0, "n_lines": 6, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n cases fuel with\n | zero =>\n exact False.elim (hfuel rfl)\n | succ fuel =>\n ...
[ { "name": "execIRStmt_block_of_execIRStmts_continue", "text": "private theorem execIRStmt_block_of_execIRStmts_continue\n (fuel : Nat) (state next : IRState) (body : List YulStmt)\n (hbody : execIRStmts fuel state body = .continue next) :\n execIRStmt (Nat.succ fuel) state (YulStmt.block body) = .c...
[ { "name": "execIRStmt_block_of_execIRStmts_continue_nonzeroFuel", "fan_in": 0, "n_deps_direct": 1, "n_deps_transitive": 1, "n_lines": 12, "n_chars": 462, "n_subproofs": 0, "n_tactics": 6, "cyclomatic": 2, "n_automation": 2, "n_rewrites": 0, "n_structural": 2, "aut...
1
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
@@ -103,6 +103,12 @@ simp omega +private theorem execIRStmt_block_of_execIRStmts_continue + (fuel : Nat) (state next : IRState) (body : List YulStmt) + (hbody : execIRStmts fuel state body = .continue next) : + execIRStmt (Nat.succ fuel) state (YulStmt.block body) = .continue next := by + simp...
{ "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_e6bb41d22743_59
1e7a472821431dd8
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/IRGeneration/FunctionBody/Stmt.lean
Stmt
59
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
135
1
[ { "theorem_name": "execIRStmt_block_of_execIRStmts_return_nonzeroFuel", "depth": 1, "n_commands": 0, "n_lines": 6, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n cases fuel with\n | zero =>\n exact False.elim (hfuel rfl)\n | succ fuel =>\n ...
[ { "name": "execIRStmt_block_of_execIRStmts_return", "text": "private theorem execIRStmt_block_of_execIRStmts_return\n (fuel : Nat) (state next : IRState) (body : List YulStmt) (value : Nat)\n (hbody : execIRStmts fuel state body = .return value next) :\n execIRStmt (Nat.succ fuel) state (YulStmt.bl...
[ { "name": "execIRStmt_block_of_execIRStmts_return_nonzeroFuel", "fan_in": 2, "n_deps_direct": 1, "n_deps_transitive": 1, "n_lines": 12, "n_chars": 486, "n_subproofs": 0, "n_tactics": 6, "cyclomatic": 2, "n_automation": 2, "n_rewrites": 0, "n_structural": 2, "autom...
1
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
@@ -103,6 +103,12 @@ simp omega +private theorem execIRStmt_block_of_execIRStmts_return + (fuel : Nat) (state next : IRState) (body : List YulStmt) (value : Nat) + (hbody : execIRStmts fuel state body = .return value next) : + execIRStmt (Nat.succ fuel) state (YulStmt.block body) = .return valu...
{ "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_e6bb41d22743_60
29c2b15a4b534000
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/IRGeneration/FunctionBody/Stmt.lean
Stmt
60
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
135
1
[ { "theorem_name": "execIRStmt_block_of_execIRStmts_stop_nonzeroFuel", "depth": 1, "n_commands": 0, "n_lines": 6, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n cases fuel with\n | zero =>\n exact False.elim (hfuel rfl)\n | succ fuel =>\n ...
[ { "name": "execIRStmt_block_of_execIRStmts_stop", "text": "private theorem execIRStmt_block_of_execIRStmts_stop\n (fuel : Nat) (state next : IRState) (body : List YulStmt)\n (hbody : execIRStmts fuel state body = .stop next) :\n execIRStmt (Nat.succ fuel) state (YulStmt.block body) = .stop next := ...
[ { "name": "execIRStmt_block_of_execIRStmts_stop_nonzeroFuel", "fan_in": 2, "n_deps_direct": 1, "n_deps_transitive": 1, "n_lines": 12, "n_chars": 446, "n_subproofs": 0, "n_tactics": 6, "cyclomatic": 2, "n_automation": 2, "n_rewrites": 0, "n_structural": 2, "automat...
1
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
@@ -103,6 +103,12 @@ simp omega +private theorem execIRStmt_block_of_execIRStmts_stop + (fuel : Nat) (state next : IRState) (body : List YulStmt) + (hbody : execIRStmts fuel state body = .stop next) : + execIRStmt (Nat.succ fuel) state (YulStmt.block body) = .stop next := by + simpa [execIRStm...
{ "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_e6bb41d22743_61
e2ed32b2548f5be2
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/IRGeneration/FunctionBody/Stmt.lean
Stmt
61
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
135
1
[ { "theorem_name": "execIRStmt_block_of_execIRStmts_revert_nonzeroFuel", "depth": 1, "n_commands": 0, "n_lines": 6, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n cases fuel with\n | zero =>\n exact False.elim (hfuel rfl)\n | succ fuel =>\n ...
[ { "name": "execIRStmt_block_of_execIRStmts_revert", "text": "private theorem execIRStmt_block_of_execIRStmts_revert\n (fuel : Nat) (state next : IRState) (body : List YulStmt)\n (hbody : execIRStmts fuel state body = .revert next) :\n execIRStmt (Nat.succ fuel) state (YulStmt.block body) = .revert ...
[ { "name": "execIRStmt_block_of_execIRStmts_revert_nonzeroFuel", "fan_in": 2, "n_deps_direct": 1, "n_deps_transitive": 1, "n_lines": 12, "n_chars": 454, "n_subproofs": 0, "n_tactics": 6, "cyclomatic": 2, "n_automation": 2, "n_rewrites": 0, "n_structural": 2, "autom...
1
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
@@ -103,6 +103,12 @@ simp omega +private theorem execIRStmt_block_of_execIRStmts_revert + (fuel : Nat) (state next : IRState) (body : List YulStmt) + (hbody : execIRStmts fuel state body = .revert next) : + execIRStmt (Nat.succ fuel) state (YulStmt.block body) = .revert next := by + simpa [exe...
{ "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_e6bb41d22743_62
3bbe5236e4bd0569
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/IRGeneration/FunctionBody/Stmt.lean
Stmt
62
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
135
1
[ { "theorem_name": "execIRStmt_if_true_of_eval_nonzeroFuel", "depth": 1, "n_commands": 0, "n_lines": 6, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n cases fuel with\n | zero =>\n exact False.elim (hfuel rfl)\n | succ fuel =>\n simpa usin...
[ { "name": "execIRStmt_if_true_of_eval", "text": "private theorem execIRStmt_if_true_of_eval\n (fuel : Nat) (state : IRState) (cond : YulExpr) (body : List YulStmt) (value : Nat)\n (hcond : evalIRExpr state cond = some value)\n (hvalue : value ≠ 0) :\n execIRStmt (Nat.succ fuel) state (YulStmt.if...
[ { "name": "execIRStmt_if_true_of_eval_nonzeroFuel", "fan_in": 5, "n_deps_direct": 1, "n_deps_transitive": 1, "n_lines": 13, "n_chars": 506, "n_subproofs": 0, "n_tactics": 6, "cyclomatic": 2, "n_automation": 2, "n_rewrites": 0, "n_structural": 2, "automation_only":...
1
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
@@ -103,6 +103,13 @@ simp omega +private theorem execIRStmt_if_true_of_eval + (fuel : Nat) (state : IRState) (cond : YulExpr) (body : List YulStmt) (value : Nat) + (hcond : evalIRExpr state cond = some value) + (hvalue : value ≠ 0) : + execIRStmt (Nat.succ fuel) state (YulStmt.if_ cond body)...
{ "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_e6bb41d22743_63
d8188c7e24f09ab3
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/IRGeneration/FunctionBody/Stmt.lean
Stmt
63
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
135
1
[ { "theorem_name": "execIRStmt_if_false_of_eval_nonzeroFuel", "depth": 1, "n_commands": 0, "n_lines": 6, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n cases fuel with\n | zero =>\n exact False.elim (hfuel rfl)\n | succ fuel =>\n simpa usi...
[ { "name": "execIRStmt_if_false_of_eval", "text": "private theorem execIRStmt_if_false_of_eval\n (fuel : Nat) (state : IRState) (cond : YulExpr) (body : List YulStmt) (value : Nat)\n (hcond : evalIRExpr state cond = some value)\n (hvalue : value = 0) :\n execIRStmt (Nat.succ fuel) state (YulStmt....
[ { "name": "execIRStmt_if_false_of_eval_nonzeroFuel", "fan_in": 4, "n_deps_direct": 1, "n_deps_transitive": 1, "n_lines": 13, "n_chars": 488, "n_subproofs": 0, "n_tactics": 6, "cyclomatic": 2, "n_automation": 2, "n_rewrites": 0, "n_structural": 2, "automation_only"...
1
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
@@ -103,6 +103,13 @@ simp omega +private theorem execIRStmt_if_false_of_eval + (fuel : Nat) (state : IRState) (cond : YulExpr) (body : List YulStmt) (value : Nat) + (hcond : evalIRExpr state cond = some value) + (hvalue : value = 0) : + execIRStmt (Nat.succ fuel) state (YulStmt.if_ cond body...
{ "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_e6bb41d22743_64
9bfc124de9c736e6
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/IRGeneration/FunctionBody/Stmt.lean
Stmt
64
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
135
1
[ { "theorem_name": "execIRStmt_let_of_eval_nonzeroFuel", "depth": 1, "n_commands": 0, "n_lines": 6, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n cases fuel with\n | zero =>\n exact False.elim (hfuel rfl)\n | succ fuel =>\n simpa using ex...
[ { "name": "execIRStmt_let_of_eval_anyFuel", "text": "private theorem execIRStmt_let_of_eval_anyFuel\n (fuel : Nat)\n (state : IRState)\n (name : String)\n (valueExpr : YulExpr)\n (value : Nat)\n (heval : evalIRExpr state valueExpr = some value) :\n execIRStmt (Nat.succ fuel) state (YulS...
[ { "name": "execIRStmt_let_of_eval_nonzeroFuel", "fan_in": 4, "n_deps_direct": 1, "n_deps_transitive": 1, "n_lines": 17, "n_chars": 511, "n_subproofs": 0, "n_tactics": 6, "cyclomatic": 2, "n_automation": 2, "n_rewrites": 0, "n_structural": 2, "automation_only": fal...
1
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
@@ -103,6 +103,17 @@ simp omega +private theorem execIRStmt_let_of_eval_anyFuel + (fuel : Nat) + (state : IRState) + (name : String) + (valueExpr : YulExpr) + (value : Nat) + (heval : evalIRExpr state valueExpr = some value) : + execIRStmt (Nat.succ fuel) state (YulStmt.let_ name va...
{ "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_e6bb41d22743_65
61a5885fe2979e35
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/IRGeneration/FunctionBody/Stmt.lean
Stmt
65
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
135
1
[ { "theorem_name": "execIRStmt_assign_of_eval_nonzeroFuel", "depth": 1, "n_commands": 0, "n_lines": 6, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n cases fuel with\n | zero =>\n exact False.elim (hfuel rfl)\n | succ fuel =>\n simpa using...
[ { "name": "execIRStmt_assign_of_eval_anyFuel", "text": "private theorem execIRStmt_assign_of_eval_anyFuel\n (fuel : Nat)\n (state : IRState)\n (name : String)\n (valueExpr : YulExpr)\n (value : Nat)\n (heval : evalIRExpr state valueExpr = some value) :\n execIRStmt (Nat.succ fuel) state...
[ { "name": "execIRStmt_assign_of_eval_nonzeroFuel", "fan_in": 3, "n_deps_direct": 1, "n_deps_transitive": 1, "n_lines": 17, "n_chars": 519, "n_subproofs": 0, "n_tactics": 6, "cyclomatic": 2, "n_automation": 2, "n_rewrites": 0, "n_structural": 2, "automation_only": ...
1
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
@@ -103,6 +103,17 @@ simp omega +private theorem execIRStmt_assign_of_eval_anyFuel + (fuel : Nat) + (state : IRState) + (name : String) + (valueExpr : YulExpr) + (value : Nat) + (heval : evalIRExpr state valueExpr = some value) : + execIRStmt (Nat.succ fuel) state (YulStmt.assign na...
{ "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_e6bb41d22743_66
8561a72f3e4cae64
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/IRGeneration/FunctionBody/Stmt.lean
Stmt
66
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
135
1
[ { "theorem_name": "execIRStmt_mstore_of_eval_nonzeroFuel", "depth": 1, "n_commands": 0, "n_lines": 6, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n cases fuel with\n | zero =>\n exact False.elim (hfuel rfl)\n | succ fuel =>\n simpa using...
[ { "name": "execIRStmt_mstore_of_eval_anyFuel", "text": "private theorem execIRStmt_mstore_of_eval_anyFuel\n (fuel : Nat)\n (state : IRState)\n (offset : Nat)\n (valueExpr : YulExpr)\n (value : Nat)\n (heval : evalIRExpr state valueExpr = some value) :\n execIRStmt (Nat.succ fuel) state\...
[ { "name": "execIRStmt_mstore_of_eval_nonzeroFuel", "fan_in": 1, "n_deps_direct": 1, "n_deps_transitive": 1, "n_lines": 18, "n_chars": 622, "n_subproofs": 0, "n_tactics": 6, "cyclomatic": 2, "n_automation": 2, "n_rewrites": 0, "n_structural": 2, "automation_only": ...
1
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
@@ -103,6 +103,18 @@ simp omega +private theorem execIRStmt_mstore_of_eval_anyFuel + (fuel : Nat) + (state : IRState) + (offset : Nat) + (valueExpr : YulExpr) + (value : Nat) + (heval : evalIRExpr state valueExpr = some value) : + execIRStmt (Nat.succ fuel) state + (YulStmt.exp...
{ "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_e6bb41d22743_67
c3ec03971fa6343b
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/IRGeneration/FunctionBody/Stmt.lean
Stmt
67
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
135
1
[ { "theorem_name": "execIRStmt_return32_of_memory_nonzeroFuel", "depth": 1, "n_commands": 0, "n_lines": 6, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n cases fuel with\n | zero =>\n exact False.elim (hfuel rfl)\n | succ fuel =>\n simpa u...
[ { "name": "execIRStmt_return32_of_memory_anyFuel", "text": "private theorem execIRStmt_return32_of_memory_anyFuel\n (fuel : Nat)\n (state : IRState)\n (offset : Nat) :\n execIRStmt (Nat.succ fuel) state\n (YulStmt.exprStmt (YulExpr.call \"return\" [YulExpr.lit offset, YulExpr.lit 32])) =\n ...
[ { "name": "execIRStmt_return32_of_memory_nonzeroFuel", "fan_in": 1, "n_deps_direct": 1, "n_deps_transitive": 1, "n_lines": 15, "n_chars": 462, "n_subproofs": 0, "n_tactics": 6, "cyclomatic": 2, "n_automation": 2, "n_rewrites": 0, "n_structural": 2, "automation_onl...
1
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
@@ -103,6 +103,15 @@ simp omega +private theorem execIRStmt_return32_of_memory_anyFuel + (fuel : Nat) + (state : IRState) + (offset : Nat) : + execIRStmt (Nat.succ fuel) state + (YulStmt.exprStmt (YulExpr.call "return" [YulExpr.lit offset, YulExpr.lit 32])) = + .return (state.memor...
{ "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_e6bb41d22743_68
476779a6d595c8cf
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/IRGeneration/FunctionBody/Stmt.lean
Stmt
68
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
135
1
[ { "theorem_name": "execIRStmts_revertPrefix_then_revert", "depth": 1, "n_commands": 0, "n_lines": 22, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n induction fuel generalizing state prefixStmts with\n | zero =>\n cases prefixStmts <;> refine ⟨...
[ { "name": "execIRStmt_revertPrefix_continue", "text": "private theorem execIRStmt_revertPrefix_continue\n (fuel : Nat) (state : IRState) {stmt : YulStmt}\n (hstmt : RevertPrefixStmt stmt) :\n ∃ next, execIRStmt (Nat.succ fuel) state stmt = .continue next := by\n cases hstmt with\n | mstore_lit =>...
[ { "name": "execIRStmts_revertPrefix_then_revert", "fan_in": 1, "n_deps_direct": 1, "n_deps_transitive": 1, "n_lines": 32, "n_chars": 1369, "n_subproofs": 2, "n_tactics": 27, "cyclomatic": 14, "n_automation": 6, "n_rewrites": 0, "n_structural": 14, "automation_only...
1
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
@@ -109,6 +109,26 @@ | mstore_hex {offset value : Nat} : RevertPrefixStmt (YulStmt.exprStmt (YulExpr.call "mstore" [YulExpr.lit offset, YulExpr.hex value])) +private theorem execIRStmt_revertPrefix_continue + (fuel : Nat) (state : IRState) {stmt : YulStmt} + (hstmt : RevertPrefixStmt stmt) : + ∃ ne...
{ "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_e6bb41d22743_69
f7787d5e9e7c999e
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/IRGeneration/FunctionBody/Stmt.lean
Stmt
69
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
135
1
[ { "theorem_name": "execIRStmts_revertPrefix_then_revert", "depth": 1, "n_commands": 0, "n_lines": 22, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n induction fuel generalizing state prefixStmts with\n | zero =>\n cases prefixStmts <;> refine ⟨...
[ { "name": "execIRStmt_revertPrefix_continue", "text": "private theorem execIRStmt_revertPrefix_continue\n (fuel : Nat) (state : IRState) {stmt : YulStmt}\n (hstmt : RevertPrefixStmt stmt) :\n ∃ next, execIRStmt (Nat.succ fuel) state stmt = .continue next := by\n cases hstmt with\n | mstore_lit =>...
[ { "name": "execIRStmts_revertWithMessage_revert", "fan_in": 4, "n_deps_direct": 1, "n_deps_transitive": 2, "n_lines": 35, "n_chars": 1667, "n_subproofs": 1, "n_tactics": 30, "cyclomatic": 4, "n_automation": 7, "n_rewrites": 1, "n_structural": 8, "automation_only":...
2
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
@@ -109,6 +109,26 @@ | mstore_hex {offset value : Nat} : RevertPrefixStmt (YulStmt.exprStmt (YulExpr.call "mstore" [YulExpr.lit offset, YulExpr.hex value])) +private theorem execIRStmt_revertPrefix_continue + (fuel : Nat) (state : IRState) {stmt : YulStmt} + (hstmt : RevertPrefixStmt stmt) : + ∃ ne...
{ "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_e6bb41d22743_70
4dd9c32347e8d679
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/IRGeneration/FunctionBody/Stmt.lean
Stmt
70
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
135
6
[ { "theorem_name": "exec_compileStmt_return_core", "depth": 1, "n_commands": 0, "n_lines": 22, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n rcases compileExpr_core_ok hcore with ⟨valueIR, hvalueIR⟩\n refine ⟨[ YulStmt.exprStmt (YulExpr.call \"mstor...
[ { "name": "runtimeStateMatchesIR_setBothMemory", "text": "theorem runtimeStateMatchesIR_setBothMemory\n {fields : List Field}\n {runtime : SourceSemantics.RuntimeState}\n {state : IRState}\n (hmatch : runtimeStateMatchesIR fields runtime state)\n (offset : Nat) (value : Nat)\n (hvalue : va...
[ { "name": "exec_compileStmtList_core", "fan_in": 0, "n_deps_direct": 13, "n_deps_transitive": 20, "n_lines": 445, "n_chars": 25748, "n_subproofs": 74, "n_tactics": 433, "cyclomatic": 32, "n_automation": 73, "n_rewrites": 43, "n_structural": 58, "automation_only": ...
20
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody theorem runtimeStateMatchesIR_setVar_bindValue {fiel...
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody theorem runtimeStateMatchesIR_setVar_bindValue {fiel...
@@ -124,6 +124,36 @@ rw [compileStmtListWithFork_cancun_eq_compileStmtList] exact compileStmtList_cons_eq_ok _ _ _ _ _ _ _ _ _ _ _ _ hhead htail +theorem runtimeStateMatchesIR_setBothMemory + {fields : List Field} + {runtime : SourceSemantics.RuntimeState} + {state : IRState} + (hmatch : runtimeStat...
{ "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_e6bb41d22743_71
d2171e8efa8743f9
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/IRGeneration/FunctionBody/Stmt.lean
Stmt
71
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
135
6
[ { "theorem_name": "exec_compileStmt_return_core", "depth": 1, "n_commands": 0, "n_lines": 22, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n rcases compileExpr_core_ok hcore with ⟨valueIR, hvalueIR⟩\n refine ⟨[ YulStmt.exprStmt (YulExpr.call \"mstor...
[ { "name": "runtimeStateMatchesIR_setBothMemory", "text": "theorem runtimeStateMatchesIR_setBothMemory\n {fields : List Field}\n {runtime : SourceSemantics.RuntimeState}\n {state : IRState}\n (hmatch : runtimeStateMatchesIR fields runtime state)\n (offset : Nat) (value : Nat)\n (hvalue : va...
[ { "name": "exec_compileStmtList_core_extraFuel", "fan_in": 0, "n_deps_direct": 12, "n_deps_transitive": 20, "n_lines": 503, "n_chars": 29640, "n_subproofs": 84, "n_tactics": 493, "cyclomatic": 32, "n_automation": 81, "n_rewrites": 47, "n_structural": 60, "automati...
20
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody theorem runtimeStateMatchesIR_setVar_bindValue {fiel...
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody theorem runtimeStateMatchesIR_setVar_bindValue {fiel...
@@ -124,6 +124,36 @@ rw [compileStmtListWithFork_cancun_eq_compileStmtList] exact compileStmtList_cons_eq_ok _ _ _ _ _ _ _ _ _ _ _ _ hhead htail +theorem runtimeStateMatchesIR_setBothMemory + {fields : List Field} + {runtime : SourceSemantics.RuntimeState} + {state : IRState} + (hmatch : runtimeStat...
{ "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_e6bb41d22743_72
a63f68c2af5ee82c
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/IRGeneration/FunctionBody/Stmt.lean
Stmt
72
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
135
2
[ { "theorem_name": "compiled_terminal_ite_body_block_extraFuel_eq", "depth": 1, "n_commands": 0, "n_lines": 4, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n have hblock :=\n compiled_terminal_ite_body_size_ge_blockFuel tempName condIR thenIR elseI...
[ { "name": "compiled_terminal_ite_body_size_ge_blockFuel", "text": "theorem compiled_terminal_ite_body_size_ge_blockFuel\n (tempName : String)\n (condIR : YulExpr)\n (thenIR elseIR tailIR : List YulStmt) :\n sizeOf\n [ YulStmt.let_ tempName condIR\n , YulStmt.if_ (YulExpr.ident temp...
[ { "name": "compiled_terminal_ite_body_block_extraFuel_eq", "fan_in": 1, "n_deps_direct": 1, "n_deps_transitive": 1, "n_lines": 39, "n_chars": 1363, "n_subproofs": 1, "n_tactics": 4, "cyclomatic": 1, "n_automation": 1, "n_rewrites": 0, "n_structural": 0, "automatio...
1
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
@@ -103,6 +103,27 @@ simp omega +theorem compiled_terminal_ite_body_size_ge_blockFuel + (tempName : String) + (condIR : YulExpr) + (thenIR elseIR tailIR : List YulStmt) : + sizeOf + [ YulStmt.let_ tempName condIR + , YulStmt.if_ (YulExpr.ident tempName) thenIR + , YulStm...
{ "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_e6bb41d22743_73
9b4fc58291d9f475
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/IRGeneration/FunctionBody/Stmt.lean
Stmt
73
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
135
9
[ { "theorem_name": "compiled_terminal_ite_body_thenBranch_extraFuel_eq", "depth": 1, "n_commands": 0, "n_lines": 4, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n have hbranch :=\n (compiled_terminal_ite_body_size_ge_branchExecFuel tempName condIR ...
[ { "name": "compiled_terminal_ite_body_size_ge_branchExecFuel", "text": "theorem compiled_terminal_ite_body_size_ge_branchExecFuel\n (tempName : String)\n (condIR : YulExpr)\n (thenIR elseIR tailIR : List YulStmt) :\n sizeOf thenIR + 5 ≤\n sizeOf\n ([YulStmt.block\n [ YulSt...
[ { "name": "compiled_terminal_ite_body_thenBranch_extraFuel_eq", "fan_in": 1, "n_deps_direct": 1, "n_deps_transitive": 3, "n_lines": 29, "n_chars": 978, "n_subproofs": 1, "n_tactics": 4, "cyclomatic": 1, "n_automation": 1, "n_rewrites": 0, "n_structural": 0, "autom...
3
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
@@ -131,6 +131,52 @@ simp omega +theorem compiled_terminal_ite_body_size_ge_branchExecFuel + (tempName : String) + (condIR : YulExpr) + (thenIR elseIR tailIR : List YulStmt) : + sizeOf thenIR + 5 ≤ + sizeOf + ([YulStmt.block + [ YulStmt.let_ tempName condIR + , YulS...
{ "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_e6bb41d22743_74
f113bd74b758c7cc
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/IRGeneration/FunctionBody/Stmt.lean
Stmt
74
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
135
9
[ { "theorem_name": "compiled_terminal_ite_body_thenBranch_extraFuel_eq", "depth": 1, "n_commands": 0, "n_lines": 4, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n have hbranch :=\n (compiled_terminal_ite_body_size_ge_branchExecFuel tempName condIR ...
[ { "name": "compiled_terminal_ite_body_size_ge_branchExecFuel", "text": "theorem compiled_terminal_ite_body_size_ge_branchExecFuel\n (tempName : String)\n (condIR : YulExpr)\n (thenIR elseIR tailIR : List YulStmt) :\n sizeOf thenIR + 5 ≤\n sizeOf\n ([YulStmt.block\n [ YulSt...
[ { "name": "compiled_terminal_ite_body_elseBranch_extraFuel_eq", "fan_in": 1, "n_deps_direct": 1, "n_deps_transitive": 3, "n_lines": 29, "n_chars": 978, "n_subproofs": 1, "n_tactics": 4, "cyclomatic": 1, "n_automation": 1, "n_rewrites": 0, "n_structural": 0, "autom...
3
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
@@ -131,6 +131,52 @@ simp omega +theorem compiled_terminal_ite_body_size_ge_branchExecFuel + (tempName : String) + (condIR : YulExpr) + (thenIR elseIR tailIR : List YulStmt) : + sizeOf thenIR + 5 ≤ + sizeOf + ([YulStmt.block + [ YulStmt.let_ tempName condIR + , YulS...
{ "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_e6bb41d22743_75
80205a8ce8084869
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/IRGeneration/FunctionBody/Stmt.lean
Stmt
75
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
135
9
[ { "theorem_name": "compiled_terminal_ite_body_thenBranch_extraFuel_eq", "depth": 1, "n_commands": 0, "n_lines": 4, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n have hbranch :=\n (compiled_terminal_ite_body_size_ge_branchExecFuel tempName condIR ...
[ { "name": "compiled_terminal_ite_body_size_ge_branchExecFuel", "text": "theorem compiled_terminal_ite_body_size_ge_branchExecFuel\n (tempName : String)\n (condIR : YulExpr)\n (thenIR elseIR tailIR : List YulStmt) :\n sizeOf thenIR + 5 ≤\n sizeOf\n ([YulStmt.block\n [ YulSt...
[ { "name": "compiled_terminal_ite_body_thenBranch_execFuel_eq", "fan_in": 1, "n_deps_direct": 1, "n_deps_transitive": 4, "n_lines": 29, "n_chars": 985, "n_subproofs": 0, "n_tactics": 4, "cyclomatic": 1, "n_automation": 1, "n_rewrites": 0, "n_structural": 0, "automa...
4
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
@@ -131,6 +131,52 @@ simp omega +theorem compiled_terminal_ite_body_size_ge_branchExecFuel + (tempName : String) + (condIR : YulExpr) + (thenIR elseIR tailIR : List YulStmt) : + sizeOf thenIR + 5 ≤ + sizeOf + ([YulStmt.block + [ YulStmt.let_ tempName condIR + , YulS...
{ "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_e6bb41d22743_76
4a76534b2d020ce0
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/IRGeneration/FunctionBody/Stmt.lean
Stmt
76
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
135
9
[ { "theorem_name": "compiled_terminal_ite_body_thenBranch_extraFuel_eq", "depth": 1, "n_commands": 0, "n_lines": 4, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n have hbranch :=\n (compiled_terminal_ite_body_size_ge_branchExecFuel tempName condIR ...
[ { "name": "compiled_terminal_ite_body_size_ge_branchExecFuel", "text": "theorem compiled_terminal_ite_body_size_ge_branchExecFuel\n (tempName : String)\n (condIR : YulExpr)\n (thenIR elseIR tailIR : List YulStmt) :\n sizeOf thenIR + 5 ≤\n sizeOf\n ([YulStmt.block\n [ YulSt...
[ { "name": "compiled_terminal_ite_body_thenBranch_tailExecFuel_eq", "fan_in": 0, "n_deps_direct": 1, "n_deps_transitive": 3, "n_lines": 29, "n_chars": 977, "n_subproofs": 1, "n_tactics": 4, "cyclomatic": 1, "n_automation": 1, "n_rewrites": 0, "n_structural": 0, "au...
3
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
@@ -131,6 +131,52 @@ simp omega +theorem compiled_terminal_ite_body_size_ge_branchExecFuel + (tempName : String) + (condIR : YulExpr) + (thenIR elseIR tailIR : List YulStmt) : + sizeOf thenIR + 5 ≤ + sizeOf + ([YulStmt.block + [ YulStmt.let_ tempName condIR + , YulS...
{ "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_e6bb41d22743_77
ef746c42422dac2b
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/IRGeneration/FunctionBody/Stmt.lean
Stmt
77
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
135
9
[ { "theorem_name": "compiled_terminal_ite_body_thenBranch_extraFuel_eq", "depth": 1, "n_commands": 0, "n_lines": 4, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n have hbranch :=\n (compiled_terminal_ite_body_size_ge_branchExecFuel tempName condIR ...
[ { "name": "compiled_terminal_ite_body_size_ge_branchExecFuel", "text": "theorem compiled_terminal_ite_body_size_ge_branchExecFuel\n (tempName : String)\n (condIR : YulExpr)\n (thenIR elseIR tailIR : List YulStmt) :\n sizeOf thenIR + 5 ≤\n sizeOf\n ([YulStmt.block\n [ YulSt...
[ { "name": "compiled_terminal_ite_body_elseBranch_execFuel_eq", "fan_in": 1, "n_deps_direct": 1, "n_deps_transitive": 4, "n_lines": 29, "n_chars": 985, "n_subproofs": 0, "n_tactics": 4, "cyclomatic": 1, "n_automation": 1, "n_rewrites": 0, "n_structural": 0, "automa...
4
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
@@ -131,6 +131,52 @@ simp omega +theorem compiled_terminal_ite_body_size_ge_branchExecFuel + (tempName : String) + (condIR : YulExpr) + (thenIR elseIR tailIR : List YulStmt) : + sizeOf thenIR + 5 ≤ + sizeOf + ([YulStmt.block + [ YulStmt.let_ tempName condIR + , YulS...
{ "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_e6bb41d22743_78
874ac6c1ec763196
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/IRGeneration/FunctionBody/Stmt.lean
Stmt
78
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
135
9
[ { "theorem_name": "compiled_terminal_ite_body_thenBranch_extraFuel_eq", "depth": 1, "n_commands": 0, "n_lines": 4, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n have hbranch :=\n (compiled_terminal_ite_body_size_ge_branchExecFuel tempName condIR ...
[ { "name": "compiled_terminal_ite_body_size_ge_branchExecFuel", "text": "theorem compiled_terminal_ite_body_size_ge_branchExecFuel\n (tempName : String)\n (condIR : YulExpr)\n (thenIR elseIR tailIR : List YulStmt) :\n sizeOf thenIR + 5 ≤\n sizeOf\n ([YulStmt.block\n [ YulSt...
[ { "name": "compiled_terminal_ite_body_elseBranch_tailExecFuel_eq", "fan_in": 1, "n_deps_direct": 1, "n_deps_transitive": 3, "n_lines": 29, "n_chars": 977, "n_subproofs": 1, "n_tactics": 4, "cyclomatic": 1, "n_automation": 1, "n_rewrites": 0, "n_structural": 0, "au...
3
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
@@ -131,6 +131,52 @@ simp omega +theorem compiled_terminal_ite_body_size_ge_branchExecFuel + (tempName : String) + (condIR : YulExpr) + (thenIR elseIR tailIR : List YulStmt) : + sizeOf thenIR + 5 ≤ + sizeOf + ([YulStmt.block + [ YulStmt.let_ tempName condIR + , YulS...
{ "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_e6bb41d22743_79
5433e2608bec06c8
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/IRGeneration/FunctionBody/Stmt.lean
Stmt
79
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
135
9
[ { "theorem_name": "compiled_terminal_ite_body_thenBranch_extraFuel_eq", "depth": 1, "n_commands": 0, "n_lines": 4, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n have hbranch :=\n (compiled_terminal_ite_body_size_ge_branchExecFuel tempName condIR ...
[ { "name": "compiled_terminal_ite_body_size_ge_branchExecFuel", "text": "theorem compiled_terminal_ite_body_size_ge_branchExecFuel\n (tempName : String)\n (condIR : YulExpr)\n (thenIR elseIR tailIR : List YulStmt) :\n sizeOf thenIR + 5 ≤\n sizeOf\n ([YulStmt.block\n [ YulSt...
[ { "name": "compiled_terminal_ite_body_letFuel_ne_zero", "fan_in": 1, "n_deps_direct": 1, "n_deps_transitive": 3, "n_lines": 18, "n_chars": 584, "n_subproofs": 1, "n_tactics": 4, "cyclomatic": 1, "n_automation": 1, "n_rewrites": 0, "n_structural": 0, "automation_on...
3
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
@@ -131,6 +131,52 @@ simp omega +theorem compiled_terminal_ite_body_size_ge_branchExecFuel + (tempName : String) + (condIR : YulExpr) + (thenIR elseIR tailIR : List YulStmt) : + sizeOf thenIR + 5 ≤ + sizeOf + ([YulStmt.block + [ YulStmt.let_ tempName condIR + , YulS...
{ "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_e6bb41d22743_80
de1daada35f1d93f
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/IRGeneration/FunctionBody/Stmt.lean
Stmt
80
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
135
9
[ { "theorem_name": "compiled_terminal_ite_body_thenBranch_extraFuel_eq", "depth": 1, "n_commands": 0, "n_lines": 4, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n have hbranch :=\n (compiled_terminal_ite_body_size_ge_branchExecFuel tempName condIR ...
[ { "name": "compiled_terminal_ite_body_size_ge_branchExecFuel", "text": "theorem compiled_terminal_ite_body_size_ge_branchExecFuel\n (tempName : String)\n (condIR : YulExpr)\n (thenIR elseIR tailIR : List YulStmt) :\n sizeOf thenIR + 5 ≤\n sizeOf\n ([YulStmt.block\n [ YulSt...
[ { "name": "compiled_terminal_ite_body_thenIfFuel_ne_zero", "fan_in": 3, "n_deps_direct": 1, "n_deps_transitive": 3, "n_lines": 18, "n_chars": 587, "n_subproofs": 1, "n_tactics": 4, "cyclomatic": 1, "n_automation": 1, "n_rewrites": 0, "n_structural": 0, "automation...
3
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
@@ -131,6 +131,52 @@ simp omega +theorem compiled_terminal_ite_body_size_ge_branchExecFuel + (tempName : String) + (condIR : YulExpr) + (thenIR elseIR tailIR : List YulStmt) : + sizeOf thenIR + 5 ≤ + sizeOf + ([YulStmt.block + [ YulStmt.let_ tempName condIR + , YulS...
{ "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_e6bb41d22743_81
11f5e0e2332a3234
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/IRGeneration/FunctionBody/Stmt.lean
Stmt
81
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
135
9
[ { "theorem_name": "compiled_terminal_ite_body_thenBranch_extraFuel_eq", "depth": 1, "n_commands": 0, "n_lines": 4, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n have hbranch :=\n (compiled_terminal_ite_body_size_ge_branchExecFuel tempName condIR ...
[ { "name": "compiled_terminal_ite_body_size_ge_branchExecFuel", "text": "theorem compiled_terminal_ite_body_size_ge_branchExecFuel\n (tempName : String)\n (condIR : YulExpr)\n (thenIR elseIR tailIR : List YulStmt) :\n sizeOf thenIR + 5 ≤\n sizeOf\n ([YulStmt.block\n [ YulSt...
[ { "name": "compiled_terminal_ite_body_elseIfFuel_ne_zero", "fan_in": 1, "n_deps_direct": 1, "n_deps_transitive": 3, "n_lines": 18, "n_chars": 587, "n_subproofs": 1, "n_tactics": 4, "cyclomatic": 1, "n_automation": 1, "n_rewrites": 0, "n_structural": 0, "automation...
3
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
@@ -131,6 +131,52 @@ simp omega +theorem compiled_terminal_ite_body_size_ge_branchExecFuel + (tempName : String) + (condIR : YulExpr) + (thenIR elseIR tailIR : List YulStmt) : + sizeOf thenIR + 5 ≤ + sizeOf + ([YulStmt.block + [ YulStmt.let_ tempName condIR + , YulS...
{ "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_e6bb41d22743_82
8abcd649a9cd8401
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/IRGeneration/FunctionBody/Stmt.lean
Stmt
82
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
135
2
[ { "theorem_name": "compiled_terminal_ite_body_block_extraFuel_eq", "depth": 1, "n_commands": 0, "n_lines": 4, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n have hblock :=\n compiled_terminal_ite_body_size_ge_blockFuel tempName condIR thenIR elseI...
[ { "name": "compiled_terminal_ite_body_size_ge_blockFuel", "text": "theorem compiled_terminal_ite_body_size_ge_blockFuel\n (tempName : String)\n (condIR : YulExpr)\n (thenIR elseIR tailIR : List YulStmt) :\n sizeOf\n [ YulStmt.let_ tempName condIR\n , YulStmt.if_ (YulExpr.ident temp...
[ { "name": "compiled_terminal_ite_body_blockStmtFuel_ne_zero", "fan_in": 2, "n_deps_direct": 1, "n_deps_transitive": 1, "n_lines": 18, "n_chars": 576, "n_subproofs": 1, "n_tactics": 4, "cyclomatic": 1, "n_automation": 1, "n_rewrites": 0, "n_structural": 0, "automat...
1
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
@@ -103,6 +103,27 @@ simp omega +theorem compiled_terminal_ite_body_size_ge_blockFuel + (tempName : String) + (condIR : YulExpr) + (thenIR elseIR tailIR : List YulStmt) : + sizeOf + [ YulStmt.let_ tempName condIR + , YulStmt.if_ (YulExpr.ident tempName) thenIR + , YulStm...
{ "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_e6bb41d22743_83
da40bbbcd6031a6a
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/IRGeneration/FunctionBody/Stmt.lean
Stmt
83
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
135
2
[ { "theorem_name": "compiled_terminal_ite_body_block_extraFuel_eq", "depth": 1, "n_commands": 0, "n_lines": 4, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n have hblock :=\n compiled_terminal_ite_body_size_ge_blockFuel tempName condIR thenIR elseI...
[ { "name": "compiled_terminal_ite_body_size_ge_blockFuel", "text": "theorem compiled_terminal_ite_body_size_ge_blockFuel\n (tempName : String)\n (condIR : YulExpr)\n (thenIR elseIR tailIR : List YulStmt) :\n sizeOf\n [ YulStmt.let_ tempName condIR\n , YulStmt.if_ (YulExpr.ident temp...
[ { "name": "compiled_terminal_ite_body_block_execFuel_eq", "fan_in": 0, "n_deps_direct": 1, "n_deps_transitive": 2, "n_lines": 39, "n_chars": 1359, "n_subproofs": 0, "n_tactics": 4, "cyclomatic": 1, "n_automation": 1, "n_rewrites": 0, "n_structural": 0, "automation...
2
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
@@ -103,6 +103,27 @@ simp omega +theorem compiled_terminal_ite_body_size_ge_blockFuel + (tempName : String) + (condIR : YulExpr) + (thenIR elseIR tailIR : List YulStmt) : + sizeOf + [ YulStmt.let_ tempName condIR + , YulStmt.if_ (YulExpr.ident tempName) thenIR + , YulStm...
{ "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_e6bb41d22743_84
f4340333a1fccc6b
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/IRGeneration/FunctionBody/Stmt.lean
Stmt
84
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
135
9
[ { "theorem_name": "compiled_terminal_ite_body_thenBranch_extraFuel_eq", "depth": 1, "n_commands": 0, "n_lines": 4, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n have hbranch :=\n (compiled_terminal_ite_body_size_ge_branchExecFuel tempName condIR ...
[ { "name": "compiled_terminal_ite_body_size_ge_branchExecFuel", "text": "theorem compiled_terminal_ite_body_size_ge_branchExecFuel\n (tempName : String)\n (condIR : YulExpr)\n (thenIR elseIR tailIR : List YulStmt) :\n sizeOf thenIR + 5 ≤\n sizeOf\n ([YulStmt.block\n [ YulSt...
[ { "name": "execIRStmt_compiled_terminal_ite_let", "fan_in": 2, "n_deps_direct": 2, "n_deps_transitive": 6, "n_lines": 39, "n_chars": 1310, "n_subproofs": 0, "n_tactics": 18, "cyclomatic": 1, "n_automation": 1, "n_rewrites": 0, "n_structural": 0, "automation_only":...
6
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
@@ -131,6 +131,52 @@ simp omega +theorem compiled_terminal_ite_body_size_ge_branchExecFuel + (tempName : String) + (condIR : YulExpr) + (thenIR elseIR tailIR : List YulStmt) : + sizeOf thenIR + 5 ≤ + sizeOf + ([YulStmt.block + [ YulStmt.let_ tempName condIR + , YulS...
{ "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_e6bb41d22743_85
2f1b9b8edd4bbe99
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/IRGeneration/FunctionBody/Stmt.lean
Stmt
85
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
135
9
[ { "theorem_name": "compiled_terminal_ite_body_thenBranch_extraFuel_eq", "depth": 1, "n_commands": 0, "n_lines": 4, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n have hbranch :=\n (compiled_terminal_ite_body_size_ge_branchExecFuel tempName condIR ...
[ { "name": "compiled_terminal_ite_body_size_ge_branchExecFuel", "text": "theorem compiled_terminal_ite_body_size_ge_branchExecFuel\n (tempName : String)\n (condIR : YulExpr)\n (thenIR elseIR tailIR : List YulStmt) :\n sizeOf thenIR + 5 ≤\n sizeOf\n ([YulStmt.block\n [ YulSt...
[ { "name": "execIRStmt_compiled_terminal_ite_then_branch_entry", "fan_in": 1, "n_deps_direct": 3, "n_deps_transitive": 8, "n_lines": 141, "n_chars": 5329, "n_subproofs": 3, "n_tactics": 105, "cyclomatic": 1, "n_automation": 3, "n_rewrites": 1, "n_structural": 1, "a...
8
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
@@ -131,6 +131,52 @@ simp omega +theorem compiled_terminal_ite_body_size_ge_branchExecFuel + (tempName : String) + (condIR : YulExpr) + (thenIR elseIR tailIR : List YulStmt) : + sizeOf thenIR + 5 ≤ + sizeOf + ([YulStmt.block + [ YulStmt.let_ tempName condIR + , YulS...
{ "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_e6bb41d22743_86
a804f0b2795c46be
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/IRGeneration/FunctionBody/Stmt.lean
Stmt
86
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
135
9
[ { "theorem_name": "compiled_terminal_ite_body_thenBranch_extraFuel_eq", "depth": 1, "n_commands": 0, "n_lines": 4, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n have hbranch :=\n (compiled_terminal_ite_body_size_ge_branchExecFuel tempName condIR ...
[ { "name": "compiled_terminal_ite_body_size_ge_branchExecFuel", "text": "theorem compiled_terminal_ite_body_size_ge_branchExecFuel\n (tempName : String)\n (condIR : YulExpr)\n (thenIR elseIR tailIR : List YulStmt) :\n sizeOf thenIR + 5 ≤\n sizeOf\n ([YulStmt.block\n [ YulSt...
[ { "name": "execIRStmt_compiled_terminal_ite_thenIf_false", "fan_in": 1, "n_deps_direct": 2, "n_deps_transitive": 6, "n_lines": 43, "n_chars": 1536, "n_subproofs": 1, "n_tactics": 22, "cyclomatic": 1, "n_automation": 2, "n_rewrites": 0, "n_structural": 0, "automati...
6
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
@@ -131,6 +131,52 @@ simp omega +theorem compiled_terminal_ite_body_size_ge_branchExecFuel + (tempName : String) + (condIR : YulExpr) + (thenIR elseIR tailIR : List YulStmt) : + sizeOf thenIR + 5 ≤ + sizeOf + ([YulStmt.block + [ YulStmt.let_ tempName condIR + , YulS...
{ "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_e6bb41d22743_87
d2fd037b303efcd1
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/IRGeneration/FunctionBody/Stmt.lean
Stmt
87
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
135
9
[ { "theorem_name": "compiled_terminal_ite_body_thenBranch_extraFuel_eq", "depth": 1, "n_commands": 0, "n_lines": 4, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n have hbranch :=\n (compiled_terminal_ite_body_size_ge_branchExecFuel tempName condIR ...
[ { "name": "compiled_terminal_ite_body_size_ge_branchExecFuel", "text": "theorem compiled_terminal_ite_body_size_ge_branchExecFuel\n (tempName : String)\n (condIR : YulExpr)\n (thenIR elseIR tailIR : List YulStmt) :\n sizeOf thenIR + 5 ≤\n sizeOf\n ([YulStmt.block\n [ YulSt...
[ { "name": "execIRStmt_compiled_terminal_ite_else_branch_entry", "fan_in": 0, "n_deps_direct": 4, "n_deps_transitive": 9, "n_lines": 142, "n_chars": 5515, "n_subproofs": 3, "n_tactics": 106, "cyclomatic": 1, "n_automation": 3, "n_rewrites": 1, "n_structural": 1, "a...
9
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
@@ -131,6 +131,52 @@ simp omega +theorem compiled_terminal_ite_body_size_ge_branchExecFuel + (tempName : String) + (condIR : YulExpr) + (thenIR elseIR tailIR : List YulStmt) : + sizeOf thenIR + 5 ≤ + sizeOf + ([YulStmt.block + [ YulStmt.let_ tempName condIR + , YulS...
{ "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_e6bb41d22743_88
ca187e2f06ac1ede
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/IRGeneration/FunctionBody/Stmt.lean
Stmt
88
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
135
9
[ { "theorem_name": "compiled_terminal_ite_body_thenBranch_extraFuel_eq", "depth": 1, "n_commands": 0, "n_lines": 4, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n have hbranch :=\n (compiled_terminal_ite_body_size_ge_branchExecFuel tempName condIR ...
[ { "name": "compiled_terminal_ite_body_size_ge_branchExecFuel", "text": "theorem compiled_terminal_ite_body_size_ge_branchExecFuel\n (tempName : String)\n (condIR : YulExpr)\n (thenIR elseIR tailIR : List YulStmt) :\n sizeOf thenIR + 5 ≤\n sizeOf\n ([YulStmt.block\n [ YulSt...
[ { "name": "execIRStmt_compiled_terminal_ite_else_branch_entry_tailFuel", "fan_in": 1, "n_deps_direct": 4, "n_deps_transitive": 8, "n_lines": 142, "n_chars": 5532, "n_subproofs": 3, "n_tactics": 106, "cyclomatic": 1, "n_automation": 3, "n_rewrites": 1, "n_structural": ...
8
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
@@ -131,6 +131,52 @@ simp omega +theorem compiled_terminal_ite_body_size_ge_branchExecFuel + (tempName : String) + (condIR : YulExpr) + (thenIR elseIR tailIR : List YulStmt) : + sizeOf thenIR + 5 ≤ + sizeOf + ([YulStmt.block + [ YulStmt.let_ tempName condIR + , YulS...
{ "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_e6bb41d22743_89
20fcfed3641b47b4
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/IRGeneration/FunctionBody/Stmt.lean
Stmt
89
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
135
4
[ { "theorem_name": "execIRStmts_cons_of_execIRStmt_stop_stepFuel", "depth": 1, "n_commands": 0, "n_lines": 9, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n simpa [Nat.add_assoc] using\n (execIRStmts_cons_of_execIRStmt_stop_anyFuel\n (fuel := ...
[ { "name": "execIRStmts_cons_of_execIRStmt_stop_anyFuel", "text": "private theorem execIRStmts_cons_of_execIRStmt_stop_anyFuel\n (fuel : Nat)\n (state next : IRState) (stmt : YulStmt) (rest : List YulStmt)\n (hstmt : execIRStmt fuel state stmt = .stop next) :\n execIRStmts (fuel + 1) state (stmt ...
[ { "name": "execIRStmts_compiled_terminal_ite_then_of_irExec", "fan_in": 1, "n_deps_direct": 11, "n_deps_transitive": 25, "n_lines": 536, "n_chars": 21550, "n_subproofs": 21, "n_tactics": 493, "cyclomatic": 4, "n_automation": 23, "n_rewrites": 7, "n_structural": 8, ...
25
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
@@ -229,6 +229,18 @@ | succ fuel => simp [execIRStmts, hstmt] +private theorem execIRStmts_cons_of_execIRStmt_stop_anyFuel + (fuel : Nat) + (state next : IRState) (stmt : YulStmt) (rest : List YulStmt) + (hstmt : execIRStmt fuel state stmt = .stop next) : + execIRStmts (fuel + 1) state (stmt :: ...
{ "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_e6bb41d22743_90
d296edd4a46cdd5d
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/IRGeneration/FunctionBody/Stmt.lean
Stmt
90
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
135
4
[ { "theorem_name": "execIRStmts_cons_of_execIRStmt_revert_stepFuel", "depth": 1, "n_commands": 0, "n_lines": 9, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n simpa [Nat.add_assoc] using\n (execIRStmts_cons_of_execIRStmt_revert_anyFuel\n (fuel...
[ { "name": "execIRStmts_cons_of_execIRStmt_revert_anyFuel", "text": "private theorem execIRStmts_cons_of_execIRStmt_revert_anyFuel\n (fuel : Nat)\n (state next : IRState) (stmt : YulStmt) (rest : List YulStmt)\n (hstmt : execIRStmt fuel state stmt = .revert next) :\n execIRStmts (fuel + 1) state ...
[ { "name": "execIRStmts_compiled_terminal_ite_else_of_irExec", "fan_in": 1, "n_deps_direct": 12, "n_deps_transitive": 29, "n_lines": 587, "n_chars": 23657, "n_subproofs": 24, "n_tactics": 544, "cyclomatic": 4, "n_automation": 24, "n_rewrites": 9, "n_structural": 9, ...
29
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
@@ -241,6 +241,18 @@ | succ fuel => simp [execIRStmts, hstmt] +private theorem execIRStmts_cons_of_execIRStmt_revert_anyFuel + (fuel : Nat) + (state next : IRState) (stmt : YulStmt) (rest : List YulStmt) + (hstmt : execIRStmt fuel state stmt = .revert next) : + execIRStmts (fuel + 1) state (stmt...
{ "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_e6bb41d22743_91
6be6457c81c3c521
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/IRGeneration/FunctionBody/Stmt.lean
Stmt
91
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
135
3
[ { "theorem_name": "stmtResultMatchesIRExec_ir_not_continue_of_terminal_core", "depth": 1, "n_commands": 0, "n_lines": 12, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n exact stmtResultMatchesIRExec_ir_not_continue_of_source_not_continue\n (fields...
[ { "name": "execStmtList_terminal_core_not_continue", "text": "theorem execStmtList_terminal_core_not_continue\n {fields : List Field}\n {runtime : SourceSemantics.RuntimeState}\n {scope : List String}\n {stmts : List Stmt}\n (hterminal : StmtListTerminalCore scope stmts) :\n ∀ next, Source...
[ { "name": "stmtResultMatchesIRExec_ir_not_continue_of_terminal_core", "fan_in": 2, "n_deps_direct": 2, "n_deps_transitive": 2, "n_lines": 25, "n_chars": 801, "n_subproofs": 0, "n_tactics": 12, "cyclomatic": 1, "n_automation": 0, "n_rewrites": 0, "n_structural": 1, ...
2
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
@@ -109,6 +109,66 @@ | mstore_hex {offset value : Nat} : RevertPrefixStmt (YulStmt.exprStmt (YulExpr.call "mstore" [YulExpr.lit offset, YulExpr.hex value])) +theorem execStmtList_terminal_core_not_continue + {fields : List Field} + {runtime : SourceSemantics.RuntimeState} + {scope : List String} + ...
{ "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_e6bb41d22743_92
5fc79fc18413c83a
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/IRGeneration/FunctionBody/Stmt.lean
Stmt
92
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
135
3
[ { "theorem_name": "stmtResultMatchesIRExec_ir_not_continue_of_terminal_core", "depth": 1, "n_commands": 0, "n_lines": 12, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n exact stmtResultMatchesIRExec_ir_not_continue_of_source_not_continue\n (fields...
[ { "name": "execStmtList_terminal_core_not_continue", "text": "theorem execStmtList_terminal_core_not_continue\n {fields : List Field}\n {runtime : SourceSemantics.RuntimeState}\n {scope : List String}\n {stmts : List Stmt}\n (hterminal : StmtListTerminalCore scope stmts) :\n ∀ next, Source...
[ { "name": "execStmtList_terminal_core_ite_then_eq", "fan_in": 1, "n_deps_direct": 1, "n_deps_transitive": 1, "n_lines": 24, "n_chars": 969, "n_subproofs": 0, "n_tactics": 12, "cyclomatic": 3, "n_automation": 2, "n_rewrites": 0, "n_structural": 2, "automation_only"...
1
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
@@ -109,6 +109,66 @@ | mstore_hex {offset value : Nat} : RevertPrefixStmt (YulStmt.exprStmt (YulExpr.call "mstore" [YulExpr.lit offset, YulExpr.hex value])) +theorem execStmtList_terminal_core_not_continue + {fields : List Field} + {runtime : SourceSemantics.RuntimeState} + {scope : List String} + ...
{ "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_e6bb41d22743_93
810d12b951cc9a9d
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/IRGeneration/FunctionBody/Stmt.lean
Stmt
93
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
135
3
[ { "theorem_name": "stmtResultMatchesIRExec_ir_not_continue_of_terminal_core", "depth": 1, "n_commands": 0, "n_lines": 12, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n exact stmtResultMatchesIRExec_ir_not_continue_of_source_not_continue\n (fields...
[ { "name": "execStmtList_terminal_core_not_continue", "text": "theorem execStmtList_terminal_core_not_continue\n {fields : List Field}\n {runtime : SourceSemantics.RuntimeState}\n {scope : List String}\n {stmts : List Stmt}\n (hterminal : StmtListTerminalCore scope stmts) :\n ∀ next, Source...
[ { "name": "execStmtList_terminal_core_ite_else_eq", "fan_in": 1, "n_deps_direct": 1, "n_deps_transitive": 1, "n_lines": 24, "n_chars": 981, "n_subproofs": 0, "n_tactics": 12, "cyclomatic": 3, "n_automation": 2, "n_rewrites": 0, "n_structural": 2, "automation_only"...
1
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
@@ -109,6 +109,66 @@ | mstore_hex {offset value : Nat} : RevertPrefixStmt (YulStmt.exprStmt (YulExpr.call "mstore" [YulExpr.lit offset, YulExpr.hex value])) +theorem execStmtList_terminal_core_not_continue + {fields : List Field} + {runtime : SourceSemantics.RuntimeState} + {scope : List String} + ...
{ "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_e6bb41d22743_94
109287bcbb5fd65b
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/IRGeneration/FunctionBody/Stmt.lean
Stmt
94
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
135
4
[ { "theorem_name": "execIRStmts_cons_of_execIRStmt_revert_stepFuel", "depth": 1, "n_commands": 0, "n_lines": 9, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n simpa [Nat.add_assoc] using\n (execIRStmts_cons_of_execIRStmt_revert_anyFuel\n (fuel...
[ { "name": "execIRStmts_cons_of_execIRStmt_revert_anyFuel", "text": "private theorem execIRStmts_cons_of_execIRStmt_revert_anyFuel\n (fuel : Nat)\n (state next : IRState) (stmt : YulStmt) (rest : List YulStmt)\n (hstmt : execIRStmt fuel state stmt = .revert next) :\n execIRStmts (fuel + 1) state ...
[ { "name": "stmtResultMatchesIRExec_compiled_terminal_ite_then", "fan_in": 1, "n_deps_direct": 3, "n_deps_transitive": 30, "n_lines": 107, "n_chars": 3752, "n_subproofs": 3, "n_tactics": 50, "cyclomatic": 1, "n_automation": 0, "n_rewrites": 1, "n_structural": 2, "a...
30
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
@@ -241,6 +241,18 @@ | succ fuel => simp [execIRStmts, hstmt] +private theorem execIRStmts_cons_of_execIRStmt_revert_anyFuel + (fuel : Nat) + (state next : IRState) (stmt : YulStmt) (rest : List YulStmt) + (hstmt : execIRStmt fuel state stmt = .revert next) : + execIRStmts (fuel + 1) state (stmt...
{ "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_e6bb41d22743_95
4ed6560e53973000
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/IRGeneration/FunctionBody/Stmt.lean
Stmt
95
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
135
2
[ { "theorem_name": "execIRStmts_compiled_terminal_ite_then_of_irExec", "depth": 1, "n_commands": 0, "n_lines": 493, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n have hlet :=\n execIRStmt_compiled_terminal_ite_let\n extraFuel state tempName c...
[ { "name": "execIRStmt_block_of_execIRStmts_return_nonzeroFuel", "text": "private theorem execIRStmt_block_of_execIRStmts_return_nonzeroFuel\n (fuel : Nat) (state next : IRState) (body : List YulStmt) (value : Nat)\n (hfuel : fuel ≠ 0)\n (hbody : execIRStmts (fuel - 1) state body = .return value nex...
[ { "name": "stmtResultMatchesIRExec_compiled_terminal_ite_else", "fan_in": 1, "n_deps_direct": 3, "n_deps_transitive": 34, "n_lines": 107, "n_chars": 3752, "n_subproofs": 3, "n_tactics": 50, "cyclomatic": 1, "n_automation": 0, "n_rewrites": 1, "n_structural": 2, "a...
34
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
@@ -259,6 +259,17 @@ execIRStmt (Nat.succ fuel) state (YulStmt.block body) = .return value next := by simpa [execIRStmt] using hbody +private theorem execIRStmt_block_of_execIRStmts_return_nonzeroFuel + (fuel : Nat) (state next : IRState) (body : List YulStmt) (value : Nat) + (hfuel : fuel ≠ 0) + (hb...
{ "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_e6bb41d22743_96
2f3ce24f3659599d
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/IRGeneration/FunctionBody/Stmt.lean
Stmt
96
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
135
5
[ { "theorem_name": "execIRStmts_cons_of_execIRStmt_continue_stepFuel", "depth": 1, "n_commands": 0, "n_lines": 9, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n simpa [Nat.add_assoc] using\n (execIRStmts_cons_of_execIRStmt_continue_anyFuel\n (...
[ { "name": "execIRStmts_cons_of_execIRStmt_continue_anyFuel", "text": "private theorem execIRStmts_cons_of_execIRStmt_continue_anyFuel\n (fuel : Nat)\n (state next : IRState) (stmt : YulStmt) (rest : List YulStmt)\n (hstmt : execIRStmt fuel state stmt = .continue next) :\n execIRStmts (fuel + 1) ...
[ { "name": "execIRStmts_compiled_return_core_append_wholeFuel_of_scope", "fan_in": 1, "n_deps_direct": 4, "n_deps_transitive": 11, "n_lines": 138, "n_chars": 6294, "n_subproofs": 11, "n_tactics": 110, "cyclomatic": 3, "n_automation": 10, "n_rewrites": 3, "n_structural"...
11
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
@@ -133,6 +133,25 @@ simp omega +private theorem execIRStmts_cons_of_execIRStmt_continue_anyFuel + (fuel : Nat) + (state next : IRState) (stmt : YulStmt) (rest : List YulStmt) + (hstmt : execIRStmt fuel state stmt = .continue next) : + execIRStmts (fuel + 1) state (stmt :: rest) = + exe...
{ "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_e6bb41d22743_97
6152caea930391a9
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/IRGeneration/FunctionBody/Stmt.lean
Stmt
97
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
135
4
[ { "theorem_name": "execIRStmts_cons_of_execIRStmt_stop_stepFuel", "depth": 1, "n_commands": 0, "n_lines": 9, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n simpa [Nat.add_assoc] using\n (execIRStmts_cons_of_execIRStmt_stop_anyFuel\n (fuel := ...
[ { "name": "execIRStmts_cons_of_execIRStmt_stop_anyFuel", "text": "private theorem execIRStmts_cons_of_execIRStmt_stop_anyFuel\n (fuel : Nat)\n (state next : IRState) (stmt : YulStmt) (rest : List YulStmt)\n (hstmt : execIRStmt fuel state stmt = .stop next) :\n execIRStmts (fuel + 1) state (stmt ...
[ { "name": "execIRStmts_compiled_stop_core_append_wholeFuel", "fan_in": 1, "n_deps_direct": 2, "n_deps_transitive": 4, "n_lines": 38, "n_chars": 1405, "n_subproofs": 4, "n_tactics": 28, "cyclomatic": 1, "n_automation": 2, "n_rewrites": 0, "n_structural": 3, "automa...
4
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
@@ -103,12 +103,32 @@ simp omega +private theorem execIRStmts_cons_of_execIRStmt_stop_anyFuel + (fuel : Nat) + (state next : IRState) (stmt : YulStmt) (rest : List YulStmt) + (hstmt : execIRStmt fuel state stmt = .stop next) : + execIRStmts (fuel + 1) state (stmt :: rest) = + .stop next...
{ "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_e6bb41d22743_98
a3da726c45679b69
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/IRGeneration/FunctionBody/Stmt.lean
Stmt
98
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
135
11
[ { "theorem_name": "exec_compileStmtList_core", "depth": 1, "n_commands": 0, "n_lines": 426, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n induction hcore generalizing runtime state inScopeNames with\n | nil =>\n refine ⟨[], by\n simp [C...
[ { "name": "exprBoundNamesPresent_of_scope", "text": "theorem exprBoundNamesPresent_of_scope\n {expr : Expr}\n {scope : List String}\n {bindings : List (String × Nat)}\n (hscope : scopeNamesPresent scope bindings)\n (hinScope : exprBoundNamesInScope expr scope) :\n exprBoundNamesPresent exp...
[ { "name": "execIRStmts_compiled_let_core_append_wholeFuel_of_scope", "fan_in": 1, "n_deps_direct": 9, "n_deps_transitive": 14, "n_lines": 84, "n_chars": 3539, "n_subproofs": 5, "n_tactics": 50, "cyclomatic": 3, "n_automation": 5, "n_rewrites": 3, "n_structural": 8, ...
14
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody theorem runtimeStateMatchesIR_setVar_bindValue {fiel...
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody theorem runtimeStateMatchesIR_setVar_bindValue {fiel...
@@ -178,6 +178,16 @@ (bindingsExactlyMatchIRVarsOnScope_implies_onExpr hexact hinScope) hbounded hpresent hruntime +theorem exprBoundNamesPresent_of_scope + {expr : Expr} + {scope : List String} + {bindings : List (String × Nat)} + (hscope : scopeNamesPresent scope bindings) + (hinScope : exp...
{ "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_e6bb41d22743_99
546d2b3c832ff6a9
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/IRGeneration/FunctionBody/Stmt.lean
Stmt
99
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
135
11
[ { "theorem_name": "exec_compileStmtList_core", "depth": 1, "n_commands": 0, "n_lines": 426, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n induction hcore generalizing runtime state inScopeNames with\n | nil =>\n refine ⟨[], by\n simp [C...
[ { "name": "exprBoundNamesPresent_of_scope", "text": "theorem exprBoundNamesPresent_of_scope\n {expr : Expr}\n {scope : List String}\n {bindings : List (String × Nat)}\n (hscope : scopeNamesPresent scope bindings)\n (hinScope : exprBoundNamesInScope expr scope) :\n exprBoundNamesPresent exp...
[ { "name": "execIRStmts_compiled_let_core_tailExtraFuel_of_scope", "fan_in": 1, "n_deps_direct": 6, "n_deps_transitive": 18, "n_lines": 91, "n_chars": 3630, "n_subproofs": 3, "n_tactics": 51, "cyclomatic": 3, "n_automation": 4, "n_rewrites": 4, "n_structural": 5, "...
18
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody theorem runtimeStateMatchesIR_setVar_bindValue {fiel...
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody theorem runtimeStateMatchesIR_setVar_bindValue {fiel...
@@ -178,6 +178,16 @@ (bindingsExactlyMatchIRVarsOnScope_implies_onExpr hexact hinScope) hbounded hpresent hruntime +theorem exprBoundNamesPresent_of_scope + {expr : Expr} + {scope : List String} + {bindings : List (String × Nat)} + (hscope : scopeNamesPresent scope bindings) + (hinScope : exp...
{ "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_e6bb41d22743_100
6a1700459c27df67
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/IRGeneration/FunctionBody/Stmt.lean
Stmt
100
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
135
11
[ { "theorem_name": "exec_compileStmtList_core", "depth": 1, "n_commands": 0, "n_lines": 426, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n induction hcore generalizing runtime state inScopeNames with\n | nil =>\n refine ⟨[], by\n simp [C...
[ { "name": "exprBoundNamesPresent_of_scope", "text": "theorem exprBoundNamesPresent_of_scope\n {expr : Expr}\n {scope : List String}\n {bindings : List (String × Nat)}\n (hscope : scopeNamesPresent scope bindings)\n (hinScope : exprBoundNamesInScope expr scope) :\n exprBoundNamesPresent exp...
[ { "name": "execIRStmts_compiled_assign_core_append_wholeFuel_of_scope", "fan_in": 1, "n_deps_direct": 9, "n_deps_transitive": 14, "n_lines": 83, "n_chars": 3560, "n_subproofs": 5, "n_tactics": 50, "cyclomatic": 3, "n_automation": 5, "n_rewrites": 3, "n_structural": 8,...
14
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody theorem runtimeStateMatchesIR_setVar_bindValue {fiel...
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody theorem runtimeStateMatchesIR_setVar_bindValue {fiel...
@@ -178,6 +178,16 @@ (bindingsExactlyMatchIRVarsOnScope_implies_onExpr hexact hinScope) hbounded hpresent hruntime +theorem exprBoundNamesPresent_of_scope + {expr : Expr} + {scope : List String} + {bindings : List (String × Nat)} + (hscope : scopeNamesPresent scope bindings) + (hinScope : exp...
{ "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_e6bb41d22743_101
ccfafb3731e0e4e0
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/IRGeneration/FunctionBody/Stmt.lean
Stmt
101
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
135
11
[ { "theorem_name": "exec_compileStmtList_core", "depth": 1, "n_commands": 0, "n_lines": 426, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n induction hcore generalizing runtime state inScopeNames with\n | nil =>\n refine ⟨[], by\n simp [C...
[ { "name": "exprBoundNamesPresent_of_scope", "text": "theorem exprBoundNamesPresent_of_scope\n {expr : Expr}\n {scope : List String}\n {bindings : List (String × Nat)}\n (hscope : scopeNamesPresent scope bindings)\n (hinScope : exprBoundNamesInScope expr scope) :\n exprBoundNamesPresent exp...
[ { "name": "execIRStmts_compiled_assign_core_tailExtraFuel_of_scope", "fan_in": 1, "n_deps_direct": 6, "n_deps_transitive": 18, "n_lines": 91, "n_chars": 3651, "n_subproofs": 3, "n_tactics": 51, "cyclomatic": 3, "n_automation": 4, "n_rewrites": 4, "n_structural": 5, ...
18
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody theorem runtimeStateMatchesIR_setVar_bindValue {fiel...
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody theorem runtimeStateMatchesIR_setVar_bindValue {fiel...
@@ -178,6 +178,16 @@ (bindingsExactlyMatchIRVarsOnScope_implies_onExpr hexact hinScope) hbounded hpresent hruntime +theorem exprBoundNamesPresent_of_scope + {expr : Expr} + {scope : List String} + {bindings : List (String × Nat)} + (hscope : scopeNamesPresent scope bindings) + (hinScope : exp...
{ "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_e6bb41d22743_102
b6cd1cfb6b771615
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/IRGeneration/FunctionBody/Stmt.lean
Stmt
102
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
135
5
[ { "theorem_name": "execIRStmts_cons_of_execIRStmt_continue_stepFuel", "depth": 1, "n_commands": 0, "n_lines": 9, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n simpa [Nat.add_assoc] using\n (execIRStmts_cons_of_execIRStmt_continue_anyFuel\n (...
[ { "name": "execIRStmts_cons_of_execIRStmt_continue_anyFuel", "text": "private theorem execIRStmts_cons_of_execIRStmt_continue_anyFuel\n (fuel : Nat)\n (state next : IRState) (stmt : YulStmt) (rest : List YulStmt)\n (hstmt : execIRStmt fuel state stmt = .continue next) :\n execIRStmts (fuel + 1) ...
[ { "name": "execIRStmts_compiled_require_core_pass_append_wholeFuel_of_scope", "fan_in": 1, "n_deps_direct": 5, "n_deps_transitive": 9, "n_lines": 71, "n_chars": 2998, "n_subproofs": 4, "n_tactics": 42, "cyclomatic": 2, "n_automation": 4, "n_rewrites": 0, "n_structural...
9
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
@@ -144,12 +144,39 @@ simp omega +private theorem execIRStmts_cons_of_execIRStmt_continue_anyFuel + (fuel : Nat) + (state next : IRState) (stmt : YulStmt) (rest : List YulStmt) + (hstmt : execIRStmt fuel state stmt = .continue next) : + execIRStmts (fuel + 1) state (stmt :: rest) = + ex...
{ "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_e6bb41d22743_103
ca0cdad1946acda0
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/IRGeneration/FunctionBody/Stmt.lean
Stmt
103
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
135
7
[ { "theorem_name": "yulStmtList_sizeOf_cons_extraFuel_eq", "depth": 1, "n_commands": 0, "n_lines": 4, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n have htail : sizeOf rest + 1 ≤ sizeOf (stmt :: rest) :=\n yulStmtList_sizeOf_cons_ge_tailFuel stmt ...
[ { "name": "yulStmtList_sizeOf_cons_ge_tailFuel", "text": "theorem yulStmtList_sizeOf_cons_ge_tailFuel\n (stmt : YulStmt)\n (rest : List YulStmt) :\n sizeOf rest + 1 ≤ sizeOf (stmt :: rest) := by\n simp\n omega\n\n", "fan_in": 7, "n_lines": 8, "n_chars": 161, "n_subproofs": 0, ...
[ { "name": "execIRStmts_compiled_require_core_pass_tailExtraFuel_of_scope", "fan_in": 1, "n_deps_direct": 6, "n_deps_transitive": 13, "n_lines": 89, "n_chars": 3543, "n_subproofs": 3, "n_tactics": 54, "cyclomatic": 3, "n_automation": 4, "n_rewrites": 4, "n_structural":...
13
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
@@ -144,6 +144,13 @@ simp omega +theorem yulStmtList_sizeOf_cons_ge_tailFuel + (stmt : YulStmt) + (rest : List YulStmt) : + sizeOf rest + 1 ≤ sizeOf (stmt :: rest) := by + simp + omega + theorem yulStmtList_sizeOf_cons_extraFuel_eq (extraFuel : Nat) (stmt : YulStmt) @@ -151,7 +158,...
{ "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_e6bb41d22743_104
8cf89b6a88058beb
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/IRGeneration/FunctionBody/Stmt.lean
Stmt
104
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
135
4
[ { "theorem_name": "execIRStmts_cons_of_execIRStmt_revert_stepFuel", "depth": 1, "n_commands": 0, "n_lines": 9, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n simpa [Nat.add_assoc] using\n (execIRStmts_cons_of_execIRStmt_revert_anyFuel\n (fuel...
[ { "name": "execIRStmts_cons_of_execIRStmt_revert_anyFuel", "text": "private theorem execIRStmts_cons_of_execIRStmt_revert_anyFuel\n (fuel : Nat)\n (state next : IRState) (stmt : YulStmt) (rest : List YulStmt)\n (hstmt : execIRStmt fuel state stmt = .revert next) :\n execIRStmts (fuel + 1) state ...
[ { "name": "execIRStmts_compiled_require_core_fail_append_wholeFuel_of_scope", "fan_in": 0, "n_deps_direct": 6, "n_deps_transitive": 12, "n_lines": 70, "n_chars": 2975, "n_subproofs": 3, "n_tactics": 46, "cyclomatic": 3, "n_automation": 3, "n_rewrites": 1, "n_structura...
12
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
@@ -144,12 +144,32 @@ simp omega +private theorem execIRStmts_cons_of_execIRStmt_revert_anyFuel + (fuel : Nat) + (state next : IRState) (stmt : YulStmt) (rest : List YulStmt) + (hstmt : execIRStmt fuel state stmt = .revert next) : + execIRStmts (fuel + 1) state (stmt :: rest) = + .rever...
{ "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_e6bb41d22743_105
424b7daccdd08831
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/IRGeneration/FunctionBody/Stmt.lean
Stmt
105
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
135
1
[ { "theorem_name": "scopeNamesPresent_cons_bindValue", "depth": 1, "n_commands": 0, "n_lines": 6, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n intro name hmem\n simp at hmem\n rcases hmem with rfl | hmem\n · exact ⟨value, lookupBinding?_bindValue...
[ { "name": "scopeNamesPresent_bindValue", "text": "theorem scopeNamesPresent_bindValue\n {scope : List String}\n {bindings : List (String × Nat)}\n {boundName : String}\n {value : Nat}\n (hscope : scopeNamesPresent scope bindings) :\n scopeNamesPresent scope (SourceSemantics.bindValue bindi...
[ { "name": "stmtResultMatchesIRExec_compiled_let_core_tailExtraFuel_of_scope", "fan_in": 0, "n_deps_direct": 1, "n_deps_transitive": 19, "n_lines": 69, "n_chars": 2523, "n_subproofs": 0, "n_tactics": 28, "cyclomatic": 2, "n_automation": 2, "n_rewrites": 2, "n_structura...
19
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody theorem runtimeStateMatchesIR_setVar_bindValue {fiel...
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody theorem runtimeStateMatchesIR_setVar_bindValue {fiel...
@@ -188,6 +188,21 @@ intro name hname exact hscope name (hinScope name hname) +theorem scopeNamesPresent_bindValue + {scope : List String} + {bindings : List (String × Nat)} + {boundName : String} + {value : Nat} + (hscope : scopeNamesPresent scope bindings) : + scopeNamesPresent scope (Source...
{ "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_e6bb41d22743_106
55b89acd7d4fafc3
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/IRGeneration/FunctionBody/Stmt.lean
Stmt
106
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
135
11
[ { "theorem_name": "exec_compileStmtList_core", "depth": 1, "n_commands": 0, "n_lines": 426, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n induction hcore generalizing runtime state inScopeNames with\n | nil =>\n refine ⟨[], by\n simp [C...
[ { "name": "exprBoundNamesPresent_of_scope", "text": "theorem exprBoundNamesPresent_of_scope\n {expr : Expr}\n {scope : List String}\n {bindings : List (String × Nat)}\n (hscope : scopeNamesPresent scope bindings)\n (hinScope : exprBoundNamesInScope expr scope) :\n exprBoundNamesPresent exp...
[ { "name": "stmtResultMatchesIRExec_compiled_assign_core_tailExtraFuel_of_scope", "fan_in": 0, "n_deps_direct": 1, "n_deps_transitive": 19, "n_lines": 69, "n_chars": 2540, "n_subproofs": 0, "n_tactics": 28, "cyclomatic": 2, "n_automation": 2, "n_rewrites": 2, "n_struct...
19
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody theorem runtimeStateMatchesIR_setVar_bindValue {fiel...
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody theorem runtimeStateMatchesIR_setVar_bindValue {fiel...
@@ -178,6 +178,16 @@ (bindingsExactlyMatchIRVarsOnScope_implies_onExpr hexact hinScope) hbounded hpresent hruntime +theorem exprBoundNamesPresent_of_scope + {expr : Expr} + {scope : List String} + {bindings : List (String × Nat)} + (hscope : scopeNamesPresent scope bindings) + (hinScope : exp...
{ "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_e6bb41d22743_107
da1adfe3ff20ac03
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/IRGeneration/FunctionBody/Stmt.lean
Stmt
107
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
135
7
[ { "theorem_name": "yulStmtList_sizeOf_cons_extraFuel_eq", "depth": 1, "n_commands": 0, "n_lines": 4, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n have htail : sizeOf rest + 1 ≤ sizeOf (stmt :: rest) :=\n yulStmtList_sizeOf_cons_ge_tailFuel stmt ...
[ { "name": "yulStmtList_sizeOf_cons_ge_tailFuel", "text": "theorem yulStmtList_sizeOf_cons_ge_tailFuel\n (stmt : YulStmt)\n (rest : List YulStmt) :\n sizeOf rest + 1 ≤ sizeOf (stmt :: rest) := by\n simp\n omega\n\n", "fan_in": 7, "n_lines": 8, "n_chars": 161, "n_subproofs": 0, ...
[ { "name": "stmtResultMatchesIRExec_compiled_require_core_pass_tailExtraFuel_of_scope", "fan_in": 0, "n_deps_direct": 1, "n_deps_transitive": 14, "n_lines": 68, "n_chars": 2533, "n_subproofs": 1, "n_tactics": 26, "cyclomatic": 1, "n_automation": 3, "n_rewrites": 3, "n_...
14
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
@@ -144,6 +144,13 @@ simp omega +theorem yulStmtList_sizeOf_cons_ge_tailFuel + (stmt : YulStmt) + (rest : List YulStmt) : + sizeOf rest + 1 ≤ sizeOf (stmt :: rest) := by + simp + omega + theorem yulStmtList_sizeOf_cons_extraFuel_eq (extraFuel : Nat) (stmt : YulStmt) @@ -151,7 +158,...
{ "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_e6bb41d22743_108
946d9da5188d9a4b
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/IRGeneration/FunctionBody/Stmt.lean
Stmt
108
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
135
11
[ { "theorem_name": "exec_compileStmtList_core", "depth": 1, "n_commands": 0, "n_lines": 426, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n induction hcore generalizing runtime state inScopeNames with\n | nil =>\n refine ⟨[], by\n simp [C...
[ { "name": "exprBoundNamesPresent_of_scope", "text": "theorem exprBoundNamesPresent_of_scope\n {expr : Expr}\n {scope : List String}\n {bindings : List (String × Nat)}\n (hscope : scopeNamesPresent scope bindings)\n (hinScope : exprBoundNamesInScope expr scope) :\n exprBoundNamesPresent exp...
[ { "name": "stmtResultMatchesIRExec_compiled_return_core_append_wholeFuel_of_scope", "fan_in": 1, "n_deps_direct": 5, "n_deps_transitive": 15, "n_lines": 60, "n_chars": 2829, "n_subproofs": 4, "n_tactics": 24, "cyclomatic": 4, "n_automation": 7, "n_rewrites": 7, "n_str...
15
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
@@ -173,6 +173,16 @@ (bindingsExactlyMatchIRVarsOnScope_implies_onExpr hexact hinScope) hbounded hpresent hruntime +theorem exprBoundNamesPresent_of_scope + {expr : Expr} + {scope : List String} + {bindings : List (String × Nat)} + (hscope : scopeNamesPresent scope bindings) + (hinScope : exp...
{ "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_e6bb41d22743_109
20d5e5c22f21b957
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/IRGeneration/FunctionBody/Stmt.lean
Stmt
109
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
135
4
[ { "theorem_name": "execIRStmts_cons_of_execIRStmt_stop_stepFuel", "depth": 1, "n_commands": 0, "n_lines": 9, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n simpa [Nat.add_assoc] using\n (execIRStmts_cons_of_execIRStmt_stop_anyFuel\n (fuel := ...
[ { "name": "execIRStmts_cons_of_execIRStmt_stop_anyFuel", "text": "private theorem execIRStmts_cons_of_execIRStmt_stop_anyFuel\n (fuel : Nat)\n (state next : IRState) (stmt : YulStmt) (rest : List YulStmt)\n (hstmt : execIRStmt fuel state stmt = .stop next) :\n execIRStmts (fuel + 1) state (stmt ...
[ { "name": "stmtResultMatchesIRExec_compiled_stop_core_append_wholeFuel", "fan_in": 1, "n_deps_direct": 1, "n_deps_transitive": 5, "n_lines": 23, "n_chars": 806, "n_subproofs": 0, "n_tactics": 7, "cyclomatic": 1, "n_automation": 0, "n_rewrites": 2, "n_structural": 1, ...
5
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
@@ -103,12 +103,32 @@ simp omega +private theorem execIRStmts_cons_of_execIRStmt_stop_anyFuel + (fuel : Nat) + (state next : IRState) (stmt : YulStmt) (rest : List YulStmt) + (hstmt : execIRStmt fuel state stmt = .stop next) : + execIRStmts (fuel + 1) state (stmt :: rest) = + .stop next...
{ "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_e6bb41d22743_110
1c24dab350eff056
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/IRGeneration/FunctionBody/Stmt.lean
Stmt
110
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
135
1
[ { "theorem_name": "scopeNamesIncluded_collectStmtNames_tail", "depth": 1, "n_commands": 0, "n_lines": 2, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n exact scopeNamesIncluded_append_right (left := collectStmtNames stmt) hincluded", "n_chars": 8...
[ { "name": "scopeNamesIncluded_append_right", "text": "theorem scopeNamesIncluded_append_right\n {scope left right : List String}\n (hincluded : scopeNamesIncluded scope right) :\n scopeNamesIncluded scope (left ++ right) := by\n intro name hname\n exact List.mem_append.mpr <| Or.inr (hincluded na...
[ { "name": "scopeNamesIncluded_collectStmtNames_tail", "fan_in": 1, "n_deps_direct": 1, "n_deps_transitive": 1, "n_lines": 8, "n_chars": 322, "n_subproofs": 0, "n_tactics": 2, "cyclomatic": 1, "n_automation": 0, "n_rewrites": 0, "n_structural": 1, "automation_only"...
1
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
@@ -109,11 +109,19 @@ | mstore_hex {offset value : Nat} : RevertPrefixStmt (YulStmt.exprStmt (YulExpr.call "mstore" [YulExpr.lit offset, YulExpr.hex value])) +theorem scopeNamesIncluded_append_right + {scope left right : List String} + (hincluded : scopeNamesIncluded scope right) : + scopeNamesIncl...
{ "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_e6bb41d22743_111
e2ab0c4e8ada9e5d
lean
lean
github.com/lfglabs-dev/verity
eeb7a3abe85dd88cc8ee2ece5a77da9b2aba2978
Compiler/Proofs/IRGeneration/FunctionBody/Stmt.lean
Stmt
111
lemma_delete
null
null
false
0.5
1
1
false
0
inf
0
inf
42
135
3
[ { "theorem_name": "bindingsExactlyMatchIRVarsOnScope_setVars_irrelevant", "depth": 1, "n_commands": 0, "n_lines": 14, "is_leaf": true, "centrality": 0, "method": "deleted-dep", "proof_text": " by\n induction updates generalizing state with\n | nil =>\n simpa [IRState.setVars] ...
[ { "name": "bindingsExactlyMatchIRVarsOnScope_setVar_irrelevant", "text": "theorem bindingsExactlyMatchIRVarsOnScope_setVar_irrelevant\n {scope : List String}\n {bindings : List (String × Nat)}\n {state : IRState}\n {tempName : String}\n {value : Nat}\n (hexact : bindingsExactlyMatchIRVarsO...
[ { "name": "bindingsExactlyMatchIRVarsOnScope_setFreshTemp_irrelevant", "fan_in": 0, "n_deps_direct": 2, "n_deps_transitive": 2, "n_lines": 15, "n_chars": 612, "n_subproofs": 0, "n_tactics": 3, "cyclomatic": 1, "n_automation": 0, "n_rewrites": 0, "n_structural": 2, ...
2
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
import Compiler.Proofs.IRGeneration.FunctionBody.Base set_option linter.unnecessarySimpa false set_option linter.unusedSimpArgs false namespace Compiler.Proofs.IRGeneration open Compiler open Compiler.CompilationModel open Compiler.Yul namespace FunctionBody def stmtResultMatchesIRExecExact : SourceSemantics.S...
@@ -45,6 +45,22 @@ ExprCompileCore offset → ExprCompileCore value → StmtCompileCore (.tstore offset value) +theorem bindingsExactlyMatchIRVarsOnScope_setVar_irrelevant + {scope : List String} + {bindings : List (String × Nat)} + {state : IRState} + {tempName : String} + {value : 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...