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

Definition df-div 6892
Description: Define division. Theorem divmuli 6894 relates it to multiplication, and divcli 6899 and redivcli 6976 prove its closure laws.
Assertion
Ref Expression
df-div |- / = {<.<.x, y>., z>. | ((x e. CC /\ y e. (CC \ {0})) /\ z = (iota_w e. CC(y x. w) = x))}
Distinct variable group:   x,y,z,w

Detailed syntax breakdown of Definition df-div
StepHypRef Expression
1 cdiv 6447 . 2 class /
2 vx . . . . . . 7 set x
32cv 1297 . . . . . 6 class x
4 cc 6384 . . . . . 6 class CC
53, 4wcel 1300 . . . . 5 wff x e. CC
6 vy . . . . . . 7 set y
76cv 1297 . . . . . 6 class y
8 cc0 6386 . . . . . . . 8 class 0
98csn 3044 . . . . . . 7 class {0}
104, 9cdif 2590 . . . . . 6 class (CC \ {0})
117, 10wcel 1300 . . . . 5 wff y e. (CC \ {0})
125, 11wa 240 . . . 4 wff (x e. CC /\ y e. (CC \ {0}))
13 vz . . . . . 6 set z
1413cv 1297 . . . . 5 class z
15 vw . . . . . . . . 9 set w
1615cv 1297 . . . . . . . 8 class w
17 cmul 6391 . . . . . . . 8 class x.
187, 16, 17co 4884 . . . . . . 7 class (y x. w)
1918, 3wceq 1298 . . . . . 6 wff (y x. w) = x
2019, 15, 4crio 5555 . . . . 5 class (iota_w e. CC(y x. w) = x)
2114, 20wceq 1298 . . . 4 wff z = (iota_w e. CC(y x. w) = x)
2212, 21wa 240 . . 3 wff ((x e. CC /\ y e. (CC \ {0})) /\ z = (iota_w e. CC(y x. w) = x))
2322, 2, 6, 13copab2 4885 . 2 class {<.<.x, y>., z>. | ((x e. CC /\ y e. (CC \ {0})) /\ z = (iota_w e. CC(y x. w) = x))}
241, 23wceq 1298 1 wff / = {<.<.x, y>., z>. | ((x e. CC /\ y e. (CC \ {0})) /\ z = (iota_w e. CC(y x. w) = x))}
Colors of variables: wff set class
This definition is referenced by:  divvali 6893
Copyright terms: Public domain