HOME

TheInfoList



OR:

In
mathematics Mathematics is a field of study that discovers and organizes methods, Mathematical theory, theories and theorems that are developed and Mathematical proof, proved for the needs of empirical sciences and mathematics itself. There are many ar ...
, a pairing is an ''R''-
bilinear map In mathematics, a bilinear map is a function combining elements of two vector spaces to yield an element of a third vector space, and is linear in each of its arguments. Matrix multiplication is an example. A bilinear map can also be defined for ...
from the
Cartesian product In mathematics, specifically set theory, the Cartesian product of two sets and , denoted , is the set of all ordered pairs where is an element of and is an element of . In terms of set-builder notation, that is A\times B = \. A table c ...
of two ''R''- modules, where the underlying ring ''R'' is
commutative In mathematics, a binary operation is commutative if changing the order of the operands does not change the result. It is a fundamental property of many binary operations, and many mathematical proofs depend on it. Perhaps most familiar as a pr ...
.


Definition

Let ''R'' be a
commutative ring In mathematics, a commutative ring is a Ring (mathematics), ring in which the multiplication operation is commutative. The study of commutative rings is called commutative algebra. Complementarily, noncommutative algebra is the study of ring prope ...
with unit, and let ''M'', ''N'' and ''L'' be ''R''-modules. A pairing is any ''R''-bilinear map e:M \times N \to L. That is, it satisfies :e(r\cdot m,n)=e(m,r \cdot n)=r\cdot e(m,n), :e(m_1+m_2,n)=e(m_1,n)+e(m_2,n) and e(m,n_1+n_2)=e(m,n_1)+e(m,n_2) for any r \in R and any m,m_1,m_2 \in M and any n,n_1,n_2 \in N . Equivalently, a pairing is an ''R''-linear map :M \otimes_R N \to L where M \otimes_R N denotes the
tensor product In mathematics, the tensor product V \otimes W of two vector spaces V and W (over the same field) is a vector space to which is associated a bilinear map V\times W \rightarrow V\otimes W that maps a pair (v,w),\ v\in V, w\in W to an element of ...
of ''M'' and ''N''. A pairing can also be considered as an ''R''-linear map \Phi : M \to \operatorname_ (N, L) , which matches the first definition by setting \Phi (m) (n) := e(m,n) . A pairing is called perfect if the above map \Phi is an isomorphism of ''R''-modules and the other evaluation map \Phi'\colon N\to \operatorname_(M,L) is an isomorphism also. In nice cases, it suffices that just one of these be an isomorphism, e.g. when '' R'' is a field, ''M,N'' are finite dimensional vector spaces and ''L=R''. A pairing is called non-degenerate on the right if for the above map we have that e(m,n) = 0 for all m implies n=0 ; similarly, e is called non-degenerate on the left if e(m,n) = 0 for all n implies m=0 . A pairing is called alternating if N=M and e(m,m) = 0 for all ''m''. In particular, this implies e(m+n,m+n)=0, while bilinearity shows e(m+n,m+n)=e(m,m)+e(m,n)+e(n,m)+e(n,n)=e(m,n)+e(n,m). Thus, for an alternating pairing, e(m,n)=-e(n,m).


Examples

Any
scalar product In mathematics, the dot product or scalar productThe term ''scalar product'' means literally "product with a scalar as a result". It is also used for other symmetric bilinear forms, for example in a pseudo-Euclidean space. Not to be confused wit ...
on a real vector space ''V'' is a pairing (set , in the above definitions). The
determinant In mathematics, the determinant is a Scalar (mathematics), scalar-valued function (mathematics), function of the entries of a square matrix. The determinant of a matrix is commonly denoted , , or . Its value characterizes some properties of the ...
map (2 × 2 matrices over ''k'') → ''k'' can be seen as a pairing k^2 \times k^2 \to k. The Hopf map S^3 \to S^2 written as h:S^2 \times S^2 \to S^2 is an example of a pairing. For instance, Hardie et al. present an explicit construction of the map using poset models.


Pairings in cryptography

