Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Finish the backbone of the VRS liveness proof using WF1 #506

Merged
merged 22 commits into from
Sep 11, 2024

Conversation

codyjrivera
Copy link
Collaborator

Proving that the ESR property in trusted/liveness_theorem.rs holds on VReplicaSet.

@codyjrivera codyjrivera changed the title Liveness proof for verified ReplicaSet controller WIP: Liveness proof for verified ReplicaSet controller Jul 31, 2024
}
}

pub proof fn leads_to_rank_step_one_help<T>(spec: TempPred<T>, p: spec_fn(nat) -> TempPred<T>, n: nat)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@codyjrivera You can make this one private since it will only be used inside this file (just remove pub).


verus! {

pub proof fn lemma_from_diff_and_init_to_current_state_matches(
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@codyjrivera This proof function is a bit too long. I suggest we tear it into a few smaller ones.

Signed-off-by: Cody Rivera <[email protected]>
Signed-off-by: Cody Rivera <[email protected]>
Signed-off-by: Cody Rivera <[email protected]>
Signed-off-by: Cody Rivera <[email protected]>
@marshtompsxd marshtompsxd changed the title WIP: Liveness proof for verified ReplicaSet controller Finish the backbone of the VRS liveness proof using WF1 Sep 11, 2024
@marshtompsxd marshtompsxd added this pull request to the merge queue Sep 11, 2024
Merged via the queue into anvil-verifier:main with commit 9fd1a87 Sep 11, 2024
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants