• Top
    • Documentation
    • Books
    • Boolean-reasoning
    • Projects
    • Debugging
    • Community
    • Std
    • Proof-automation
    • Macro-libraries
    • ACL2
    • Interfacing-tools
    • Hardware-verification
    • Software-verification
      • Kestrel-books
        • Crypto-hdwallet
        • Apt
        • Error-checking
        • Fty-extensions
        • Isar
        • Kestrel-utilities
        • Set
        • C
        • Soft
        • Bv
        • Imp-language
        • Ethereum
        • Event-macros
        • Java
          • Atj
          • Aij
          • Language
            • Syntax
              • Grammar
              • Unicode-escapes
              • Unicode-input-char
              • Escape-sequence
              • Identifiers
              • Primitive-types
              • Reference-types
              • Unicode-characters
              • Keywords
              • Integer-literals
              • String-literals
              • Octal-digits
              • Hexadecimal-digits
              • Decimal-digits
              • Binary-digits
              • Character-literals
              • Null-literal
              • Floating-point-literals
              • Boolean-literals
                • Boolean-literalp
                • Boolean-literals-grammar-validation
                  • Boolean-literalp-when-grammar-boolean-literalp
                    • Boolean-literal-tree
                    • Grammar-boolean-literalp
                    • Grammar-boolean-literalp-when-boolean-literalp
                    • Boolean-literalp-is-grammar-boolean-literalp
                  • *boolean-literals*
                • Package-names
                • Literals
              • Semantics
          • Riscv
          • Bitcoin
          • Zcash
          • Yul
          • ACL2-programming-language
          • Prime-fields
          • Json
          • Syntheto
          • File-io-light
          • Cryptography
          • Number-theory
          • Axe
          • Lists-light
          • Builtins
          • Solidity
          • Helpers
          • Htclient
          • Typed-lists-light
          • Arithmetic-light
        • X86isa
        • Axe
        • Execloader
      • Math
      • Testing-utilities
    • Boolean-literals-grammar-validation

    Boolean-literalp-when-grammar-boolean-literalp

    Proof of boolean-literalp from grammar-boolean-literalp.

    This is proved via a lemma asserting that a terminated tree rooted at boolean-literal has leaves that satisfy boolean-literalp. The lemma is proved by exhaustively opening abnf-tree-with-root-p, which splits into two cases corresponding to the two alternatives of the boolean-literal rule, thus prescribing the exact form of the tree in each case, and in particular its leaves. The theorem is then proved by instantiating the lemma to the witness tree of grammar-boolean-literalp.

    Definitions and Theorems

    Theorem: boolean-literalp-when-grammar-boolean-literalp

    (defthm boolean-literalp-when-grammar-boolean-literalp
      (implies (grammar-boolean-literalp x)
               (boolean-literalp x)))