Pairing

From HandWiki
Short description: Bilinear map in mathematics

In mathematics, a pairing is an R-bilinear map from the Cartesian product of two R-modules, where the underlying ring R is commutative.

Definition

Let R be a commutative ring with unit, and let M, N and L be R-modules.

A pairing is any R-bilinear map [math]\displaystyle{ e:M \times N \to L }[/math]. That is, it satisfies

[math]\displaystyle{ e(r\cdot m,n)=e(m,r \cdot n)=r\cdot e(m,n) }[/math],
[math]\displaystyle{ e(m_1+m_2,n)=e(m_1,n)+e(m_2,n) }[/math] and [math]\displaystyle{ e(m,n_1+n_2)=e(m,n_1)+e(m,n_2) }[/math]

for any [math]\displaystyle{ r \in R }[/math] and any [math]\displaystyle{ m,m_1,m_2 \in M }[/math] and any [math]\displaystyle{ n,n_1,n_2 \in N }[/math]. Equivalently, a pairing is an R-linear map

[math]\displaystyle{ M \otimes_R N \to L }[/math]

where [math]\displaystyle{ M \otimes_R N }[/math] denotes the tensor product of M and N.

A pairing can also be considered as an R-linear map [math]\displaystyle{ \Phi : M \to \operatorname{Hom}_{R} (N, L) }[/math], which matches the first definition by setting [math]\displaystyle{ \Phi (m) (n) := e(m,n) }[/math].

A pairing is called perfect if the above map [math]\displaystyle{ \Phi }[/math] is an isomorphism of R-modules.

A pairing is called non-degenerate on the right if for the above map we have that [math]\displaystyle{ e(m,n) = 0 }[/math] for all [math]\displaystyle{ m }[/math] implies [math]\displaystyle{ n=0 }[/math]; similarly, [math]\displaystyle{ e }[/math] is called non-degenerate on the left if [math]\displaystyle{ e(m,n) = 0 }[/math] for all [math]\displaystyle{ n }[/math] implies [math]\displaystyle{ m=0 }[/math].

A pairing is called alternating if [math]\displaystyle{ N=M }[/math] and [math]\displaystyle{ e(m,m) = 0 }[/math] for all m. In particular, this implies [math]\displaystyle{ e(m+n,m+n)=0 }[/math], while bilinearity shows [math]\displaystyle{ e(m+n,m+n)=e(m,m)+e(m,n)+e(n,m)+e(n,n)=e(m,n)+e(n,m) }[/math]. Thus, for an alternating pairing, [math]\displaystyle{ e(m,n)=-e(n,m) }[/math].

Examples

Any scalar product on a real vector space V is a pairing (set M = N = V, R = R in the above definitions).

The determinant map (2 × 2 matrices over k) → k can be seen as a pairing [math]\displaystyle{ k^2 \times k^2 \to k }[/math].

The Hopf map [math]\displaystyle{ S^3 \to S^2 }[/math] written as [math]\displaystyle{ h:S^2 \times S^2 \to S^2 }[/math] is an example of a pairing. For instance, Hardie et al.[1] present an explicit construction of the map using poset models.

Pairings in cryptography

Main page: Pairing-based cryptography

In cryptography, often the following specialized definition is used:[2]

Let [math]\displaystyle{ \textstyle G_1, G_2 }[/math] be additive groups and [math]\displaystyle{ \textstyle G_T }[/math] a multiplicative group, all of prime order [math]\displaystyle{ \textstyle p }[/math]. Let [math]\displaystyle{ \textstyle P \in G_1, Q \in G_2 }[/math] be generators of [math]\displaystyle{ \textstyle G_1 }[/math] and [math]\displaystyle{ \textstyle G_2 }[/math] respectively.

A pairing is a map: [math]\displaystyle{ e: G_1 \times G_2 \rightarrow G_T }[/math]

for which the following holds:

  1. Bilinearity: [math]\displaystyle{ \textstyle \forall a,b \in \mathbb{Z}:\ e\left(aP, bQ\right) = e\left(P, Q\right)^{ab} }[/math]
  2. Non-degeneracy: [math]\displaystyle{ \textstyle e\left(P, Q\right) \neq 1 }[/math]
  3. For practical purposes, [math]\displaystyle{ \textstyle e }[/math] has to be computable in an efficient manner

Note that it is also common in cryptographic literature for all groups to be written in multiplicative notation.

In cases when [math]\displaystyle{ \textstyle G_1 = G_2 = G }[/math], the pairing is called symmetric. As [math]\displaystyle{ \textstyle G }[/math] is cyclic, the map [math]\displaystyle{ e }[/math] will be commutative; that is, for any [math]\displaystyle{ P,Q \in G }[/math], we have [math]\displaystyle{ e(P,Q) = e(Q,P) }[/math]. This is because for a generator [math]\displaystyle{ g \in G }[/math], there exist integers [math]\displaystyle{ p }[/math], [math]\displaystyle{ q }[/math] such that [math]\displaystyle{ P = g^p }[/math] and [math]\displaystyle{ Q=g^q }[/math]. Therefore [math]\displaystyle{ e(P,Q) = e(g^p,g^q) = e(g,g)^{pq} = e(g^q, g^p) = e(Q,P) }[/math].

The Weil pairing is an important concept in elliptic curve cryptography; e.g., it may be used to attack certain elliptic curves (see MOV attack). It and other pairings have been used to develop identity-based encryption schemes.

Slightly different usages of the notion of pairing

Scalar products on complex vector spaces are sometimes called pairings, although they are not bilinear. For example, in representation theory, one has a scalar product on the characters of complex representations of a finite group which is frequently called character pairing.

See also

References

  1. Hardie K.A.1; Vermeulen J.J.C.; Witbooi P.J., A nontrivial pairing of finite T0 spaces, Topology and its Applications, Volume 125, Number 3, 20 November 2002 , pp. 533–542.
  2. Dan Boneh, Matthew K. Franklin, Identity-Based Encryption from the Weil Pairing, SIAM J. of Computing, Vol. 32, No. 3, pp. 586–615, 2003.

External links