• Top
    • Documentation
    • Books
    • Boolean-reasoning
    • Projects
      • Apt
      • Zfc
      • Acre
      • Milawa
      • Smtlink
      • Abnf
      • Vwsim
      • Isar
      • Wp-gen
      • Dimacs-reader
      • Pfcs
      • Legacy-defrstobj
      • Proof-checker-array
      • Soft
      • C
      • Farray
      • Rp-rewriter
      • Riscv
      • Instant-runoff-voting
      • Imp-language
      • Sidekick
      • Leftist-trees
      • Java
      • Taspi
      • Bitcoin
      • Des
      • Ethereum
      • X86isa
      • Sha-2
      • Yul
      • Zcash
      • Proof-checker-itp13
      • Regex
      • ACL2-programming-language
      • Json
      • Jfkr
      • Equational
      • Cryptography
      • Poseidon
      • Where-do-i-place-my-book
      • Axe
      • Aleo
        • Aleobft
          • Correctness
          • Definition
            • Initialization
            • Transitions
            • States
              • Committees
                • Max-faulty-for-total
                • Bonded-committee-at-round
                • Committee-members-stake
                • Active-committee-at-round
                • Update-committee-with-transaction
                • Committee-quorum-stake
                • Lookback
                • Committee-option
                • Update-committee-with-transaction-list
                • Committee-after-blocks
                • Same-bonded-committees-p
                • Same-active-committees-p
                • Committee
                  • Committee-fix
                  • Committeep
                  • Committee-equiv
                  • Committee->members-with-stake
                  • Make-committee
                  • Change-committee
                • Committee-member-stake
                • Committee-total-stake
                • Committee-max-faulty-stake
                • Committee-nonemptyp
                • Committee-members
                • Address-pos-map
                • Genesis-committee
              • System-states
              • Certificates
              • Messages
              • Transactions
              • Proposals
              • Validator-states
              • Blocks
              • Addresses
            • Events
            • Reachability
          • Library-extensions
        • Aleovm
        • Leo
      • Bigmems
      • Builtins
      • Execloader
      • Solidity
      • Paco
      • Concurrent-programs
      • Bls12-377-curves
    • Debugging
    • Std
    • Community
    • Proof-automation
    • Macro-libraries
    • ACL2
    • Interfacing-tools
    • Hardware-verification
    • Software-verification
    • Math
    • Testing-utilities
  • Committees

Committee

Fixtype of committees.

This is a product type introduced by fty::defprod.

Fields
members-with-stake — address-pos-map

In our model, a committee is a map from addresses to bonded stake (the latter modeled as positive integers), but we wrap it in a fixtype for greater abstraction and extensibility.

Subtopics

Committee-fix
Fixing function for committee structures.
Committeep
Recognizer for committee structures.
Committee-equiv
Basic equivalence relation for committee structures.
Committee->members-with-stake
Get the members-with-stake field from a committee.
Make-committee
Basic constructor macro for committee structures.
Change-committee
Modifying constructor for committee structures.