Description: A number divided by itself is one. (Contributed by Mario Carneiro, 27-May-2016)
| Ref | Expression | ||
|---|---|---|---|
| Hypotheses | div1d.1 | ⊢ ( 𝜑 → 𝐴 ∈ ℂ ) | |
| reccld.2 | ⊢ ( 𝜑 → 𝐴 ≠ 0 ) | ||
| Assertion | dividd | ⊢ ( 𝜑 → ( 𝐴 / 𝐴 ) = 1 ) |
| Step | Hyp | Ref | Expression |
|---|---|---|---|
| 1 | div1d.1 | ⊢ ( 𝜑 → 𝐴 ∈ ℂ ) | |
| 2 | reccld.2 | ⊢ ( 𝜑 → 𝐴 ≠ 0 ) | |
| 3 | divid | ⊢ ( ( 𝐴 ∈ ℂ ∧ 𝐴 ≠ 0 ) → ( 𝐴 / 𝐴 ) = 1 ) | |
| 4 | 1 2 3 | syl2anc | ⊢ ( 𝜑 → ( 𝐴 / 𝐴 ) = 1 ) |