• Top
    • Documentation
    • Books
    • Boolean-reasoning
    • Projects
      • Apt
      • Zfc
      • Acre
      • Milawa
      • Smtlink
      • Abnf
        • Deftreeops
        • Defdefparse
        • Defgrammar
        • Tree-utilities
        • Notation
          • Syntax-abstraction
          • Semantics
          • Abstract-syntax
          • Core-rules
            • Core-rule-names
            • Core-rule-definitions
              • *rule_lwsp*
              • *rule_hexdig*
              • *rule_ctl*
              • *rule_alpha*
                • *rule_wsp*
                • *rule_vchar*
                • *rule_sp*
                • *rule_octet*
                • *rule_lf*
                • *rule_htab*
                • *rule_dquote*
                • *rule_digit*
                • *rule_cr*
                • *rule_crlf*
                • *rule_char*
                • *rule_bit*
              • Core-rules-validation
              • *core-rules*
            • Concrete-syntax
              • Parse-grammar*
              • Core-rules
                • Core-rule-names
                • Core-rule-definitions
                  • *rule_lwsp*
                  • *rule_hexdig*
                  • *rule_ctl*
                  • *rule_alpha*
                    • *rule_wsp*
                    • *rule_vchar*
                    • *rule_sp*
                    • *rule_octet*
                    • *rule_lf*
                    • *rule_htab*
                    • *rule_dquote*
                    • *rule_digit*
                    • *rule_cr*
                    • *rule_crlf*
                    • *rule_char*
                    • *rule_bit*
                  • Core-rules-validation
                  • *core-rules*
                • Concrete-syntax-validation
                • *grammar*
                • Concrete-syntax-rules
            • Grammar-parser
            • Meta-circular-validation
            • Parsing-primitives-defresult
            • Parsing-primitives-seq
            • Operations
            • Examples
            • Differences-with-paper
            • Constructor-utilities
            • Grammar-printer
            • Parsing-tools
          • Vwsim
          • Isar
          • Wp-gen
          • Dimacs-reader
          • Pfcs
          • Legacy-defrstobj
          • C
          • Proof-checker-array
          • Soft
          • Farray
          • Rp-rewriter
          • Instant-runoff-voting
          • Imp-language
          • Sidekick
          • Ethereum
          • Leftist-trees
          • Java
          • Riscv
          • Taspi
          • Bitcoin
          • Zcash
          • Des
          • X86isa
          • Sha-2
          • Yul
          • Proof-checker-itp13
          • Regex
          • ACL2-programming-language
          • Json
          • Jfkr
          • Equational
          • Cryptography
          • Axe
          • Poseidon
          • Where-do-i-place-my-book
          • Aleo
          • Bigmems
          • Builtins
          • Execloader
          • Solidity
          • Paco
          • Concurrent-programs
          • Bls12-377-curves
        • Debugging
        • Community
        • Std
        • Proof-automation
        • Macro-libraries
        • ACL2
        • Interfacing-tools
        • Hardware-verification
        • Software-verification
        • Math
        • Testing-utilities
      • Core-rule-definitions

      *rule_alpha*

      Definition: *rule_alpha*

      (defconst *rule_alpha*
        (=_ *alpha* (/_ (%x- 65 90))
            (/_ (%x- 97 122))))