Skip to content

Commit

Permalink
feat: port NumberTheory.PythagoreanTriples (#3022)
Browse files Browse the repository at this point in the history
Co-authored-by: Parcly Taxel <reddeloostw@gmail.com>
Co-authored-by: Eric Wieser <wieser.eric@gmail.com>
Co-authored-by: ChrisHughes24 <chrishughes24@gmail.com>
  • Loading branch information
4 people committed Mar 23, 2023
1 parent 667f285 commit ab3732f
Show file tree
Hide file tree
Showing 2 changed files with 706 additions and 0 deletions.
1 change: 1 addition & 0 deletions Mathlib.lean
Expand Up @@ -1176,6 +1176,7 @@ import Mathlib.NumberTheory.Divisors
import Mathlib.NumberTheory.FrobeniusNumber
import Mathlib.NumberTheory.Padics.PadicVal
import Mathlib.NumberTheory.Primorial
import Mathlib.NumberTheory.PythagoreanTriples
import Mathlib.NumberTheory.Zsqrtd.Basic
import Mathlib.Order.Antichain
import Mathlib.Order.Antisymmetrization
Expand Down

0 comments on commit ab3732f

Please sign in to comment.