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

Axiom ax-13 1107
Description: Axiom of Equality. One of the equality and substitution axioms for a non-logical predicate in our predicate calculus with equality. It substitutes equal variables into the left-hand side of the e. binary predicate. Axiom scheme C12' in [Megill] p. 448 (p. 16 of the preprint). It is a special case of Axiom B8 (p. 75) of system S2 of [Tarski] p. 77. "Non-logical" means that the predicate is not a primitive of predicate calculus proper but instead is an extension to it. "Binary" means that the predicate has two arguments.
Assertion
Ref Expression
ax-13 |- (x = y -> (x e. z -> y e. z))

Detailed syntax breakdown of Axiom ax-13
StepHypRef Expression
1 vx . . . 4 set x
21cv 1098 . . 3 class x
3 vy . . . 4 set y
43cv 1098 . . 3 class y
52, 4wceq 1099 . 2 wff x = y
6 vz . . . . 5 set z
76cv 1098 . . . 4 class z
82, 7wcel 1105 . . 3 wff x e. z
94, 7wcel 1105 . . 3 wff y e. z
108, 9wi 3 . 2 wff (x e. z -> y e. z)
115, 10wi 3 1 wff (x = y -> (x e. z -> y e. z))
Colors of variables: wff set class
This axiom is referenced by:  elequ1 1123
Copyright terms: Public domain