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

Axiom ax-16 1212
Description: Axiom of Distinct Variables. The only axiom of predicate calculus requiring that variables be distinct (if we consider ax-17 973 to be a metatheorem and not an axiom). Axiom scheme C16' in [Megill] p. 448 (p. 16 of the preprint). It apparently does not otherwise appear in the literature but is easily proved from textbook predicate calculus by cases. It is a somewhat bizarre axiom since the antecedent is always false in set theory (see dtru 2778), but nonetheless it is technically necessary as you can see from its uses.

This axiom is redundant if we include ax-17 973; see theorem ax16 1211. Alternately, ax-17 973 becomes logically redundant in the presence of this axiom, but without ax-17 973 we lose the more powerful metalogic that results from being able to express the concept of a set variable not occurring in a wff (as opposed to just two set variables being distinct). We retain ax-16 1212 here to provide logical completeness for systems with the simpler metalogic that results from omitting ax-17 973, which might be easier to study for some theoretical purposes.

Assertion
Ref Expression
ax-16 |- (A.x x = y -> (ph -> A.xph))
Distinct variable group:   x,y

Detailed syntax breakdown of Axiom ax-16
StepHypRef Expression
1 vx . . . . 5 set x
21cv 957 . . . 4 class x
3 vy . . . . 5 set y
43cv 957 . . . 4 class y
52, 4wceq 958 . . 3 wff x = y
65, 1wal 956 . 2 wff A.x x = y
7 wph . . 3 wff ph
87, 1wal 956 . . 3 wff A.xph
97, 8wi 3 . 2 wff (ph -> A.xph)
106, 9wi 3 1 wff (A.x x = y -> (ph -> A.xph))
Colors of variables: wff set class
This axiom is referenced by:  ax17eq 1213  ax11v 1267  a16g 1278  hbs1 1334  hbsb 1335  sbal1 1348  ax17el 1363  exists2 1461  hbab 1470  hbabd 1471
Copyright terms: Public domain