HomeHome Metamath Proof Explorer < Previous   Next >
Related theorems
Unicode version

Definition df-mpt2 4080
Description: Define "maps to" notation for defining an operation via a rule. Read as "the operation defined by the map from x, y (in A X. B) to B(x, y)." An extension of df-mpt 4079 for two arguments.
Assertion
Ref Expression
df-mpt2 |- (x e. A, y e. B |-> C) = {<.<.x, y>., z>. | ((x e. A /\ y e. B) /\ z = C)}
Distinct variable groups:   x,y   y,A   y,B

Detailed syntax breakdown of Definition df-mpt2
StepHypRef Expression
1 vx . . 3 set x
2 vy . . 3 set y
3 cA . . 3 class A
4 cB . . 3 class B
5 cC . . 3 class C
61, 2, 3, 4, 5cmpt2 4078 . 2 class (x e. A, y e. B |-> C)
71cv 957 . . . . . 6 class x
87, 3wcel 960 . . . . 5 wff x e. A
92cv 957 . . . . . 6 class y
109, 4wcel 960 . . . . 5 wff y e. B
118, 10wa 223 . . . 4 wff (x e. A /\ y e. B)
12 vz . . . . . 6 set z
1312cv 957 . . . . 5 class z
1413, 5wceq 958 . . . 4 wff z = C
1511, 14wa 223 . . 3 wff ((x e. A /\ y e. B) /\ z = C)
1615, 1, 2, 12copab2 3970 . 2 class {<.<.x, y>., z>. | ((x e. A /\ y e. B) /\ z = C)}
176, 16wceq 958 1 wff (x e. A, y e. B |-> C) = {<.<.x, y>., z>. | ((x e. A /\ y e. B) /\ z = C)}
Colors of variables: wff set class
This definition is referenced by:  mpt2g 4082
Copyright terms: Public domain