Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Merged by Bors] - feat: the n-th harmonic number is not an integer for n > 1. #7319

Closed
wants to merge 74 commits into from

Commits on Sep 26, 2023

  1. Configuration menu
    Copy the full SHA
    62e346a View commit details
    Browse the repository at this point in the history
  2. wip: progress

    kodyvajjha committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    5254a3e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    886117a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7e789be View commit details
    Browse the repository at this point in the history
  5. slight progress.

    kodyvajjha committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    d8f7d3e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c7c345c View commit details
    Browse the repository at this point in the history
  7. wip min_eq_padicValRat

    kodyvajjha committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    25b4e91 View commit details
    Browse the repository at this point in the history
  8. feat: min_eq_padicValRat

    kodyvajjha committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    d193c37 View commit details
    Browse the repository at this point in the history
  9. feat: golf attempt

    kodyvajjha committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    a67c69f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0ed3c48 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    39e7c9b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    258d3cf View commit details
    Browse the repository at this point in the history
  13. add nat log not dvd

    kodyvajjha committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    57f8e45 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    4df29c5 View commit details
    Browse the repository at this point in the history
  15. down to one sorry

    kodyvajjha committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    3f020f9 View commit details
    Browse the repository at this point in the history
  16. wip

    kodyvajjha committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    e4538fb View commit details
    Browse the repository at this point in the history
  17. progress?

    kodyvajjha committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    8ec3340 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    60ceb83 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    761aee7 View commit details
    Browse the repository at this point in the history
  20. clean up some proofs

    kodyvajjha committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    7cac0af View commit details
    Browse the repository at this point in the history
  21. slight more refactor

    kodyvajjha committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    2569522 View commit details
    Browse the repository at this point in the history
  22. cleanup

    kodyvajjha committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    1609582 View commit details
    Browse the repository at this point in the history
  23. remove unneeded imports

    kodyvajjha committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    45c0d30 View commit details
    Browse the repository at this point in the history
  24. document

    kodyvajjha committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    1311ab6 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    a7fece2 View commit details
    Browse the repository at this point in the history
  26. more changes

    kodyvajjha committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    15b79f9 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    2a27077 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    90cf371 View commit details
    Browse the repository at this point in the history
  29. remove unneeded argument

    kodyvajjha committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    90fd8dc View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    f70cd34 View commit details
    Browse the repository at this point in the history
  31. fix: build

    kodyvajjha committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    d44e4e6 View commit details
    Browse the repository at this point in the history
  32. address comments

    kodyvajjha committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    7fa0088 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    d7f092f View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    ff72121 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    be2bc38 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    4c3a0e8 View commit details
    Browse the repository at this point in the history
  37. rename

    kodyvajjha committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    faacc31 View commit details
    Browse the repository at this point in the history
  38. more updates

    kodyvajjha committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    4d46a3b View commit details
    Browse the repository at this point in the history
  39. address review comments

    kodyvajjha committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    e3d2925 View commit details
    Browse the repository at this point in the history
  40. Update Mathlib/NumberTheory/Padics/PadicNorm.lean

    Co-authored-by: Alex J Best <alex.j.best@gmail.com>
    kodyvajjha and alexjbest committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    e484f4f View commit details
    Browse the repository at this point in the history
  41. add padicValRat_def

    kodyvajjha committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    8905db7 View commit details
    Browse the repository at this point in the history
  42. appease linter

    kodyvajjha committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    ec511de View commit details
    Browse the repository at this point in the history
  43. alex's comments

    kodyvajjha committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    c7d4c9a View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    f9e5dd3 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    ef7a81e View commit details
    Browse the repository at this point in the history
  46. Update Mathlib/NumberTheory/Padics/PadicVal.lean

    Co-authored-by: Thomas Browning <tb65536@users.noreply.github.com>
    kodyvajjha and tb65536 committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    bf02552 View commit details
    Browse the repository at this point in the history
  47. Update Mathlib/NumberTheory/Padics/PadicVal.lean

    Co-authored-by: Thomas Browning <tb65536@users.noreply.github.com>
    kodyvajjha and tb65536 committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    edd54dc View commit details
    Browse the repository at this point in the history
  48. add_eq_min

    kodyvajjha committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    db51df4 View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    bc58ab8 View commit details
    Browse the repository at this point in the history
  50. simplify self_pow_div

    kodyvajjha committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    51f2acc View commit details
    Browse the repository at this point in the history
  51. simplify harmonic not int

    kodyvajjha committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    39c6fb0 View commit details
    Browse the repository at this point in the history
  52. Update Mathlib/NumberTheory/Padics/PadicVal.lean

    Co-authored-by: Thomas Browning <tb65536@users.noreply.github.com>
    kodyvajjha and tb65536 committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    797e82f View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. Configuration menu
    Copy the full SHA
    6338778 View commit details
    Browse the repository at this point in the history
  2. fix proof

    kodyvajjha committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    5c63894 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a1cce8d View commit details
    Browse the repository at this point in the history
  4. ⁻¹ instead of /

    kodyvajjha committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    8741aa3 View commit details
    Browse the repository at this point in the history
  5. use dot notation

    kodyvajjha committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    2b3ac1a View commit details
    Browse the repository at this point in the history
  6. Nat.log instead of Int.log

    kodyvajjha committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    e249282 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f61a5c5 View commit details
    Browse the repository at this point in the history
  8. simplify proof

    kodyvajjha committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    7ce7924 View commit details
    Browse the repository at this point in the history
  9. add main result

    kodyvajjha committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    7212811 View commit details
    Browse the repository at this point in the history
  10. spacing

    kodyvajjha committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    00a3520 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. Update Mathlib/NumberTheory/Padics/PadicNorm.lean

    Co-authored-by: Thomas Browning <tb65536@users.noreply.github.com>
    kodyvajjha and tb65536 committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    1a2cb2b View commit details
    Browse the repository at this point in the history
  2. Update Mathlib/NumberTheory/Padics/PadicVal.lean

    Co-authored-by: Thomas Browning <tb65536@users.noreply.github.com>
    kodyvajjha and tb65536 committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    d8b593a View commit details
    Browse the repository at this point in the history
  3. Update Mathlib/NumberTheory/Padics/Harmonic.lean

    Co-authored-by: Thomas Browning <tb65536@users.noreply.github.com>
    kodyvajjha and tb65536 committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    e4a946d View commit details
    Browse the repository at this point in the history
  4. fix build

    kodyvajjha committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    40ef8dc View commit details
    Browse the repository at this point in the history
  5. appease linter

    kodyvajjha committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    2365d53 View commit details
    Browse the repository at this point in the history
  6. move lemmas around

    kodyvajjha committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    aa60496 View commit details
    Browse the repository at this point in the history
  7. delete le_nat_log_of_le

    kodyvajjha committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    3653d5b View commit details
    Browse the repository at this point in the history
  8. Update Mathlib/Data/Finset/Basic.lean

    Co-authored-by: Thomas Browning <tb65536@users.noreply.github.com>
    kodyvajjha and tb65536 committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    f4cbf9c View commit details
    Browse the repository at this point in the history
  9. Update Mathlib/Data/Finset/Basic.lean

    Co-authored-by: Thomas Browning <tb65536@users.noreply.github.com>
    kodyvajjha and tb65536 committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    aeb9acb View commit details
    Browse the repository at this point in the history
  10. Update Mathlib/NumberTheory/Padics/PadicVal.lean

    Co-authored-by: Thomas Browning <tb65536@users.noreply.github.com>
    kodyvajjha and tb65536 committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    12f33fb View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. Update Mathlib/NumberTheory/Padics/PadicVal.lean

    Co-authored-by: Thomas Browning <tb65536@users.noreply.github.com>
    kodyvajjha and tb65536 committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    26fa193 View commit details
    Browse the repository at this point in the history
  2. move and rename

    kodyvajjha committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    c754994 View commit details
    Browse the repository at this point in the history