Mathlib Map

Theorems · Theorem · number theory

Nat.find_mono

∀ {p q : ℕ → Prop} [inst : DecidablePred p] [inst_1 : DecidablePred q],
  (∀ (n : ℕ), q n → p n) → ∀ {hp : ∃ n, p n} {hq : ∃ n, q n}, Nat.find hp ≤ Nat.find hq

A weak version of Nat.find_mono_of_le, requiring q implies p everywhere.

Defined in
Mathlib.Data.Nat.Find
Cited by
10 results in Mathlib
Foundations
Depth 22 from the axioms · uses no axioms
Assumes
DecidablePredDecidablePred

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites2

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by10

Results whose statement or proof uses this declaration.