• 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
      • Bigmems
      • Builtins
      • Execloader
      • Aleo
        • Aleobft
          • Aleobft-static
          • Aleobft-dynamic
          • Aleobft-arxiv
            • Correctness
              • Unequivocal-dags-def-and-init
              • Same-committees-def-and-implied
              • Dag-omni-paths
              • Signer-records
              • Unequivocal-dags-next
              • Quorum-intersection
              • Dag-previous-quorum-def-and-init-and-next
              • Unequivocal-signed-certificates
                • Not-signer-record-p-when-create-possiblep
                • Unequivocal-signed-certs-p-of-next
                • Signer-record-p-when-author+round-in-signed-certs
                • Unequivocal-signed-certs-p
                  • Unequivocal-signed-certs-p-when-init
                  • Unequivocal-signed-certs-p-of-events-next
                  • Unequivocal-signed-certs-p-when-reachable
                • Signed-previous-quorum
                • Nonforking-anchors-def-and-init-and-next
                • Successor-predecessor-intersection
                • Fault-tolerance
                • Last-anchor-voters-def-and-init-and-next
                • Signer-quorum
                • Committed-redundant-def-and-init-and-next
                • Nonforking-blockchains-def-and-init
                • Blockchain-redundant-def-and-init-and-next
                • No-self-endorsed
                • Last-anchor-present
                • Anchors-extension
                • Nonforking-blockchains-next
                • Backward-closure
                • Last-blockchain-round
                • Dag-certificate-next
                • Omni-paths-def-and-implied
                • Ordered-even-blocks
                • Simultaneous-induction
                • System-certificates
                • Last-anchor-def-and-init
                • Last-anchor-next
                • Dag-previous-quorum
                • Signed-certificates
                • Committed-anchor-sequences
                • Omni-paths
                • Last-anchor-voters
                • Unequivocal-dags
                • Nonforking-blockchains
                • Nonforking-anchors
                • Committed-redundant
                • Same-committees
                • Blockchain-redundant
              • Definition
            • Aleobft-stake
            • Aleobft-proposals
            • Library-extensions
          • Leo
        • Solidity
        • Paco
        • Concurrent-programs
        • Bls12-377-curves
      • Debugging
      • Std
      • Proof-automation
      • Community
      • Macro-libraries
      • ACL2
      • Interfacing-tools
      • Hardware-verification
      • Software-verification
      • Math
      • Testing-utilities
    • Unequivocal-signed-certificates

    Unequivocal-signed-certs-p

    Definition of the invariant: the set of certificates signed by each correct validator is unequivocal.

    Definitions and Theorems

    Theorem: unequivocal-signed-certs-p-necc

    (defthm unequivocal-signed-certs-p-necc
     (implies
      (unequivocal-signed-certs-p systate)
      (implies
         (in signer (correct-addresses systate))
         (certificate-set-unequivocalp (signed-certs signer systate)))))

    Theorem: booleanp-of-unequivocal-signed-certs-p

    (defthm booleanp-of-unequivocal-signed-certs-p
      (b* ((yes/no (unequivocal-signed-certs-p systate)))
        (booleanp yes/no))
      :rule-classes :rewrite)

    Theorem: unequivocal-signed-certs-p-of-system-state-fix-systate

    (defthm unequivocal-signed-certs-p-of-system-state-fix-systate
      (equal (unequivocal-signed-certs-p (system-state-fix systate))
             (unequivocal-signed-certs-p systate)))

    Theorem: unequivocal-signed-certs-p-system-state-equiv-congruence-on-systate

    (defthm
     unequivocal-signed-certs-p-system-state-equiv-congruence-on-systate
     (implies (system-state-equiv systate systate-equiv)
              (equal (unequivocal-signed-certs-p systate)
                     (unequivocal-signed-certs-p systate-equiv)))
     :rule-classes :congruence)