| Metamath Proof Explorer |
< Previous
Next >
Related theorems GIF version |
| Description: A cancellation law for division. |
| Ref | Expression |
|---|---|
| divcan.1 | ⊢ A ∈ ℂ |
| divcan.2 | ⊢ B ∈ ℂ |
| Ref | Expression |
|---|---|
| divcan1z | ⊢ (A ≠ 0 → ((B / A) · A) = B) |
| Step | Hyp | Ref | Expression |
|---|---|---|---|
| 1 | opreq2 3007 | . . . 4 ⊢ (A = if(A ≠ 0, A, 1) → (B / A) = (B / if(A ≠ 0, A, 1))) | |
| 2 | id 9 | . . . 4 ⊢ (A = if(A ≠ 0, A, 1) → A = if(A ≠ 0, A, 1)) | |
| 3 | 1, 2 | opreq12d 3014 | . . 3 ⊢ (A = if(A ≠ 0, A, 1) → ((B / A) · A) = ((B / if(A ≠ 0, A, 1)) · if(A ≠ 0, A, 1))) |
| 4 | 3 | cleq1d 1109 | . 2 ⊢ (A = if(A ≠ 0, A, 1) → (((B / A) · A) = B ↔ ((B / if(A ≠ 0, A, 1)) · if(A ≠ 0, A, 1)) = B)) |
| 5 | divcan.1 | . . . 4 ⊢ A ∈ ℂ | |
| 6 | 1cn 4101 | . . . 4 ⊢ 1 ∈ ℂ | |
| 7 | 5, 6 | keepel 1796 | . . 3 ⊢ if(A ≠ 0, A, 1) ∈ ℂ |
| 8 | divcan.2 | . . 3 ⊢ B ∈ ℂ | |
| 9 | elimne0 4102 | . . 3 ⊢ if(A ≠ 0, A, 1) ≠ 0 | |
| 10 | 7, 8, 9 | divcan1 4225 | . 2 ⊢ ((B / if(A ≠ 0, A, 1)) · if(A ≠ 0, A, 1)) = B |
| 11 | 4, 10 | dedth 1784 | 1 ⊢ (A ≠ 0 → ((B / A) · A) = B) |
| Colors of variables: wff set class |
| Syntax hints: → wi 2 = wceq 1091 ∈ wcel 1092 ≠ wne 1190 ifcif 1776 (class class class)co 3001 ℂcc 4026 0cc0 4028 1c1 4029 · cmulc 4032 / cdiv 4091 |
| This theorem is referenced by: divcan1t 4228 h1de2b 5459 |
| This theorem was proved from axioms: ax-1 3 ax-2 4 ax-3 5 ax-mp 6 ax-4 673 ax-5 674 ax-6 675 ax-7 676 ax-gen 677 ax-8 798 ax-9 799 ax-10 800 ax-11 801 ax-12 802 ax-13 804 ax-14 805 ax-16 922 ax-17 925 ax-ext 1074 ax-rep 1075 ax-un 1076 ax-pow 1077 ax-reg 1078 ax-inf |