Metamath Proof Explorer


Theorem nnsinds

Description: Strong (or "total") induction principle over the naturals. (Contributed by Scott Fenton, 16-May-2014)

Ref Expression
Hypotheses nnsinds.1 ⊢ x = y → φ ↔ ψ
nnsinds.2 ⊢ x = N → φ ↔ χ
nnsinds.3 ⊢ x ∈ ℕ → ∀ y ∈ 1 … x − 1 ψ → φ
Assertion nnsinds ⊢ N ∈ ℕ → χ

Proof

Step Hyp Ref Expression
1 nnsinds.1 ⊢ x = y → φ ↔ ψ
2 nnsinds.2 ⊢ x = N → φ ↔ χ
3 nnsinds.3 ⊢ x ∈ ℕ → ∀ y ∈ 1 … x − 1 ψ → φ
4 elnnuz ⊢ N ∈ ℕ ↔ N ∈ ℤ ≥ 1
5 elnnuz ⊢ x ∈ ℕ ↔ x ∈ ℤ ≥ 1
6 5 3 sylbir ⊢ x ∈ ℤ ≥ 1 → ∀ y ∈ 1 … x − 1 ψ → φ
7 1 2 6 uzsinds ⊢ N ∈ ℤ ≥ 1 → χ
8 4 7 sylbi ⊢ N ∈ ℕ → χ