Metamath Proof Explorer


Theorem tfinds3

Description: Principle of Transfinite Induction (inference schema), using implicit substitutions. The first four hypotheses establish the substitutions we need. The last three are the basis, the induction step for successors, and the induction step for limit ordinals. (Contributed by NM, 6-Jan-2005) (Revised by David Abernethy, 21-Jun-2011)

Ref Expression
Hypotheses tfinds3.1 ( 𝑥 = ∅ → ( 𝜑𝜓 ) )
tfinds3.2 ( 𝑥 = 𝑦 → ( 𝜑𝜒 ) )
tfinds3.3 ( 𝑥 = suc 𝑦 → ( 𝜑𝜃 ) )
tfinds3.4 ( 𝑥 = 𝐴 → ( 𝜑𝜏 ) )
tfinds3.5 ( 𝜂𝜓 )
tfinds3.6 ( 𝑦 ∈ On → ( 𝜂 → ( 𝜒𝜃 ) ) )
tfinds3.7 ( Lim 𝑥 → ( 𝜂 → ( ∀ 𝑦𝑥 𝜒𝜑 ) ) )
Assertion tfinds3 ( 𝐴 ∈ On → ( 𝜂𝜏 ) )

Proof

Step Hyp Ref Expression
1 tfinds3.1 ( 𝑥 = ∅ → ( 𝜑𝜓 ) )
2 tfinds3.2 ( 𝑥 = 𝑦 → ( 𝜑𝜒 ) )
3 tfinds3.3 ( 𝑥 = suc 𝑦 → ( 𝜑𝜃 ) )
4 tfinds3.4 ( 𝑥 = 𝐴 → ( 𝜑𝜏 ) )
5 tfinds3.5 ( 𝜂𝜓 )
6 tfinds3.6 ( 𝑦 ∈ On → ( 𝜂 → ( 𝜒𝜃 ) ) )
7 tfinds3.7 ( Lim 𝑥 → ( 𝜂 → ( ∀ 𝑦𝑥 𝜒𝜑 ) ) )
8 1 imbi2d ( 𝑥 = ∅ → ( ( 𝜂𝜑 ) ↔ ( 𝜂𝜓 ) ) )
9 2 imbi2d ( 𝑥 = 𝑦 → ( ( 𝜂𝜑 ) ↔ ( 𝜂𝜒 ) ) )
10 3 imbi2d ( 𝑥 = suc 𝑦 → ( ( 𝜂𝜑 ) ↔ ( 𝜂𝜃 ) ) )
11 4 imbi2d ( 𝑥 = 𝐴 → ( ( 𝜂𝜑 ) ↔ ( 𝜂𝜏 ) ) )
12 6 a2d ( 𝑦 ∈ On → ( ( 𝜂𝜒 ) → ( 𝜂𝜃 ) ) )
13 r19.21v ( ∀ 𝑦𝑥 ( 𝜂𝜒 ) ↔ ( 𝜂 → ∀ 𝑦𝑥 𝜒 ) )
14 7 a2d ( Lim 𝑥 → ( ( 𝜂 → ∀ 𝑦𝑥 𝜒 ) → ( 𝜂𝜑 ) ) )
15 13 14 syl5bi ( Lim 𝑥 → ( ∀ 𝑦𝑥 ( 𝜂𝜒 ) → ( 𝜂𝜑 ) ) )
16 8 9 10 11 5 12 15 tfinds ( 𝐴 ∈ On → ( 𝜂𝜏 ) )