Semantic Mathlib search

Describe the result you need.

Search 310,579 declarations by meaning, plus 10,000 selected theorems with exact statements and source links from a separate pinned Mathlib revision.

Pinned Mathlib source

0 exact-source matches

10,000 complete declarations

No declaration in the selected source-complete catalog matched every term. Semantic results may still match below.

These records preserve the complete declaration, pinned commit, exact source range, and Apache-2.0 license. They do not infer individual authorship or independent verification.

Mathlib v4.28.0-rc1

5 semantic matches

Open in LeanSearch

Result 1 · theorem

Prime.dvd_or_dvd

Mathlib.Algebra.Prime.Defs

Mathlib docs

What it says

Prime Divisibility: $ p \mid ab \Rightarrow p \mid a \lor p \mid b $

For any elements a a and b b in a commutative monoid with zero, if p p is a prime element and pab p \mid ab , then pa p \mid a or pb p \mid b .

Result 2 · theorem

Prime.dvd_prod_iff

Mathlib.Data.List.Prime

Mathlib docs

What it says

Prime Divides Product iff Divides an Element in the List

In a commutative monoid with zero, a prime element p p divides the product of a list L L of elements if and only if there exists an element a a in L L such that p p divides a a . This equivalence characterizes the prime property in terms of divisibility of products.

Result 3 · theorem

Prime.left_dvd_or_dvd_right_of_dvd_mul

Mathlib.Algebra.Prime.Lemmas

Mathlib docs

What it says

Prime Divisibility Lemma: $ a \mid p \cdot b $ implies $ p \mid a $ or $ a \mid b $

In a commutative monoid with zero, if p p is a prime element and an element a a divides the product pb p \cdot b , then p p divides a a or a a divides b b . This follows from the definition of prime elements, which are non-zero, non-unit elements satisfying the property that divisibility of a product implies divisibility of one of the factors.

Result 4 · theorem

Int.Prime.dvd_mul

Mathlib.RingTheory.Int.Basic

Mathlib docs

What it says

Prime Divides Product Implies Divides a Factor

If a prime number p p divides the product of two integers m m and n n , then p p divides m m or p p divides n n .

Result 5 · theorem

Nat.Prime.dvd_mul

Mathlib.Data.Nat.Prime.Defs

Mathlib docs

What it says

Prime Divides Product if and Only if Divides a Factor

If p p is a prime number and p p divides the product mimesn m imes n of natural numbers m m and n n , then p p divides m m or p p divides n n , and conversely.

These are federated discovery results from a published Apache-2.0 corpus. They are not Therefore proof records, independent rebuilds, axiom audits, or authorship claims.