In
cryptography Cryptography, or cryptology (from "hidden, secret"; and ''graphein'', "to write", or ''-logy, -logia'', "study", respectively), is the practice and study of techniques for secure communication in the presence of Adversary (cryptography), ...
, often the following specialized definition is used:Dan Boneh, Matthew K. Franklin
Identity-Based Encryption from the Weil Pairing
SIAM J. of Computing, Vol. 32, No. 3, pp. 586–615, 2003.
Let \textstyle G_1, G_2 be additive groups and \textstyle G_T a multiplicative group, all of prime order \textstyle p. Let \textstyle P \in G_1, Q \in G_2 be generators of \textstyle G_1 and \textstyle G_2 respectively. A pairing is a map: e: G_1 \times G_2 \rightarrow G_T for which the following holds: # Bilinearity: \textstyle \forall a,b \in \mathbb:\ e\left(aP, bQ\right) = e\left(P, Q\right)^ # Non-degeneracy: \textstyle e\left(P, Q\right) \neq 1 # For practical purposes, \textstyle e has to be
computable Computability is the ability to solve a problem by an effective procedure. It is a key topic of the field of computability theory within mathematical logic and the theory of computation within computer science. The computability of a problem is cl ...
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 \textstyle G_1 = G_2 = G, the pairing is called symmetric. As \textstyle G is cyclic, the map e will be
commutative In mathematics, a binary operation is commutative if changing the order of the operands does not change the result. It is a fundamental property of many binary operations, and many mathematical proofs depend on it. Perhaps most familiar as a pr ...
; that is, for any P,Q \in G , we have e(P,Q) = e(Q,P) . This is because for a generator g \in G , there exist integers p , q such that P = g^p and Q=g^q . Therefore e(P,Q) = e(g^p,g^q) = e(g,g)^ = e(g^q, g^p) = e(Q,P) . The
Weil pairing In mathematics, the Weil pairing is a pairing (bilinear form, though with multiplicative notation) on the points of order dividing ''n'' of an elliptic curve ''E'', taking values in ''n''th roots of unity. More generally there is a similar Weil ...
is an important concept in
elliptic curve cryptography Elliptic-curve cryptography (ECC) is an approach to public-key cryptography based on the algebraic structure of elliptic curves over finite fields. ECC allows smaller keys to provide equivalent security, compared to cryptosystems based on modula ...
; e.g., it may be used to attack certain elliptic curves (se
MOV attack
. It and other pairings have been used to develop
identity-based encryption Identity-based encryption (IBE), is an important primitive of identity-based cryptography. As such it is a type of public-key encryption in which the public key of a user is some unique information about the identity of the user (e.g. a user's ema ...
schemes.


Slightly different usages of the notion of pairing

Scalar products on
complex Complex commonly refers to: * Complexity, the behaviour of a system whose components interact in multiple ways so possible interactions are difficult to describe ** Complex system, a system composed of many components which may interact with each ...
vector space In mathematics and physics, a vector space (also called a linear space) is a set (mathematics), set whose elements, often called vector (mathematics and physics), ''vectors'', can be added together and multiplied ("scaled") by numbers called sc ...
s are sometimes called pairings, although they are not bilinear. For example, in
representation theory Representation theory is a branch of mathematics that studies abstract algebra, abstract algebraic structures by ''representing'' their element (set theory), elements as linear transformations of vector spaces, and studies Module (mathematics), ...
, one has a scalar product on the characters of complex representations of a finite group which is frequently called character pairing.


See also

*
Dual system In mathematics, a dual system, dual pair or a duality over a field \mathbb is a triple (X, Y, b) consisting of two vector spaces, X and Y, over \mathbb and a non- degenerate bilinear map b : X \times Y \to \mathbb. In mathematics, duality is t ...
*
Yoneda product In algebra, the Yoneda product (named after Nobuo Yoneda) is the pairing between Ext groups of modules: \operatorname^n(M, N) \otimes \operatorname^m(L, M) \to \operatorname^(L, N) induced by \operatorname(N, M) \otimes \operatorname(M, L) \to \o ...


References


External links


The Pairing-Based Crypto Library
{{Use dmy dates, date=September 2016 Linear algebra Module theory Pairing-based cryptography Abstract algebra