Metamath Proof Explorer


Theorem n0sind

Description: Principle of Mathematical Induction (inference schema). Compare nnind and finds . (Contributed by Scott Fenton, 17-Mar-2025)

Ref Expression
Hypotheses n0sind.1 ( 𝑥 = 0s → ( 𝜑𝜓 ) )
n0sind.2 ( 𝑥 = 𝑦 → ( 𝜑𝜒 ) )
n0sind.3 ( 𝑥 = ( 𝑦 +s 1s ) → ( 𝜑𝜃 ) )
n0sind.4 ( 𝑥 = 𝐴 → ( 𝜑𝜏 ) )
n0sind.5 𝜓
n0sind.6 ( 𝑦 ∈ ℕ0s → ( 𝜒𝜃 ) )
Assertion n0sind ( 𝐴 ∈ ℕ0s𝜏 )

Proof

Step Hyp Ref Expression
1 n0sind.1 ( 𝑥 = 0s → ( 𝜑𝜓 ) )
2 n0sind.2 ( 𝑥 = 𝑦 → ( 𝜑𝜒 ) )
3 n0sind.3 ( 𝑥 = ( 𝑦 +s 1s ) → ( 𝜑𝜃 ) )
4 n0sind.4 ( 𝑥 = 𝐴 → ( 𝜑𝜏 ) )
5 n0sind.5 𝜓
6 n0sind.6 ( 𝑦 ∈ ℕ0s → ( 𝜒𝜃 ) )
7 tru
8 df-n0s 0s = ( rec ( ( 𝑛 ∈ V ↦ ( 𝑛 +s 1s ) ) , 0s ) “ ω )
9 8 a1i ( ⊤ → ℕ0s = ( rec ( ( 𝑛 ∈ V ↦ ( 𝑛 +s 1s ) ) , 0s ) “ ω ) )
10 0sno 0s No
11 10 a1i ( ⊤ → 0s No )
12 5 a1i ( ⊤ → 𝜓 )
13 6 adantl ( ( ⊤ ∧ 𝑦 ∈ ℕ0s ) → ( 𝜒𝜃 ) )
14 9 11 1 2 3 4 12 13 noseqinds ( ( ⊤ ∧ 𝐴 ∈ ℕ0s ) → 𝜏 )
15 7 14 mpan ( 𝐴 ∈ ℕ0s𝜏 )