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

Axiom ax-16 1194
Description: Axiom of Distinct Variables. The only axiom of predicate calculus requiring that variables be distinct (if we consider ax-17 1190 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 2740), but nonetheless it is technically necessary as you can see from its uses.

This axiom is redundant if we include ax-17 1190; see theorem ax16 1193. Alternately, ax-17 1190 becomes logically redundant in the presence of this axiom, but without ax-17 1190 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 1194 here to provide logical completeness for systems with the simpler metalogic that results from omitting ax-17 1190, 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 1098 . . . 4 class x
3 vy . . . . 5 set y
43cv 1098 . . . 4 class y
52, 4wceq 1099 . . 3 wff x = y
65, 1wal 950 . 2 wff A.x x = y
7 wph . . 3 wff ph
87, 1wal 950 . . 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 1195  ax17el 1196  ax11v 1249  a16g 1258  hbs1 1314  hbsb 1315  sbal1 1328  exists2 1435  hbab 1444  hbabd 1445
Copyright terms: Public domain