Diamond
Cslib.FLP.CanReachVia.diamond
Project documentation
A diamond property for CanReachVia. This theorem formalizes Proposition 1 of [Volzer2004].
Source project: Lean Computer Science Library
Person-level attribution pending.
Source-pinned research
Search theorem names, mathematical ideas, modules, topics, projects, and role-labelled researchers. Open a result for its complete indexed Lean declaration and source record.
This index contains 136 research declarations. Search 10,000 more complete Mathlib declarations.
136 results
Clear filtersCslib.FLP.CanReachVia.diamond
Project documentation
A diamond property for CanReachVia. This theorem formalizes Proposition 1 of [Volzer2004].
Source project: Lean Computer Science Library
Person-level attribution pending.
Cslib.FLP.CanReachVia.subset_inp
Plain-language statement
If inputs inp1 and inp2 agree on all processes in ps and state s is reachable from the initial state determined by inp1 by receiving messages with destinations in ps only, then there exists a state s2 that agrees with s on the states of all processes and is reachable from the initial state determined by inp2 by receiving messages with de...
Source project: Lean Computer Science Library
Person-level attribution pending.
Cslib.FLP.FairScheduler.fairDeliverMsg_scheduleMsgs
Plain-language statement
The correctness of d.scheduleMsgs ps s under the assumption a.FairDeliverMsg d ps q.
Source project: Lean Computer Science Library
Person-level attribution pending.
Cslib.FLP.FairScheduler.flatten_fairSegs
Plain-language statement
Given an infinite sequence of non-empty finite executions of algorithm a, if all messages with destinations in ps that are in-flight at the beginning of each finite execution are delivered in that finite execution, then those finite executions can be concatenated into an infinite execution of a in which every process in ps is fair.
Source project: Lean Computer Science Library
Person-level attribution pending.
Cslib.FLP.ZeroFaultAlg.left_leadsTo_right
Plain-language statement
Whenever the message carrying the input value for process 0 is enabled in a state, a message carrying that value is eventually sent to every process p by process 0.
Source project: Lean Computer Science Library
Person-level attribution pending.
Cslib.FLP.ZeroFaultAlg.right_leadsTo_out
Plain-language statement
Whenever a message carrying a value sent by process 0 is enabled at a process p, p eventually decides on that value.
Source project: Lean Computer Science Library
Person-level attribution pending.