| Metamath Proof Explorer |
< Previous
Next >
Related theorems GIF version |
| Description: Define existential uniqueness, i.e. "there exists exactly one x such that φ." Definition 10.1 of [BellMachover] p. 97; also Definition *14.02 of [WhiteheadRussell] p. 175. Other possible definitions are given by eu1 1390, eu2 1394, eu3 1395, and eu5 1407 (which in some cases we show with a hypothesis φ → ∀yφ in place of a distinct variable condition on y and φ). Double uniqueness is tricky: ∃!x∃!yφ does not mean "exactly one x and one y" (see 2eu4 1450). |
| Ref | Expression |
|---|---|
| df-eu | ⊢ (∃!xφ ↔ ∃y∀x(φ ↔ x = y)) |
| Step | Hyp | Ref | Expression |
|---|---|---|---|
| 1 | wph | . . 3 wff φ | |
| 2 | vx | . . 3 set x | |
| 3 | 1, 2 | weu 1378 | . 2 wff ∃!xφ |
| 4 | 2 | cv 953 | . . . . . 6 class x |
| 5 | vy | . . . . . . 7 set y | |
| 6 | 5 | cv 953 | . . . . . 6 class y |
| 7 | 4, 6 | wceq 954 | . . . . 5 wff x = y |
| 8 | 1, 7 | wb 146 | . . . 4 wff (φ ↔ x = y) |
| 9 | 8, 2 | wal 952 | . . 3 wff ∀x(φ ↔ x = y) |
| 10 | 9, 5 | wex 978 | . 2 wff ∃y∀x(φ ↔ x = y) |
| 11 | 3, 10 | wb 146 | 1 wff (∃!xφ ↔ ∃y∀x(φ ↔ x = y)) |
| Colors of variables: wff set class |
| This definition is referenced by: euf 1382 eubid 1383 hbeu1 1386 hbeu 1387 sb8eu 1388 exists1 1455 reu3 1927 eusn 2442 fv3 3735 aceq1 4721 aceq5 4732 |