Result 1 · theorem
Prime.dvd_or_dvd
Mathlib.Algebra.Prime.Defs
What it says
Prime Divisibility: $ p \mid ab \Rightarrow p \mid a \lor p \mid b $
For any elements and in a commutative monoid with zero, if is a prime element and , then or .
Semantic Mathlib search
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
10,000 complete declarations
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
Result 1 · theorem
Mathlib.Algebra.Prime.Defs
What it says
Prime Divisibility: $ p \mid ab \Rightarrow p \mid a \lor p \mid b $
For any elements and in a commutative monoid with zero, if is a prime element and , then or .
Result 2 · theorem
Mathlib.Data.List.Prime
What it says
Prime Divides Product iff Divides an Element in the List
In a commutative monoid with zero, a prime element divides the product of a list of elements if and only if there exists an element in such that divides . This equivalence characterizes the prime property in terms of divisibility of products.
Result 3 · theorem
Mathlib.Algebra.Prime.Lemmas
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 is a prime element and an element divides the product , then divides or divides . 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
Mathlib.RingTheory.Int.Basic
What it says
Prime Divides Product Implies Divides a Factor
If a prime number divides the product of two integers and , then divides or divides .
Result 5 · theorem
Mathlib.Data.Nat.Prime.Defs
What it says
Prime Divides Product if and Only if Divides a Factor
If is a prime number and divides the product of natural numbers and , then divides or divides , 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.