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: More rpow lemmas #9108

Closed
wants to merge 5 commits into from
Closed

Commits on Dec 16, 2023

  1. feat: More rpow lemmas

    A bunch of easy lemmas about `Real.pow` and the golf of existing lemmas with them.
    
    Also rename `log_le_log` to `log_le_log_iff` and `log_le_log'` to `log_le_log`. Those misnames caused several proofs to bother with side conditions they didn't need.
    
    From LeanAPAP
    YaelDillies committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    a4daae1 View commit details
    Browse the repository at this point in the history
  2. correct exp_nsmul

    YaelDillies committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    e25ec98 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2023

  1. Configuration menu
    Copy the full SHA
    f5cda86 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. Configuration menu
    Copy the full SHA
    182edd0 View commit details
    Browse the repository at this point in the history
  2. Sébastien's suggestions

    Co-authored-by: sgouezel <sebastien.gouezel@univ-rennes1.fr>
    YaelDillies and sgouezel committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    c78667a View commit details
    Browse the repository at this point in the history