Theorems · Theorem · number theory
Nat.prime_composite_induction
∀ {motive : ℕ → Prop},
motive 0 →
motive 1 →
(∀ (p : ℕ), Nat.Prime p → motive p) →
(∀ (a : ℕ), 2 ≤ a → motive a → ∀ (b : ℕ), 2 ≤ b → motive b → motive (a * b)) → ∀ (n : ℕ), motive n- Defined in
- Mathlib.Data.Nat.Factorization.Induction
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 96 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites6
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- mul_oneproof · cited by 3,885
- zero_addproof · cited by 2,366
- MulZeroClass.mul_zeroproof · cited by 2,091
- Nat.Primestatement and proof · cited by 2,059
- Nat.Prime.two_leproof · cited by 53
- induction_on_primesproof · cited by 5
Cited by1
Results whose statement or proof uses this declaration.
- Int.erdos_ginzburg_zivproof · cited by 2