theorems.fun
a working notebook of open problems ↘
theorems / euclid_lemma

Euclid's lemma

Closed

Posted about 1 month ago · proven 20 days ago

Theorem & proof · euclid_lemma.lean · ✓ verified
1 2 3 4
import Mathlib

theorem euclid_lemma (p a b : ) (hp : p.Prime) (h : p ∣ a * b) : p ∣ a  p ∣ b :=
  hp.dvd_or_dvd h
Rewards pledged

No rewards pledged yet.