Info

The Notations section provides an overview of key mathematical concepts and notations essential for understanding advanced mathematical and cryptographic theories. This includes the definitions of various sets, operations, and properties that form the foundation for exploring complex algorithms and mathematical proofs.

Sets and Number Systems

Key Sets

  • : The set of integers, represented as .
  • : The set of natural numbers including zero, .
  • : A finite set of integers, .
  • : The set of real numbers, which includes all rational and irrational numbers. Real numbers correspond to all the points on a continuous number line.
  • : The set of integers modulo , consisting of equivalence classes .
  • : The multiplicative group of integers modulo , consisting of elements such that . When is prime, .

Finite Fields and Euler’s Totient Function

  • : A finite field of order . When is a prime number, this corresponds to integers modulo , . For a prime power , this refers to Galois fields.
  • : Euler’s totient function, which counts the number of integers in that are coprime with .

Cardinality of Sets

  • : The order or cardinality of a set , which is the number of elements in the set. For example, . If is prime, then .

Properties of Operations

1. Inverse Element

  • Definition: For a given element , the inverse element is one that, when combined with under a specific operation, results in the identity element.
  • Example: In the context of addition, the inverse is the negative. In multiplication, the inverse is the reciprocal. For the real number set, the additive inverse of is , and the multiplicative inverse is (assuming ).

2. Identity Element

  • Definition: An element that, when combined with any element of a set under a specific operation, leaves the element unchanged.
  • Example: The identity element for addition is 0, and for multiplication, it is 1. Thus, and .

3. Associative Law

  • Definition: A property indicating that the way elements are grouped in an operation does not affect the result.
  • Formula: .
  • Example: Both addition and multiplication are associative. For example, and .

4. Commutative Law

  • Definition: A property where the order of elements in an operation does not affect the result.
  • Formula: .
  • Example: Both addition and multiplication are commutative. For example, and .

5. Distributive Law

  • Definition: Describes how one operation is distributed over another operation within an expression.
  • Formula: .
  • Example: Multiplication is distributive over addition. For instance, .

Number Theory Concepts

Jacobi Symbol and Quadratic Residues

  • : The Jacobi symbol for modulo , defined only for positive odd , and can take values of .
  • : The set of elements in with a Jacobi symbol of 1.
  • : The set of quadratic residues modulo , elements that have a square root, defined as .

Reference

https://www.zkdocs.com/docs/zkdocs/notation/