faulty_source: THEOREM% cross-channel compare at any stage FORALL (s: below(N(j)), d: below(N(j + 1))):
protocol(majority_vote(mf), sent, rcvd, check, j, j + 1) AND
enabled_within?(rcvd, check, j, j + 1)(common_check) AND
uniform?(sent(j), v)(common_check(j)) AND
enabled(rcvd(j), check(j))(d)(s) AND
rcvd(j)(d)(s) /= sent(j + 1)(d) IMPLIES NOT majority_correct_element?(sent(j), rcvd(j), check(j))(s)
faulty_stage: COROLLARY% to consensus_validity
protocol(majority_vote(mf), sent, rcvd, check, j, j + k) AND
majority_correct?(sent, rcvd, check, j, j + k) AND
enabled_within?(rcvd, check, j, j+ k)(common_check) AND
(EXISTS (d: (common_check(j + k))): sent(j + k)(d) /= v) IMPLIES NOT uniform?(sent(j), v)(common_check(j))
asymmetric_source: THEOREM%
protocol(majority_vote(mf), sent, rcvd, check, j, j + 2) AND
majority_correct?(sent, rcvd, check, j + 1, j + 2) AND
enabled_within?(rcvd, check, j, j + 2)(common_check) AND
(EXISTS (d: below(N(j + 2))): NOT majority_exists?(rcvd(j + 1)(d),
enabled(rcvd(j + 1), check(j + 1))(d))) IMPLIES EXISTS (s: below(N(j))): NOT symmetric_source?(rcvd(j), check(j))(s)
END majority
Messung V0.5
¤ Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.0.14Bemerkung:
(vorverarbeitet)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.