Source-pinned research

Research proof index

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.

1 topic

136 results

Clear filters
Project-declaredLean 4.33.0-rc1

Diamond

Cslib.FLP.CanReachVia.diamond

Project documentation

A diamond property for CanReachVia. This theorem formalizes Proposition 1 of [Volzer2004].

computer sciencecomputabilityprogram semantics

Source project: Lean Computer Science Library

Person-level attribution pending.

View proof record
Project-declaredLean 4.33.0-rc1

Subset inp

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...

computer sciencecomputabilityprogram semantics

Source project: Lean Computer Science Library

Person-level attribution pending.

View proof record
Project-declaredLean 4.33.0-rc1

Flatten fair Segs

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.

computer sciencecomputabilityprogram semantics

Source project: Lean Computer Science Library

Person-level attribution pending.

View proof record
Project-declaredLean 4.33.0-rc1

Left leads To right

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.

computer sciencecomputabilityprogram semantics

Source project: Lean Computer Science Library

Person-level attribution pending.

View proof record
Project-declaredLean 4.33.0-rc1

Right leads To out

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.

computer sciencecomputabilityprogram semantics

Source project: Lean Computer Science Library

Person-level attribution pending.

View proof record